-- MySQL dump 10.19  Distrib 10.3.39-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: chasedaddy99_wp2
-- ------------------------------------------------------
-- Server version	10.3.39-MariaDB

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `SFmlX6x_bpspro_arq_exclude`
--

DROP TABLE IF EXISTS `SFmlX6x_bpspro_arq_exclude`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_bpspro_arq_exclude` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `arq_exclude_source` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_bpspro_arq_exclude`
--

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

--
-- Table structure for table `SFmlX6x_bpspro_arq_quarantine`
--

DROP TABLE IF EXISTS `SFmlX6x_bpspro_arq_quarantine`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_bpspro_arq_quarantine` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `arq_quarantine_source` text NOT NULL,
  `arq_quarantine_backup` text NOT NULL,
  `arq_quarantine_qpath` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_bpspro_arq_quarantine`
--

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

--
-- Table structure for table `SFmlX6x_bpspro_db_backup`
--

DROP TABLE IF EXISTS `SFmlX6x_bpspro_db_backup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_bpspro_db_backup` (
  `bps_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `bps_table_name` text NOT NULL,
  `bps_desc` text NOT NULL,
  `bps_job_type` varchar(9) NOT NULL DEFAULT '',
  `bps_frequency` varchar(7) NOT NULL DEFAULT '',
  `bps_last_job` varchar(30) NOT NULL DEFAULT '',
  `bps_next_job` varchar(30) NOT NULL DEFAULT '',
  `bps_next_job_unix` varchar(10) NOT NULL DEFAULT '',
  `bps_email_zip` varchar(10) NOT NULL DEFAULT '',
  `bps_job_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  UNIQUE KEY `bps_id` (`bps_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_bpspro_db_backup`
--

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

--
-- Table structure for table `SFmlX6x_bpspro_dbm_monitor`
--

DROP TABLE IF EXISTS `SFmlX6x_bpspro_dbm_monitor`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_bpspro_dbm_monitor` (
  `bps_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `bps_table_name` varchar(64) NOT NULL DEFAULT '',
  `bps_check` varchar(20) NOT NULL DEFAULT '',
  `bps_size` varchar(64) NOT NULL DEFAULT '',
  `bps_update_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `bps_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`bps_id`),
  UNIQUE KEY `bps_table_name` (`bps_table_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_bpspro_dbm_monitor`
--

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

--
-- Table structure for table `SFmlX6x_bpspro_folder_lock`
--

DROP TABLE IF EXISTS `SFmlX6x_bpspro_folder_lock`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_bpspro_folder_lock` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `folder_name` text NOT NULL,
  `status` varchar(60) NOT NULL DEFAULT '',
  `curr_perms` varchar(4) NOT NULL DEFAULT '',
  `orig_perms` varchar(4) NOT NULL DEFAULT '',
  `path` text NOT NULL,
  `last_mod` varchar(10) NOT NULL DEFAULT '',
  `ulock_time` varchar(10) NOT NULL DEFAULT '',
  `hlock_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_bpspro_folder_lock`
--

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

--
-- Table structure for table `SFmlX6x_bpspro_login_security`
--

DROP TABLE IF EXISTS `SFmlX6x_bpspro_login_security`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_bpspro_login_security` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `status` varchar(60) NOT NULL DEFAULT '',
  `user_id` varchar(60) NOT NULL DEFAULT '',
  `username` varchar(60) NOT NULL DEFAULT '',
  `public_name` varchar(250) NOT NULL DEFAULT '',
  `email` varchar(100) NOT NULL DEFAULT '',
  `role` varchar(15) NOT NULL DEFAULT '',
  `human_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `login_time` varchar(10) NOT NULL DEFAULT '',
  `lockout_time` varchar(10) NOT NULL DEFAULT '',
  `failed_logins` varchar(2) NOT NULL DEFAULT '',
  `ip_address` varchar(45) NOT NULL DEFAULT '',
  `hostname` varchar(60) NOT NULL DEFAULT '',
  `request_uri` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_bpspro_login_security`
--

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

--
-- Table structure for table `SFmlX6x_bpspro_mscan`
--

DROP TABLE IF EXISTS `SFmlX6x_bpspro_mscan`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_bpspro_mscan` (
  `mscan_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `mscan_status` varchar(8) NOT NULL DEFAULT '',
  `mscan_type` varchar(16) NOT NULL DEFAULT '',
  `mscan_path` text NOT NULL,
  `mscan_pattern` text NOT NULL,
  `mscan_skipped` varchar(7) NOT NULL DEFAULT '',
  `mscan_ignored` varchar(6) NOT NULL DEFAULT '',
  `mscan_db_table` varchar(64) NOT NULL DEFAULT '',
  `mscan_db_column` varchar(64) NOT NULL DEFAULT '',
  `mscan_db_pkid` text NOT NULL,
  `mscan_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`mscan_id`),
  UNIQUE KEY `id` (`mscan_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_bpspro_mscan`
--

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

--
-- Table structure for table `SFmlX6x_bpspro_seclog_ignore`
--

DROP TABLE IF EXISTS `SFmlX6x_bpspro_seclog_ignore`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_bpspro_seclog_ignore` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_agent_bot` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_bpspro_seclog_ignore`
--

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

--
-- Table structure for table `SFmlX6x_commentmeta`
--

DROP TABLE IF EXISTS `SFmlX6x_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_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 AUTO_INCREMENT=69 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_commentmeta`
--

LOCK TABLES `SFmlX6x_commentmeta` WRITE;
/*!40000 ALTER TABLE `SFmlX6x_commentmeta` DISABLE KEYS */;
INSERT INTO `SFmlX6x_commentmeta` VALUES (1,16,'_wp_trash_meta_status','0'),(2,16,'_wp_trash_meta_time','1658981376'),(3,12,'_wp_trash_meta_status','0'),(4,12,'_wp_trash_meta_time','1658981390'),(5,7,'_wp_trash_meta_status','0'),(6,7,'_wp_trash_meta_time','1658981405'),(7,6,'_wp_trash_meta_status','0'),(8,6,'_wp_trash_meta_time','1658981418'),(9,2,'_wp_trash_meta_status','0'),(10,2,'_wp_trash_meta_time','1658981427'),(11,1,'_wp_trash_meta_status','1'),(12,1,'_wp_trash_meta_time','1658981430'),(13,3,'_wp_trash_meta_status','0'),(14,3,'_wp_trash_meta_time','1658981432'),(15,5,'_wp_trash_meta_status','0'),(16,5,'_wp_trash_meta_time','1658981438'),(17,19,'_wp_trash_meta_status','0'),(18,19,'_wp_trash_meta_time','1658981453'),(19,40,'_wp_trash_meta_status','0'),(20,40,'_wp_trash_meta_time','1688976825'),(21,39,'_wp_trash_meta_status','0'),(22,39,'_wp_trash_meta_time','1688976827'),(23,38,'_wp_trash_meta_status','0'),(24,38,'_wp_trash_meta_time','1688976828'),(25,37,'_wp_trash_meta_status','0'),(26,37,'_wp_trash_meta_time','1688976831'),(27,36,'_wp_trash_meta_status','0'),(28,36,'_wp_trash_meta_time','1688976832'),(29,35,'_wp_trash_meta_status','0'),(30,35,'_wp_trash_meta_time','1688976833'),(31,34,'_wp_trash_meta_status','0'),(32,34,'_wp_trash_meta_time','1688976834'),(33,33,'_wp_trash_meta_status','0'),(34,33,'_wp_trash_meta_time','1688976836'),(35,32,'_wp_trash_meta_status','0'),(36,32,'_wp_trash_meta_time','1688976837'),(37,30,'_wp_trash_meta_status','0'),(38,30,'_wp_trash_meta_time','1688976838'),(39,29,'_wp_trash_meta_status','0'),(40,29,'_wp_trash_meta_time','1688976839'),(41,28,'_wp_trash_meta_status','0'),(42,28,'_wp_trash_meta_time','1688976841'),(43,27,'_wp_trash_meta_status','0'),(44,27,'_wp_trash_meta_time','1688976842'),(45,26,'_wp_trash_meta_status','0'),(46,26,'_wp_trash_meta_time','1688976843'),(47,25,'_wp_trash_meta_status','0'),(48,25,'_wp_trash_meta_time','1688976844'),(49,24,'_wp_trash_meta_status','0'),(50,24,'_wp_trash_meta_time','1688976845'),(51,23,'_wp_trash_meta_status','0'),(52,23,'_wp_trash_meta_time','1688976846'),(53,22,'_wp_trash_meta_status','0'),(54,22,'_wp_trash_meta_time','1688976847'),(55,21,'_wp_trash_meta_status','0'),(56,21,'_wp_trash_meta_time','1688976857'),(57,20,'_wp_trash_meta_status','0'),(58,20,'_wp_trash_meta_time','1688976859'),(59,18,'_wp_trash_meta_status','1'),(60,18,'_wp_trash_meta_time','1688976861'),(61,17,'_wp_trash_meta_status','1'),(62,17,'_wp_trash_meta_time','1688976862'),(63,15,'_wp_trash_meta_status','1'),(64,15,'_wp_trash_meta_time','1688976863'),(65,14,'_wp_trash_meta_status','1'),(66,14,'_wp_trash_meta_time','1688976865'),(67,31,'_wp_trash_meta_status','0'),(68,31,'_wp_trash_meta_time','1689016401');
/*!40000 ALTER TABLE `SFmlX6x_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `SFmlX6x_comments`
--

DROP TABLE IF EXISTS `SFmlX6x_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_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=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_comments`
--

LOCK TABLES `SFmlX6x_comments` WRITE;
/*!40000 ALTER TABLE `SFmlX6x_comments` DISABLE KEYS */;
INSERT INTO `SFmlX6x_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2020-06-24 10:54:12','2020-06-24 10:54:12','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\" rel=\"nofollow ugc\">Gravatar</a>.',0,'trash','','comment',0,0),(2,1,'türkçe','sdaisey02@verizon.net','https://www.fullhdfilmizlesene.com/filmizle/turkce-dublaj-hd-film-izle','163.172.149.44','2021-11-11 02:58:26','2021-11-11 02:58:26','Now I am ready to do my breakfast, later than having my breakfast coming yet again to read further news. Jojo Sholom Hussein',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(3,1,'Generate Income','64884@gmail.com','','180.178.104.182','2021-11-12 20:38:57','2021-11-12 20:38:57','Here’s How TOP 1% Of Marketers Make Profits\r\n\r\nHey,\r\n\r\nDid you know… that Online Learning is the quickest growing market in the education industry with a whopping 900% growth rate since 2000?\r\n\r\nYou’ve already left a lot of money on the table (and are leaving even more with each passing day) if you haven’t tapped into this market.\r\n\r\nClick here to see how the TOP MARKETERS are doing it. https://bit.ly/Generate_Income',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(4,1,'Origins.de','laura.ross@gmail.com','https://zh-tw.exospecial.com/origins.de','185.213.27.108','2022-01-04 10:38:51','2022-01-04 10:38:51','Great content!  Keep up the good work!',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.41','comment',0,0),(5,1,'visit the following internet site','vmqumb@gmail.com','https://web-new-ev.do.am','185.220.103.116','2022-01-25 23:55:18','2022-01-25 23:55:18','\"When I originally left a comment I seem to have clicked on the -Notify me when new comments are added- checkbox and now every time a comment is added I get 4 emails with the same comment. Perhaps there is a way you can remove me from that service? Kudos!}\"  <a href=\"https://online-news-wei.my1.ru\" rel=\"nofollow ugc\">visit the following web site</a>',0,'trash','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','comment',0,0),(6,1,'Best Dating Site 2022','fexr4mq@gmail.com','https://stanford.io/3G7Hfmp','144.217.86.109','2022-02-08 10:08:43','2022-02-08 10:08:43','﻿A secret weapon for anyone who needs content. I don’t need to tell you how important it is to optimize every step in your SEO pipeline. But unfortunately, it’s nearly impossible to cut out time or money when it comes to getting good content. At least that’s what I thought until I came across Article Forge... Built by a team of AI researchers from MIT, Carnegie Mellon, Harvard, Article Forge is an artificial intelligence (AI) powered content writer that uses deep learning models to write entire articles about any topic in less than 60 seconds. Their team trained AI models on millions of articles to teach Article Forge how to draw connections between topics so that each article it writes is relevant, interesting and useful. All their hard work means you just enter a few keywords and Article Forge will write a complete article from scratch making sure every thought flows naturally into the next, resulting in readable, high quality, and unique content. Put simply, this is a secret weapon for anyone who needs content. I get how impossible that sounds so you need to see how Article Forge writes a completearticle in less than 60 seconds! https://stanford.io/3G7Hfmp',0,'spam','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0; Touch; MALNJS)','comment',0,0),(7,1,'ProfitBotz','38736@gmail.com','https://bit.ly/3KA8GY8','193.189.100.202','2022-05-12 22:10:31','2022-05-12 22:10:31','WHOAH - Send unlimited messages in Facebook?\r\n\r\nThis is huge...\r\n \r\nBrand new cloud app lets anyone - yes even complete newbies -\r\nsend unlimited Facebook messages directly to anyone\'s phones!\r\n \r\nWatch it here now ==&gt; https://bit.ly/3N1MKXN',0,'spam','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(8,1,'bets10 giris','rominamat_293@hotmail.com','https://jetfilmizle.eu/','51.159.37.236','2022-07-08 22:23:01','2022-07-08 22:23:01','Great post! We will be linking to this great post on our website. Keep up the great writing. Willy Trivedi',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(9,1,'online bahis casino','danipavon@hotmail.com','https://jetfilmizle.eu/','51.159.37.33','2022-07-10 21:43:54','2022-07-10 21:43:54','I truly love your site.. Pleasant colors &amp; theme. Granville Camarillo',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(10,1,'watch series','laltamiranos@gmail.com','https://fullfilmcidayim.com/','51.159.37.33','2022-07-16 13:52:04','2022-07-16 13:52:04','Good article. I am dealing with a few of these issues as well.. Sebastian Troyani',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(11,1,'sikis izle','m.suanez.e@hotmail.com','https://fullfilmcidayim.com/','51.159.37.202','2022-07-16 20:54:49','2022-07-16 20:54:49','There is visibly a lot to identify about this. I believe you made various good points in features also. Marty Mcinally',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(12,1,'bets10 giris','edith_mag_12@hotmail.com','https://fullfilmcidayim.com/','51.159.36.102','2022-07-17 17:26:58','2022-07-17 17:26:58','It comes with wilds, scatters, 7 free spins, and 25 winning combinations. Claud Sprouffske',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(13,1,'porno izle','paulitis@starmedia.com','https://fullfilmcidayim.com/','51.159.37.178','2022-07-18 12:47:42','2022-07-18 12:47:42','I like it whenever people come together and share ideas. Hank Arzabala',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(14,1,'online bahis casino','marta_guerra@surnet.cl','https://fullfilmcidayim.com/','51.159.36.101','2022-07-18 19:26:14','2022-07-18 19:26:14','Utterly composed articles, Really enjoyed studying. Ahmad Reino',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(15,1,'porno','ahernandez.sc@gmail.com','https://fullfilmcidayim.com/','51.159.37.21','2022-07-18 22:55:09','2022-07-18 22:55:09','Pretty! This has been a really wonderfuul post. Thank you for supplying this info. Chet Hernton',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(16,1,'porno','prifoc@gmail.com','https://fullfilmcidayim.com/','51.159.36.122','2022-07-19 02:34:16','2022-07-19 02:34:16','Buenas noches agradezco por compartir este ritual, tengo una duda respecto a que debo hacer con la carta gracias. Vince Shadoan',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(17,1,'sikis izle','mascarenna.edmundo@gmail.com','https://fullfilmcidayim.com/','51.159.37.145','2022-07-19 09:07:16','2022-07-19 09:07:16','I was looking at some of your articles on this site and I conceive this site is really informative ! Keep on posting . Len Elieff',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(18,1,'youporn','centella_jc@hotmail.com','https://fullfilmcidayim.com/','51.159.37.236','2022-07-20 00:52:49','2022-07-20 00:52:49','Good post. I learn something new and challenging on websites I stumbleupon every day. Darron Kempton',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(19,1,'fisting','mherrada@gmail.com','https://fullfilmcidayim.com/','51.159.37.26','2022-07-20 05:13:24','2022-07-20 05:13:24','To the wedding they are other than semi-formal outfit, constantly made estimation from phony leaves all around. Danilo Rodis',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(20,1,'israel night club','xbmfhfj@gmail.com','https://israelnightclub.com/apartments/%d7%93%d7%99%d7%a8%d7%95%d7%aa-%d7%93%d7%99%d7%a1%d7%a7%d7%a8%d7%98%d7%99%d7%95%d7%aa-%d7%91%d7%97%d7%99%d7%a4%d7%94/','138.128.68.15','2022-08-16 23:34:59','2022-08-16 23:34:59','When I originally commented I appear to have clicked on the -Notify me when new comments are added- checkbox and from now on whenever a comment is added I recieve four emails with the exact same comment. Perhaps there is a way you can remove me from that service? Many thanks!',0,'trash','Opera/9.80 (Windows 98; U; ru) Presto/2.10.229 Version/11.60','comment',0,0),(21,1,'עיסוי אירוטי בהרצליה-israelnightclub','egob91@gmail.com','https://israelnightclub.com/apartments/%d7%a2%d7%99%d7%a1%d7%95%d7%99-%d7%90%d7%99%d7%a8%d7%95%d7%98%d7%99-%d7%91%d7%94%d7%a8%d7%a6%d7%9c%d7%99%d7%94/','185.102.49.36','2022-09-12 12:38:25','2022-09-12 12:38:25','I would like to thank you for the efforts youve put in penning this website. I really hope to check out the same high-grade content by you in the future as well. In fact, your creative writing abilities has encouraged me to get my own, personal blog now ;)',0,'trash','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Google-Publisher-Plugin) Chrome/27.0.1453 Safari/537.36','comment',0,0),(22,1,'דירות דיסקרטיות בחולון-israelnightclub.com','mmhavg@gmail.com','https://israelnightclub.com/apartments/%d7%93%d7%99%d7%a8%d7%95%d7%aa-%d7%93%d7%99%d7%a1%d7%a7%d7%a8%d7%98%d7%99%d7%95%d7%aa-%d7%91%d7%97%d7%95%d7%9c%d7%95%d7%9f/','185.164.56.202','2022-09-19 09:03:52','2022-09-19 09:03:52','This is the perfect blog for everyone who would like to find out about this topic. You know a whole lot its almost hard to argue with you (not that I actually would want toÖHaHa). You definitely put a fresh spin on a subject which has been discussed for ages. Wonderful stuff, just excellent!',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:36.0) Gecko/20100101 Firefox/36.0.4 Waterfox/36.0.4','comment',0,0),(23,1,'zelma','35917@gmail.com','https://bit.ly/3UIKI2R','176.67.13.157','2022-12-03 04:11:00','2022-12-03 04:11:00','Waiting patiently for you to come home and fuck me! https://bit.ly/3UIKI2R',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(24,1,'zelma','35745@gmail.com','https://bit.ly/3UIKI2R','176.67.13.157','2022-12-03 04:11:18','2022-12-03 04:11:18','Waiting patiently for you to come home and fuck me! https://bit.ly/3UIKI2R',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(25,1,'zelma','19595@gmail.com','https://bit.ly/3UKFVxa','92.43.80.244','2022-12-27 21:15:11','2022-12-27 21:15:11','Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(26,1,'zelma','62173@gmail.com','https://bit.ly/3UKFVxa','92.43.80.244','2022-12-27 21:15:39','2022-12-27 21:15:39','Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(27,1,'zelma','67545@gmail.com','https://bit.ly/3UKFVxa','92.43.80.244','2022-12-27 21:15:57','2022-12-27 21:15:57','Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(28,1,'zelma','45280@gmail.com','https://bit.ly/3UKFVxa','92.43.80.244','2022-12-27 21:16:16','2022-12-27 21:16:16','Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(29,1,'zelma','34057@gmail.com','https://bit.ly/3UKFVxa','92.43.80.244','2022-12-27 21:16:35','2022-12-27 21:16:35','Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(30,1,'zelma','69586@gmail.com','https://bit.ly/3UKFVxa','92.43.80.244','2022-12-27 21:16:52','2022-12-27 21:16:52','Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(31,1,'zelma','42736@gmail.com','https://bit.ly/3UKFVxa','92.43.80.244','2022-12-27 21:17:08','2022-12-27 21:17:08','Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa',0,'spam','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(32,1,'zelma','50857@gmail.com','https://bit.ly/3UKFVxa','92.43.80.244','2022-12-27 21:17:23','2022-12-27 21:17:23','Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(33,1,'zelma','47108@gmail.com','https://bit.ly/3UKFVxa','92.43.80.244','2022-12-27 21:17:40','2022-12-27 21:17:40','Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(34,1,'zelma','56264@gmail.com','https://bit.ly/3UKFVxa','92.43.80.244','2022-12-27 21:17:57','2022-12-27 21:17:57','Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(35,1,'zelma','43264@gmail.com','https://bit.ly/3UKFVxa','92.43.80.244','2022-12-27 21:18:13','2022-12-27 21:18:13','Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(36,1,'zelma','96692@gmail.com','https://bit.ly/3UKFVxa','92.43.80.244','2022-12-27 21:18:41','2022-12-27 21:18:41','Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(37,1,'zelma','68473@gmail.com','https://bit.ly/3UKFVxa','92.43.80.244','2022-12-27 21:18:56','2022-12-27 21:18:56','Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(38,1,'zelma','59066@gmail.com','https://bit.ly/3UKFVxa','92.43.80.244','2022-12-27 21:19:11','2022-12-27 21:19:11','Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(39,1,'zelma','27039@gmail.com','https://bit.ly/3UKFVxa','92.43.80.244','2022-12-27 21:19:28','2022-12-27 21:19:28','Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(40,1,'zelma','60466@gmail.com','https://bit.ly/3UKFVxa','92.43.80.244','2022-12-27 21:19:53','2022-12-27 21:19:53','Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa',0,'trash','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0);
/*!40000 ALTER TABLE `SFmlX6x_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `SFmlX6x_e_events`
--

DROP TABLE IF EXISTS `SFmlX6x_e_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_e_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_e_events`
--

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

--
-- Table structure for table `SFmlX6x_e_notes`
--

DROP TABLE IF EXISTS `SFmlX6x_e_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_e_notes` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `route_url` text DEFAULT NULL COMMENT 'Clean url where the note was created.',
  `route_title` varchar(255) DEFAULT NULL,
  `route_post_id` bigint(20) unsigned DEFAULT NULL COMMENT 'The post id of the route that the note was created on.',
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `element_id` varchar(60) DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.',
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `author_id` bigint(20) unsigned DEFAULT NULL,
  `author_display_name` varchar(250) DEFAULT NULL COMMENT 'Save the author name when the author was deleted.',
  `status` varchar(20) NOT NULL DEFAULT 'publish',
  `position` text DEFAULT NULL COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}',
  `content` longtext DEFAULT NULL,
  `is_resolved` tinyint(1) NOT NULL DEFAULT 0,
  `is_public` tinyint(1) NOT NULL DEFAULT 1,
  `last_activity_at` datetime DEFAULT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `route_url_index` (`route_url`(191)),
  KEY `post_id_index` (`post_id`),
  KEY `element_id_index` (`element_id`),
  KEY `parent_id_index` (`parent_id`),
  KEY `author_id_index` (`author_id`),
  KEY `status_index` (`status`),
  KEY `is_resolved_index` (`is_resolved`),
  KEY `is_public_index` (`is_public`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`),
  KEY `last_activity_at_index` (`last_activity_at`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_e_notes`
--

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

--
-- Table structure for table `SFmlX6x_e_notes_users_relations`
--

DROP TABLE IF EXISTS `SFmlX6x_e_notes_users_relations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_e_notes_users_relations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(60) NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).',
  `note_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `type_index` (`type`),
  KEY `note_id_index` (`note_id`),
  KEY `user_id_index` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_e_notes_users_relations`
--

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

--
-- Table structure for table `SFmlX6x_e_submissions`
--

DROP TABLE IF EXISTS `SFmlX6x_e_submissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_e_submissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(60) DEFAULT NULL,
  `hash_id` varchar(60) NOT NULL,
  `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint(20) unsigned NOT NULL,
  `referer` varchar(500) NOT NULL,
  `referer_title` varchar(300) DEFAULT NULL,
  `element_id` varchar(20) NOT NULL,
  `form_name` varchar(60) NOT NULL,
  `campaign_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip` varchar(46) NOT NULL,
  `user_agent` text NOT NULL,
  `actions_count` int(11) DEFAULT 0,
  `actions_succeeded_count` int(11) DEFAULT 0,
  `status` varchar(20) NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `meta` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  KEY `main_meta_id_index` (`main_meta_id`),
  KEY `hash_id_index` (`hash_id`),
  KEY `type_index` (`type`),
  KEY `post_id_index` (`post_id`),
  KEY `element_id_index` (`element_id`),
  KEY `campaign_id_index` (`campaign_id`),
  KEY `user_id_index` (`user_id`),
  KEY `user_ip_index` (`user_ip`),
  KEY `status_index` (`status`),
  KEY `is_read_index` (`is_read`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`),
  KEY `referer_index` (`referer`(191)),
  KEY `referer_title_index` (`referer_title`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_e_submissions`
--

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

--
-- Table structure for table `SFmlX6x_e_submissions_actions_log`
--

DROP TABLE IF EXISTS `SFmlX6x_e_submissions_actions_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_e_submissions_actions_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL,
  `action_name` varchar(60) NOT NULL,
  `action_label` varchar(60) DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `log` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `action_name_index` (`action_name`),
  KEY `status_index` (`status`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_e_submissions_actions_log`
--

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

--
-- Table structure for table `SFmlX6x_e_submissions_values`
--

DROP TABLE IF EXISTS `SFmlX6x_e_submissions_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_e_submissions_values` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `key` varchar(60) DEFAULT NULL,
  `value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `key_index` (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_e_submissions_values`
--

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

--
-- Table structure for table `SFmlX6x_layerslider`
--

DROP TABLE IF EXISTS `SFmlX6x_layerslider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_layerslider` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `group_id` int(10) DEFAULT NULL,
  `author` int(10) NOT NULL DEFAULT 0,
  `name` varchar(100) DEFAULT '',
  `slug` varchar(100) DEFAULT '',
  `data` mediumtext NOT NULL,
  `date_c` int(10) NOT NULL,
  `date_m` int(10) NOT NULL,
  `schedule_start` int(10) NOT NULL DEFAULT 0,
  `schedule_end` int(10) NOT NULL DEFAULT 0,
  `flag_hidden` tinyint(1) NOT NULL DEFAULT 0,
  `flag_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `flag_popup` tinyint(1) NOT NULL DEFAULT 0,
  `flag_group` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_layerslider`
--

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

--
-- Table structure for table `SFmlX6x_layerslider_revisions`
--

DROP TABLE IF EXISTS `SFmlX6x_layerslider_revisions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_layerslider_revisions` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `slider_id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT 0,
  `data` mediumtext NOT NULL,
  `date_c` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_layerslider_revisions`
--

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

--
-- Table structure for table `SFmlX6x_links`
--

DROP TABLE IF EXISTS `SFmlX6x_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_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 `SFmlX6x_links`
--

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

--
-- Table structure for table `SFmlX6x_options`
--

DROP TABLE IF EXISTS `SFmlX6x_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_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=42345 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_options`
--

LOCK TABLES `SFmlX6x_options` WRITE;
/*!40000 ALTER TABLE `SFmlX6x_options` DISABLE KEYS */;
INSERT INTO `SFmlX6x_options` VALUES (1,'siteurl','https://indigo-disco.com','yes'),(2,'home','https://indigo-disco.com','yes'),(3,'blogname','Indigo Disco','yes'),(4,'blogdescription','Badass marketing services for badass humans.','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','ASHLEE.CZAPLA@GMAIL.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','closed','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','9','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:255:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"client/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"client/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"client/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"client/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"client/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"client/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"client/([^/]+)/embed/?$\";s:39:\"index.php?client=$matches[1]&embed=true\";s:27:\"client/([^/]+)/trackback/?$\";s:33:\"index.php?client=$matches[1]&tb=1\";s:35:\"client/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?client=$matches[1]&paged=$matches[2]\";s:42:\"client/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?client=$matches[1]&cpage=$matches[2]\";s:31:\"client/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?client=$matches[1]&page=$matches[2]\";s:23:\"client/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"client/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"client/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"client/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"client/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"client/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"client-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?client-types=$matches[1]&feed=$matches[2]\";s:48:\"client-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?client-types=$matches[1]&feed=$matches[2]\";s:29:\"client-types/([^/]+)/embed/?$\";s:45:\"index.php?client-types=$matches[1]&embed=true\";s:41:\"client-types/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?client-types=$matches[1]&paged=$matches[2]\";s:23:\"client-types/([^/]+)/?$\";s:34:\"index.php?client-types=$matches[1]\";s:33:\"offer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"offer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"offer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"offer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"offer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"offer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"offer/([^/]+)/embed/?$\";s:38:\"index.php?offer=$matches[1]&embed=true\";s:26:\"offer/([^/]+)/trackback/?$\";s:32:\"index.php?offer=$matches[1]&tb=1\";s:34:\"offer/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?offer=$matches[1]&paged=$matches[2]\";s:41:\"offer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?offer=$matches[1]&cpage=$matches[2]\";s:30:\"offer/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?offer=$matches[1]&page=$matches[2]\";s:22:\"offer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"offer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"offer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"offer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"offer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"offer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"offer-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?offer-types=$matches[1]&feed=$matches[2]\";s:47:\"offer-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?offer-types=$matches[1]&feed=$matches[2]\";s:28:\"offer-types/([^/]+)/embed/?$\";s:44:\"index.php?offer-types=$matches[1]&embed=true\";s:40:\"offer-types/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?offer-types=$matches[1]&paged=$matches[2]\";s:22:\"offer-types/([^/]+)/?$\";s:33:\"index.php?offer-types=$matches[1]\";s:42:\"portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"portfolio-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"portfolio-item/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:35:\"portfolio-item/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:43:\"portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:50:\"portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:39:\"portfolio-item/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:31:\"portfolio-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"portfolio-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?portfolio-types=$matches[1]&feed=$matches[2]\";s:51:\"portfolio-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?portfolio-types=$matches[1]&feed=$matches[2]\";s:32:\"portfolio-types/([^/]+)/embed/?$\";s:48:\"index.php?portfolio-types=$matches[1]&embed=true\";s:44:\"portfolio-types/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?portfolio-types=$matches[1]&paged=$matches[2]\";s:26:\"portfolio-types/([^/]+)/?$\";s:37:\"index.php?portfolio-types=$matches[1]\";s:33:\"slide/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"slide/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"slide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"slide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"slide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"slide/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"slide/([^/]+)/embed/?$\";s:38:\"index.php?slide=$matches[1]&embed=true\";s:26:\"slide/([^/]+)/trackback/?$\";s:32:\"index.php?slide=$matches[1]&tb=1\";s:34:\"slide/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&paged=$matches[2]\";s:41:\"slide/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&cpage=$matches[2]\";s:30:\"slide/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?slide=$matches[1]&page=$matches[2]\";s:22:\"slide/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"slide/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"slide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"slide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"slide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"slide/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"slide-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?slide-types=$matches[1]&feed=$matches[2]\";s:47:\"slide-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?slide-types=$matches[1]&feed=$matches[2]\";s:28:\"slide-types/([^/]+)/embed/?$\";s:44:\"index.php?slide-types=$matches[1]&embed=true\";s:40:\"slide-types/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?slide-types=$matches[1]&paged=$matches[2]\";s:22:\"slide-types/([^/]+)/?$\";s:33:\"index.php?slide-types=$matches[1]\";s:39:\"testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"testimonial/([^/]+)/embed/?$\";s:44:\"index.php?testimonial=$matches[1]&embed=true\";s:32:\"testimonial/([^/]+)/trackback/?$\";s:38:\"index.php?testimonial=$matches[1]&tb=1\";s:40:\"testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&paged=$matches[2]\";s:47:\"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&cpage=$matches[2]\";s:36:\"testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?testimonial=$matches[1]&page=$matches[2]\";s:28:\"testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"testimonial-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?testimonial-types=$matches[1]&feed=$matches[2]\";s:53:\"testimonial-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?testimonial-types=$matches[1]&feed=$matches[2]\";s:34:\"testimonial-types/([^/]+)/embed/?$\";s:50:\"index.php?testimonial-types=$matches[1]&embed=true\";s:46:\"testimonial-types/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?testimonial-types=$matches[1]&paged=$matches[2]\";s:28:\"testimonial-types/([^/]+)/?$\";s:39:\"index.php?testimonial-types=$matches[1]\";s:34:\"layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"layout/([^/]+)/embed/?$\";s:39:\"index.php?layout=$matches[1]&embed=true\";s:27:\"layout/([^/]+)/trackback/?$\";s:33:\"index.php?layout=$matches[1]&tb=1\";s:35:\"layout/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?layout=$matches[1]&paged=$matches[2]\";s:42:\"layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?layout=$matches[1]&cpage=$matches[2]\";s:31:\"layout/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?layout=$matches[1]&page=$matches[2]\";s:23:\"layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"template-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"template-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"template-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"template-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"template-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"template-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"template-item/([^/]+)/embed/?$\";s:41:\"index.php?template=$matches[1]&embed=true\";s:34:\"template-item/([^/]+)/trackback/?$\";s:35:\"index.php?template=$matches[1]&tb=1\";s:42:\"template-item/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?template=$matches[1]&paged=$matches[2]\";s:49:\"template-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?template=$matches[1]&cpage=$matches[2]\";s:38:\"template-item/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?template=$matches[1]&page=$matches[2]\";s:30:\"template-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"template-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"template-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"template-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"template-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"template-item/[^/]+/([^/]+)/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:41:\"index.php?&page_id=1200&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'),(42069,'_site_transient_timeout_browser_4edabc1a1cab3520545d4bc774f26cd6','1687937162','no'),(41928,'rsssl_wp_version_detected','no-response','no'),(11222,'_transient_timeout_settings_errors','1659971249','no'),(11223,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"success\";}}','no'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:9:{i:0;s:45:\"bulletproof-security/bulletproof-security.php\";i:1;s:47:\"change-wp-admin-login/change-wp-admin-login.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:33:\"duplicate-post/duplicate-post.php\";i:4;s:31:\"elementor-pro/elementor-pro.php\";i:5;s:23:\"elementor/elementor.php\";i:6;s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";i:7;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:8;s:23:\"revslider/revslider.php\";}','yes'),(3026,'rsssl_activated_plugin','1','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:2:{i:0;s:71:\"/home/chasedaddy99/indigo-disco.com/wp-content/themes/betheme/style.css\";i:2;s:0:\"\";}','no'),(40,'template','betheme','yes'),(41,'stylesheet','betheme','yes'),(145,'finished_updating_comment_type','1','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','53496','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:5:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:62:\"change-wp-admin-login/includes/class-change-wp-admin-login.php\";a:2:{i:0;s:21:\"Change_WP_Admin_Login\";i:1;s:9:\"uninstall\";}s:45:\"bulletproof-security/bulletproof-security.php\";s:30:\"bulletproof_security_uninstall\";s:39:\"underconstruction/underConstruction.php\";s:30:\"underConstructionPlugin_delete\";s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','1200','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','1192','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','1704527803','yes'),(94,'initial_db_version','47018','yes'),(95,'SFmlX6x_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:70:{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:10:\"copy_posts\";b:1;s:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";b:1;s:15:\"manage_security\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:10:\"copy_posts\";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','0','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:3:{i:2;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:113;s:6:\"height\";i:74;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:38;s:3:\"url\";s:89:\"https://themes.muffingroup.com/be/business3_el/wp-content/uploads/2020/06/biz3-footer.png\";s:5:\"title\";s:0:\"\";}i:3;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:113;s:6:\"height\";i:74;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:38;s:3:\"url\";s:89:\"https://themes.muffingroup.com/be/business3_el/wp-content/uploads/2020/06/biz3-footer.png\";s:5:\"title\";s:0:\"\";}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:15:{i:5;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:153:\"<h6><span class=\"themecolor\">_</span> OUR TEAM</h6>\r\n<p>\r\n<a href=\"#\">Who we are?</a><br />\r\n<a href=\"#\">Our team</a><br />\r\n<a href=\"#\">Career</a>\r\n</p>\";}i:4;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:206:\"<h6><span class=\"themecolor\">_</span> OUR TEAM</h6>\r\n<p>\r\n<a href=\"#\">Business Strategy</a><br />\r\n<a href=\"#\">Marketing Strategy</a><br />\r\n<a href=\"#\">UX/UI</a><br />\r\n<a href=\"#\">Product Design</a>\r\n</p>\";}i:3;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:202:\"<p class=\"big\">\r\n	Contact with us\r\n</p>\r\n[divider height=\"10\"]\r\n<p>\r\nNullam viverra consectetuer quisque<br /> cursus et, porttitor risus.\r\n</p>\r\n<p>\r\n+61 (0) 3 8376 6284<br />\r\nnoreply@envato.com\r\n</p>\";}i:2;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:202:\"<p class=\"big\">\r\n	Contact with us\r\n</p>\r\n[divider height=\"10\"]\r\n<p>\r\nNullam viverra consectetuer quisque<br /> cursus et, porttitor risus.\r\n</p>\r\n<p>\r\n+61 (0) 3 8376 6284<br />\r\nnoreply@envato.com\r\n</p>\";}i:6;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:153:\"<h6><span class=\"themecolor\">_</span> OUR TEAM</h6>\r\n<p>\r\n<a href=\"#\">Who we are?</a><br />\r\n<a href=\"#\">Our team</a><br />\r\n<a href=\"#\">Career</a>\r\n</p>\";}i:7;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:206:\"<h6><span class=\"themecolor\">_</span> OUR TEAM</h6>\r\n<p>\r\n<a href=\"#\">Business Strategy</a><br />\r\n<a href=\"#\">Marketing Strategy</a><br />\r\n<a href=\"#\">UX/UI</a><br />\r\n<a href=\"#\">Product Design</a>\r\n</p>\";}i:8;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:159:\"<h6><span class=\"themecolor\">_</span> OUR TEAM</h6>\r\n<p>\r\n<a href=\"#\">Case Studies</a><br />\r\n<a href=\"#\">Dribbble</a><br />\r\n<a href=\"#\">Behance.net</a>\r\n</p>\";}i:9;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:157:\"<h6><span class=\"themecolor\">_</span> OUR TEAM</h6>\r\n<p>\r\n<a href=\"#\">Contact us</a><br />\r\n<a href=\"#\">Headquarters</a><br />\r\n<a href=\"#\">Offices</a>\r\n</p>\";}i:10;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:145:\"<p class=\"big\">\r\n	Localization\r\n</p>\r\n[divider height=\"10\"]\r\n<p>\r\nEnvato<br />\r\nLevel 13, 2 Elizabeth<br />\r\nVictoria 3000<br />\r\nAustralia\r\n</p>\";}i:11;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:548:\"<h5>\r\n	Useful links\r\n</h5>\r\n[divider height=\"10\"]\r\n\r\n<ul style=\"line-height:45px;\">\r\n	\r\n		<li><i class=\"themecolor icon-right-open-mini\"></i> <b>P-3400</b> ipsum</li>\r\n	\r\n	\r\n		<li><i  class=\"themecolor icon-right-open-mini\"></i> <b>AD Conser</b> poretel venture</li>\r\n	\r\n	\r\n		<li><i  class=\"themecolor icon-right-open-mini\"></i> <b>Elisted-34</b> eiusmod</li>\r\n\r\n	\r\n		<li><i  class=\"themecolor icon-right-open-mini\"></i> <b>Atlabore-33</b></li>\r\n	\r\n	\r\n		<li><i  class=\"themecolor icon-right-open-mini\"></i> <b>Tempor-Z</b> incididunt</li>\r\n	\r\n</ul>\";}i:12;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:494:\"<h5>\r\n	&nbsp;\r\n</h5>\r\n[divider height=\"10\"]\r\n\r\n\r\n<ul style=\"line-height:45px;\">\r\n	\r\n		<li><i class=\"themecolor icon-right-open-mini\"></i> Lorem ipsum</li>\r\n	\r\n		<li><i  class=\"themecolor icon-right-open-mini\"></i> Consectetur adipisicing</li>\r\n	\r\n	\r\n		<li><i  class=\"themecolor icon-right-open-mini\"></i> Elitsed do eiusmund</li>\r\n	\r\n		<li><i  class=\"themecolor icon-right-open-mini\"></i> Tempor incididunt</li>\r\n	\r\n		<li><i  class=\"themecolor icon-right-open-mini\"></i> Altabore</li>\r\n	\r\n</ul>\";}i:13;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:241:\"<h5>\r\n	Our mission\r\n</h5>\r\n[divider height=\"10\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[divider height=\"20\"]\r\n<a href=\"#\">Read more</a>\r\n\r\n\r\n\r\n\";}i:14;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:145:\"<p class=\"big\">\r\n	Localization\r\n</p>\r\n[divider height=\"10\"]\r\n<p>\r\nEnvato<br />\r\nLevel 13, 2 Elizabeth<br />\r\nVictoria 3000<br />\r\nAustralia\r\n</p>\";}i:15;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:145:\"<p class=\"big\">\r\n	Localization\r\n</p>\r\n[divider height=\"10\"]\r\n<p>\r\nEnvato<br />\r\nLevel 13, 2 Elizabeth<br />\r\nVictoria 3000<br />\r\nAustralia\r\n</p>\";}s:12:\"_multiwidget\";i:1;}','yes'),(2867,'_transient_doing_cron','1689017208.2960200309753417968750','yes'),(115,'theme_mods_twentytwenty','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1605037864;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','yes'),(142,'disallowed_keys','','no'),(143,'comment_previously_approved','1','yes'),(144,'auto_plugin_theme_update_emails','a:0:{}','no'),(146,'db_upgraded','','yes'),(42331,'_site_transient_timeout_theme_roots','1689018888','no'),(42332,'_site_transient_theme_roots','a:2:{s:7:\"betheme\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','no'),(41990,'updraft_pcloud','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-cb370c71cae9e014743001d9627f2676\";a:0:{}}}','yes'),(313,'ls-latest-version','7.7.6','yes'),(314,'ls-p-url','https://layerslider.com/pricing/','yes'),(103,'cron','a:30:{i:1644551070;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:1644576270;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:1644619470;a:2:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1644619594;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:1644619595;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:1646996055;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:1646996168;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1647517286;a:3:{s:16:\"bpsPro_AFS_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"minutes_1\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:19:\"bpsPro_update_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:22:\"bpsPro_email_log_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:1648666800;a:1:{s:16:\"bpsPro_DBB_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1658980599;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1658993027;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"02923b89df1ce889e5ac57fe5b45b269\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:963;}}}}i:1668406488;a:1:{s:20:\"rsssl_every_day_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"rsssl_daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1668406755;a:1:{s:33:\"updraftplus_clean_temporary_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1685688247;a:3:{s:28:\"rsssl_every_three_hours_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:23:\"rsssl_every_three_hours\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10800;}}s:29:\"rsssl_every_five_minutes_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:18:\"rsssl_five_minutes\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}s:21:\"rsssl_every_week_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"rsssl_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1685691308;a:1:{s:21:\"updraft_backup_resume\";a:1:{s:32:\"a19a2e898e839a2d75f385bbb3f14e38\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:2:{i:0;i:1;i:1;s:12:\"88fedef7c00a\";}}}}i:1685691329;a:1:{s:21:\"updraft_backup_resume\";a:1:{s:32:\"08887dfda46130ffb972120e0646e5a6\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:2:{i:0;i:1;i:1;s:12:\"1b1a14a2c4de\";}}}}i:1685691340;a:1:{s:21:\"updraft_backup_resume\";a:1:{s:32:\"363963099e26b300801310fdccec0659\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:2:{i:0;i:1;i:1;s:12:\"2a21ff0120f4\";}}}}i:1685691359;a:1:{s:21:\"updraft_backup_resume\";a:1:{s:32:\"507cf4850f2c795c80108120b15a8040\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:2:{i:0;i:1;i:1;s:12:\"925b6b85d6d4\";}}}}i:1685696334;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"a814ae9e5e2f6947e53abb5b7bc32e9d\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1483;}}}}i:1685696862;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"439c39b86bff6092b6fe3d80fd80ea96\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1484;}}}}i:1685698034;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"1b78b0d7a209606868c4fb40983e9e2d\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1485;}}}}i:1685852366;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:1687332678;a:1:{s:21:\"updraft_backup_resume\";a:1:{s:32:\"b54fccf30bcddacca856ec6913094cbe\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:2:{i:0;i:1;i:1;s:12:\"92747cb7145a\";}}}}i:1687333101;a:1:{s:21:\"updraft_backup_resume\";a:1:{s:32:\"44976c59fbfca2ebc224b3cf423bb2f2\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:2:{i:0;i:1;i:1;s:12:\"1ac6384f3a9d\";}}}}i:1687333125;a:1:{s:21:\"updraft_backup_resume\";a:1:{s:32:\"ee31e895e6576823ee0b5a343a66d7cc\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:2:{i:0;i:1;i:1;s:12:\"42e85307164c\";}}}}i:1687333217;a:1:{s:21:\"updraft_backup_resume\";a:1:{s:32:\"ffb4f49b714e8987cac85b33907421cb\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:2:{i:0;i:1;i:1;s:12:\"37b08b46c68f\";}}}}i:1687339784;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"dec4b31cd174f34887c79ee4448f9937\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1486;}}}}i:1687853073;a:1:{s:21:\"updraft_backup_resume\";a:1:{s:32:\"9729e6bb81c39252f0d5006b80a23b0d\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:2:{i:0;i:1;i:1;s:12:\"5066d49bffa5\";}}}}i:1687853098;a:1:{s:21:\"updraft_backup_resume\";a:1:{s:32:\"f773ca04cfdf1449698012a7902d3cdf\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:2:{i:0;i:1;i:1;s:12:\"766c81a085d6\";}}}}s:7:\"version\";i:2;}','yes'),(9966,'user_count','3','no'),(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'),(1121,'secret_key','5`xe&uS bNH6*(+guEaU!>0vHIX0TPg2|TBKU!2_p]T A ^</.#jAJVhK9Dw%/U1','no'),(812,'widget_widget_mfn_flickr','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(813,'widget_widget_mfn_login','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(814,'widget_widget_mfn_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(815,'widget_widget_mfn_recent_comments','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1350,'elementor_connect_site_key','b505beb47c9a282d8471a030625865c9','yes'),(196,'current_theme','Betheme','yes'),(197,'theme_mods_betheme','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:5:{s:11:\"social-menu\";i:0;s:18:\"social-menu-bottom\";i:0;s:14:\"secondary-menu\";i:0;s:9:\"main-menu\";i:2;s:9:\"lang-menu\";i:0;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:1135;}','yes'),(198,'theme_switched','','yes'),(207,'envato_purchase_code_7758048','********-****-****-****-************','no'),(895,'client-types_children','a:0:{}','yes'),(896,'offer-types_children','a:0:{}','yes'),(897,'portfolio-types_children','a:0:{}','yes'),(205,'betheme','a:461:{s:8:\"last_tab\";s:6:\"extras\";s:6:\"layout\";s:10:\"full-width\";s:10:\"grid-width\";s:4:\"1080\";s:5:\"style\";s:6:\"simple\";s:17:\"image-frame-style\";s:4:\"zoom\";s:18:\"image-frame-border\";s:4:\"hide\";s:19:\"image-frame-caption\";s:0:\"\";s:11:\"img-page-bg\";s:0:\"\";s:16:\"position-page-bg\";s:20:\"no-repeat;left top;;\";s:12:\"size-page-bg\";s:4:\"auto\";s:11:\"transparent\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:11:\"favicon-img\";s:82:\"https://indigo-disco.com/wp-content/uploads/2020/11/White-Indigo-Disco-Spakles.png\";s:16:\"apple-touch-icon\";s:0:\"\";s:8:\"logo-img\";s:73:\"https://indigo-disco.com/wp-content/uploads/2022/08/Website-Menu-Logo.png\";s:15:\"retina-logo-img\";s:0:\"\";s:15:\"sticky-logo-img\";s:0:\"\";s:22:\"sticky-retina-logo-img\";s:0:\"\";s:9:\"logo-link\";a:2:{s:9:\"post-meta\";s:1:\"1\";s:4:\"link\";s:4:\"link\";}s:9:\"logo-text\";s:0:\"\";s:10:\"logo-width\";s:0:\"\";s:11:\"logo-height\";s:0:\"\";s:21:\"logo-vertical-padding\";s:2:\"10\";s:19:\"logo-vertical-align\";s:0:\"\";s:13:\"logo-advanced\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:12:\"button-style\";s:4:\"flat\";s:12:\"color-button\";s:7:\"#747474\";s:17:\"background-button\";s:7:\"#f7f7f7\";s:18:\"color-button-theme\";s:7:\"#ffffff\";s:19:\"color-action-button\";s:7:\"#747474\";s:24:\"background-action-button\";s:7:\"#f7f7f7\";s:18:\"button-font-family\";s:5:\"Arial\";s:11:\"button-font\";a:3:{s:4:\"size\";s:2:\"14\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"0\";}s:14:\"button-padding\";a:5:{s:3:\"top\";s:2:\"12\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:1:\"0\";}s:19:\"button-border-width\";s:0:\"\";s:20:\"button-border-radius\";s:0:\"\";s:12:\"button-color\";a:2:{s:6:\"normal\";s:7:\"#626262\";s:5:\"hover\";s:7:\"#626262\";}s:17:\"button-background\";a:2:{s:6:\"normal\";s:7:\"#dbdddf\";s:5:\"hover\";s:7:\"#d3d3d3\";}s:19:\"button-border-color\";a:2:{s:6:\"normal\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:24:\"button-highlighted-color\";a:2:{s:6:\"normal\";s:7:\"#ffffff\";s:5:\"hover\";s:7:\"#ffffff\";}s:29:\"button-highlighted-background\";a:2:{s:6:\"normal\";s:7:\"#0095eb\";s:5:\"hover\";s:7:\"#007cc3\";}s:31:\"button-highlighted-border-color\";a:2:{s:6:\"normal\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:19:\"button-action-color\";a:2:{s:6:\"normal\";s:7:\"#626262\";s:5:\"hover\";s:7:\"#626262\";}s:24:\"button-action-background\";a:2:{s:6:\"normal\";s:7:\"#dbdddf\";s:5:\"hover\";s:7:\"#d3d3d3\";}s:26:\"button-action-border-color\";a:2:{s:6:\"normal\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:19:\"slider-blog-timeout\";s:1:\"0\";s:22:\"slider-clients-timeout\";s:1:\"0\";s:20:\"slider-offer-timeout\";s:1:\"0\";s:24:\"slider-portfolio-timeout\";s:1:\"0\";s:19:\"slider-shop-timeout\";s:1:\"0\";s:21:\"slider-slider-timeout\";s:1:\"0\";s:27:\"slider-testimonials-timeout\";s:1:\"0\";s:20:\"layout-boxed-padding\";s:0:\"\";s:18:\"builder-visibility\";s:0:\"\";s:13:\"display-order\";s:1:\"0\";s:22:\"content-remove-padding\";s:1:\"0\";s:8:\"no-hover\";s:0:\"\";s:19:\"google-maps-api-key\";s:0:\"\";s:11:\"table-hover\";s:0:\"\";s:23:\"math-animations-disable\";s:1:\"0\";s:14:\"layout-options\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:17:\"post-type-disable\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:13:\"theme-disable\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:10:\"static-css\";s:1:\"0\";s:15:\"builder-storage\";s:6:\"encode\";s:16:\"slider-shortcode\";s:0:\"\";s:12:\"table_prefix\";s:11:\"base_prefix\";s:8:\"hook-top\";s:0:\"\";s:19:\"hook-content-before\";s:0:\"\";s:18:\"hook-content-after\";s:0:\"\";s:11:\"hook-bottom\";s:0:\"\";s:12:\"header-style\";s:12:\"creative,rtl\";s:9:\"header-fw\";a:2:{s:9:\"post-meta\";s:1:\"1\";s:10:\"full-width\";s:10:\"full-width\";}s:13:\"header-height\";s:1:\"0\";s:28:\"minimalist-header-deprecated\";s:1:\"0\";s:16:\"img-subheader-bg\";s:0:\"\";s:24:\"img-subheader-attachment\";s:20:\"no-repeat;left top;;\";s:17:\"size-subheader-bg\";s:4:\"auto\";s:14:\"top-bar-bg-img\";s:0:\"\";s:19:\"top-bar-bg-position\";s:18:\"no-repeat;center;;\";s:13:\"sticky-header\";s:1:\"1\";s:19:\"sticky-header-style\";s:4:\"dark\";s:15:\"subheader-style\";s:11:\"title-right\";s:9:\"subheader\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:17:\"subheader-padding\";s:0:\"\";s:19:\"subheader-title-tag\";s:2:\"h1\";s:15:\"subheader-image\";s:0:\"\";s:18:\"subheader-position\";s:20:\"no-repeat;left top;;\";s:14:\"subheader-size\";s:4:\"auto\";s:21:\"subheader-transparent\";s:3:\"100\";s:18:\"subheader-advanced\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:18:\"top-bar-right-hide\";s:1:\"0\";s:19:\"header-action-title\";s:0:\"\";s:18:\"header-action-link\";s:0:\"\";s:20:\"header-action-target\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:13:\"header-search\";s:1:\"0\";s:11:\"header-wpml\";s:0:\"\";s:19:\"header-wpml-options\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:13:\"header-banner\";s:0:\"\";s:11:\"sliding-top\";s:1:\"0\";s:16:\"sliding-top-icon\";s:19:\"icon-down-open-mini\";s:10:\"menu-style\";s:10:\"link-color\";s:12:\"menu-options\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:21:\"menu-creative-options\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:15:\"menu-mega-style\";s:0:\"\";s:10:\"action-bar\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:13:\"header-slogan\";s:0:\"\";s:12:\"header-phone\";s:0:\"\";s:14:\"header-phone-2\";s:0:\"\";s:12:\"header-email\";s:0:\"\";s:14:\"sidebar-sticky\";s:1:\"0\";s:13:\"sidebar-width\";s:2:\"24\";s:13:\"sidebar-lines\";s:0:\"\";s:18:\"single-page-layout\";s:0:\"\";s:19:\"single-page-sidebar\";s:0:\"\";s:20:\"single-page-sidebar2\";s:0:\"\";s:13:\"single-layout\";s:0:\"\";s:14:\"single-sidebar\";s:0:\"\";s:15:\"single-sidebar2\";s:0:\"\";s:23:\"single-portfolio-layout\";s:0:\"\";s:24:\"single-portfolio-sidebar\";s:0:\"\";s:25:\"single-portfolio-sidebar2\";s:0:\"\";s:13:\"search-layout\";s:10:\"no-sidebar\";s:13:\"prev-next-nav\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:15:\"prev-next-style\";s:7:\"minimal\";s:22:\"prev-next-sticky-style\";s:0:\"\";s:5:\"share\";s:1:\"1\";s:11:\"share-style\";s:6:\"simple\";s:19:\"pagination-show-all\";s:1:\"1\";s:4:\"love\";s:1:\"1\";s:22:\"featured-image-caption\";s:0:\"\";s:13:\"related-style\";s:6:\"simple\";s:13:\"title-heading\";s:1:\"1\";s:10:\"blog-posts\";s:1:\"9\";s:11:\"blog-layout\";s:4:\"grid\";s:12:\"blog-columns\";s:1:\"3\";s:14:\"blog-title-tag\";s:1:\"2\";s:11:\"blog-images\";s:0:\"\";s:15:\"blog-full-width\";s:1:\"0\";s:9:\"blog-page\";s:0:\"\";s:12:\"blog-orderby\";s:4:\"date\";s:10:\"blog-order\";s:4:\"DESC\";s:16:\"exclude-category\";s:0:\"\";s:14:\"excerpt-length\";s:2:\"26\";s:9:\"blog-meta\";a:4:{s:9:\"post-meta\";s:1:\"1\";s:6:\"author\";s:6:\"author\";s:4:\"date\";s:4:\"date\";s:10:\"categories\";s:10:\"categories\";}s:14:\"blog-load-more\";s:1:\"0\";s:12:\"blog-filters\";s:1:\"1\";s:12:\"blog-isotope\";s:1:\"0\";s:10:\"blog-title\";s:1:\"0\";s:16:\"blog-single-zoom\";s:1:\"1\";s:11:\"blog-author\";s:1:\"1\";s:13:\"blog-comments\";s:1:\"1\";s:18:\"blog-single-layout\";s:0:\"\";s:16:\"blog-single-menu\";s:1:\"0\";s:12:\"blog-related\";s:1:\"3\";s:20:\"blog-related-columns\";s:1:\"3\";s:19:\"blog-related-images\";s:0:\"\";s:20:\"single-intro-padding\";s:0:\"\";s:15:\"portfolio-posts\";s:1:\"9\";s:16:\"portfolio-layout\";s:4:\"grid\";s:17:\"portfolio-columns\";s:1:\"3\";s:20:\"portfolio-full-width\";s:1:\"0\";s:14:\"portfolio-page\";s:0:\"\";s:17:\"portfolio-orderby\";s:4:\"date\";s:15:\"portfolio-order\";s:4:\"DESC\";s:18:\"portfolio-external\";s:0:\"\";s:21:\"portfolio-hover-title\";s:1:\"0\";s:14:\"portfolio-meta\";a:4:{s:9:\"post-meta\";s:1:\"1\";s:6:\"author\";s:6:\"author\";s:4:\"date\";s:4:\"date\";s:10:\"categories\";s:10:\"categories\";}s:19:\"portfolio-load-more\";s:1:\"0\";s:17:\"portfolio-filters\";s:1:\"1\";s:17:\"portfolio-isotope\";s:1:\"1\";s:22:\"portfolio-single-title\";s:1:\"0\";s:17:\"portfolio-related\";s:1:\"3\";s:25:\"portfolio-related-columns\";s:1:\"3\";s:18:\"portfolio-comments\";s:1:\"0\";s:23:\"portfolio-single-layout\";s:0:\"\";s:21:\"portfolio-single-menu\";s:1:\"0\";s:14:\"portfolio-slug\";s:14:\"portfolio-item\";s:13:\"portfolio-tax\";s:15:\"portfolio-types\";s:13:\"shop-products\";s:2:\"12\";s:11:\"shop-layout\";s:4:\"grid\";s:14:\"shop-catalogue\";s:1:\"0\";s:11:\"shop-images\";s:0:\"\";s:11:\"shop-button\";s:1:\"0\";s:12:\"shop-excerpt\";s:1:\"0\";s:12:\"shop-sidebar\";s:0:\"\";s:11:\"shop-slider\";s:0:\"\";s:12:\"shop-soldout\";s:8:\"Sold out\";s:18:\"shop-product-style\";s:0:\"\";s:17:\"shop-single-image\";s:0:\"\";s:18:\"shop-product-title\";s:0:\"\";s:12:\"shop-related\";s:1:\"3\";s:9:\"shop-cart\";s:13:\"icon-bag-fine\";s:29:\"featured-blog-portfolio-width\";s:3:\"960\";s:30:\"featured-blog-portfolio-height\";s:3:\"720\";s:28:\"featured-blog-portfolio-crop\";s:4:\"crop\";s:21:\"featured-single-width\";s:4:\"1200\";s:22:\"featured-single-height\";s:3:\"675\";s:20:\"featured-single-crop\";s:4:\"crop\";s:13:\"page-comments\";s:1:\"0\";s:13:\"error404-icon\";s:17:\"icon-traffic-cone\";s:13:\"error404-page\";s:0:\"\";s:12:\"construction\";s:1:\"0\";s:18:\"construction-title\";s:11:\"Coming Soon\";s:17:\"construction-text\";s:0:\"\";s:17:\"construction-date\";s:19:\"12/30/2018 12:00:00\";s:19:\"construction-offset\";s:1:\"0\";s:20:\"construction-contact\";s:0:\"\";s:17:\"construction-page\";s:0:\"\";s:13:\"footer-layout\";s:0:\"\";s:12:\"footer-style\";s:0:\"\";s:14:\"footer-padding\";s:6:\"70px 0\";s:14:\"footer-options\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:13:\"footer-bg-img\";s:0:\"\";s:22:\"footer-bg-img-position\";s:20:\"no-repeat;left top;;\";s:18:\"footer-bg-img-size\";s:4:\"auto\";s:21:\"footer-call-to-action\";s:0:\"\";s:11:\"footer-copy\";s:0:\"\";s:11:\"footer-hide\";s:1:\"1\";s:12:\"back-top-top\";s:4:\"hide\";s:18:\"popup-contact-form\";s:0:\"\";s:23:\"popup-contact-form-icon\";s:14:\"icon-mail-line\";s:10:\"responsive\";s:1:\"1\";s:17:\"mobile-grid-width\";s:3:\"480\";s:20:\"font-size-responsive\";s:1:\"1\";s:15:\"responsive-zoom\";s:1:\"0\";s:19:\"responsive-boxed2fw\";s:1:\"0\";s:13:\"no-section-bg\";s:0:\"\";s:19:\"responsive-parallax\";s:1:\"0\";s:23:\"builder-section-padding\";s:0:\"\";s:19:\"builder-wrap-moveup\";s:7:\"no-move\";s:12:\"footer-align\";s:0:\"\";s:19:\"responsive-logo-img\";s:0:\"\";s:26:\"responsive-retina-logo-img\";s:0:\"\";s:26:\"responsive-sticky-logo-img\";s:0:\"\";s:33:\"responsive-sticky-retina-logo-img\";s:0:\"\";s:24:\"responsive-header-tablet\";a:2:{s:9:\"post-meta\";s:1:\"1\";s:6:\"sticky\";s:6:\"sticky\";}s:24:\"responsive-header-mobile\";a:3:{s:9:\"post-meta\";s:1:\"1\";s:7:\"minimal\";s:7:\"minimal\";s:6:\"sticky\";s:6:\"sticky\";}s:20:\"mobile-header-height\";s:0:\"\";s:24:\"mobile-subheader-padding\";s:6:\"80px 0\";s:25:\"responsive-header-minimal\";s:5:\"mr-ll\";s:18:\"responsive-top-bar\";s:6:\"center\";s:19:\"mobile-menu-initial\";s:4:\"1240\";s:11:\"mobile-menu\";s:1:\"0\";s:22:\"responsive-mobile-menu\";s:0:\"\";s:27:\"responsive-side-slide-width\";s:3:\"250\";s:21:\"responsive-side-slide\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:16:\"header-menu-text\";s:0:\"\";s:25:\"header-menu-mobile-sticky\";s:1:\"0\";s:16:\"google-analytics\";s:0:\"\";s:14:\"facebook-pixel\";s:0:\"\";s:18:\"google-remarketing\";s:0:\"\";s:7:\"mfn-seo\";s:1:\"1\";s:16:\"meta-description\";s:0:\"\";s:13:\"meta-keywords\";s:0:\"\";s:16:\"mfn-seo-og-image\";s:0:\"\";s:13:\"seo-fb-app-id\";s:0:\"\";s:19:\"mfn-seo-schema-type\";s:1:\"1\";s:11:\"social-attr\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:12:\"social-skype\";s:0:\"\";s:15:\"social-whatsapp\";s:0:\"\";s:15:\"social-facebook\";s:41:\"https://www.facebook.com/IndigoDiscoMKTG/\";s:14:\"social-twitter\";s:32:\"https://twitter.com/indigo_disco\";s:12:\"social-vimeo\";s:0:\"\";s:14:\"social-youtube\";s:0:\"\";s:13:\"social-flickr\";s:0:\"\";s:15:\"social-linkedin\";s:0:\"\";s:16:\"social-pinterest\";s:0:\"\";s:15:\"social-dribbble\";s:0:\"\";s:16:\"social-instagram\";s:39:\"https://www.instagram.com/indigo_disco/\";s:15:\"social-snapchat\";s:0:\"\";s:14:\"social-behance\";s:0:\"\";s:13:\"social-tumblr\";s:0:\"\";s:18:\"social-tripadvisor\";s:0:\"\";s:16:\"social-vkontakte\";s:0:\"\";s:13:\"social-viadeo\";s:0:\"\";s:11:\"social-xing\";s:0:\"\";s:18:\"social-custom-icon\";s:0:\"\";s:18:\"social-custom-link\";s:0:\"\";s:19:\"social-custom-title\";s:0:\"\";s:10:\"social-rss\";s:1:\"0\";s:9:\"cf7-error\";s:0:\"\";s:8:\"parallax\";s:11:\"translate3d\";s:19:\"prettyphoto-options\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:18:\"sc-gallery-disable\";s:1:\"0\";s:10:\"plugin-rev\";s:0:\"\";s:13:\"plugin-visual\";s:0:\"\";s:12:\"plugin-layer\";s:0:\"\";s:4:\"skin\";s:6:\"violet\";s:9:\"color-one\";s:7:\"#5a38a6\";s:15:\"background-html\";s:7:\"#000000\";s:15:\"background-body\";s:7:\"#ffffff\";s:17:\"background-header\";s:7:\"#f0f1f1\";s:19:\"background-top-left\";s:7:\"#f6f6f6\";s:21:\"background-top-middle\";s:7:\"#e3e3e3\";s:20:\"background-top-right\";s:7:\"#f5f5f5\";s:17:\"color-top-right-a\";s:7:\"#333333\";s:14:\"border-top-bar\";s:0:\"\";s:17:\"background-search\";s:7:\"#0095eb\";s:20:\"background-subheader\";s:7:\"#F7F7F7\";s:15:\"color-subheader\";s:7:\"#444444\";s:12:\"color-menu-a\";s:7:\"#000000\";s:19:\"color-menu-a-active\";s:7:\"#e6a94a\";s:24:\"background-menu-a-active\";s:7:\"#F2F2F2\";s:18:\"background-submenu\";s:7:\"#F2F2F2\";s:15:\"color-submenu-a\";s:7:\"#5f5f5f\";s:21:\"color-submenu-a-hover\";s:7:\"#2e2e2e\";s:26:\"color-menu-responsive-icon\";s:7:\"#e6a94a\";s:31:\"background-menu-responsive-icon\";s:0:\"\";s:23:\"background-overlay-menu\";s:7:\"#0095eb\";s:25:\"background-overlay-menu-a\";s:7:\"#FFFFFF\";s:32:\"background-overlay-menu-a-active\";s:7:\"#B1DCFB\";s:17:\"border-menu-plain\";s:7:\"#F2F2F2\";s:20:\"background-side-menu\";s:7:\"#191919\";s:17:\"color-side-menu-a\";s:7:\"#A6A6A6\";s:23:\"color-side-menu-a-hover\";s:7:\"#FFFFFF\";s:21:\"background-action-bar\";s:7:\"#292b33\";s:16:\"color-action-bar\";s:7:\"#bbbbbb\";s:18:\"color-action-bar-a\";s:7:\"#0095eb\";s:24:\"color-action-bar-a-hover\";s:7:\"#007cc3\";s:23:\"color-action-bar-social\";s:7:\"#bbbbbb\";s:29:\"color-action-bar-social-hover\";s:7:\"#FFFFFF\";s:28:\"mobile-background-action-bar\";s:7:\"#FFFFFF\";s:23:\"mobile-color-action-bar\";s:7:\"#222222\";s:25:\"mobile-color-action-bar-a\";s:7:\"#0095eb\";s:31:\"mobile-color-action-bar-a-hover\";s:7:\"#007cc3\";s:30:\"mobile-color-action-bar-social\";s:7:\"#bbbbbb\";s:36:\"mobile-color-action-bar-social-hover\";s:7:\"#777777\";s:11:\"color-theme\";s:7:\"#e6a94a\";s:10:\"color-text\";s:7:\"#000000\";s:15:\"color-selection\";s:7:\"#0095eb\";s:7:\"color-a\";s:7:\"#e6a94a\";s:13:\"color-a-hover\";s:7:\"#e6a94a\";s:16:\"color-fancy-link\";s:7:\"#656B6F\";s:21:\"background-fancy-link\";s:7:\"#0095eb\";s:22:\"color-fancy-link-hover\";s:7:\"#0095eb\";s:27:\"background-fancy-link-hover\";s:7:\"#007cc3\";s:17:\"border-imageframe\";s:7:\"#f8f8f8\";s:26:\"background-imageframe-link\";s:7:\"#0095eb\";s:21:\"color-imageframe-link\";s:7:\"#ffffff\";s:21:\"color-imageframe-mask\";s:7:\"#ffffff\";s:20:\"background-highlight\";s:7:\"#0095eb\";s:8:\"color-hr\";s:7:\"#e6a94a\";s:10:\"color-list\";s:7:\"#000000\";s:10:\"color-note\";s:7:\"#000000\";s:28:\"background-highlight-section\";s:7:\"#0095eb\";s:18:\"color-footer-theme\";s:7:\"#0095eb\";s:17:\"background-footer\";s:7:\"#f6f6f6\";s:12:\"color-footer\";s:7:\"#6f6f6f\";s:20:\"color-footer-heading\";s:7:\"#ffffff\";s:17:\"color-footer-note\";s:7:\"#a8a8a8\";s:16:\"border-copyright\";s:21:\"rgba(255,255,255,0.1)\";s:14:\"color-footer-a\";s:7:\"#e6a94a\";s:20:\"color-footer-a-hover\";s:7:\"#e0961e\";s:19:\"color-footer-social\";s:7:\"#6f6f6f\";s:25:\"color-footer-social-hover\";s:7:\"#e6a94a\";s:22:\"color-footer-backtotop\";s:7:\"#6f6f6f\";s:27:\"background-footer-backtotop\";s:0:\"\";s:23:\"color-sliding-top-theme\";s:7:\"#0095eb\";s:22:\"background-sliding-top\";s:7:\"#545454\";s:17:\"color-sliding-top\";s:7:\"#cccccc\";s:19:\"color-sliding-top-a\";s:7:\"#0095eb\";s:25:\"color-sliding-top-a-hover\";s:7:\"#007cc3\";s:25:\"color-sliding-top-heading\";s:7:\"#ffffff\";s:22:\"color-sliding-top-note\";s:7:\"#a8a8a8\";s:8:\"color-h1\";s:7:\"#000000\";s:8:\"color-h2\";s:7:\"#000000\";s:8:\"color-h3\";s:7:\"#000000\";s:8:\"color-h4\";s:7:\"#000000\";s:8:\"color-h5\";s:7:\"#000000\";s:8:\"color-h6\";s:7:\"#e6a94a\";s:15:\"color-tab-title\";s:7:\"#e6a94a\";s:16:\"color-blockquote\";s:7:\"#444444\";s:21:\"background-getintouch\";s:7:\"#e6a94a\";s:17:\"color-contentlink\";s:7:\"#e6a94a\";s:13:\"color-counter\";s:7:\"#e6a94a\";s:13:\"color-iconbar\";s:7:\"#e6a94a\";s:13:\"color-iconbox\";s:7:\"#e6a94a\";s:15:\"color-list-icon\";s:7:\"#e6a94a\";s:19:\"color-pricing-price\";s:7:\"#e6a94a\";s:27:\"background-pricing-featured\";s:7:\"#e6a94a\";s:22:\"background-progressbar\";s:7:\"#e6a94a\";s:22:\"color-quickfact-number\";s:7:\"#e6a94a\";s:27:\"background-slidingbox-title\";s:7:\"#e6a94a\";s:27:\"background-trailer-subtitle\";s:7:\"#e6a94a\";s:10:\"color-form\";s:7:\"#ffffff\";s:15:\"background-form\";s:7:\"#ffffff\";s:11:\"border-form\";s:7:\"#ffffff\";s:22:\"color-form-placeholder\";s:7:\"#ffffff\";s:16:\"color-form-focus\";s:7:\"#ffffff\";s:21:\"background-form-focus\";s:7:\"#ffffff\";s:17:\"border-form-focus\";s:7:\"#ffffff\";s:28:\"color-form-placeholder-focus\";s:7:\"#ffffff\";s:17:\"form-border-width\";s:9:\"0 0 2px 0\";s:18:\"form-border-radius\";s:0:\"\";s:16:\"form-transparent\";s:1:\"0\";s:12:\"font-content\";s:4:\"Muli\";s:9:\"font-menu\";s:4:\"Muli\";s:10:\"font-title\";s:4:\"Muli\";s:13:\"font-headings\";s:4:\"Muli\";s:19:\"font-headings-small\";s:4:\"Muli\";s:15:\"font-blockquote\";s:4:\"Muli\";s:15:\"font-decorative\";s:4:\"Muli\";s:11:\"font-weight\";a:7:{s:9:\"post-meta\";s:1:\"1\";i:300;s:3:\"300\";i:400;s:3:\"400\";s:9:\"400italic\";s:9:\"400italic\";i:500;s:3:\"500\";i:700;s:3:\"700\";s:9:\"700italic\";s:9:\"700italic\";}s:11:\"font-subset\";s:0:\"\";s:17:\"font-size-content\";a:4:{s:4:\"size\";s:2:\"15\";s:11:\"line_height\";s:2:\"27\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"0\";}s:13:\"font-size-big\";a:4:{s:4:\"size\";s:2:\"17\";s:11:\"line_height\";s:2:\"28\";s:12:\"weight_style\";s:3:\"600\";s:14:\"letter_spacing\";s:1:\"0\";}s:14:\"font-size-menu\";a:3:{s:4:\"size\";s:2:\"17\";s:12:\"weight_style\";s:3:\"500\";s:14:\"letter_spacing\";s:1:\"0\";}s:15:\"font-size-title\";a:4:{s:4:\"size\";s:2:\"30\";s:11:\"line_height\";s:2:\"35\";s:12:\"weight_style\";s:9:\"400italic\";s:14:\"letter_spacing\";s:1:\"0\";}s:12:\"font-size-h1\";a:4:{s:4:\"size\";s:2:\"52\";s:11:\"line_height\";s:2:\"54\";s:12:\"weight_style\";s:3:\"700\";s:14:\"letter_spacing\";s:1:\"0\";}s:12:\"font-size-h2\";a:4:{s:4:\"size\";s:2:\"42\";s:11:\"line_height\";s:2:\"50\";s:12:\"weight_style\";s:3:\"700\";s:14:\"letter_spacing\";s:1:\"0\";}s:12:\"font-size-h3\";a:4:{s:4:\"size\";s:2:\"26\";s:11:\"line_height\";s:2:\"34\";s:12:\"weight_style\";s:3:\"700\";s:14:\"letter_spacing\";s:1:\"0\";}s:12:\"font-size-h4\";a:4:{s:4:\"size\";s:2:\"20\";s:11:\"line_height\";s:2:\"27\";s:12:\"weight_style\";s:3:\"700\";s:14:\"letter_spacing\";s:1:\"0\";}s:12:\"font-size-h5\";a:4:{s:4:\"size\";s:2:\"20\";s:11:\"line_height\";s:2:\"25\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"0\";}s:12:\"font-size-h6\";a:4:{s:4:\"size\";s:2:\"14\";s:11:\"line_height\";s:2:\"14\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"3\";}s:22:\"font-size-single-intro\";a:4:{s:4:\"size\";s:2:\"70\";s:11:\"line_height\";s:2:\"70\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"0\";}s:11:\"font-custom\";s:0:\"\";s:16:\"font-custom-woff\";s:0:\"\";s:15:\"font-custom-ttf\";s:0:\"\";s:12:\"font-custom2\";s:0:\"\";s:17:\"font-custom2-woff\";s:0:\"\";s:16:\"font-custom2-ttf\";s:0:\"\";s:9:\"translate\";s:1:\"1\";s:28:\"translate-search-placeholder\";s:17:\"Enter your search\";s:24:\"translate-search-results\";s:18:\"results found for:\";s:14:\"translate-home\";s:4:\"Home\";s:14:\"translate-prev\";s:9:\"Prev page\";s:14:\"translate-next\";s:9:\"Next page\";s:19:\"translate-load-more\";s:9:\"Load more\";s:17:\"translate-wpml-no\";s:39:\"No translations available for this page\";s:15:\"translate-share\";s:5:\"Share\";s:16:\"translate-before\";s:6:\"Before\";s:15:\"translate-after\";s:5:\"After\";s:14:\"translate-days\";s:4:\"days\";s:15:\"translate-hours\";s:5:\"hours\";s:17:\"translate-minutes\";s:7:\"minutes\";s:17:\"translate-seconds\";s:7:\"seconds\";s:16:\"translate-filter\";s:9:\"Filter by\";s:14:\"translate-tags\";s:4:\"Tags\";s:17:\"translate-authors\";s:7:\"Authors\";s:13:\"translate-all\";s:8:\"Show all\";s:18:\"translate-item-all\";s:3:\"All\";s:19:\"translate-published\";s:12:\"Published by\";s:12:\"translate-at\";s:2:\"on\";s:20:\"translate-categories\";s:10:\"Categories\";s:18:\"translate-readmore\";s:9:\"Read more\";s:14:\"translate-like\";s:15:\"Do you like it?\";s:17:\"translate-related\";s:13:\"Related posts\";s:16:\"translate-client\";s:6:\"Client\";s:14:\"translate-date\";s:4:\"Date\";s:17:\"translate-website\";s:7:\"Website\";s:14:\"translate-view\";s:12:\"View website\";s:14:\"translate-task\";s:4:\"Task\";s:22:\"translate-commented-on\";s:12:\"commented on\";s:19:\"translate-404-title\";s:18:\"Ooops... Error 404\";s:22:\"translate-404-subtitle\";s:62:\"We are sorry, but the page you are looking for does not exist.\";s:18:\"translate-404-text\";s:46:\"Please check entered address and try again or \";s:17:\"translate-404-btn\";s:14:\"go to homepage\";s:22:\"translate-search-title\";s:8:\"Ooops...\";s:25:\"translate-search-subtitle\";s:21:\"No results found for:\";s:10:\"custom-css\";s:0:\"\";s:9:\"custom-js\";s:0:\"\";}','yes'),(840,'widget_woocommerce_product_categories','a:2:{i:2;a:8:{s:5:\"title\";s:18:\"Product categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:1;s:9:\"max_depth\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(900,'sidebars_widgets','a:3:{s:13:\"footer-area-1\";a:0:{}s:13:\"footer-area-2\";a:0:{}s:13:\"footer-area-3\";a:0:{}}','yes'),(898,'slide-types_children','a:0:{}','yes'),(899,'testimonial-types_children','a:0:{}','yes'),(220,'elementor_disable_color_schemes','yes','yes'),(221,'elementor_disable_typography_schemes','yes','yes'),(222,'elementor_load_fa4_shim','yes','yes'),(223,'elementor_container_width','1140','yes'),(224,'elementor_stretched_section_container','#Wrapper','yes'),(225,'elementor_viewport_lg','960','yes'),(226,'elementor_cpt_support','a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:9:\"portfolio\";}','yes'),(332,'elementor_log','a:43:{s:32:\"c65c299a73a234c0720305fbaee3f342\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-07-28 03:54:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:72:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-28 03:54:32\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:72:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"3e511fa55b08499e04ed3b52754a87a6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-07-28 03:54:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:81:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-28 03:54:32\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:81:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"634992f301151d78d04ab1244c348496\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-07-28 03:54:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:83:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-28 03:54:32\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:83:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"9f4951f0248d1836fcf33aef0471aa39\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-07-28 03:54:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:64:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-28 03:54:32\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:64:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"c1a489f1283359b34ec22efafba3572f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-07-28 03:54:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:66:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-28 03:54:32\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:66:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"beed84e5928ccd8b08f1698e4a7f2ff2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-07-28 03:54:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.13\";s:2:\"to\";s:5:\"3.5.6\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-28 03:54:32\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.13\";s:2:\"to\";s:5:\"3.5.6\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"4451dfba6260ddc258458f5b03523a5f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-07-28 04:06:26\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.5.6\";s:2:\"to\";s:5:\"3.6.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-28 04:06:26\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.5.6\";s:2:\"to\";s:5:\"3.6.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e6f7617af0bbfabc1e2c209098fd9b76\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-07-28 04:06:58\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-28 04:06:58\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"611fc9ee69ae243cd7890f737b5c0f9a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-07-28 04:06:58\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-28 04:06:58\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"d75967493e8f9ec9196b747cdbb8a03a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-07-28 04:06:58\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-28 04:06:58\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"ed07b4e331934cdb79858dda23b7d793\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-07-28 04:06:58\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.5.6\";s:2:\"to\";s:5:\"3.6.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-28 04:06:58\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.5.6\";s:2:\"to\";s:5:\"3.6.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"77ab17f5189d871acb3bba5687c057bc\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-07-28 04:11:49\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.0\";s:2:\"to\";s:5:\"3.6.8\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-28 04:11:49\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.0\";s:2:\"to\";s:5:\"3.6.8\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c1433fdf34eefa5bb236da4480841232\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2022-07-28 05:24:25\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:54:\"Trying to get property &#039;email&#039; of non-object\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-28 05:24:25\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:44:\"Trying to get property \'email\' of non-object\";s:4:\"file\";s:103:\"/home/chasedaddy99/indigo-disco.com/wp-content/plugins/elementor/core/common/modules/connect/module.php\";s:4:\"line\";i:230;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:103:\"/home/chasedaddy99/indigo-disco.com/wp-content/plugins/elementor/core/common/modules/connect/module.php\";s:7:\"\0*\0line\";i:230;}s:32:\"233aec4f954626edb76349f550074069\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-07-28 05:37:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-28 05:37:34\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"a47a7e5562436b5f93ed1891cccf7bb6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-07-28 05:37:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-28 05:37:34\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"732b3a1d8a442c47989efebf435077a0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-07-28 05:37:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-28 05:37:34\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"3faed5593231a7644f09619320f3fd0d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-07-28 05:37:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.0\";s:2:\"to\";s:5:\"3.6.8\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-07-28 05:37:34\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.0\";s:2:\"to\";s:5:\"3.6.8\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"2cc3fadf832176ee6086ee0cb2692535\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2022-07-28 05:44:39\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:21:\"Undefined index: data\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:9;s:14:\"\0*\0times_dates\";a:9:{i:0;s:19:\"2022-07-28 05:44:39\";i:1;s:19:\"2022-07-28 14:29:13\";i:2;s:19:\"2022-07-28 14:29:29\";i:3;s:19:\"2022-07-29 13:28:36\";i:4;s:19:\"2022-08-07 22:59:31\";i:5;s:19:\"2022-08-08 00:20:21\";i:6;s:19:\"2022-08-08 00:25:56\";i:7;s:19:\"2022-08-08 00:26:22\";i:8;s:19:\"2022-08-08 00:47:31\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:21:\"Undefined index: data\";s:4:\"file\";s:100:\"/home/chasedaddy99/indigo-disco.com/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:4:\"line\";i:171;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:100:\"/home/chasedaddy99/indigo-disco.com/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:7:\"\0*\0line\";i:171;}s:32:\"12d76e638da6d0af6ac6365594cddcde\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2022-07-28 14:41:27\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:76:\"Cannot read properties of null (reading \\&#039;getBoundingClientRect\\&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2022-07-28 14:41:27\";i:1;s:19:\"2022-07-29 13:25:57\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1659019287\";s:7:\"message\";s:66:\"Cannot read properties of null (reading \\\'getBoundingClientRect\\\')\";s:3:\"url\";s:87:\"https://indigo-disco.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.6.8\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"900529\";}s:7:\"\0*\0file\";s:87:\"https://indigo-disco.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.6.8\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:6:\"900529\";}s:32:\"477380e903af8ebc9c32ff774bc238a0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-10-05 03:53:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.8\";s:2:\"to\";s:5:\"3.7.8\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-10-05 03:53:24\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.8\";s:2:\"to\";s:5:\"3.7.8\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d1fa366d47afb8b10896cfc32a86bbcb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-14 06:09:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-14 06:09:23\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"ceabec1eabc9b3bf4881ae95c6a0ffa6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-14 06:09:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-14 06:09:23\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"c630c7ae5d0054303d8d1d94d5a8c8bf\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-14 06:09:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-14 06:09:23\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"a197dddec39d3b301637430166abd82c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-14 06:09:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.8\";s:2:\"to\";s:5:\"3.7.8\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-14 06:09:23\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.8\";s:2:\"to\";s:5:\"3.7.8\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c189185dc4d61de839d29b401a868b7f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-14 06:14:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.7.2\";s:2:\"to\";s:5:\"3.8.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-14 06:14:34\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.7.2\";s:2:\"to\";s:5:\"3.8.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"def80556e3809d51e4e340b82d9f8ea5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-14 06:14:59\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-14 06:14:59\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"a629f9d83db910789eb4aa9d9277a6ef\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-14 06:14:59\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-14 06:14:59\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"e2ccb6c23df34c64b754b654b3174719\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-14 06:14:59\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-14 06:14:59\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"6910126deab64982ae21ba0321da6b27\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-11-14 06:14:59\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.7.2\";s:2:\"to\";s:5:\"3.8.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-11-14 06:14:59\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.7.2\";s:2:\"to\";s:5:\"3.8.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"cb7bdb95d16ef66be0856b3f0de9268e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-06-02 06:43:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.7.8\";s:2:\"to\";s:6:\"3.13.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-06-02 06:43:33\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.7.8\";s:2:\"to\";s:6:\"3.13.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d504f759d65b0d8b8c81ecc52c65747f\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-06-02 06:52:28\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:196:\"require(): Failed opening required &#039;/home/chasedaddy99/indigo-disco.com/wp-content/plugins/elementor-pro/plugin.php&#039; (include_path=&#039;.:/opt/cpanel/ea-php74/root/usr/share/pear&#039;)\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-06-02 06:52:28\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:176:\"require(): Failed opening required \'/home/chasedaddy99/indigo-disco.com/wp-content/plugins/elementor-pro/plugin.php\' (include_path=\'.:/opt/cpanel/ea-php74/root/usr/share/pear\')\";s:4:\"file\";s:86:\"/home/chasedaddy99/indigo-disco.com/wp-content/plugins/elementor-pro/elementor-pro.php\";s:4:\"line\";i:57;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:86:\"/home/chasedaddy99/indigo-disco.com/wp-content/plugins/elementor-pro/elementor-pro.php\";s:7:\"\0*\0line\";i:57;}s:32:\"a5110928d3f5203cd068949fbc7d5619\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-06-02 06:52:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.8.1\";s:2:\"to\";s:6:\"3.13.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-06-02 06:52:57\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.8.1\";s:2:\"to\";s:6:\"3.13.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"82952d85ee39aacbcaf61849da819747\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-07-10 08:02:10\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:51:\"Trying to access array offset on value of type null\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-10 08:02:10\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:51:\"Trying to access array offset on value of type null\";s:4:\"file\";s:97:\"/home/chasedaddy99/indigo-disco.com/wp-content/plugins/elementor/includes/base/controls-stack.php\";s:4:\"line\";i:1578;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:97:\"/home/chasedaddy99/indigo-disco.com/wp-content/plugins/elementor/includes/base/controls-stack.php\";s:7:\"\0*\0line\";i:1578;}s:32:\"1cb156b84def2c88bbac5b2ff1da3146\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-10 08:08:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-10 08:08:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"6a0e08002898c8ce86388afc2e77b94c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-10 08:08:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-10 08:08:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"400c64308a99595b89c921168cb62b82\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-10 08:08:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-10 08:08:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"32c889550ecb36a8455be3e2360e30d6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-10 08:08:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:63:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-10 08:08:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:63:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"86b3a534d84ac68c19c787bb581c277c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-10 08:08:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:65:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-10 08:08:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:65:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"7ffcc5ebdd3808b5c47ef9f049effcce\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-10 08:08:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.7.8\";s:2:\"to\";s:6:\"3.14.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-10 08:08:00\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.7.8\";s:2:\"to\";s:6:\"3.14.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"eda1656e2b2f5002b86840032d335b37\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-10 08:12:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-10 08:12:07\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"d7ac49766098582b920b62cae19a15f5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-10 08:12:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-10 08:12:07\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"5ee43a1cf7d782b07bfc31e5619a9086\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-10 08:12:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-10 08:12:07\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"ba3e1ee55dbd656886c11ee70d364809\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-10 08:12:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.8.1\";s:2:\"to\";s:6:\"3.14.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-10 08:12:07\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.8.1\";s:2:\"to\";s:6:\"3.14.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}}','no'),(231,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.7.7\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1605037965;s:7:\"version\";s:3:\"5.3\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(295,'layerslider_update_info','O:8:\"stdClass\":7:{s:5:\"basic\";O:8:\"stdClass\":12:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:5:\"7.7.6\";s:8:\"released\";s:10:\"2023-05-23\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:3:\"url\";s:24:\"https://layerslider.com/\";s:7:\"package\";s:0:\"\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";s:5:\"5.4.0\";s:14:\"upgrade_notice\";s:67:\"This update brings new features, bug fixes, and other improvements.\";}s:4:\"full\";O:8:\"stdClass\":21:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:24:\"https://layerslider.com/\";s:5:\"p_url\";s:32:\"https://layerslider.com/pricing/\";s:7:\"version\";s:5:\"7.7.6\";s:12:\"last_updated\";s:10:\"2023-05-23\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";s:5:\"5.4.0\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:3208;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:67:\"This update brings new features, bug fixes, and other improvements.\";s:4:\"beta\";s:67:\"This update brings new features, bug fixes, and other improvements.\";s:4:\"edge\";s:67:\"This update brings new features, bug fixes, and other improvements.\";}s:6:\"author\";s:71:\"<a href=\"https://kreaturamedia.com/\" target=\"_blank\">Kreatura Media</a>\";s:3:\"url\";s:24:\"https://layerslider.com/\";s:8:\"external\";b:1;s:9:\"file_name\";s:10:\"plugin.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:8:\"sections\";a:3:{s:9:\"changelog\";s:329:\"<p style=\"text-align: justify;\">\n	<a href=\"https://layerslider.com/release-log/\" target=\"_blank\">Click here to see the release log.</a> Don’t forget, the release log and all product-related news are also integrated right into LayerSlider. Look for the “LayerSlider News” section at the bottom of its main admin screen.\n</p>\";s:12:\"installation\";s:549:\"<p style=\"text-align: justify;\">\n	Updating the plugin won’t touch your sliders or settings. New versions always have backward compatibility. You don’t have to worry about losing your work. Not sure how to update? Check the <a href=\"https://layerslider.com/documentation/#updating\" target=\"_blank\">Updating</a> section of our online documentation.\n</p>\n\n<p style=\"text-align: justify;\">\n	If you’re experiencing unwanted changes, it is always a good idea to check your settings since there are probably new options to control those changes.\n</p>\";s:3:\"faq\";s:537:\"<p style=\"text-align: justify;\">\n	Please visit our <a href=\"https://layerslider.com/help/\" target=\"_blank\">Help</a> page, where you can find all sorts of useful assets like <a href=\"https://layerslider.com/faq/\" target=\"_blank\">FAQs</a>, <a href=\"https://layerslider.com/documentation/\" target=\"_blank\">online documentation</a>, <a href=\"https://layerslider.com/documentation/#troubleshooting\" target=\"_blank\">troubleshooting</a>, and <a href=\"https://layerslider.com/documentation/#support\" target=\"_blank\">support</a> information.\n</p>\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";}s:15:\"_latest_version\";s:5:\"7.7.6\";s:17:\"_important_notice\";a:9:{s:4:\"date\";s:10:\"2023-05-22\";s:5:\"title\";s:58:\"Celebrating LayerSlider’s New Home with a Special Offer!\";s:7:\"message\";s:748:\"We’re saying goodbye to Envato Market: LayerSlider is now fully independent and available exclusively on <a href=\"https://layerslider.com/\" target=\"_blank\">layerslider.com</a>. Don’t worry! LayerSlider is thriving and evolving faster than ever, and Envato customers continue to receive the same benefits. To celebrate this occasion, you can <span style=\"font-weight: 500\">purchase LayerSlider 15% OFF for a limited time with coupon code <span style=\"font-weight: 800; color: #007cba;\">INDIE15</span></span>.<br><br><a class=\"button button-primary\" href=\"https://layerslider.com/leaving-envato/\" target=\"_blank\">full announcement</a> <a class=\"button button-primary\" href=\"https://layerslider.com/pricing/\" target=\"_blank\">Grab your discount</a>\";s:5:\"image\";s:0:\"\";s:6:\"banner\";a:5:{s:5:\"class\";s:0:\"\";s:5:\"style\";s:132:\"height: auto; margin: 39px auto 0 auto !important; min-width: 700px; max-width: 1700px; padding-right: 20px; box-sizing: border-box;\";s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:7:\"content\";s:3901:\"\n\n		<style>\n		@import url(\"https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500&display=swap\");\n		</style>\n		<style>\n\n			.layerslider_notice_img {\n				padding-right: 30px !important;\n				max-width: none !important;\n				min-width: 0 !important;\n			}\n\n\n			#lspr-inner {\n				position: relative;\n				height: auto;\n				background-image: 	linear-gradient(150deg, rgb(56, 103, 189) 0%, rgba(76, 119, 199, 0.5) 28%, rgba(69, 110, 186, 0) 68%),\n									linear-gradient(45deg, rgb(41, 10, 102) 50%, rgb(111, 32, 214) 100%);\n				border-radius: 6px;\n			}\n\n			#lspr-grid {\n				position: relative;\n				height: auto;\n				display: flex;\n				margin: 0 auto !important;\n				justify-content: space-between;\n				align-items: stretch;\n				flex-flow: row wrap;\n				max-width: 1500px;\n				padding: 20px;\n			}\n\n			#lspr-left,\n			#lspr-right {\n				position: relative;\n				box-sizing: border-box;\n			}\n\n			#lspr-left {\n				flex: 70% 1 0;\n			}\n\n			#lspr-right {\n				flex: 30% 1 0;\n				min-width: 270px;\n				display: flex;\n				align-items: center;\n				justify-content: center;\n			}\n\n			#lspr-scroll {\n				position: absolute;\n				left: 0;\n				top: 0;\n				right: 0;\n				bottom: 0;\n				z-index: 1;\n				overflow: hidden;\n				border-radius: 1rem;\n			}\n\n			.lspr-over {\n				position: relative;\n				z-index: 2;\n			}\n\n			#lspr-heading {\n				text-align: center;\n				color: white;\n				font-size: 18px;\n				font-weight: 500;\n				line-height: 20px;\n				font-family: Montserrat, sans-serif;\n			}\n\n			.lspr-nowrap {\n				white-space: nowrap;\n			}\n\n			.lspr-text {\n				position: relative;\n				padding-top: 15px;\n				z-index: 200;\n				color: white;\n				font-family: Montserrat, sans-serif;\n				font-size: 15px;\n				font-weight: 300;\n				line-height: 22px;\n				text-align: justify;\n			}\n\n			.lspr-text a {\n				font-weight: 500;\n				text-decoration: none;\n				padding: 0 3px;\n				margin-right: 2px;\n				background-color: white;\n				color: #363088;\n				border-radius: 3px;\n			}\n\n			.lspr-text a:hover {\n				background-color: #e3177d;\n				color: white;\n			}\n\n			#lspr-buttons {\n				text-align: center;\n			}\n\n			#lspr-buttons a {\n				margin: 0 1rem;\n				text-decoration: none;\n				color: white;\n				text-transform: uppercase;\n				font-family: Montserrat, sans-serif;\n				font-weight: 500;\n				display: inline-block;\n				border-radius: 100px;\n				background-color: #e3177d;\n				line-height: 32px;\n				font-size: 14px;\n				transition: all 0.2s;\n				box-shadow: none;\n				cursor: pointer;\n				width: 240px;\n				box-sizing: border-box;\n			}\n\n			#lspr-buttons a:last-child {\n				margin-top: 15px;\n			}\n\n			#lspr-buttons a:hover {\n				filter: contrast(170%);\n			}\n\n			.layerslider_notice_img  .dashicons-dismiss {\n				right: 30px;\n			}\n\n		</style>\n		<div id=\"lspr-inner\">\n			<div id=\"lspr-grid\">\n				<div id=\"lspr-left\">\n					<div id=\"lspr-heading\" class=\"lspr-over\">\n						<span class=\"lspr-nowrap\">Celebrating LayerSlider’s New Home<span> <span class=\"lspr-nowrap\">with a Special Offer!<span>\n					</div>\n\n					<div class=\"lspr-text\" class=\"lspr-over\">\n						<span>\n							We’re saying goodbye to Envato Market: LayerSlider is now fully independent and available exclusively on <a href=\"https://layerslider.com/\" target=\"_blank\">layerslider.com</a>. Don’t worry! LayerSlider is thriving and evolving faster than ever, and Envato customers continue to receive the same benefits. To celebrate this occasion, you can <span style=\"font-weight: 500\">purchase LayerSlider 15% OFF for a limited time with coupon code <span style=\"color: #ff55af\">INDIE15</span></span>.\n						</span>\n					</div>\n				</div>\n				<div id=\"lspr-right\">\n					<div id=\"lspr-buttons\" class=\"lspr-over\">\n						<a href=\"https://layerslider.com/leaving-envato/\" target=\"_blank\">full announcement</a>\n                    	<a href=\"https://layerslider.com/pricing/\" target=\"_blank\">Grab your discount</a>\n                    </div>\n				</div>\n			</div>\n		</div>\n		\";}s:11:\"min_version\";s:0:\"\";s:11:\"max_version\";s:0:\"\";s:11:\"unactivated\";b:0;s:10:\"url_filter\";s:11:\"layerslider\";}s:14:\"_not_activated\";b:1;s:16:\"_sub_deactivated\";b:0;s:7:\"checked\";i:1685689297;}','yes'),(296,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:18:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:18:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:18:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:18:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:18:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:18:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:18:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:18:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:18:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:18:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:18:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:18:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:18:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:18:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:18:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:18:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:18:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:18:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:18:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:18:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:18:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:18:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:18:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:18:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:18:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:18:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:18:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:18:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:18:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:18:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:18:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:18:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:18:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:18:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:18:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:18:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:18:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:18:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:18:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:18:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:18:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:18:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:18:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:18:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:18:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:18:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:18:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:18:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:18:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:18:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:18:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:18:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:18:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:18:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:18:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:18:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:18:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:18:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:18:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:18:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:18:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:18:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:18:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:18:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:18:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:18:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:18:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:18:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:18:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:18:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:18:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:18:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:18:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:18:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:18:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:18:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:18:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:18:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:18:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:18:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:18:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:18:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:18:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:18:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:18:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:18:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:18:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:18:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:18:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:18:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:18:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:18:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:18:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:18:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:18:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:18:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:18:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:18:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:18:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:18:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:18:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:18:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:18:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:18:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:18:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:18:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:18:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:18:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:18:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:18:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:18:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:18:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:18:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:18:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:18:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:18:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:18:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:18:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:18:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:18:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:18:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:18:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:18:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:18:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:18:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:18:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:18:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:18:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:18:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:18:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:18:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:18:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:18:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:18:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:18:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:18:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:18:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:18:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:18:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:18:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:18:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:18:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:18:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:18:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:18:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:18:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:18:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:18:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:18:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:18:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:18:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:18:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:18:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:18:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:18:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:18:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:18:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:18:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:18:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:18:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:18:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:18:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:18:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:18:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:18:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:18:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:18:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:18:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:18:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:18:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:18:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:18:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:18:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:18:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:18:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:18:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:18:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:18:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:18:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:18:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:18:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:18:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:18:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:18:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:18:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:18:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:18:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:18:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:18:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:18:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:18:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:18:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:18:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:18:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:18:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:18:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:18:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:18:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:18:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:18:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:18:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:18:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:18:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:18:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:18:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:18:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:18:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:18:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:18:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:18:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:18:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:18:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:18:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:18:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:18:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:18:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:18:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:18:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:18:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:18:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:18:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:18:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:18:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:18:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:18:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:18:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:18:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:18:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:18:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:18:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:18:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:18:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:18:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:18:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:18:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:18:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:18:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:18:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:18:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:18:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:18:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:18:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:18:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:18:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:18:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:18:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:18:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:18:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:18:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:18:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:18:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:18:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:18:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:18:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:18:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:18:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:18:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:18:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:18:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:18:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:18:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:18:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:18:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:18:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:18:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:18:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:18:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:18:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:18:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:18:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:18:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:18:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:18:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:18:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:18:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:18:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:18:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:18:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:18:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:18:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:18:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:18:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:18:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:18:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:18:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:18:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:18:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:18:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:18:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:18:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:18:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:18:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:18:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:18:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:18:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:18:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:18:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:18:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:18:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:18:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:18:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:18:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:18:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:18:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:18:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:18:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:18:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:18:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:18:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:18:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:18:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:18:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:18:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:18:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:18:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:18:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:18:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:18:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:18:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:18:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:18:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:18:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:18:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:18:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:18:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:18:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:18:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:18:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:18:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:18:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:18:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:18:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:18:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:18:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:18:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:18:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:18:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:18:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:18:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:18:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:18:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:18:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:18:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:18:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:18:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:18:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:18:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:18:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:18:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:18:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:18:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:18:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:18:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:18:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:18:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:18:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:18:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:18:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:18:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:18:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:18:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:18:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:18:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:18:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:18:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:18:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:18:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:18:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:18:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:18:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:18:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:18:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:18:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:18:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:18:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:18:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:18:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:18:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:18:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:18:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:18:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:18:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:18:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:18:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:18:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:18:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:18:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:18:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:18:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:18:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:18:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:18:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:18:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:18:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:18:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:18:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:18:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:18:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:18:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:18:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:18:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:18:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:18:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:18:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:18:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:18:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:18:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:18:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:18:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:18:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:18:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:18:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:18:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:18:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:18:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:18:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:18:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:18:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:18:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:18:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:18:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:18:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:18:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:18:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:18:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:18:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:18:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:18:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:18:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:18:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:18:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:18:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:18:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:18:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:18:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:18:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:18:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:18:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:18:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:18:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:18:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:18:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:18:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:18:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:18:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:18:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:18:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:18:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:18:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:18:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:18:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:18:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:18:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:18:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:18:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:18:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:18:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:18:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:18:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:18:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:18:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:18:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:18:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:18:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:18:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:18:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:18:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:18:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:18:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:18:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:18:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:18:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:18:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:18:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:18:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:18:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:18:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:18:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:18:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:18:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:18:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:18:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:18:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:18:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:18:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:18:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:18:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:18:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:18:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:18:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:18:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:18:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:18:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:18:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:18:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:18:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:18:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:18:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:18:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:18:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:18:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:18:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:18:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:18:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:18:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:18:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:18:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:18:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:18:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:18:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:18:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:18:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:18:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:18:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:18:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:18:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:18:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:18:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:18:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:18:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:18:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:18:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:18:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:18:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:18:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:18:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:18:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:18:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:18:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:18:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:18:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:18:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:18:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:18:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:18:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:18:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:18:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:18:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:18:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:18:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:18:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:18:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:18:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:18:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:18:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:18:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:18:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:18:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:18:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:18:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:18:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:18:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:18:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:18:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:18:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:18:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:18:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:18:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:18:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:18:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:18:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:18:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:18:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:18:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:18:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:18:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:18:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:18:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:18:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:18:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:18:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:18:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:18:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:18:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:18:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:18:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:18:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:18:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:18:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:18:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:18:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:18:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:18:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:18:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:18:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:18:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:18:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:18:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:18:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:18:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:18:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:18:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:18:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:18:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:18:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:18:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:18:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:18:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:18:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:18:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:18:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:18:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:18:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:18:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:18:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:18:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:18:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:18:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:18:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:18:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:18:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:18:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:18:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:18:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:18:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:18:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:18:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:18:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:18:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:18:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:18:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:18:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:18:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:18:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:18:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:18:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:18:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:18:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:18:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:18:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:18:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:18:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:18:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:18:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:18:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:18:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:18:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:18:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:18:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:18:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:18:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:18:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:18:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:18:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:18:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:18:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:18:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:18:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:18:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:18:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:18:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:18:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:18:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:18:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:18:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:18:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:18:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:18:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:18:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:18:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:18:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:18:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:18:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:18:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:18:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:18:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:18:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:18:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:18:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:18:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:18:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:18:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:18:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:18:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:18:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:18:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:18:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:18:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:18:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:18:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:18:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:18:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:18:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:18:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:18:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:18:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:18:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:18:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:18:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:18:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:18:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:18:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:18:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:18:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:18:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:18:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:18:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:18:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:18:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:18:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:18:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:18:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:18:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:18:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:18:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:18:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:561;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:18:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:562;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:18:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:563;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:18:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:18:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:18:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:18:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:18:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:18:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:18:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:18:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:18:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:18:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:18:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:18:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:18:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:18:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:18:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:18:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:18:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:18:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:18:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:18:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:18:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:18:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:18:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:18:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:18:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:18:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:18:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:18:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:18:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:18:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:18:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:18:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:18:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:18:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:18:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:18:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:18:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:18:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:18:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:18:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:18:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:18:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:18:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:606;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:18:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:607;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:18:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:608;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:18:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:609;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:18:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:18:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:756;a:18:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:18:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:18:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:18:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:18:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:18:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:18:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:18:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:18:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:18:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:18:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:18:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:18:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:18:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:18:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:18:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:18:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:18:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:18:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:18:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:18:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:18:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:18:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:18:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:18:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:18:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:18:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:18:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:18:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:18:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:18:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:18:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:18:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:18:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:18:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:18:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:18:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:18:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:18:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:18:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:18:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:18:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:18:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:18:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:18:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:18:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:18:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:18:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:18:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:18:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:18:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:18:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:18:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:18:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:18:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:18:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:18:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:18:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:18:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:18:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:18:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:18:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:18:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:18:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:18:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:18:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:18:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),(234,'ls-plugin-version','6.11.2','yes'),(235,'ls-db-version','6.9.0','yes'),(236,'ls-installed','0','yes'),(237,'ls-date-installed','1605037965','yes'),(238,'ls_gsap_sandboxing','1','yes'),(240,'revslider_servers','a:3:{i:0;s:22:\"themepunch-ext-b.tools\";i:1;s:22:\"themepunch-ext-c.tools\";i:2;s:22:\"themepunch-ext-a.tools\";}','yes'),(241,'revslider_server_refresh','1688349879','yes'),(242,'revslider-update-check-short','1688975778','yes'),(243,'revslider-connection','1','yes'),(244,'revslider-update-hash','6c57484e3ff8ff90bb2e710f7999b86b','yes'),(245,'revslider-latest-version','6.6.14','yes'),(246,'revslider-stable-version','4.2.0','yes'),(247,'revslider-notices','a:5:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.0.0\";s:4:\"text\";s:546:\"<div style=\"display: block; background: #fff;text-align: center; height: 250px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 960px; height: 250px; display: inline-block;\" muted=\"\" loop=\"\" autoplay=\"\" preload=\"auto\"><source src=\"https://sliderrevolution.com/wp-content/uploads/2021/07/adminpremiumvid4.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:12:\"TPRSV6511-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.9.9\";s:4:\"text\";s:562:\"<div style=\"display: block; background: #fff;text-align: center; \nheight: 300px;\"><a \nhref=\"https://www.sliderrevolution.com/slider-revolution-visual-editor-version-6-6/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=update66\"\n target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: \ncover; background-size: cover; opacity: 1; width: 920px; height: 300px; \ndisplay: inline-block;\" muted loop autoplay \npreload=\"auto\"><source src=\"//updates.themepunch-ext-b.tools//banners/rs60/update66videobanner2.mp4\" type=\"video/mp4\"></video></a></div>\n\";s:4:\"code\";s:8:\"TPRSV663\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.0.0\";s:4:\"text\";s:537:\"<div style=\"display: block; background: #fff;text-align: center; height: 300px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium2\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 920px; height: 300px; display: inline-block;\" muted=\"\" loop=\"\" autoplay=\"\" preload=\"auto\"><source src=\"//updates.themepunch-ext-b.tools//banners/videobanner_premium2.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:12:\"TPRSV6518-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:402:\"<div style=\"display: block; background:#fff;text-align: center; height: 250px;\"><a href=\"https://www.sliderrevolution.com/wordpress-hosting/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getwphosting\" target=\"_blank\" rel=\"noopener\"><img style=\"width: 960px; height: 250px; display: inline-block;\"  src=\"//updates.themepunch-ext-b.tools//banners/rs60/wphostingadmin.jpg\"></a></div>\";s:4:\"code\";s:12:\"TPRSV6518-02\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"registered\";b:1;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:4;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:527:\"<div style=\"display: block; background: #0d0d0e;text-align: center; height: 504px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium3\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 900px; height: 504px; display: inline-block;\" muted loop autoplay preload=\"auto\"><source src=\"//updates.themepunch-ext-b.tools//banners/rs60/buypremium3.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:8:\"TPRSV668\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"registered\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}','yes'),(248,'revslider-additions','O:8:\"stdClass\":2:{s:9:\"templates\";O:8:\"stdClass\":3:{s:9:\"tutorials\";a:3:{i:0;O:8:\"stdClass\":2:{s:5:\"title\";s:19:\"Rapid Fire Overview\";s:3:\"url\";s:49:\"https://www.youtube.com/watch?v=LRNTFu-MFgw&t=25s\";}i:1;O:8:\"stdClass\":2:{s:5:\"title\";s:34:\"Responsiveness in Edited Templates\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=hP4oV8SWgKY\";}i:2;O:8:\"stdClass\":2:{s:5:\"title\";s:16:\"Animation Basics\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=nn3azizwpbs\";}}s:5:\"guide\";O:8:\"stdClass\":3:{s:5:\"title\";s:78:\"Require Expert Technical Advice?<br />Submit a Ticket for Dedicated 1on1 Help.\";s:3:\"url\";s:36:\"https://support.sliderrevolution.com\";s:3:\"img\";s:67:\"//updates.themepunch-ext-b.tools/banners/default_template_guide.jpg\";}s:6:\"bottom\";O:8:\"stdClass\":2:{s:5:\"title\";s:32:\"Load A Template From The Library\";s:3:\"img\";s:61:\"//updates.themepunch-ext-b.tools/banners/guide_mod_banner.png\";}}s:7:\"selling\";b:1;}','yes'),(249,'rs-addons-counter','5','yes'),(250,'revslider-addons','O:8:\"stdClass\":34:{s:28:\"revslider-particlewave-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"380\";s:9:\"releaseid\";s:2:\"29\";s:4:\"slug\";s:28:\"revslider-particlewave-addon\";s:12:\"version_from\";s:6:\"6.5.15\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Particle Wave\";s:6:\"line_1\";s:36:\"Create 3D particle and polygon grids\";s:6:\"line_2\";s:40:\"with lots of style and animation options\";s:9:\"available\";s:5:\"1.1.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:1:\"9\";s:11:\"last_update\";s:10:\"2023-06-26\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:79:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_particlewave.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PW\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"424\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"3.3.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"405\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"3.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2023-06-26\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:26:\"revslider-thecluster-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"481\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:26:\"revslider-thecluster-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"The Cluster\";s:6:\"line_1\";s:24:\"Cluster Particle Effects\";s:6:\"line_2\";s:27:\"with millions of Variations\";s:9:\"available\";s:6:\"1.0.10\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:11:\"last_update\";s:10:\"2023-06-26\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_cluster.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TC\";}}s:30:\"revslider-transitionpack-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"369\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:30:\"revslider-transitionpack-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Advanced Transitions\";s:6:\"line_1\";s:43:\"Add never-before-seen slide transitions to \";s:6:\"line_2\";s:42:\"Slider Revolution with the power of WEBGL.\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"30\";s:11:\"last_update\";s:10:\"2023-02-23\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_transition.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"AT\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"507\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"3.1.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2023-05-20\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"418\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"499\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"3.0.9\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2023-06-26\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_mousetrap.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"500\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:22:\"revslider-lottie-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"420\";s:9:\"releaseid\";s:2:\"25\";s:4:\"slug\";s:22:\"revslider-lottie-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Lottie\";s:6:\"line_1\";s:53:\"Adds support for the popular Lottie Animation format,\";s:6:\"line_2\";s:70:\" including animation control, style customization and a local library.\";s:9:\"available\";s:5:\"3.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"80\";s:11:\"last_update\";s:10:\"2023-06-26\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_lottie.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LT\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"411\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2021-08-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:22:\"revslider-charts-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"483\";s:9:\"releaseid\";s:2:\"27\";s:4:\"slug\";s:22:\"revslider-charts-addon\";s:12:\"version_from\";s:6:\"6.5.17\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Charts\";s:6:\"line_1\";s:93:\"The Charts addon allows you to create visually impressive line or bar graphs from .csv data, \";s:6:\"line_2\";s:56:\"with tons of options to take full control of the design.\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_charts.png\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"100\";s:11:\"last_update\";s:10:\"2022-08-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_charts.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"CH\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"417\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"422\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"421\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"3.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2021-07-17\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"416\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"3.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"423\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"3.0.9\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"498\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"407\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"397\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2021-07-08\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"419\";s:9:\"releaseid\";s:1:\"1\";s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:81:\"//updates.themepunch-ext-b.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"414\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2022-02-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:79:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_domainswitch.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"415\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"55\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2021-06-12\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"399\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"378\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2022-01-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"53\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"62\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2022-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"63\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"388\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2021-06-12\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"379\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"402\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"406\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}}','yes'),(816,'widget_widget_mfn_recent_posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(137,'recently_activated','a:0:{}','yes'),(893,'category_children','a:0:{}','yes'),(251,'revslider-library-check','1688975779','yes'),(252,'revslider-library-hash','dae3de1eb57eeeee008b70e9a23844b5','yes'),(253,'rs-library','a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(254,'revslider-templates-check','1688975779','yes'),(255,'revslider-templates-hash','a2fc59f6ef97ffd2193c7157839ac27d','yes'),(256,'rs-templates-new','','no'),(258,'rs-templates-counter','2','no'),(259,'revslider_table_version','1.0.12','yes'),(262,'revslider_update_version','6.6.0','yes'),(263,'elementor_version','3.14.1','yes'),(264,'elementor_install_history','a:8:{s:6:\"3.0.13\";i:1605037974;s:5:\"3.5.6\";i:1658980472;s:5:\"3.6.0\";i:1658981218;s:5:\"3.6.8\";i:1658986654;s:5:\"3.7.2\";i:1668406498;s:5:\"3.7.8\";i:1668406499;s:5:\"3.8.1\";i:1688976726;s:6:\"3.14.1\";i:1688976727;}','yes'),(265,'widget_layerslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(266,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(267,'vc_version','6.4.1','yes'),(268,'duplicate_post_copytitle','1','yes'),(269,'duplicate_post_copydate','0','yes'),(270,'duplicate_post_copystatus','0','yes'),(271,'duplicate_post_copyslug','0','yes'),(272,'duplicate_post_copyexcerpt','1','yes'),(273,'duplicate_post_copycontent','1','yes'),(274,'duplicate_post_copythumbnail','1','yes'),(275,'duplicate_post_copytemplate','1','yes'),(276,'duplicate_post_copyformat','1','yes'),(277,'duplicate_post_copyauthor','0','yes'),(278,'duplicate_post_copypassword','0','yes'),(279,'duplicate_post_copyattachments','0','yes'),(280,'duplicate_post_copychildren','0','yes'),(281,'duplicate_post_copycomments','0','yes'),(282,'duplicate_post_copymenuorder','1','yes'),(283,'duplicate_post_taxonomies_blacklist','a:0:{}','yes'),(284,'duplicate_post_blacklist','','yes'),(285,'duplicate_post_types_enabled','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(290,'duplicate_post_show_original_column','0','yes'),(291,'duplicate_post_show_original_in_post_states','0','yes'),(292,'duplicate_post_show_original_meta_box','0','yes'),(293,'duplicate_post_show_notice','0','no'),(9977,'duplicate_post_version','4.5','yes'),(297,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:97:\"Introducing Elementor 3.14 - Gain More Design Flexibility with Nested Carousels and Loop Grid Ads\";s:7:\"excerpt\";s:239:\"This version includes a new Carousel widget, extends the Loop Grid with the ability to place static content within the Loop, a Global Styles Preview, and a multitude of highly requested styling capabilities, and new Elementor AI features. \";s:7:\"created\";i:1688394655;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:154:\"https://elementor.com/blog/introducing-314-nested-carousel-loop-grid-ads-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:87:\"Professional Hosting Tools that Boost Control and Elevate Your Online Business Presence\";s:7:\"excerpt\";s:249:\"Experience more control and workflow efficiency with powerful tools like phpMyAdmin, SFTP, and Cloning. And elevate your online brand and business with Custom Domains and Professional Mailboxes, ensuring a professional and distinct website presence.\";s:7:\"created\";i:1688054065;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:130:\"https://elementor.com/blog/new-professional-hosting-tools/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:43:\"Introducing Elementor AI for Image Creation\";s:7:\"excerpt\";s:234:\"Elementor 3.14 introduces the next phase of Elementor AI, which includes image generation. With Elementor AI you can describe the images you want to create, enhance existing images, customize and edit to adjust their size, and more.  \";s:7:\"created\";i:1687262804;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:131:\"https://elementor.com/blog/introducing-elementor-ai-images/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(42074,'_transient_timeout_elementor_remote_info_api_data_3.13.4','1687375563','no'),(41417,'_transient_elementor_remote_info_api_data_3.7.8','a:4:{s:9:\"timestamp\";s:10:\"1684405612\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:64:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:53;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:54;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:55;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:56;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:60;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:61;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:62;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:63;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.2.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(9929,'_transient_timeout_elementor_remote_info_api_data_3.5.6','1659023570','no'),(9930,'_transient_elementor_remote_info_api_data_3.5.6','a:4:{s:9:\"timestamp\";s:10:\"1658979403\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:64:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:53;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:54;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:55;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:56;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:60;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:61;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:62;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:63;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.0.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(300,'wpb_js_composer_license_activation_notified','yes','yes'),(301,'_elementor_installed_time','1605037987','yes'),(302,'elementor_active_kit','121','yes'),(894,'elementor_library_category_children','a:0:{}','yes'),(311,'rs_image_meta_todo','a:0:{}','yes'),(335,'WPLANG','','yes'),(10006,'new_admin_email','ASHLEE.CZAPLA@GMAIL.COM','yes'),(41889,'_transient_timeout_global_styles_betheme','1685669524','no'),(41890,'_transient_global_styles_betheme','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(21190,'rsssl_show_onboarding','1','no'),(10119,'elementor_pro_theme_builder_conditions','a:1:{s:6:\"single\";a:1:{i:1266;a:1:{i:0;s:21:\"include/singular/page\";}}}','yes'),(347,'underConstructionRequiredRole','0','yes'),(817,'widget_widget_mfn_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `SFmlX6x_options` VALUES (42247,'elementor_controls_usage','a:2:{s:7:\"section\";a:13:{s:7:\"heading\";a:2:{s:5:\"count\";i:33;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:33;s:11:\"header_size\";i:27;s:5:\"align\";i:26;s:4:\"size\";i:12;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:12:{s:11:\"title_color\";i:31;s:21:\"typography_typography\";i:33;s:22:\"typography_font_family\";i:31;s:20:\"typography_font_size\";i:13;s:22:\"typography_font_weight\";i:8;s:25:\"typography_text_transform\";i:8;s:21:\"typography_font_style\";i:8;s:26:\"typography_text_decoration\";i:8;s:22:\"typography_line_height\";i:8;s:25:\"typography_letter_spacing\";i:14;s:28:\"text_shadow_text_shadow_type\";i:6;s:23:\"text_shadow_text_shadow\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:4;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_mobile\";i:3;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:17;s:18:\"animation_duration\";i:14;s:16:\"_animation_delay\";i:10;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_text_transform\";i:3;s:21:\"typography_font_style\";i:3;s:26:\"typography_text_decoration\";i:3;s:22:\"typography_line_height\";i:3;s:25:\"typography_letter_spacing\";i:3;s:5:\"align\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:3;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:13;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:8:{s:4:\"text\";i:13;s:10:\"icon_align\";i:4;s:11:\"icon_indent\";i:7;s:12:\"align_mobile\";i:4;s:4:\"link\";i:10;s:5:\"align\";i:9;s:4:\"size\";i:8;s:13:\"selected_icon\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:20:{s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:13;s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:13:\"border_radius\";i:13;s:12:\"text_padding\";i:4;s:11:\"hover_color\";i:13;s:29:\"button_background_hover_color\";i:13;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:21:\"typography_font_style\";i:2;s:26:\"typography_text_decoration\";i:2;s:22:\"typography_line_height\";i:2;s:25:\"typography_letter_spacing\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:9;s:28:\"text_shadow_text_shadow_type\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:3;s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:3;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:2;s:5:\"align\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:2;s:6:\"rotate\";i:2;s:15:\"hover_animation\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:2;s:9:\"_position\";i:2;s:21:\"_offset_orientation_v\";i:2;s:13:\"_offset_y_end\";i:2;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:48;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:48;s:21:\"space_between_widgets\";i:11;s:5:\"align\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:6:\"margin\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:34;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:9:{s:6:\"layout\";i:14;s:3:\"gap\";i:19;s:6:\"height\";i:3;s:13:\"custom_height\";i:3;s:15:\"column_position\";i:3;s:6:\"_title\";i:5;s:15:\"stretch_section\";i:12;s:16:\"content_position\";i:7;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:12;s:16:\"background_image\";i:9;s:19:\"background_position\";i:11;s:17:\"background_repeat\";i:11;s:15:\"background_size\";i:11;s:28:\"background_slideshow_gallery\";i:1;s:35:\"background_slideshow_slide_duration\";i:1;s:36:\"background_slideshow_background_size\";i:1;s:40:\"background_slideshow_background_position\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;s:45:\"background_slideshow_ken_burns_zoom_direction\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:8;s:24:\"background_overlay_color\";i:8;s:26:\"background_overlay_opacity\";i:8;s:29:\"background_overlay_color_stop\";i:6;s:26:\"background_overlay_color_b\";i:6;s:32:\"background_overlay_gradient_type\";i:6;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:4;s:23:\"shape_divider_top_width\";i:4;s:24:\"shape_divider_top_height\";i:4;s:26:\"shape_divider_bottom_width\";i:4;s:27:\"shape_divider_bottom_height\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:18;s:6:\"margin\";i:5;s:11:\"_element_id\";i:1;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:14;s:18:\"animation_duration\";i:14;s:15:\"animation_delay\";i:12;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:14;s:10:\"image_size\";i:8;s:22:\"image_custom_dimension\";i:5;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_z_index\";i:3;s:8:\"_padding\";i:3;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:9;s:18:\"animation_duration\";i:9;s:16:\"_animation_delay\";i:9;}}}}s:9:\"image-box\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:22:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:31:\"title_typography_text_transform\";i:3;s:27:\"title_typography_font_style\";i:3;s:32:\"title_typography_text_decoration\";i:3;s:28:\"title_typography_line_height\";i:3;s:31:\"title_typography_letter_spacing\";i:3;s:17:\"description_color\";i:3;s:33:\"description_typography_typography\";i:3;s:34:\"description_typography_font_family\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_font_weight\";i:3;s:37:\"description_typography_text_transform\";i:3;s:33:\"description_typography_font_style\";i:3;s:38:\"description_typography_text_decoration\";i:3;s:34:\"description_typography_line_height\";i:3;s:37:\"description_typography_letter_spacing\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:3;s:17:\"_background_color\";i:3;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:6;s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:10:\"title_size\";i:6;s:4:\"view\";i:3;s:8:\"position\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_style_content\";a:22:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:31:\"title_typography_text_transform\";i:3;s:27:\"title_typography_font_style\";i:3;s:32:\"title_typography_text_decoration\";i:3;s:28:\"title_typography_line_height\";i:3;s:31:\"title_typography_letter_spacing\";i:3;s:17:\"description_color\";i:6;s:33:\"description_typography_typography\";i:3;s:34:\"description_typography_font_family\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_font_weight\";i:3;s:37:\"description_typography_text_transform\";i:3;s:33:\"description_typography_font_style\";i:3;s:38:\"description_typography_text_decoration\";i:3;s:34:\"description_typography_line_height\";i:3;s:37:\"description_typography_letter_spacing\";i:3;}s:18:\"section_style_icon\";a:5:{s:13:\"primary_color\";i:3;s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:3;s:12:\"icon_padding\";i:3;s:12:\"border_width\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:3;s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:8:\"_padding\";i:3;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:56;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:55;}}}}s:13:\"mfn_hover_box\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}s:12:\"link_section\";a:1:{s:4:\"link\";i:2;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:2;s:5:\"shape\";i:2;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:2;s:18:\"icon_primary_color\";i:2;s:9:\"icon_size\";i:2;s:12:\"icon_padding\";i:2;s:12:\"icon_spacing\";i:2;s:20:\"icon_secondary_color\";i:2;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:2;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:5:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:7:\"divider\";i:1;s:13:\"divider_width\";i:1;s:13:\"divider_color\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:15:\"icon_self_align\";i:1;}}}}}s:7:\"wp-page\";a:11:{s:7:\"heading\";a:2:{s:5:\"count\";i:32;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:32;s:11:\"header_size\";i:13;s:4:\"size\";i:24;s:5:\"align\";i:27;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:12:{s:11:\"title_color\";i:27;s:21:\"typography_typography\";i:14;s:22:\"typography_font_family\";i:13;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:13;s:25:\"typography_text_transform\";i:5;s:21:\"typography_font_style\";i:5;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:10;s:28:\"text_shadow_text_shadow_type\";i:5;s:23:\"text_shadow_text_shadow\";i:5;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:9;s:18:\"animation_duration\";i:8;s:16:\"_animation_delay\";i:3;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:5:\"align\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:7:\"_margin\";i:1;s:8:\"_padding\";i:2;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:8:{s:4:\"text\";i:8;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:4;s:12:\"align_mobile\";i:1;s:4:\"link\";i:8;s:5:\"align\";i:8;s:4:\"size\";i:5;s:13:\"selected_icon\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:8;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:8;s:12:\"text_padding\";i:1;s:11:\"hover_color\";i:8;s:29:\"button_background_hover_color\";i:8;s:22:\"typography_font_family\";i:1;s:25:\"typography_letter_spacing\";i:1;s:28:\"text_shadow_text_shadow_type\";i:4;s:33:\"button_box_shadow_box_shadow_type\";i:7;s:21:\"typography_typography\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:1;s:5:\"align\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:6:\"rotate\";i:1;s:15:\"hover_animation\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:9:\"_position\";i:1;s:21:\"_offset_orientation_v\";i:1;s:13:\"_offset_y_end\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:27;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:27;s:21:\"space_between_widgets\";i:1;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:23;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:8:{s:6:\"layout\";i:6;s:3:\"gap\";i:11;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:6:\"_title\";i:1;s:15:\"stretch_section\";i:11;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:8;s:16:\"background_image\";i:6;s:19:\"background_position\";i:8;s:17:\"background_repeat\";i:8;s:15:\"background_size\";i:8;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:6;s:24:\"background_overlay_color\";i:6;s:26:\"background_overlay_opacity\";i:6;s:29:\"background_overlay_color_stop\";i:5;s:26:\"background_overlay_color_b\";i:5;s:32:\"background_overlay_gradient_type\";i:5;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:5;s:23:\"shape_divider_top_width\";i:5;s:24:\"shape_divider_top_height\";i:5;s:26:\"shape_divider_bottom_width\";i:5;s:27:\"shape_divider_bottom_height\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:13;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:16;s:18:\"animation_duration\";i:16;s:15:\"animation_delay\";i:12;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:15;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:22:\"image_custom_dimension\";i:15;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:2;s:16:\"_animation_delay\";i:2;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:37;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:37;}}}}s:13:\"mfn_hover_box\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:13:\"mfn_accordion\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"title\";i:11;s:4:\"tabs\";i:11;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}}','no'),(864,'revslider_update_revision_current','6.2.0','yes'),(819,'ls-store-last-updated','1607668263','yes'),(820,'ls-store-data','a:4:{s:12:\"last_updated\";s:10:\"2020-11-18\";s:7:\"sliders\";a:93:{s:15:\"back-to-the-80s\";a:7:{s:8:\"released\";s:10:\"2020-09-29\";s:4:\"name\";s:15:\"Back To The 80s\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:54:\"new,premium,sliders,parallax,loop,blend,specialeffects\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/back-to-the-80s/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/back-to-the-80s.jpg\";}s:17:\"love-with-flowers\";a:7:{s:8:\"released\";s:10:\"2020-07-28\";s:4:\"name\";s:17:\"LOVE with Flowers\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:38:\"new,free,landing,sliders,parallax,loop\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/love-with-flowers/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/love-with-flowers.jpg\";}s:6:\"people\";a:7:{s:8:\"released\";s:10:\"2020-07-13\";s:4:\"name\";s:6:\"People\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:47:\"new,premium,landing,blend,static,specialeffects\";s:3:\"url\";s:53:\"https://layerslider.kreaturamedia.com/sliders/people/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/people.jpg\";}s:16:\"music-is-my-life\";a:7:{s:8:\"released\";s:10:\"2020-07-06\";s:4:\"name\";s:16:\"Music Is My Life\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:24:\"new,premium,slider,blend\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/music-is-my-life/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/music-is-my-life.jpg\";}s:21:\"product-showcase-dark\";a:7:{s:8:\"released\";s:10:\"2020-07-01\";s:4:\"name\";s:25:\"Product Showcase – Dark\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:18:\"new,premium,slider\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/sliders/product-showcase-dark/\";s:7:\"preview\";s:82:\"https://repository.kreaturamedia.com/v4/sliders/packages/product-showcase-dark.jpg\";}s:13:\"team-showcase\";a:7:{s:8:\"released\";s:10:\"2020-06-24\";s:4:\"name\";s:13:\"Team Showcase\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:25:\"new,premium,slider,static\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/team-showcase/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/team-showcase.jpg\";}s:14:\"furniture-shop\";a:7:{s:8:\"released\";s:10:\"2020-06-09\";s:4:\"name\";s:14:\"Furniture Shop\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:27:\"new,premium,landing,website\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/furniture-shop/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/furniture-shop.jpg\";}s:14:\"product-banner\";a:7:{s:8:\"released\";s:10:\"2020-06-02\";s:4:\"name\";s:14:\"Product Banner\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:22:\"new,free,slider,static\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/product-banner/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/product-banner.jpg\";}s:19:\"architecture-slider\";a:7:{s:8:\"released\";s:10:\"2020-05-26\";s:4:\"name\";s:19:\"Architecture Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:22:\"new,free,slider,static\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/architecture-slider/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/architecture-slider.jpg\";}s:22:\"product-showcase-light\";a:7:{s:8:\"released\";s:10:\"2020-05-18\";s:4:\"name\";s:26:\"Product Showcase – Light\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:25:\"new,premium,slider,static\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/sliders/product-showcase-light/\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/product-showcase-light.jpg\";}s:12:\"fashion-shop\";a:7:{s:8:\"released\";s:10:\"2020-05-12\";s:4:\"name\";s:12:\"Fashion Shop\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:22:\"new,free,slider,static\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/fashion-shop/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/fashion-shop.jpg\";}s:12:\"pixel-agency\";a:7:{s:8:\"released\";s:10:\"2020-05-05\";s:4:\"name\";s:12:\"PIXEL Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:55:\"new,premium,fullwidth,landing,website,text,popup,static\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/pixel-agency/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/pixel-agency.jpg\";}s:11:\"mode-slider\";a:7:{s:8:\"released\";s:10:\"2020-04-28\";s:4:\"name\";s:11:\"Mode Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:30:\"new,free,fullwidth,slider,text\";s:3:\"url\";s:58:\"https://layerslider.kreaturamedia.com/sliders/mode-slider/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/mode-slider.jpg\";}s:13:\"mountain-bike\";a:7:{s:8:\"released\";s:10:\"2020-04-22\";s:4:\"name\";s:13:\"Mountain Bike\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:45:\"premium,new,fullsize,landing,pack,static,text\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/mountain-bike/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/mountain-bike.jpg\";}s:18:\"aerial-photography\";a:7:{s:8:\"released\";s:10:\"2020-04-14\";s:4:\"name\";s:18:\"Aerial Photography\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:39:\"premium,new,slider,static,text,kenburns\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/aerial-photography/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/aerial-photography.jpg\";}s:24:\"simple-fullscreen-slider\";a:7:{s:8:\"released\";s:10:\"2020-04-07\";s:4:\"name\";s:24:\"Simple Fullscreen Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:46:\"free,new,fullsize,landing,static,text,kenburns\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/sliders/simple-fullscreen-slider/\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/simple-fullscreen-slider.jpg\";}s:21:\"covid-19-notification\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:21:\"COVID-19 Notification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/#covid-19-notification\";s:7:\"preview\";s:82:\"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-notification.jpg\";}s:19:\"covid-19-bottom-bar\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:19:\"COVID-19 Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/#covid-19-bottom-bar\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-bottom-bar.jpg\";}s:14:\"top-bar-notice\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:14:\"Top Bar Notice\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/popups/#top-bar-notice\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/top-bar-notice.jpg\";}s:20:\"christmas-snow-globe\";a:8:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:20:\"Christmas Snow Globe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:34:\"premium,parallax,popup,loop,filter\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/popups/#christmas-snow-globe\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/christmas-snow-globe.jpg\";}s:9:\"xmas-2019\";a:7:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:9:\"Xmas 2019\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:32:\"free,parallax,slider,loop,filter\";s:3:\"url\";s:56:\"https://layerslider.kreaturamedia.com/sliders/xmas-2019/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/xmas-2019.jpg\";}s:18:\"creative-portraits\";a:7:{s:8:\"released\";s:10:\"2019-12-09\";s:4:\"name\";s:18:\"Creative Portraits\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"premium,fullwidth,landing,static\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/creative-portraits/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/creative-portraits.jpg\";}s:13:\"parallax-city\";a:7:{s:8:\"released\";s:10:\"2019-12-02\";s:4:\"name\";s:13:\"Parallax City\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:58:\"premium,landing,pack,parallax,text,blend,fullwidth,website\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/parallax-city/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/parallax-city.jpg\";}s:10:\"cybertruck\";a:7:{s:8:\"released\";s:10:\"2019-11-28\";s:4:\"name\";s:10:\"Cybertruck\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:39:\"premium,fullsize,landing,specialeffects\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/cybertruck/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/cybertruck.jpg\";}s:17:\"summer-collection\";a:7:{s:8:\"released\";s:10:\"2019-11-21\";s:4:\"name\";s:17:\"Summer Collection\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:21:\"free,fullwidth,slider\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/summer-collection/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/summer-collection.jpg\";}s:18:\"nature-slider-pack\";a:7:{s:8:\"released\";s:10:\"2019-11-14\";s:4:\"name\";s:18:\"Nature Slider PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.9.0\";s:6:\"groups\";s:62:\"premium,text,blend,fullwidth,media,landing,packs,popup,website\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/nature-slider-pack/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/nature-slider-pack.jpg\";}s:20:\"catering-xmas-slider\";a:7:{s:8:\"released\";s:10:\"2017-12-22\";s:4:\"name\";s:25:\"Catering Christmas Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:32:\"premium,static,text,blend,slider\";s:3:\"url\";s:72:\"https://layerslider.kreaturamedia.com/sliders/catering-christmas-slider/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/catering-xmas-slider.jpg\";}s:20:\"discover-the-details\";a:7:{s:8:\"released\";s:10:\"2017-12-19\";s:4:\"name\";s:20:\"Discover the Details\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:50:\"free,loop,parallax,blendmode,specialeffects,slider\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/discover-the-details/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/discover-the-details.jpg\";}s:10:\"rainforest\";a:7:{s:8:\"released\";s:10:\"2017-12-17\";s:4:\"name\";s:10:\"Rainforest\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:57:\"free,loop,filter,blendmode,fullsize,specialeffects,slider\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/rainforest/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/rainforest.jpg\";}s:30:\"ecommerce-global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-12-15\";s:4:\"name\";s:30:\"eCommerce Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:26:\"premium,experiments,slider\";s:3:\"url\";s:77:\"https://layerslider.kreaturamedia.com/sliders/ecommerce-global-hover-example/\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce-global-hover-example.jpg\";}s:20:\"3d-canyon-experience\";a:7:{s:8:\"released\";s:10:\"2017-12-13\";s:4:\"name\";s:20:\"3D Canyon Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:40:\"premium,parallax,experiments,text,slider\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/3d-canyon-experience/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/3d-canyon-experience.jpg\";}s:14:\"vintage-photos\";a:7:{s:8:\"released\";s:10:\"2017-12-08\";s:4:\"name\";s:14:\"Vintage Photos\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:50:\"premium,fullsize,loop,filter,specialeffects,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/vintage-photos/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/vintage-photos.jpg\";}s:8:\"aquarium\";a:7:{s:8:\"released\";s:10:\"2017-12-04\";s:4:\"name\";s:8:\"Aquarium\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:71:\"premium,parallax,fullsize,loop,filter,experiments,specialeffects,slider\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/aquarium/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/aquarium.jpg\";}s:16:\"what-is-the-time\";a:7:{s:8:\"released\";s:10:\"2017-08-25\";s:4:\"name\";s:17:\"What is the time?\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:54:\"premium,parallax,text,blendmode,experiments,api,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/what-is-the-time/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/what-is-the-time.jpg\";}s:18:\"personal-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-23\";s:4:\"name\";s:18:\"Personal Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:62:\"premium,fullsize,fullwidth,landing,text,parallax,packs,website\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/personal-page-pack/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/personal-page-pack.jpg\";}s:19:\"marketing-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-21\";s:4:\"name\";s:19:\"Marketing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:69:\"premium,fullsize,fullwidth,landing,parallax,static,loop,packs,website\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/marketing-page-pack/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/marketing-page-pack.jpg\";}s:14:\"dynamic-slider\";a:7:{s:8:\"released\";s:10:\"2017-08-18\";s:4:\"name\";s:14:\"Dynamic Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:32:\"premium,fullwidth,landing,static\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/dynamic-slider/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-slider.jpg\";}s:14:\"colorful-cases\";a:7:{s:8:\"released\";s:10:\"2017-08-16\";s:4:\"name\";s:14:\"Colorful Cases\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:50:\"premium,text,loop,parallax,static,blendmode,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/colorful-cases/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/colorful-cases.jpg\";}s:16:\"beauty-shop-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-14\";s:4:\"name\";s:16:\"Beauty Shop PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:44:\"premium,fullwidth,text,landing,packs,website\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/beauty-shop-pack/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/beauty-shop-pack.jpg\";}s:14:\"discount-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/popups/#discount-popup\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/discount-popup.jpg\";}s:18:\"social-share-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:17:\"premium,popup,api\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#social-share-popup\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/social-share-popup.jpg\";}s:16:\"popup-guide-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/popups/#popup-guide-demo\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-welcome-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,loop\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/#popup-transparent-demo\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:40:\"premium,popup,experiments,blendmode,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-sidebar-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:22:\"premium,popup,kenburns\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/#popup-photo-gallery\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:20:\"premium,popup,static\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/popups/#popup-modal-demo\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:30:\"premium,popup,experiments,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-infobar-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:43:\"premium,popup,experiments,fullsize,parallax\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/#popup-fullsize-desk-demo\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:25:\"premium,popup,experiments\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#conversation-popup\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/conversation-popup.jpg\";}s:20:\"global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-05-02\";s:4:\"name\";s:20:\"Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.4.0\";s:6:\"groups\";s:55:\"premium,experiments,specialeffects,parallax,text,slider\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/global-hover-example/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/global-hover-example.jpg\";}s:10:\"gastronomy\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:10:\"Gastronomy\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:35:\"premium,kenburns,filter,text,slider\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/gastronomy/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/gastronomy.jpg\";}s:13:\"police-lights\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:13:\"Police Lights\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:50:\"free,specialeffects,loop,blendmode,parallax,slider\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/police-lights/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/police-lights.jpg\";}s:16:\"beautiful-sunset\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Beautiful Sunset\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:41:\"free,specialeffects,loop,blendmode,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/beautiful-sunset/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/beautiful-sunset.jpg\";}s:23:\"blend-mode-experiment-1\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:23:\"Blend Mode Experiment 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:67:\"free,specialeffects,text,blendmode,experiments,loop,parallax,slider\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/sliders/blend-mode-experiment-1/\";s:7:\"preview\";s:84:\"https://repository.kreaturamedia.com/v4/sliders/packages/blend-mode-experiment-1.jpg\";}s:16:\"flying-banners-2\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Flying Banners 2\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"premium,parallax,specialeffects,fullsize,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/flying-banners-2/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-2.jpg\";}s:14:\"layerslider-v6\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:14:\"LayerSlider v6\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.6\";s:6:\"groups\";s:75:\"premium,specialeffects,parallax,fullsize,landing,loop,text,media,api,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/layerslider-v6/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/layerslider-v6.jpg\";}s:16:\"flying-banners-1\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:16:\"Flying Banners 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:45:\"free,parallax,loop,text,specialeffects,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/flying-banners-1/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-1.jpg\";}s:18:\"anniversary-slider\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:18:\"Anniversary Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"free,parallax,experiments,specialeffects,slider\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/anniversary-slider/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/anniversary-slider.jpg\";}s:7:\"origami\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:7:\"Origami\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:61:\"premium,experiments,specialeffects,3dtransition,slider,addons\";s:3:\"url\";s:54:\"https://layerslider.kreaturamedia.com/sliders/origami/\";s:7:\"preview\";s:68:\"https://repository.kreaturamedia.com/v4/sliders/packages/origami.jpg\";}s:17:\"origami-buildings\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:17:\"Origami Buildings\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:70:\"premium,experiments,specialeffects,kenburns,3dtransition,slider,addons\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/origami-buildings/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/origami-buildings.jpg\";}s:17:\"autumn-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:17:\"Autumn Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:52:\"experiments,free,loop,parallax,specialeffects,slider\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/autumn-experiment/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/autumn-experiment.jpg\";}s:28:\"features-parallax-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:32:\"Features | A Parallax Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:47:\"experiments,free,parallax,specialeffects,slider\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/sliders/features-parallax-experiment/\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/features-parallax-experiment.jpg\";}s:16:\"furniture-slider\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:16:\"Furniture Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:40:\"fullwidth,parallax,premium,static,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/furniture-slider/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/furniture-slider.jpg\";}s:15:\"room-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:15:\"Room Experiment\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.6\";s:6:\"groups\";s:72:\"api,experiments,media,parallax,premium,specialeffects,static,text,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/room-experiment/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/room-experiment.jpg\";}s:11:\"drag-n-drop\";a:6:{s:4:\"name\";s:11:\"Drag & Drop\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:44:\"premium,fullwidth,specialeffects,text,slider\";s:3:\"url\";s:58:\"https://layerslider.kreaturamedia.com/sliders/drag-n-drop/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/drag-n-drop.jpg\";}s:10:\"headphones\";a:6:{s:4:\"name\";s:10:\"Headphones\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:21:\"premium,static,slider\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/headphones/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/headphones.jpg\";}s:14:\"play-by-scroll\";a:6:{s:4:\"name\";s:19:\"Play By Scroll demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:80:\"premium,fullsize,text,experiments,specialeffects,playbyscroll,loop,slider,addons\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/play-by-scroll/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/play-by-scroll.jpg\";}s:3:\"sky\";a:6:{s:4:\"name\";s:14:\"Sky Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:70:\"premium,fullwidth,text,experiments,parallax,specialeffects,loop,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/sky-experience/\";s:7:\"preview\";s:64:\"https://repository.kreaturamedia.com/v4/sliders/packages/sky.jpg\";}s:9:\"halloween\";a:6:{s:4:\"name\";s:16:\"Happy Halloween!\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:42:\"free,fullsize,text,experiments,loop,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/happy-halloween/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/halloween.jpg\";}s:15:\"creative-agency\";a:6:{s:4:\"name\";s:6:\"Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:49:\"premium,fullsize,kenburns,parallax,landing,filter\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/creative-agency/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/creative-agency.jpg\";}s:18:\"interactive-slider\";a:6:{s:4:\"name\";s:18:\"Interactive Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,kenburns,text,landing\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/interactive-slider/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/interactive-slider.jpg\";}s:9:\"ecommerce\";a:6:{s:4:\"name\";s:9:\"eCommerce\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:56:\"https://layerslider.kreaturamedia.com/sliders/ecommerce/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce.jpg\";}s:17:\"landing-page-pack\";a:6:{s:4:\"name\";s:17:\"Landing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:62:\"premium,fullsize,fullwidth,landing,parallax,text,packs,website\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/landing-page/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-page-pack.jpg\";}s:6:\"hiking\";a:6:{s:4:\"name\";s:6:\"Hiking\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:53:\"https://layerslider.kreaturamedia.com/sliders/hiking/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/hiking.jpg\";}s:12:\"movie-slider\";a:6:{s:4:\"name\";s:12:\"Movie Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/movie-slider/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/movie-slider.jpg\";}s:12:\"photo-studio\";a:6:{s:4:\"name\";s:12:\"Photo Studio\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:70:\"premium,fullsize,filter,text,parallax,specialeffects,blendmode,landing\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/photo-studio/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/photo-studio.jpg\";}s:5:\"shoes\";a:6:{s:4:\"name\";s:5:\"Shoes\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:42:\"premium,fullwidth,parallax,carousel,slider\";s:3:\"url\";s:52:\"https://layerslider.kreaturamedia.com/sliders/shoes/\";s:7:\"preview\";s:66:\"https://repository.kreaturamedia.com/v4/sliders/packages/shoes.jpg\";}s:11:\"mini-cooper\";a:6:{s:4:\"name\";s:18:\"Mini Cooper Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,specialeffects,slider\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/mini-cooper-slider/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/mini-cooper.jpg\";}s:4:\"xmas\";a:6:{s:4:\"name\";s:16:\"Merry Christmas!\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:64:\"free,parallax,filter,experiments,specialeffects,text,loop,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/merry-christmas/\";s:7:\"preview\";s:65:\"https://repository.kreaturamedia.com/v4/sliders/packages/xmas.jpg\";}s:5:\"clock\";a:6:{s:4:\"name\";s:32:\"Vintage Clock | shows valid time\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:44:\"premium,fullsize,api,experiments,loop,slider\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/vintage-clock/\";s:7:\"preview\";s:66:\"https://repository.kreaturamedia.com/v4/sliders/packages/clock.jpg\";}s:8:\"car-show\";a:6:{s:4:\"name\";s:8:\"Car Show\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:45:\"premium,fullwidth,experiments,api,loop,slider\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/car-show/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/car-show.jpg\";}s:8:\"carousel\";a:6:{s:4:\"name\";s:8:\"Carousel\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:20:\"free,carousel,slider\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/carousel/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/carousel.jpg\";}s:14:\"fancy-parallax\";a:6:{s:4:\"name\";s:21:\"Fancy Parallax Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:33:\"premium,fullwidth,parallax,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/parallax-slider/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/fancy-parallax.jpg\";}s:13:\"simple-slider\";a:6:{s:4:\"name\";s:13:\"Simple Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/simple-slider/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/simple-slider.jpg\";}s:12:\"image-slider\";a:6:{s:4:\"name\";s:12:\"Image Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/image-slideshow/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/image-slider.jpg\";}s:19:\"client-testimonials\";a:6:{s:4:\"name\";s:19:\"Client Testimonials\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/client-testimonials/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/client-testimonials.jpg\";}s:8:\"fixed-bg\";a:6:{s:4:\"name\";s:16:\"Fixed Background\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:30:\"premium,fullwidth,media,slider\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/fixed-background/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/fixed-bg.jpg\";}s:22:\"dynamic-content-slider\";a:6:{s:4:\"name\";s:22:\"Dynamic Content Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/sliders/dynamic-content-slider/\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-content-slider.jpg\";}s:6:\"old-3d\";a:6:{s:4:\"name\";s:14:\"LayerSlider v4\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:30:\"free,3dtransition,media,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/3d-demo-slider/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/old-3d.jpg\";}s:2:\"v5\";a:6:{s:4:\"name\";s:14:\"LayerSlider v5\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:26:\"free,parallax,media,slider\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/layerslider-v5/\";s:7:\"preview\";s:63:\"https://repository.kreaturamedia.com/v4/sliders/packages/v5.jpg\";}s:12:\"video-slider\";a:6:{s:4:\"name\";s:12:\"Video Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:17:\"free,media,slider\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/video-slider/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/video-slider.jpg\";}s:6:\"resort\";a:6:{s:4:\"name\";s:6:\"Resort\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:14:\"premium,slider\";s:3:\"url\";s:54:\"https://layerslider.kreaturamedia.com/sliders/restort/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/resort.jpg\";}}s:15:\"kreatura-popups\";a:16:{s:17:\"black-friday-2020\";a:8:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:17:\"Black Friday 2020\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/popups/#black-friday-2020\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/black-friday-2020.jpg\";}s:21:\"covid-19-notification\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:21:\"COVID-19 Notification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/#covid-19-notification\";s:7:\"preview\";s:82:\"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-notification.jpg\";}s:19:\"covid-19-bottom-bar\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:19:\"COVID-19 Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/#covid-19-bottom-bar\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/covid-19-bottom-bar.jpg\";}s:14:\"top-bar-notice\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:14:\"Top Bar Notice\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/popups/#top-bar-notice\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/top-bar-notice.jpg\";}s:20:\"christmas-snow-globe\";a:8:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:20:\"Christmas Snow Globe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:34:\"premium,parallax,popup,loop,filter\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/popups/#christmas-snow-globe\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/christmas-snow-globe.jpg\";}s:14:\"discount-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/popups/#discount-popup\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/discount-popup.jpg\";}s:18:\"social-share-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:17:\"premium,popup,api\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#social-share-popup\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/social-share-popup.jpg\";}s:16:\"popup-guide-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/popups/#popup-guide-demo\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-welcome-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,loop\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/#popup-transparent-demo\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:40:\"premium,popup,experiments,blendmode,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-sidebar-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:22:\"premium,popup,kenburns\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/#popup-photo-gallery\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:20:\"premium,popup,static\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/popups/#popup-modal-demo\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:30:\"premium,popup,experiments,text\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#popup-infobar-demo\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:43:\"premium,popup,experiments,fullsize,parallax\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/#popup-fullsize-desk-demo\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:25:\"premium,popup,experiments\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/popups/#conversation-popup\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/conversation-popup.jpg\";}}s:19:\"webshopworks-popups\";a:67:{s:17:\"black-friday-sale\";a:8:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:17:\"Black Friday Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:76:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-sale\";s:7:\"preview\";s:98:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-sale.jpg\";}s:16:\"black-friday-bar\";a:8:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:16:\"Black Friday Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-bar\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-bar.jpg\";}s:16:\"reveal-your-deal\";a:7:{s:4:\"name\";s:16:\"Reveal Your Deal\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:31:\"sales,coupon,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#reveal-your-deal\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/reveal-your-deal.jpg\";}s:27:\"christmas-sidebar-countdown\";a:7:{s:4:\"name\";s:27:\"Christmas Sidebar Countdown\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:86:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sidebar-countdown\";s:7:\"preview\";s:108:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sidebar-countdown.jpg\";}s:20:\"christmas-sale-santa\";a:7:{s:4:\"name\";s:20:\"Christmas Sale Santa\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sale-santa\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sale-santa.jpg\";}s:11:\"santa-walks\";a:7:{s:4:\"name\";s:11:\"Santa Walks\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#santa-walks\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/santa-walks.jpg\";}s:14:\"christmas-sale\";a:7:{s:4:\"name\";s:14:\"Christmas Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:14:\"seasonal,sales\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sale\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sale.jpg\";}s:12:\"gift-voucher\";a:7:{s:4:\"name\";s:12:\"Gift Voucher\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"newsletter,coupon,sales,seasonal\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#gift-voucher\";s:7:\"preview\";s:93:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/gift-voucher.jpg\";}s:16:\"christmas-topbar\";a:7:{s:4:\"name\";s:17:\"Christmas Top Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-topbar\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-topbar.jpg\";}s:14:\"black-friday-9\";a:7:{s:4:\"name\";s:15:\"Black Friday #9\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-9\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-9.jpg\";}s:14:\"black-friday-8\";a:7:{s:4:\"name\";s:15:\"Black Friday #8\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-8\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-8.jpg\";}s:20:\"black-friday-premium\";a:7:{s:4:\"name\";s:20:\"Black Friday Premium\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-premium\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-premium.jpg\";}s:14:\"black-friday-7\";a:7:{s:4:\"name\";s:15:\"Black Friday #7\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-7\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-7.jpg\";}s:11:\"todays-sale\";a:7:{s:4:\"name\";s:14:\"Today’s Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:15:\"sales,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#todays-sale\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/todays-sale.jpg\";}s:9:\"sign-up-6\";a:7:{s:4:\"name\";s:10:\"Sign Up #6\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-6\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-6.jpg\";}s:9:\"sign-up-7\";a:7:{s:4:\"name\";s:10:\"Sign Up #7\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-7\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-7.jpg\";}s:9:\"sign-up-8\";a:7:{s:4:\"name\";s:10:\"Sign Up #8\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-8\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-8.jpg\";}s:20:\"get-in-touch-with-us\";a:7:{s:4:\"name\";s:20:\"Get in Touch with Us\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#get-in-touch-with-us\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/get-in-touch-with-us.jpg\";}s:17:\"top-bar-subscribe\";a:7:{s:4:\"name\";s:17:\"Top Bar Subscribe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:20:\"newsletter,promotion\";s:3:\"url\";s:76:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#top-bar-subscribe\";s:7:\"preview\";s:98:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/top-bar-subscribe.jpg\";}s:7:\"sign-up\";a:7:{s:4:\"name\";s:7:\"Sign Up\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:23:\"newsletter,sales,coupon\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up\";s:7:\"preview\";s:88:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up.jpg\";}s:14:\"black-friday-6\";a:7:{s:4:\"name\";s:15:\"Black Friday #6\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-6\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-6.jpg\";}s:14:\"black-friday-5\";a:7:{s:4:\"name\";s:15:\"Black Friday #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-5\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-5.jpg\";}s:14:\"black-friday-4\";a:7:{s:4:\"name\";s:15:\"Black Friday #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-4\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-4.jpg\";}s:14:\"black-friday-1\";a:7:{s:4:\"name\";s:15:\"Black Friday #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-1\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-1.jpg\";}s:17:\"spring-super-sale\";a:7:{s:4:\"name\";s:17:\"Spring Super Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:76:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#spring-super-sale\";s:7:\"preview\";s:98:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/spring-super-sale.jpg\";}s:8:\"discount\";a:7:{s:4:\"name\";s:8:\"Discount\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount.jpg\";}s:9:\"sign-up-3\";a:7:{s:4:\"name\";s:10:\"Sign Up #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-3\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-3.jpg\";}s:22:\"sidebar-countdown-sale\";a:7:{s:4:\"name\";s:22:\"Sidebar Countdown Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:22:\"sales,promotion,coupon\";s:3:\"url\";s:81:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sidebar-countdown-sale\";s:7:\"preview\";s:103:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sidebar-countdown-sale.jpg\";}s:15:\"countdown-timer\";a:7:{s:4:\"name\";s:15:\"Countdown Timer\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:14:\"sales,seasonal\";s:3:\"url\";s:74:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#countdown-timer\";s:7:\"preview\";s:96:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/countdown-timer.jpg\";}s:10:\"discount-5\";a:7:{s:4:\"name\";s:11:\"Discount #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-5\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-5.jpg\";}s:10:\"discount-2\";a:7:{s:4:\"name\";s:10:\"Discount 2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:12:\"sales,coupon\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-2\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-2.jpg\";}s:11:\"subscribe-5\";a:7:{s:4:\"name\";s:12:\"Subscribe #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:23:\"newsletter,sales,coupon\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-5\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-5.jpg\";}s:9:\"mega-sale\";a:7:{s:4:\"name\";s:9:\"Mega Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#mega-sale\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mega-sale.jpg\";}s:10:\"discount-4\";a:7:{s:4:\"name\";s:10:\"Discount 4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:15:\"sales,promotion\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-4\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-4.jpg\";}s:8:\"info-bar\";a:7:{s:4:\"name\";s:8:\"Info Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#info-bar\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/info-bar.jpg\";}s:11:\"subscribe-4\";a:7:{s:4:\"name\";s:12:\"Subscribe #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:20:\"newsletter,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-4\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-4.jpg\";}s:10:\"contact-us\";a:7:{s:4:\"name\";s:10:\"Contact Us\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#contact-us\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/contact-us.jpg\";}s:10:\"discount-3\";a:7:{s:4:\"name\";s:10:\"Discount 3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#discount-3\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-3.jpg\";}s:9:\"sign-up-4\";a:7:{s:4:\"name\";s:10:\"Sign Up #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-4\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-4.jpg\";}s:4:\"mail\";a:7:{s:4:\"name\";s:4:\"Mail\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#mail\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mail.jpg\";}s:18:\"kitchen-appliances\";a:7:{s:4:\"name\";s:18:\"Kitchen Appliances\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:77:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#kitchen-appliances\";s:7:\"preview\";s:99:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/kitchen-appliances.jpg\";}s:11:\"subscribe-3\";a:7:{s:4:\"name\";s:12:\"Subscribe #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-3\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-3.jpg\";}s:6:\"ticket\";a:7:{s:4:\"name\";s:6:\"Ticket\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:12:\"sales,coupon\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#ticket\";s:7:\"preview\";s:87:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/ticket.jpg\";}s:8:\"hey-wait\";a:7:{s:4:\"name\";s:10:\"Hey, wait!\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"exit-intent,newsletter,sales,coupon\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#hey-wait\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/hey-wait.jpg\";}s:9:\"subscribe\";a:7:{s:4:\"name\";s:12:\"Subscribe #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe.jpg\";}s:11:\"subscribe-2\";a:7:{s:4:\"name\";s:12:\"Subscribe #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:21:\"newsletter,fullscreen\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-2\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-2.jpg\";}s:16:\"age-verification\";a:7:{s:4:\"name\";s:16:\"Age Verification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:27:\"age-verification,fullscreen\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#age-verification\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/age-verification.jpg\";}s:12:\"get-in-touch\";a:7:{s:4:\"name\";s:12:\"Get in Touch\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#get-in-touch\";s:7:\"preview\";s:93:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/get-in-touch.jpg\";}s:14:\"social-share-2\";a:7:{s:4:\"name\";s:15:\"Social Share #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:6:\"social\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#social-share-2\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/social-share-2.jpg\";}s:9:\"sign-up-2\";a:7:{s:4:\"name\";s:10:\"Sign Up #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-2\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-2.jpg\";}s:11:\"watch-promo\";a:7:{s:4:\"name\";s:11:\"Watch Promo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:21:\"promotion,exit-intent\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#watch-promo\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/watch-promo.jpg\";}s:19:\"product-accessories\";a:7:{s:4:\"name\";s:19:\"Product Accessories\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:78:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#product-accessories\";s:7:\"preview\";s:100:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/product-accessories.jpg\";}s:9:\"sign-up-5\";a:7:{s:4:\"name\";s:10:\"Sign Up #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:68:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-5\";s:7:\"preview\";s:90:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-5.jpg\";}s:14:\"black-friday-2\";a:7:{s:4:\"name\";s:15:\"Black Friday #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-2\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-2.jpg\";}s:14:\"black-friday-3\";a:7:{s:4:\"name\";s:15:\"Black Friday #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-3\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-3.jpg\";}s:16:\"halloween-sale-2\";a:7:{s:4:\"name\";s:17:\"Halloween Sale #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#halloween-sale-2\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/halloween-sale-2.jpg\";}s:16:\"halloween-sale-1\";a:7:{s:4:\"name\";s:17:\"Halloween Sale #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#halloween-sale-1\";s:7:\"preview\";s:97:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/halloween-sale-1.jpg\";}s:12:\"pumpkin-sale\";a:7:{s:4:\"name\";s:12:\"Pumpkin Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#pumpkin-sale\";s:7:\"preview\";s:93:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/pumpkin-sale.jpg\";}s:11:\"spring-sale\";a:7:{s:4:\"name\";s:11:\"Spring Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#spring-sale\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/spring-sale.jpg\";}s:11:\"mothers-day\";a:7:{s:4:\"name\";s:14:\"Mother’s Day\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#mothers-day\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mothers-day.jpg\";}s:20:\"easter-subscribe-bar\";a:7:{s:4:\"name\";s:20:\"Easter Subscribe Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:25:\"sales,seasonal,newsletter\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-subscribe-bar\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-subscribe-bar.jpg\";}s:14:\"easter-welcome\";a:7:{s:4:\"name\";s:14:\"Easter Welcome\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:8:\"seasonal\";s:3:\"url\";s:73:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-welcome\";s:7:\"preview\";s:95:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-welcome.jpg\";}s:17:\"easter-newsletter\";a:7:{s:4:\"name\";s:17:\"Easter Newsletter\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"sales,seasonal,newsletter,coupon\";s:3:\"url\";s:76:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-newsletter\";s:7:\"preview\";s:98:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-newsletter.jpg\";}s:11:\"season-sale\";a:7:{s:4:\"name\";s:11:\"Season Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#season-sale\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/season-sale.jpg\";}s:11:\"easter-sale\";a:7:{s:4:\"name\";s:11:\"Easter Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-sale\";s:7:\"preview\";s:92:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-sale.jpg\";}s:20:\"easter-sale-surprise\";a:7:{s:4:\"name\";s:20:\"Easter Sale Surprise\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:79:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#easter-sale-surprise\";s:7:\"preview\";s:101:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-sale-surprise.jpg\";}s:18:\"join-the-community\";a:7:{s:4:\"name\";s:18:\"Join the Community\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:6:\"social\";s:3:\"url\";s:77:\"https://layerslider.kreaturamedia.com/popups/webshopworks/#join-the-community\";s:7:\"preview\";s:99:\"https://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/join-the-community.jpg\";}}}','no'),(958,'mfn_header_builder','{\"desktop\":{\"layoutPosition\":\"top\",\"grid\":{\"status\":\"custom\",\"options\":{\"backgroundColor\":\"rgba(10,10,10,0)\",\"layout\":\"full_width\",\"backgroundImage\":{\"bgImg\":\"\",\"positionVertical\":\"top\",\"positionHorizontal\":\"left\",\"repeat\":\"repeat\",\"size\":\"auto\"},\"headerOnTop\":false}},\"actionBar\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"height\":\"40\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"firstRow\":{\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"60\"},\"items\":{\"left\":[],\"center\":[{\"name\":\"menu\",\"uuid\":\"lDQXdquRA\",\"form\":{\"options\":{\"bordersBetweenItems\":false,\"arrowsForItemsWithSubmenu\":false,\"foldSubmenusForLast2ItemsToRight\":false},\"replaceWithMenuIcon\":\"mobile\",\"menu\":\"2\"},\"style\":{\"font\":{\"fontFamily\":\"Roboto Mono\",\"fontSize\":\"15\",\"fontStyle\":\"500\",\"letterSpacing\":0},\"linkColor\":\"#9b9b9b\",\"hoverLinkColor\":\"#13d6bc\",\"activeLinkColor\":\"#6f0cdf\",\"subBackgroundColor\":\"#f2f2f2\",\"subLinkColor\":\"#333333\",\"subHoverLinkColor\":\"#0095eb\",\"subActiveLinkColor\":\"#0095eb\"}}],\"right\":[]}},\"secondRow\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"height\":\"80\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}}},\"desktopSticky\":{\"layoutPosition\":\"top\",\"grid\":{\"status\":\"auto\",\"options\":{\"backgroundColor\":\"#ffffff\",\"layout\":\"wrap_into_grid\",\"backgroundImage\":{\"bgImg\":\"\",\"positionVertical\":\"top\",\"positionHorizontal\":\"left\",\"repeat\":\"repeat\",\"size\":\"auto\"},\"headerOnTop\":false}},\"actionBar\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"height\":\"40\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"firstRow\":{\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"80\"},\"items\":{\"left\":[{\"name\":\"logo\",\"form\":{\"logo\":\"\",\"height\":\"\",\"retinaLogo\":\"\",\"options\":{\"overflowLogo\":false}},\"style\":{},\"uuid\":\"ZMC66VUE3\"}],\"center\":[{\"name\":\"menu\",\"form\":{\"options\":{\"bordersBetweenItems\":false,\"arrowsForItemsWithSubmenu\":false,\"foldSubmenusForLast2ItemsToRight\":false},\"replaceWithMenuIcon\":\"tabletMobile\",\"menu\":\"\"},\"style\":{\"font\":{\"fontFamily\":\"Roboto\",\"fontSize\":\"15\",\"fontStyle\":\"400\",\"letterSpacing\":0},\"linkColor\":\"#333333\",\"hoverLinkColor\":\"#0095eb\",\"activeLinkColor\":\"#0095eb\",\"subBackgroundColor\":\"#F2F2F2\",\"subLinkColor\":\"#333333\",\"subHoverLinkColor\":\"#0095eb\",\"subActiveLinkColor\":\"#0095eb\"},\"uuid\":\"xDO6v5cQXw\"}],\"right\":[{\"name\":\"social\",\"form\":{\"iconsList\":[],\"openLinksInNewWindow\":false},\"style\":{\"iconColor\":\"#333333\",\"hoverColor\":\"#0095eb\"},\"uuid\":\"CkZ6TcdYMs\"}]},\"active\":false},\"secondRow\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"height\":\"80\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}}},\"tablet\":{\"grid\":{\"status\":\"auto\",\"options\":{\"backgroundColor\":\"rgba(10,10,10,0)\",\"layout\":\"full_width\",\"backgroundImage\":{\"bgImg\":\"\",\"positionVertical\":\"top\",\"positionHorizontal\":\"left\",\"repeat\":\"repeat\",\"size\":\"auto\"},\"headerOnTop\":false}},\"actionBar\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"height\":\"40\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"firstRow\":{\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"80\"},\"items\":{\"left\":[],\"center\":[{\"name\":\"menu\",\"form\":{\"options\":{\"bordersBetweenItems\":false,\"arrowsForItemsWithSubmenu\":false,\"foldSubmenusForLast2ItemsToRight\":false},\"replaceWithMenuIcon\":\"mobile\",\"menu\":\"2\"},\"style\":{\"font\":{\"fontFamily\":\"Roboto Mono\",\"fontSize\":\"15\",\"fontStyle\":\"500\",\"letterSpacing\":0},\"linkColor\":\"#9b9b9b\",\"hoverLinkColor\":\"#13d6bc\",\"activeLinkColor\":\"#6f0cdf\",\"subBackgroundColor\":\"#f2f2f2\",\"subLinkColor\":\"#333333\",\"subHoverLinkColor\":\"#0095eb\",\"subActiveLinkColor\":\"#0095eb\"},\"uuid\":\"8im2TjuVv\"}],\"right\":[]},\"active\":false},\"secondRow\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"height\":\"80\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"inactiveItems\":[]},\"tabletSticky\":{\"grid\":{\"status\":\"auto\",\"options\":{\"backgroundColor\":\"#ffffff\",\"layout\":\"wrap_into_grid\",\"backgroundImage\":{\"bgImg\":\"\",\"positionVertical\":\"top\",\"positionHorizontal\":\"left\",\"repeat\":\"repeat\",\"size\":\"auto\"},\"headerOnTop\":false}},\"actionBar\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"height\":\"40\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"firstRow\":{\"options\":{\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"height\":\"80\"},\"items\":{\"left\":[],\"center\":[],\"right\":[]}},\"secondRow\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"height\":\"80\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"inactiveItems\":[]},\"mobile\":{\"grid\":{\"status\":\"auto\",\"options\":{\"backgroundColor\":\"rgba(10,10,10,0)\",\"layout\":\"full_width\",\"backgroundImage\":{\"bgImg\":\"\",\"positionVertical\":\"top\",\"positionHorizontal\":\"left\",\"repeat\":\"repeat\",\"size\":\"auto\"},\"headerOnTop\":false}},\"actionBar\":{\"active\":true,\"options\":{\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"height\":\"40\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"firstRow\":{\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"80\"},\"items\":{\"left\":[],\"center\":[{\"name\":\"menu\",\"form\":{\"options\":{\"bordersBetweenItems\":false,\"arrowsForItemsWithSubmenu\":false,\"foldSubmenusForLast2ItemsToRight\":false},\"replaceWithMenuIcon\":\"mobile\",\"menu\":\"2\"},\"style\":{\"font\":{\"fontFamily\":\"Roboto Mono\",\"fontSize\":\"15\",\"fontStyle\":\"500\",\"letterSpacing\":0},\"linkColor\":\"#9b9b9b\",\"hoverLinkColor\":\"#13d6bc\",\"activeLinkColor\":\"#6f0cdf\",\"subBackgroundColor\":\"#f2f2f2\",\"subLinkColor\":\"#333333\",\"subHoverLinkColor\":\"#0095eb\",\"subActiveLinkColor\":\"#0095eb\"},\"uuid\":\"OrddPyf3M\"}],\"right\":[]},\"active\":false},\"secondRow\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"height\":\"80\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"inactiveItems\":[]},\"mobileSticky\":{\"grid\":{\"status\":\"auto\",\"options\":{\"backgroundColor\":\"rgba(10,10,10,0)\",\"layout\":\"full_width\",\"backgroundImage\":{\"bgImg\":\"\",\"positionVertical\":\"top\",\"positionHorizontal\":\"left\",\"repeat\":\"repeat\",\"size\":\"auto\"},\"headerOnTop\":false}},\"actionBar\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"height\":\"40\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"firstRow\":{\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"80\"},\"items\":{\"left\":[],\"center\":[{\"name\":\"menu\",\"form\":{\"options\":{\"bordersBetweenItems\":false,\"arrowsForItemsWithSubmenu\":false,\"foldSubmenusForLast2ItemsToRight\":false},\"replaceWithMenuIcon\":\"mobile\",\"menu\":\"2\"},\"style\":{\"font\":{\"fontFamily\":\"Roboto Mono\",\"fontSize\":\"15\",\"fontStyle\":\"500\",\"letterSpacing\":0},\"linkColor\":\"#9b9b9b\",\"hoverLinkColor\":\"#13d6bc\",\"activeLinkColor\":\"#6f0cdf\",\"subBackgroundColor\":\"#f2f2f2\",\"subLinkColor\":\"#333333\",\"subHoverLinkColor\":\"#0095eb\",\"subActiveLinkColor\":\"#0095eb\"},\"uuid\":\"duT1QK-5O\"}],\"right\":[]},\"active\":false},\"secondRow\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255, 255, 255, 0)\",\"height\":\"80\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"inactiveItems\":[]}}','yes'),(42325,'_site_transient_timeout_betheme_update','1689019752','no'),(42326,'_site_transient_betheme_update','27.1.1','no'),(9967,'bulletproof_security_options_elog','a:1:{s:22:\"bps_error_log_date_mod\";s:24:\"January 01 1970 00:00:00\";}','yes'),(9968,'bulletproof_security_options_wp_version','a:2:{s:14:\"bps_wp_version\";s:3:\"6.1\";s:33:\"bps_wp_version_last_modified_time\";s:22:\"November 14 2022 06:25\";}','yes'),(9969,'can_compress_scripts','0','no'),(9981,'elementor_events_db_version','1.0.0','no'),(9982,'_transient_timeout_elementor_remote_info_api_data_3.6.0','1659024387','no'),(9983,'_transient_elementor_remote_info_api_data_3.6.0','a:4:{s:9:\"timestamp\";s:10:\"1658980063\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:64:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:53;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:54;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:55;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:56;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:60;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:61;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:62;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:63;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.0.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(11270,'_transient_timeout_elementor_remote_info_api_data_3.6.8','1660012108','no'),(11271,'_transient_elementor_remote_info_api_data_3.6.8','a:4:{s:9:\"timestamp\";s:10:\"1659967375\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:64:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:53;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:54;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:55;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:56;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:60;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:61;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:62;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:63;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.0.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(10907,'_site_transient_timeout_browser_d3d4068a11f4e0f44e4527b12fc4b98f','1660514088','no'),(10908,'_site_transient_browser_d3d4068a11f4e0f44e4527b12fc4b98f','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"103.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(10909,'_site_transient_timeout_php_check_2f5acf219326a8bc5331ee302b9812f4','1660514088','no'),(10910,'_site_transient_php_check_2f5acf219326a8bc5331ee302b9812f4','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(19879,'_site_transient_timeout_community-events-b0b8fd02b5386c115f32dd511baad42f','1666856210','no'),(19880,'_site_transient_community-events-b0b8fd02b5386c115f32dd511baad42f','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"174.29.113.0\";}s:6:\"events\";a:5:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"Colorado Springs WordPress Meetup\";s:3:\"url\";s:64:\"https://www.meetup.com/coloradospringswordpress/events/288772001\";s:6:\"meetup\";s:33:\"Colorado Springs WordPress Meetup\";s:10:\"meetup_url\";s:48:\"https://www.meetup.com/ColoradoSpringsWordPress/\";s:4:\"date\";s:19:\"2022-10-27 17:00:00\";s:8:\"end_date\";s:19:\"2022-10-27 19:00:00\";s:20:\"start_unix_timestamp\";i:1666911600;s:18:\"end_unix_timestamp\";i:1666918800;s:8:\"location\";a:4:{s:8:\"location\";s:25:\"Colorado Springs, CO, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:38.95342000000000126647137221880257129669189453125;s:9:\"longitude\";d:-104.7931200000000018235368770547211170196533203125;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Happiness Hour at the Denver Library\";s:3:\"url\";s:55:\"https://www.meetup.com/denverwordpress/events/289113801\";s:6:\"meetup\";s:23:\"Denver WordPress Meetup\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/DenverWordPress/\";s:4:\"date\";s:19:\"2022-11-08 18:00:00\";s:8:\"end_date\";s:19:\"2022-11-08 20:00:00\";s:20:\"start_unix_timestamp\";i:1667955600;s:18:\"end_unix_timestamp\";i:1667962800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.77000000000000312638803734444081783294677734375;s:9:\"longitude\";d:-105.0100000000000051159076974727213382720947265625;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:48:\"Boulder WordPress Meetup - All things WordPress!\";s:3:\"url\";s:49:\"https://www.meetup.com/boulderwp/events/287147316\";s:6:\"meetup\";s:24:\"Boulder WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/BoulderWP/\";s:4:\"date\";s:19:\"2022-11-21 18:00:00\";s:8:\"end_date\";s:19:\"2022-11-21 19:30:00\";s:20:\"start_unix_timestamp\";i:1669078800;s:18:\"end_unix_timestamp\";i:1669084200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.03999999999999914734871708787977695465087890625;s:9:\"longitude\";d:-105.31000000000000227373675443232059478759765625;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:48:\"Boulder WordPress Meetup - All things WordPress!\";s:3:\"url\";s:49:\"https://www.meetup.com/boulderwp/events/287147315\";s:6:\"meetup\";s:24:\"Boulder WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/BoulderWP/\";s:4:\"date\";s:19:\"2022-11-21 18:00:00\";s:8:\"end_date\";s:19:\"2022-11-21 19:30:00\";s:20:\"start_unix_timestamp\";i:1669078800;s:18:\"end_unix_timestamp\";i:1669084200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.03999999999999914734871708787977695465087890625;s:9:\"longitude\";d:-105.31000000000000227373675443232059478759765625;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"Colorado Springs WordPress Meetup\";s:3:\"url\";s:64:\"https://www.meetup.com/coloradospringswordpress/events/288772045\";s:6:\"meetup\";s:33:\"Colorado Springs WordPress Meetup\";s:10:\"meetup_url\";s:48:\"https://www.meetup.com/ColoradoSpringsWordPress/\";s:4:\"date\";s:19:\"2022-11-29 17:00:00\";s:8:\"end_date\";s:19:\"2022-11-29 19:00:00\";s:20:\"start_unix_timestamp\";i:1669766400;s:18:\"end_unix_timestamp\";i:1669773600;s:8:\"location\";a:4:{s:8:\"location\";s:25:\"Colorado Springs, CO, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:38.95342000000000126647137221880257129669189453125;s:9:\"longitude\";d:-104.7931200000000018235368770547211170196533203125;}}}}','no'),(42073,'rsssl_admin_notices','a:0:{}','yes'),(41995,'external_updates-updraftplus','O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1687852567;s:14:\"checkedVersion\";s:9:\"2.23.4.26\";s:6:\"update\";O:8:\"stdClass\":13:{s:4:\"slug\";s:11:\"updraftplus\";s:7:\"version\";s:8:\"2.23.6.0\";s:12:\"download_url\";N;s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:23:\"https://updraftplus.com\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";N;s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:27:\"updraftplus/updraftplus.php\";s:24:\"x-spm-yourversion-tested\";s:3:\"6.2\";s:25:\"x-spm-subscription-active\";b:0;}s:11:\"updateClass\";s:23:\"Puc_v4p11_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}','no'),(257,'rs-templates','eNrs/WuTGzeW94t+lWw9EbNfHFGN+8X72bNDlu22Z9ttnZamfXq3Jhy4VnHEIjlMltTqifnuB8gLE8nMZFWJrCqWhJm2LSVAMJmJ/w8LwFoL//3sUpWXz755ppFBEHpJNUKaaSYp0IgRYo3CDHrz7PmzcjG3bvPsm/9+BuK/5jZ8DIbr2/l24cKfXy1UWc5N8UptVtelW4QitZirMhSZumhmuqJ/ztcjBS/i5efPruvGCVMAWosFMMBY5wQ1hFDmHBPGChIqzq8uRlp598f6Xl/85/oiVFpv3Ie5+xgqXm6362/e/fHdH8OV1eJ6O18tX2wv3ZVbXy/N5Quzunr3x7aRWd3GbL24vpgv3/0xNPTBbcrwkXhrL8ALEK5s3H9dzzcu3i0Nl2i49HFut/GJQkRijUs3v7jchr8zEP9qXWk28/W2buZ/l2u1LKrb/7/ePdtur343q+XWLbfvnv3rr9ebovlhzwt/vVjMqpaL9v4K9w91tV64F8V3G3XxvCg/zteuWMUPzc37YrsqlurD/EJt3R/+d3gg4Yv+9d3m3XL4leGCceEL21rhLo2Kd/yX3UMqvlWlC9f9fLGNXeDvz3Zv8j/C862e0O/Ns3j2zTLcbPil4ZtDIwhANgNohlAB8TcIfoNxfCXKvFcX7vfVpupSz+KjuVpZtWj+rKydxy+OnSf89SJ0CPd729F2F643i/SvdWeInzbb+QfXdM/5styqxSK+I68Wpfuf5+Fy23/RSP99U/fzQe8t2+u9rtv0tLTfKmCZkogIIwFjmgCiFfDQWGUNNR7t99u6iaM67cfwIMMnyrLuteXl6uPsIv7qzaf76bnFoa77su24xe5u2t5afJyHPrydX7nN80KHjuK2ZaGWtlCbTajVdNn4E++h0zZv8NZdlpxPl0W7LovTLls/8uKt0mXaYevL2/pq0127a73O6gByErLQR5kEEGGFLeCKUSqQId6CrrN2DZyoqzYtzmKTs1YEd+6sAJHjOuuyUNfb1ayc/9PV/XVTd1JVmNVqUZTrxTzco/vHNvTT+VXVOQvnvTPbF8WfG8TWnwg3vp0bteh17O3l9VV45rk7p90Z77ozSbrzD+Eh6NXqffGDC5W7/uyb6zNfX697dO9qr09TChjB0FINtdJGI2qNp8hQICxBDu/6dK+JE/XqvTYH/Rke7s8CHGU1FG8v52XbjcOfYteOfTb0ysWnYr1aXy9Cr7CF/hT69+55l9uNU1cvin+7LrfFatnoIH5+GX5EqB6siYriqvh4uQoUj7/t7mZF6bbX69+Xq60rb/gZby9d0fytKFfXG1PdTPh8vJP/rYrLjfPhQ/HNlNWr+fjx4+CdNAZc99be/TH08OuFa8nz7o//y0djafPuWbFVmwu3DW3+rhdq+T7cw7uuP76pns+7Z+G3qH99Ufyi3odHdL1x8W7my/X1tvi0iubaarMJWChevv4pXParTUOL+TJQYAeX8Cu28+VFQIIOvPvX5t8Hn2X3YF5dOvN+Fb4wft/YgzjQR+3KXF+FZqqbGv3J36U1qh9bhF9RaBXH8ku3WL/4HECFF78yc7W4cnauniSuyA5XtIer8jIqMgVVe6VFVPX3HpyIJ1pCYpnVmDooIYDeA4ANcdwprBI4VR8+EZaCqmfr8ATbaU1V83jbUDAxHG5vMA79JvyluplWEttLtQ0Tm2WhXRFmFcEajGNn0M12s6p6YCWvj06X861LRt1AsesyaKm4ipOR2cdLF+ZF4VZWi0WcCTXDcB57e52Z7jozSztzBcLiT/WkIe3TVUE7m+i6du9yf/5jw0Q9DINchX8zLhxTUAvvdBg1KKxG8KaH99o41fhbN/q59uT++EvuaE7ebQCuH/oDDb9fEbDZro/zpI//6dNV0rEvqr/VvTn8uT8rIlZAD7GXzGupw0SeehL6tWSQAoz0rguHDx7Vb3dY3pvBb262HFnTme+C5jMBc2INBXPj+sW9WpJBRlGHxbtn3zmvrhfhamdb1m+u+D50xu6uyig4c6mW4UGEGd+Fa2ZyYQ7YWm1vVledhRq/YXmMWXqxWGm1mC3Up/DCw+fGzdE30S4zxbs/Fn+q6hc/1/Vrs/RzrMmfgnI216bSYfU6b/sbvPqvypie+08zfR1udTOLL3Li1qtHGXtDfMKxXm1Ht3f5tdjBTxGkfAdSkYD0x4CYRcTM2GL/ZVs4XO4fFu0ZDooiyLDnCCtJkOcCYQq9AlgyjTvDYdjOqVZP4yL6qWwHjsCdbeP6BuKVyMoA3N1yf70mtSza9x30v1V6FvpkqPXZ66ax1j0t+J9RLxa7XixHe/GbYFyZ+hcPe3HZFe734rao14tRsHOBtgQCr0kwe420oS87paFDkGIw0ovbdk7Ui9dqEx6A+ke3GfA5Ez18Y2c+3JXHeufzMA53ewLVNkA1tFYrrbvl1bK4iiss29SSDu2G3xYXTv6Qp3Np35bdZixIOvdP0W4pfnSbVdKpK2NmdllfrDtzdSle6fVhbjUUXEBLiEfKGiSMZIgQICRRysBdH959/ERdNzY1qxod6bLofndcX4ZueHW1Wi4+1bZusula3VERb67Qi5V532xj1Qbh6btj9YaeYmeEiWtA6hsQDU11sVFXIwsMVTOD9YXe1X7fhJCHKRiIS/kGaRq6qVAozNKgFczobgGt18SJ+ue8/SEHtldvWOFn5MYVhhsnNLdcX+gee17hH51SdQ8oL/F/3Uv8sHMKgalXyM/ug1quir8E20Ndb1Tord+q1DlkUZVvdsVadS4iI2X9rQDIhRc4DLaMW6iR04FfVBCgtQWadI4iIw2darV0t+Qz27qrdWTHF73y9NlbAnnFKa845RWnhwBx5+oEU1+nX1To8T84tY2D8sBH7yqU+rpwh9/kWt+v1AGAFA4TXKUBAJJqZw3zDGCJneN+h92kgaNwe/Tcm97ZAa+sFhaCRRjkNl+vAz/t6uOyaG6jWPlaGfGZNr+lJdOjk7EyUd1d8ZjFfJZi7hy9YOrp9Uu0E9u5YPH2Y7pIUdmQ7fRqtv3YrVUMSnqytkHVHmqoKRWAeokRMogRQ2l0wKXdvHDQzIlsqX67t9/GQy8QOqB+JtEdranqRormRvqet3+dX7nV8+LHt7/8TCsN/S2o4DrYWB/C3a7Ks1d//dMq8ceulNV/1urv/KYgHai/3ToqXl5vV2Hm8WnAgF0ohupqpCQYlPd4EEZzywWnGpq4BI8x5iK6XBHPCLWc7fFg0Nh9UOHutkC97r6DAQH0s2DQ30Z692z3I58V1VuMa0Yvijd7MSRKl2kgSbLE8YRAYVT1oL4Wa+FJb9TBzjkNpt5pf3Yfy/BTzfuL8OPCO/1rHK0SXixD+UzvymcfmvKaFnXpRX11L1THeUeIMlh54CUNgPCCGAGZAgLxbgWm18SJ4x+qHYXy+P0Oeuf9jv0Njdos6J5jbRXUazGRFmXx8dItCxc349rZdfg255aPx4PqNxyAQsKEeG3w476iicTT3Vbq/Pkg38fCcEepEuv+hlJ6sW8nKMCkwRoJZrWWzhFMaXRCIdxhDECfAafdTqqa3KzCC15tjnfGvjsA4vfvJgrdxny9u6l06ldS/GnjAgZi/1PLT5EaF3/IawV5tnA6kXe+ZlBMiLx4vSq31a+2E3qfrUON2u9kVPpJeZ8CyDsQ5goAS4Ok0pIgoL2FVDlDiRCjFEgaO5XrTmzws2Mhj+TBHXzXfwt3/DrecRHv+J7XDc5hpzh2vFnV8ZrF5/Gt4mB4x+3hSKP4YIrtpzCh+rS6Lj7GrcNQwc7LaEnlDeP4eGqZPklYdS6FUO7Das/rqiJGz+lqd6WHIBkmHVhQioWC3IgwC3FWQE45AZ4Dp/oIOqHT1Y0TEXjfdsi4f9X7MNfQ15tl2cZbP8FJRv3L8iTjCUi686REYF/SowsOI6sMwyUGLwF00kHmAGYYEQEpMwgB6aKrh5N9VT/o+sK9Ty+q3YbhlHtf59WA+O6PxVpdl0E819tteMdPRux5GeHJJFHpvFMR3FP4IlhgwRAbGbrrkuEAnlzvCZ4hCZQUjFhhiGEYQi4IFcxZaAz1rif4pJETLik0rZbzi+X1+uaFxZv8ue7qSF3JKxF5UHXUmglSWkVX1E8xsOUXNV+Yy/nVuujuuKjvuPBzt7BPdrR/XoPgecWEO/k3xbRNMRVN/B2zq/YBzYJYY7z+bK/DJB57o7LvnrBZWdd4QGU4nSuckqxkqQPqn1fb4k9u6TZzk4Jptb3YXWyYtLvUn1VYwbWS1AGEYACTFwgLHn4LMk5Zn9gfu8+fyrc0PPJ6d+BkKxqf4Vkagzjqu9jL7lT5Phb7EUqVaIPK3PsdDsKUPnbQ7DSanUbz2vGZwrNzGkWp0+jry9V2dbFR68t0f2jdu1rTM7nWdxbVCHBECVdec+qI9Bjr8AR4zGSCWbc7lDRwqrXgrsWvJSlEhZYmajRnhsjIzcg9X+R2rr2IjCN3LDtECrVBfoixwr4xqwTRgkqtELaGhP+KMLl2WAlGCfVqjManzhFRNX1Edt29hKVHEXnn1peZnJmcmZwdKFHnco1Sl+s3Tm3MZfHDanO1v8ZZVkVxkemqv8i5X7CXN1o6DbUFHiGNFdIAKagUotBa6HG3yrnfyqky9QyaPctVzjp0vFrP3IXY17dehJ8R8FYWcc0h8aeoAP1FLH02v7P+8XEJMq8+ni83OsdrlDpet5mRxky5NmvRwIzbL+iBw1CjEBRYCowDP5ABjDhvkGfIKUe7sIz9Vk62KxooMfOLgyck3JTCAxyZaMarpfm0Z71VbqAuaMcr29gwpVEL13lkbd1V+Xn5vU6Fh90bzZ6XX5bZ0DlYo9TB+s16tdkOHJrK6uqesVBdG5gJwjquYJiaYaQwQ5ZBYRGV1HuFPEfdGT7d50+VqWeX6+r4yIo7Jz9bFvXvKar7sxP+TU/N0yG7NT1FaXdu1Sh1q34bumDcct87a2NbX+4ftZFe7M8CvA5Dt/I0Zu6kwnHNtbOCSuGIwMbs5J22cCKB95s89pwNco/nbLSPOifhGl0paR9PTsH1dafgQp1PNUp9qmsvwmGY14d4fRDn1bva98RUAhHjoPdYVrkDmfBGOqsYsJ7izhOi18SJaLXX5t1drI9LCnEXXNXPO8NqFFb1w8mo+spR1fmKYzBA1d50qZJ+b7K0u7K3MsJp+J+XDHJshaBCGmuNBgwioDnv8+nUSXerRh/+mNP9pLv1E6x9qpP5Rjd1+pIjzd9UfmpGlduD+zuf6pw99WuMzvOLebn9v+O//q/XP795Zf/ru9/++su/vX79//v++tfv/+tv3/9/f3lZrsGHl3/7SNHvozq/Wun5onFlr2UefnQZf2mdkPtFdbF64smt5wneWZyl2Hm149Sr/Teni9ebMLiFAeg7tXmfEOmj07N1XTSzdVENpv2CvYQ6WnBkPGBAOIYNVhRgRwXmxBoMus33/VZOmas0OcPsM2BFQPaGyjvveec9e0OdGsKd9z5GByC8bxvuo7K/qD5a2mOyZtH/SUhEEYIeM8Y5glxyaRFzzINJJs9Oaj+qqNSpYxvuCGV+ZyiH1+w2y+HxDKGzu8a8LGz4acaVL4q3u5xFZUyD6pS5bApbitdEs6GonC8+/SGvzmfj7f64kRzsjie48XN1RtEBcNSHCE2SoyvuZ59HwYqjlimlmPOcU4KkFNJSQCEjEo2io2vrKHZ0x7x0Bx9mcjwWOTIungwuOqdrTA7hok+KRr2LpmSHiPT63lI5wlZpqj2EWBqGJRZIMMKVtI64nlmRNnJSH531ScyJPMfLc7w8x8tzvBPAt/OtxqlvdZtCfbhD2SzUDvYo9673XSqcdMH6Espw4qkHBmgmuXEcCE+V6nYB9ho5EXoHrR6bDIqBe/SsCI/+bXz0ebNylJLt48nblV/3diXuvLsxGyHX3tyyYUBvQplc24sD0chApAgVBGrrETRaMgyoR0YE+3EfVydcdmpRVS8/jZAK3/fWZauvvF35VLYrf3Yqzvfj4cOru1l4bql0IG9Z5ZdvM/J0XfDmdDx1A0XVQPW8xp56a74W9V0XeZf1HBAarpS/LyOiwhShAmrnL497/vL13O77Kl1l6jFfXZ+59nrjM59e3T8Z0lPppNWCB5vPER5gGiPuhLBE+SRIpmqibqHBKvwsrOr5xUyvFvY+svZ8RnzMZNae6+X8v65dO4muf3iFqvADnhfxF1TQeoLT6B+CrPz1JnwkWmJLP7+4rnFWrNb1rHS9cDEUqzqtLbY8JvY7W5R1vOLMhAH1P9UHVb+jyXn3qzq68dWbN+/++G9vGosymITmizcUX2/c1fz66ouZzHZhATgNC3jVdOP/d7W6SgDW5hL9Z3255ld6cW9rwXlhrOb1Id3Me+YVDvNYBRDXtDMKmxZiA0fRK72TR8TWh5iiviFUcnp8uopYRQnf1vAIv7hRbOjS7/5YrxW2sgqTv+qCqtesJgRbrYsVL9s6dV/fxjNd3HwTptPx3sPc5gny8qdtcVXtjGlXSTY88PihmEI2NhOebWgn3G809qoHFb60Oc0z1gtDx9zMwx0sPtWGcRBIe1OZWOdIrC48AKfhAT+sVnYsPNmH68MUM72r/bOguPaU0AAoxqhQQGEgDAeGI8m5TPK2xib2g5J/r7YsPotdvTt6TJurH5Nc2VvWbdV8J4uYqqDa9axu8sWjY0xtmu2Y3epenHrHqW29e5Ch9nVA7UmHXuMulICkoQR/iekA4kZRTA1SJlzbNAWV50S5A1v/co9sHEAJCMNWYs484vFoCRlDNYOZxgzUO7K1bVRNHGWQ9e9mKgwbPuQ8ct/Jo7HT1DJIMW4oRBnWM8lF6Ov1zPIRENJbtvv+lit2ybG4eUb5lFH2ZD1TSBeFQNIohLcb9SFYE81+/av6LNYUZ9uqwqysKsxMV6EJPR8t7vvAasctg4YbTqDThisFjYNAIA2M5rALQh9t6yjOtU22R+c9huHWndvXO+q7/pnt8bdlYxMVSgdLNTCnJXTj/dXBJHugPJIHSp5A3jOiOh99gvpLXsatt/3VrubKbqEr/r2/xsVjZCYQ2AlOQTCskGecMI4ohFxhk65xxQ8fhZlkUT5JRFq9gDNJqp8Xt/I8MLPp89nUxQEQ3DOfwhTlh5360+WtDgl1HqluiWu/pH88ERSKYG29kBhjTcP/YeiZZc5Yh2mXBWPQzFEESzJ3hja02tzNZoKH+PV5FtNuSzGlWf1LM82OOXV5LBjpi0sF+KXxpwssIGlgwat46Hf4ZPFDkIftbwk2RX5X0hhL/ev9dIASIO2ZkRgiZpBhGGGGmJbBiEIMdVO1vUZOhJ7t6tpc3mGJHT7QUUTNUlS4m8rPdf84IvzdbK024Y2pfzzeutRnHb3+vPZqyuo/c/V3nu0k9WzH3xWv2473xrilSw9yaArK5npzgkN6tSd9CiljHhrHiORAOMkV8NR65QF1CnZ2R6+JEwkf252CbpMN9JDu+Z2tjVS+9epu/GW19uvAoFi78uOyO30Xb67UZtuG5m02UVRXVQreSMY60/hq+WG+NHENJ7yoxouseLtaLbbzdVntjkXzatnEID2yJdMnVo6pzkvQJ6dY5+VOUi/338Ic+Yfw4dUm9cgMbzt06LhrHzp0t968d71/FliYaSALuRPacKMY1EBS6CkGVHEqkzMP+o0ct5PmynV0bv6QhEqfyIS5e7z00BIZsWqeiG2S83FlM+rEAOq8wgnvm1FJgPaNSRyCtXJDHodQYy8Ns8WEGmqVAJRAAiR2hAHGTCjhFN6QyiE0dzo7qzHb7kimvaBtdhSZEiOrP89KLCbr1tvLWeI/vvMDMIvVtS2/HIhlg+TReND5WBPRM0hWr1ZXVy5GhX47v0iBsArgv+jUX/21v9ntg9GhsGSUBRtEACeYJjGRMdWYgGTbqf7skbpemeY+j/BLBMefsnSraOD0qa5XZZxD5XDg3rQsfUJv6vc5GhJcukWkYsROM1iUMUC4+KiW292j+0pjPYKGQt+q8nXEXt4p5GkSqvOpJnKCUG+uwof6jGp/c9kU7WjVK+hzC3KDlDWGGmKIZkJxZVjQHUZeAQxSbvVaeQSCpZbJnmGCGBvgq8j8yvzK/HoUfnXO07TnPO1C1etNfN8/VtkB0o3z+TJY1cvwtrsd892lHrMAJgIq6RAVFECvHRZCaCIEBk6JaqW82Srfff7YpZ7mrutp2WRigwd18En8plNfnyiisrDzMIPaRCwkS6WNp+Fqt51+GVfCznEZ+staes7LVXlyemt00s5hm6YO2y8vXIwD+61OZjfEp6rKZ1Xuux1A04v9lSmpHVLeWkoVMMICG/4xBiKtiBGoiwROWzgKok1DTTK++wdpcQxJq3Wp95Xf0WZZpukM6hwsVXdIQGqieXRegXfKXM7dh8isefsDsr/l1+Fv+XTZ13mC09QT/K1TV83MIiFeeAXbULCDXfP3HuescBqGvg+44hLFXUIIhQ6TXs+BQdVPru+u+fBxQSeX11d6qeaLWWVYzQYTqzu4hsMX5FDy1Ds7O8Qf10+bWumubJUYhWfnZTQ7wl+atxwYl+abqxwwm59Y244vip/Oxx8zE+92xHs6UTmfnxWsyfu6665llRosiHwWhXBTSrD609Xz7loY3Gne1n3k0aLzzad4f7QYSTyxe/uD5BODkv75SpxRZqk1KgwliFEDEDUaKWwZkwLI/TFkLwfFacaSvUQUJxlUwM2DSnGLUWWXmiKPK/c/rux6aB5Z8siSs3/c29jSxV3QNO6C/D9Fm5x3MB/RLh6X3azi7caW3tX+3IQb6p2XHlEOMLdcQSIAFkohBQXtMor3mjhVvCp5v8uSWq1ptJnF7zLAoBsGmH0fA06PWaZpbrdobrRepAkvpA1lqM5+aELtz2stRkff8HioxNy7eDrFKo0kcYvKgfyssyJNRIs8xupMXkzPk4TPzg9Mu4AaSu+8uN6sXV+2pekae6+sf3w0hBZxZARHnCuusLDScW8hdohLwveW2nsNnQr21Wr7HRwtTr3aPkjAmZMU5CWknNjlS1+g6QJ/KOsldrmKHgdvVqtlL7lLvFqukowJ3aW+/4cX0lkvJaUQuZgiQTCikHMcISiQTFK8tJ8/MotxbGYW20lifa6XsR9HG6A9n2oWwX0/fP28vC/7R6MF6SfPPvTaeJjaeW5bflCbeZg+Rmu5bTN635XzYISFLuvKnEn+CeT9O+7wtvppziLhqkWWVIc3rLM0KzuJ305s5cWXcIzHlzZIdMFZNA3OenW5CZO1q4CtN8vwMvfD3MtwsR/ivruylz2acO2BwNwo7wUzDBEow1XGJEDJ4v3u48cNFe1dz2J7k0FX9L4dBVM/lqvrGHi+iMfgto+0um2brtGrYumi92B81l7tjvDIlM3ZVTO+DuGriyWjopcm2rwvvo1985fr8DB6eaLNex0KkgzR9YV+Wg5PKVfUK4u8ZUZJgRRTjjnJoGSYJ7mh608fmRbavJ/FVmZX8W5nVfmRW40nXkKIt1joSuw1vCa89uIa8JV2NoZjvIluuq9i3Gi7ypqPfcsro9nVLnKrizCjaYTZm4Vz74ufQ2+L08TX4QZ7yTlC4aIuW9dFbXaOfkF/us4994gBITFTQjkUM4phza2Uzjnsk/Qc/VaOQlrTTnVe+CymK0um7t3k4Xzn6svi5Xo9a17E7HU1UY/hXiv9n9EXuc0aHahQWx5NoHxl4NS5iLoEZk/WlsvrjGdrg6EzYlkXbcbSaLMgoCmSqfV6jGP9y30vMOE0AxFiBhJBlBbeRh8w4zDjwibbOL02jouZCAQYcuwu9ELVpXsPQJsgWLj/orn/ZqkxEqw5vKiafgVN6+v5wt5rENrZhZzlcIizs9FA+L9Z9b8CgG+q/z0611gXCsbSULDvXPl+sCAW+s/7/oLY7ko/WRpHCiohFXZYY4yNJlY7jbDwFBPTBc/uPn4Uwqqd59jU7RMQnZpZ2qlwb1Eq8T7SLI8x89BqUYTbd2p3aO3Hy2iZVefYVgmJVh+XL3JexCzv08u7i3ZivXMvFi68kT+7j+XQx9DEsmUo2qUNaHZK+9f7yZ2RwZ4i6B2GWgApiHbAQ+mgkkIm6RH3GjlR7rHY4B18T06t/olTeKrfupNZvazUuqB3znl3FH6slTOOPfoc5SzF3gWrsDRY5acK03+qXVoToVcv9WJ3uVZ5erHvY+Y8tJxiyq1HRlOspQSGE4XCXAXiTuJpCyfS9/pyte28h2+/QrwndLCfaZDfUejVfeycg8vr+VbpRTVANvEn0YF406rlEeYbX4ZzWV6Sybi7Be66+AmWxk+EN7m0amOL316PQK9sSmcf17N99o2U9c/PwQhgqoVCnFFkBRDQausVJtgaWaVubVaZhw190STsnGvrJYKRVxA6cegOsxiH19Gy1v99Eup1vQ/vw0xrVe/EV58tqr5WRwXeeMPVslIm0+MnLRuh1LO///e7wKHt5btn37x71o2hrULCKwy3+S4dXntFL9aX63fPnr97tlRXrmqj6wHFS2t/XValgVFVYS3W0FzT5MRTenejZJ/9z388O2+6dmEMjI7PHF+HF1N826ST680e6wlZfHGzNt1cMofcL+0x1hPjqdaOQuUVVZhBTonWAbVGK+1Rfya539R5zCePS3tb3CVv5Ma+jnfcZI384tNAxi43q7rcrbNAxk66/bR2vTSQuwEoZ4J8kqZf5/XPUq//n1pP7g+u+O1yvnV6FQb1dMrbVfiYljdz37HSvp8BFZooH2bBlhlmuDbOUISoINRhp0k3CR5r6ig6JS3OuiZnuy35euOuHu9u4Q162jWwdiIYxdSugTWi8pvVVXW9eyE7w6p+AK3cHnSiPBYQYNxmqwISHuqgtdY3o9lsLZoXVE56jN6SqWn3qPvDKFMGL2S3hKBjCHGjujx/f5rz9ynLeNA5esbxfumIfdz1mmPs47vg7PyN5S7AgIneeLRcfagdwwfbLPNdWTL+tJf6SRwwIUAzCRGz0kDBvLWGQ6yh0OFhoGTQaT9/cKS5sfdqF6ys/ROnmpnLLHrn3G6Awffv1rZzx124i2jaeWXdLGp276iqF8UjjS5R04v58n2VErlG2PkvyE4e3ZnjHr5snzs8Q/KMqNrFPbDUf/g7tXlfvGr69LeVc9is+MUtr1NXlVBnVmUniJmAKw+y2VVdpT2t1LwPep6qt3fwDtEWIcahtNhgiyFhVCLJmcPQqO6MranWjsNx1WqyntSgrY6guN36RA/EAJFjjgL8W5hHRz+82iOsM2Or6N96Oh9hV+2ENZkmitBxmxdcRJewMvI56MaHTzSfju/jPsn4k++fA1GtAkcSxNe1u8927qLi0obb0aJ5Yc9bvCXLyXeKNq2+tV3rqPtHeVOYaa+jl9Vj3IW7Bg67xs9QbyK9zplZtQVU/GX3BXegWPN+jlusCOU/NNosIkMmANdeC100/JQaVfcEvfarKsqgCQp2URQc3ETBH12Vmf0QBeFtEAj3MhyLgDtCvWPB3BTCKImRNUgqoziF/iD/YIZfhl+G3xOAHzxD+HVhFxzeBL+XOrzbG+iHZqqpdSMDm6o9EiIpCIASQIqggpIrgSQxUBPPsfWJE9SBBjMPMw8zD58AD9H58ZB34Roc3cTDN27zYW5ceQMS8azsKt5Ixa523wHcKuwsA5RwFP6rEDM8GIyaIi+oF+ggGLs2MxszGzMbnwAb8RmysYt14fgmNr5uDge9gY1ktu4q3sjGrnaPjVI64gnAUloEEIOKQQwBwRY4CjQwB9nYtZnZmNmY2XiYjU101OPzkZwhH7vwIE5u4uNbV27nV6vlPHz4BkbS0Pl6lW/kZP8T/Qm2lxBBB5yzNrqAOkEdwgGVnGBllD7Iyn67mZeZl5mXT8CWpGfIyi62iNObWPkqfPjmlUc2M7t6NxJyV7mfsC9MqJ3REGLvEfQgWI+OK2uAYJjjJCn1wSYzFzMXMxefABfZGXKxiwri7CYu/rBabXsuj2NY4jPfVruRim3dPYvRU8g9NdxQ4rADBlnLMTbeYgLA4S2ZtsXMxMzEzMQnwER+hkzsgpF4ml3+5yqL2g1+irdwUbzJO1EACCSHHhMsuKVeEgU9cZRz57FAagfAkzsmZuRl5GXknQp5Z+aOOOGUzbtQFy5upN2eP2KfQPAw6fo+iIRqzyGXggQTDxoHIXLCmRgcDgilZoJyMBMuEy4T7mwJB8+QcF3YCZc3Em7f6fB2/oa3cDUUBCBNGGBYxKOELGYkZlKFDMZoQG6nzLqTeBlm7mXuZe7dI/fQGXKvCzQR4EbujTgX3tqv8HYuhVwL4xTinlimHOSGOujCHxChXFvApgB4Km/CzMDMwMzAe2QgPkMGdvEmAt7IwBEnwlv7D97OddBCIiSmmCHLIUIMM2NVMAlpACHRjk8x8FReg5mBmYGZgffIQHJ+DBRdjIlANzJwwlHwTj6Ct3cPBAxRqr0lCDoCPIdeCSiDpYil1R7gKR6e0jMwMzEzMTPxHplIz5CJXWyJwDcycegQeFtfwFu5AQolhMGEcMaZZhA7Q61G3lHLMIaTWyGn8gDM/Mv8y/y7R/6xM+RfFzsiyI38Gzj+3dLn7zbufphgADQhgCsEJHYaOeiAEEwEUxBDOQW/03j6ZfZl9mX23SP7+Bmyr4sFEWksyFtnLot/C29wGe6sY902XP7P3dWab8m1/haHl8hyYKGBQGAuvIRUQ2GQcZpD221xJA08KsBewBMirMnoWjXXS+jaHY5X2PDtlczq8x2K7UYty/rtP8GDrfIBUueUtVl0wQwiDWZ4pTbFd04tghouK7HuzjZR4T6T682ZJunVft5QDaKuhaBUCeWIhdYy4SCW2kOWnoqZNnGcwENTs66tOx1isqfuvXzNjIKs7qzup6Puzi1fpG750fh4UycRj774w8Ts1cShqtDzxu9f7p8LZ52AlhNDgq7DnAQ5xIkNExUslDWC9uckuzZONZJ3rTY+/QOxwzGx4/tOzl6dChfrqPB64qwkPu4KAfW50noRen6Tnz0fUpkPufgiKdS5y4vUXf7VxqnqmKIfNuFdxBMGUzujKfRJWWNr7Jfs7Y5hZjRmQnmsjVLIB2tDA6edd4zgbm1k0Mw9nBdxW5sDP8gZEZdza9tLZU2meEbDdjO/uAjTd1t8mKving6JGJXy2LERmYKZgl8kBWVni8meLRaeTFm8bs9q+b6yBVJTLJa3CxWdJZZe7QEQYm0h9Rpb64WWgkCjKdVCYiGN4Yl7QNrEJPyKW3WA3UJKbcqkgeB3OJ73MAglACcC4dUqrhjHmptVfEn7J+WU+aicDMQMxPsGYmcWytQs/O56tV0t3XBSauuCHQObv/dDJCURLC4dByOQG8ZomH1yY4M9SIQxposYaj58qvnnpVOx31aCuKPxRw6cmytOxrzr5fy/rl1HulAlsC8fDZYXvb44rnSxizKNXfxlHs9VXOxnn9j8PpZwor7a33UHlikmJLUaKuqR1JBxCRikFBrpwQ4t9WePI8tVfbOzZrsx2Zq9zcIWO2BGQQi+gk322ORPy8c5fq85fO/fQr03Vb3+6XvhMcTbetfrkKGht+0RuJ+aJ94g2q4+LiODttXp44vwbBsaNQ02EIq/OJ5NqJaf4lGQkQFlz9FAh0d+sVldB3j1mgnWWSvI9mviSywLvbKfnsey+r1XD7qtcdR4obbbzVxfb92UOVfbbsXLXb36Cb579mIbnRbCzdf3Hi6kBK5eevaueMLeFZd1roxTOVm0Cvutee2txM4szQiZGMi6YFQIwMhItpdZZNM8vb2BLF7tb8kKTRgUTFLmmWNMWWCAcIRipLW2LhnI4mcfbCADdxvIOMgDWR7I8kCWB7I8kJ1JNpmpgUwmAxkcGcj2E8hsfh/NGNNcHvhCQ2CIJgZgL5GIcSFOOkm1CcMZTAazE+SEub/RTObRLI9meTTLo1kezc4lR9DEaBbnYt1whkaGs5GcGJvfp5JgdCX9rBdWSewENUwRQpmFGAECIOEeCO4TP5bu8+c6tEGYx7Y8tuWxLY9t5zi2le028yOMbvgcRzeYjG54ZHT7ael7q46/z+sLe6NavNof0ZjDTDjhbdyih5woz4wUAAupHMXp/ln87LmOZiIPZnkwy4NZHszyRO1cknhNDmUoGcrSlA0/Lcv1fFPH3/1YeW4lA9q8K7xsy+qxbVDSj4CSHhCNtAOaQeEVd1CEMU5gLZjmSZ7CQTOnckKrSmZtm0cPdHcMPKicq1L3s9gZ2/HKO7W9DjcZcPFf16H+PLyrT4G1oXttXeNNVflVmdVqkfjjNiB+PKew5Ee8KP4tjEyF67mHJd5h8VoySFTOYl+Dr1gFnafoKRbt2w4QaV6DX9SF+ud8zAn1qilZr8pkLad3tUcFQxnymFDuiLPaAgwklT4mcmYOhP/uqNBr4lREaBuddkm9yXuM9B1SIQAnCoFWtRv+LHHDx9/NXvc98V8U3y//c/XpD9k/Nfunfin+qdEU6aiTJl34s/tYDu0R9491MNjH7JFBST9FnkfAUhWGcSOBdRYILTD1WjqBAbedPTJo5lT0WYbfM22OwPs1R6bDsSuBrd0mAqbwQUuxA9p5GUzbTwETRbzt/Sl5nEPE3/GHopJHEfXxsEwKKo9TyZpGcTp6vd3mHBEZR8fjiCY44iMLfu3s73UzL0yMob1VtvWuRg2oHYumK9b32fw9qKGd5f8erej17/D3c9zOuuO8yBVTE+laXatlfCIXrlsAbCykJmhnauWptpEiquqlrgivuNqVFwbzwmBeGMwLg+frWB/egHvsxUGeDHvy8Dnuw5Fv7CD1ydHvcOUbRkDyRZzHXpmSk6PgZcRFDBovF869H4TjVxbkajmz7ir+abFSNg519eZZmXO1Zug97oHsj404NIW4JIAI3nSc3ZBxt8Xb55INP/X80xlqGWpfzZHrD8izyZWKJI4EpnEkbz+t3cdN+DGbYf6k7a7MtUVNQuq9gj1nJS+0coAZQxTXkArLBDAAOiqtNajLSr3Xysn2cnftztqGb8Ybri6ddEN3XlbabmnQbuduwjw8Xk+efOgNs9CTm1/czh/PYN/moVZK2zXmdgBoXk15JziOLJEkXSE843hllDiDV7FbN9au2Mkpr9ceXq999vf/fhdotL189+ybd8+6bjl4Ce/STrtf+mJ9uX737Pm7Z0sVDJPYUvJ2Xlr767IqDWisCpuHE5qM/4x0i3djHePdSNeITTz7n/94dt5LzjCJoIBpBMW3Cxc63y8r64b7YDqWhZt0e7tge9d7GEeOECc5o5JZTrlSmgDvFRJAMGt8F0Wx18iRuUBjY7PY2iyuu9zBI+cwwO+8+T7uklPfTr3G/OMvb3+m6Qrmh/CzV8+L8MMW83827Fq6j0W4t6L6XdFCdY+esji75XzBbjkwcUGHqQv62+pZLuZmvv20n8dpm5SNpnQaVOgfQ2KpgY5Tp5RXDDOBhaQKI8WQJ8Z13umDZk7qvTcCCXQ3SMizcU8v8hw2z2EfYjeih4Uzz/VDp5iX+CpDMsW8gVHUo9GeYTTGvREbSQIOJHTEUqGM4RYiLwCyDvlgJmlux8l3D57Lx7PvzgZSpl+m39dGP3iO9EscsSGdot+vYdIxCb9VUzjNvqpGP1e6tsLLeEgEdpgAQiRjxDCqFeReUziOvqqdMyMfxhl8GXwZfOeaS2QSfIkvOGRT4Pstui3/5orvVlP0+xhqfHR2dRCAbaUeA5USAChCdJjtOqUxIJDYADaPkfYucRMfberMMCiq5YKMwYzBjMFzTDoxicHEBx3yKQy+3qz+0/XzKvWgtO7KpyHYVupBkHoGNVYQA4y1YopCBQXiADLsgKITq39tUxmCGYIZgk8KguQcIcgSCIpDtmBZ/CmeXnjIGCwvmhqHzcG6Wj9i2UmvvDCUOoscDgCUUCPMGHcccqynDcK6sbPbD8kz40zDTMNDNKTnSMMkPgPKKRq+VXrhJg3CbVs6DcG6Sg+AHgmtibEIOAM9kgpax62iygJpkMTjAKwbOrsNESoz/TL9Mv0O0I+dI/2S0A0EpugXe09oO7yFqykEml6VaQ4m9fr59aPDs5IceIoJkYBz4pVwgGJPdbAQx2GYtHZ2RGQ8EzETMRPxABH5ORIxCf5AcIqIP6xW2+k9Yt+WTnOwrtJPpCOd00ATLSgy1HOCHdSWM4ed8Mj5cQTWDZ0Z/bjIk+EMvwy/Q/ATZwg/lARMIDS5PzII4U2JNB3AO1FrKnw3Xvk9/cxjwe3o8N3QDw51joi9LgKiCloui38pNquPZZvQNEh0Wx2/4WzkR4ySCMCZb+uwi2K92tbJTnM8b6bd/cbznsQJ+gGDfCdRlwR/oDT4489z44qXS1u8Cj11uR/+EUtDYVX2+y8j4R+DCv1prhcxuBcxwwlhBIUZLqGG6DARD1Ne1k1zB80cZ+EtQ3MzExubBRSuw2MOj2t2Mxr3kieyJpgsB4VkEGaz72KHi39pYHGmwSBsioFJMAgi0wwchIP06PTjaDjISJV+IByTGAKMw2/WCCiGKOUGCUIVsUxBOE7CH08QDvJALLxrGoQMwwzDrwWG8BxhmMSGIDoNwzdu8yFcKadwmJRPA7Gt1EMiQJ4jZxhgAgAjEKTaBNwpIBkiTvBxJLZNPQkoYpYtxAzFDMVzixuZhGISN4LYNBT3T1bvEerl2CHrwxr9aGEKgWfeai2cJBw7YRDyTCLFtBHSj7Pw5fFHrz+UdZjdBTMIMwjPLnJkEoRJ5Aji0yD8a8xrlIAw4kQtbQWU3z80hT0QDmv0U0tpLR1UFiNJMDWGAkAJssBwgKirgpjrnzVsJ4MwgzCD8AmDkJwjCJPoESQOrBkGfS+ixsspGl6mNaaR2FXre097LJnykGHFpUWWakythtxAp7hSbJyLXWMZjhmOGY5PGI70HOGYBJMgOQ3HkQjj3jz29USE8WilfqoZx5ik4f+dF9gLyammCAlpgFDEEjI+b359kgjje4Ii6x8NyjITMxPPnYlle57vQ1ORnSMVkyATDKap+Nb9Y1v3mimTMabS1W2NaZOxq9Zno8fYaYGlkcwpjBD1yntohMUCaTAxle4ayyZjxmPG4xM2Gfk5wjGJN8FwGo6vwgd/7e2x9ChlQvHILstYnX5GmmAUWqmND5NoTLl1wDFIOABOAikYHmdi09KTACLNQMxAzEA8uxiUKSDiJAYFo2kgDkLweoQaD8EbqbJHQ4ks9xxpzDlUxHFKvITaKsCwntpsOUUI3gPBkJwPDDML75uF8TTp6zKe9ledV7Iyc7Uoyku1iZea06p2P7N9ZSNV62Oedl/7BE4veYIolueI4iRGBqf+4QKUxZvtpyCen2JcWgLhULKDbvhz36dHCAGVptBzqJHXViMEOEUWIxjgqnZ0DR88jqahgVkZ729Wxc3d7kgkePIz7eJ310cIVfIPvfi9q890jwcFtUexC/B/lPUpSdUxnv56+f5Te3rn0z/56KkdfHQ0Op7kUUg4iQTBtHdS2nV72GXzaHpHpV1vdiud7Slp7aV+bgOsLXPQmGpbAmAjCfEKUA0UsoKnB6S1nz/2bLTr9kTLWdveo0CgMXmuKulHMyoYQpVgNlEhMeA33mp3Wu8HNV/EFF81EZr7LapbezwYHOBAeQMInvA5jyfYAHiaMEgiIXDq9PtqdRXtwTer8CheBqPw12UCg7owlr2MR0TuiLB3vT/fgoiKMOcClGoZ5iZSOi2ZVhRJAL3qsLDXyHFsMFVjszK0Nqtt28dlw+4k1wOQGD76u9Pg7gPX1CmlV2oef4hahknryDGlg+LhOaXp7/mX4pfuA595bGn/YN9wIb7Y9EUn9/RETi/Fie89PuByOkzHUS0mhJ7TLChMJuSYrHcwJUe69nFeix17iTrEnY8xdUVvujaeqGMvQUcYLlS1sPCp6H5Mssiwdpu5C73uRfH9wl3EJYmJAT/M1MN390b8igj1wssOEqGjhFcfRsQ/5BWUvJp8r7k+joptf8AcH5PrF4nTPk59Vd8sQ39sZjUDQ6YMhapnwuyu9CPYCRBWUMa1UJ5yyJxS2mIJCEKOwi6B+e7jx5ktsZl2SvNYZkt4WIF2la4jGtLnGDDRWwau5i/bETPnRRjuA9XKmNYoJjFKFh7fPftxFSqrT1XLQTSnN3XufiR79dxHrJzu+tC8qR7MCQ9gbx5S/XXlUzFgEldxnHpDvlab7TyM/23X+XWZWi/rprTt66ulS/ZxBmX9U6YIg9BIwBymRjHgGeRWCYYg12FSIRPbZtDQcercbzCQvLNojj+T/c5CLa6X8/+6dkV7X43BEWSmttWWTuk2H1y9kVNur5fLaI7XK5ZxEEqlfL/rDm543nu1EGEu5+6Ds+GGg711cRluc6E+BYzUy4sVXV69eZN8+EWxZ7WY63IbZgD/bCyouu3n4Ycv6gcRefPtz9//+bvil1+/+7746ZeXf/o+MKf+mmhkXaxiM++CTj7EeYMtqjXlYhbG6YonZfxjdwPvnt3xSX11ax9TiG07aTnG2b3CIWxbnJTJkP6EwftjtJVXxU9Ls6nM5++XF6Gt+KbqXr9Hz3qB7duqF/4SNfT3t9fb1WauFv+xh/C+yV3/3KQHVd1m23w2IOsyDG/b1Wze3MfM7e5jFu9jtke8sppJVmqYVWr4496Q0TY9ZGWk+Hp5casxJfGwJ+DAmPL24+rAmLL9uJocU0JZb0zRwhntCcacKCYdURoj6ZTAJIwrzovJMSU0dNox5Q6bWV/OWHK6VatMmdOad4lbN4GHpBjGrUMG3rYpn5BjLO0LEmNtkKGMUisshcZCboI6QUyfw8kBQcamTiTJbp+jaT3beOdt42Xz7p53uTN2Hwa7icM4Sf0jX682W79azFfFXwPQehv167boQ1vSsLZ/ve+towxHGHhPtRDAa2aER8JrbSDCOjmfb6+RUx1FsGt2Vne0mxN3nzoj4+geXcSqrnYCbKSHnZfh+qeapbtbLro487gontD3o/r0vAg/fTGvHPOi+n0YlHYILxtvuwpQHXvK++bzUn2YX1SoqCiRbO/P4x5HtZ2/vNMS/lBxf7xYrLRazCoClxML+G8isEzxc1WnWa1vflSeUGfmPg5zSeKTTtJk4S/X6+JNmCibMEFOeKvW67K7WrM2udbP+iiQcl5iqAFmEgigDQYGK6TCvzHsMp0lDRzH2NDQrG0p2XWdxOw9m7Fv+9ubl3FXdeV9pdHo+hD642rxKXDVtiseu42ByKR4+FflXb4s4ttYV8ckbIv2BzZe6i+KP7lt3DvdbAO44+p8BOx8sQj24yZ+bwXw0EBZvHef2mMXdvTezN839P7DY05gm+cwKupe2Yim22f4xmxWi0VWdqPsxMWZpC7Of9qEEXH7qfjOlfOLmAK75+Z8UZfaqnAn8d7V/l6httpxrJij2iMJjCYEIg6EMgRi0uX97zVxpAukK7eJvNt+UvW1GQKQP3yO60rqlWfxnt4TjV2tgm0Vx6jwqtQ/itK4Ze1NbFarxf5Ut3wRRtTqdsuKF+/2Fx9aVoTxNlhrehfn4GxeiTqv9e5X8VDv+KaL7/9hQu3QFV5WjhtxgN1WltTf4iuOSix+qhYITrzSbao7mKnlzDV3MFPVHcTRst7Ri6PELL7tWbVEcWCNu8+CW65uk8QNm6Ru2ASQ4vvNJjyD131Xr1Dg4vV16uCVXuwnE7SGISsA0gRpjoEQjEKjDOQWGCK6pFlpC8dRKLQ0q5qaxbYS951HYc/oNK5aH6sXkorqVot4q4O4tmo5qjVK4gupajUeCsWvPgDqelNWlkTVfHipqy5wbvfN1bdt3MX1Qm1qFl7WpyM8BI8CjmAAxBdBpf85d9MicaMmPTdqtYlj3KL4U/zI5lMiZ9MUXexKakXvXe9PIAgUWPiYIRRhQ4CD1EgpPHAKSoo6Ue81cqqFmrbZ2a7dm2cQ5NTCbm+iaG6is+CDaXGtw4MvdiZFu0h8ub1a0KJKlVoZGLUbZ/ja6MtYx0eeUpTtLT7NoACSeCOT1Bv5h/niKhpv60b3SW/2bdGuH++u7FvHYejziCNjILWChe6reOi7wElHRXcWzO7jx/XdXTONH90uQqh4lCXGbc+9OI4w3TNt5rnJSqOqonLmy+vQmYJ1HCdz0VYqXRVj3cTcrN2mXr97ETtuPH4wniFYFovVNk6ud9sm9Yrfal07yC7m76MBFtqoLpdrF0fHoAwbfn5lCT2uJ17vve0PUHuFwwHq2y4yKT7fN+3z/brnv4mLLOm5yMZXWfwaOpJKfWPj1VVzsXGO3V3qe+IhI7T3RkMslGAGeBzmv9ZpzawDpBuVus8f6R4b25lVDc3iwLRbqn3w4cgVycMbmJxu+Z+rT63VWUbH+FjZPq8Gn1kz+jS7Dl30QL1cFYMPwrhWueSHSUttn16tym1c9rqaL6OP0DrMVVbl4wo1z29PK9LEkZakjrRtgMp+FH4zZZk3l2uhphf7h1ISYT1nVkpJKFPBatRh1DXS+vA3h8BOqmkLR1qPdUu1R9NgkeqhJfuLqlaemsC7dor3ZjE37lMzAj/vubJX4ouzOBXDfqqFqcarIU7+/jNGyV6qD5V7eyLhT9X8cOH/UMfRJkGzzVbbROzsZYy0mZfVkkgZbyqmC1gsCnUdxvC4W1bdRUCLWq8X89OubH2Gu3z12EYd5pOSg8Nz9+S/nGWtdgPw5c68auBWLWr9dR7ksNqUxW/hfq8RgHJb/LCKG4z3tcjVrgfvzL3UjWl8SasHkNuuaCX+mjT11/xFle/Hts6uwvXB3ll6sZ8F3kiCDYYOWSUNwxpRpJzSnlJi6/z09a9IWzgOXWGYDU9sMYstzromH97I6D3BvUnExUbZAJ1tRxB1pf5Z5f2pMpG0TlDNuy9fFC+L5oftPB4qS6MKb1x+ahfB/vAgaHkCs+HE95Hu+T7Wiwz/72p1VYOs7Ls+VsX/DKXlYu+YwP2ivQwaFHOjHKAcSGu11EZzzCnhQFEhSer0uNfO0R6PVXuz2GDN8PKzdo3J/c6bYyfvDdmRvqqKV2vcJN0uUK3OYDMYbl8Ubb6zcl4Ftt6c16IevM2u8Twwfw32eOKCR1MXvO9W1zGS+/t/rFdVeONgRcxWFVxT7trimgBjhX0GWImQ1NRo46m2inptDVPCAaiQFmbHgLGWTrXcW7c9axuf9n4e7OeQky6dVUGkydAUl6uqtHVN4Kkr6jst2jttJdoms/n3stmMqfdfdukMqwHvY7Vi1noa52GvdOFK+fsy9pgY2R1lQBOvKJp6Rf0SYLFV85iaohkNByeIXzVV2tHlsn+I+HjxnhgMI4xhjyFXSGnrIZdaO0ygBZB1aSzG2zrSCGzaTAfCdpxs27/FiFgtL9/PmFjlcqpmpp3Df1RL3LR83uyOVMkdO8+LvQ2SF/1paszgVI15i/nyff2nII//YxN1tnQP4RZ13/poZmyvF3HxLh5GUHzrLufhd/6qq9NRojPYfbkgrOOXzuJDnunqS2cr3RzJMjkfmxDJLWdmNPF8oj3Pp9XK/tl9LGNY9iy6G2xGUsxchEoBBmWM3at29jfTaWYO1j2Yaqb95O/hk79Xn/w8ue7u4E7pZtANA9heuhn+GXO4kWe9U3B8ArWMfRiCVBndosvWeXjeD4OJCwWqtVrbAfFiFVXtwyebwS6YpvUgFxrdFqtqWXk0dUscBNfz+PVLO/8wt9eq+6SvssrWKR7rYTInosmJaG7Y8n7enYhz4vy6QwWdYYIaPsXgxN+L0jEG/+KW1yPYvaov95Kbp2U9S4mE+YJAFEDvMQHeWAOU8dxprBVipFvfT1s4zj46EXBPu9meT3bICHzq6cRvhTv4iLnEJ1GXeMNRNoa6wRyxhcje3HAPdyNTQ8MYA5ppqz2VzGMR5omexnMRw38QlQPgnWJKeJbIyzZmBmw+avEeEIvOEbGJiyblY4j97VJtA2hX2xHKfoxll6vtFGfb8j5ptSDQOEaUlIoxQpRVGhBpPCWAGjsgbdtKZm1mbWZtNmZvJi0+R9ImXrNUjJH2hzr8wI6A1ndFo6Bty/tBHkBbRzSQDnMArOJQYCmlUx5ibowZgLZt5TFAi+935y+DNoM2g/bkoCVnBtqRDefED5rKMey+Wa+2Vd6dEe6WSdkoeHcV+qeGYwE4QwQqgYSDhnJGMJeSEE6pR3pA3l0zj4FektGb0ZvR++TWE+j5wzfx5GZgDL6vut2+ffYmG4Gj6G3Le+S1SFpCGFAMQOowsEBYxCFBGFlc77b3ydu2khcXMngzeJ+ws8CDoped4wJDEl/A4DhsQ/e83o6yti2ZQG1V3CetpExoDCV2klHOvXIMA40V40hwQUdIWzWSQZtBm0GbFxduhiw/R8gmYRwMja7irlbbUZcE3xaMr+BWpXsx1p5gLyQ0WlhKMaeQSGuI1gYLJIe2bN1GBmwGbAZsBuzNgBVnCFiWBAgxPGrFNt0l/qpDUQZtJ6xyCN4caDBR/XaxBs2Hq3iD35vK98bf9laPP+02hx9kDmcOjy/l3heQU3ydYdiBmOJyEvrFyFTYQREDvydiD3RdNBl/EMv3dtEIsFA557UikituCYgZOhT0xjlLRmMQYiv3bgEfQeBsCWcCZwI/hiV8A3gfMwBiErpJrBcbjfUKPeViOgoi9LqLw5EQXY1+JkZtiOUGOiIIp4ZZ5wH10DMrtKdsiN6unQzfDN8M3wzfO8EXnSN8k+gzxibh2/yyCfqaXekkfpsq/eNKtceEMmwVsxpxLg2SVEpNAdaAOznK3x0XM4AzgDOAM4DvAGB8jgBOYtPYaGzaWxckfrVaxnw4IwDe9otHCZzW6SGYAaY5xswJ5pk0lHFKkMWeYA6RpmyA4LSlzODM4Mzg7M57RwqTc6RwErfGxKQZPOn2EC3Tw64PXY3+8q/XQihnvIaQeesYN05YirTFmnpAR23gB3KByPjN+M34/bJMYHqO8E2i11gavfatC8/aFS99eGbNw07Yq6tSFQt3Y1mN3kFJ3+Z1DFIgYdxhwwBzg4iWghpHIWZeox1yB80ce+xsbG5WtXeX8zxe4NNnQ52XzekZNRyajF2xZ0cVNc/93R+bR9+mDb8MaIz+zaGbRfIE6NSHJrR5xNPThco63XBMtXoVOlqF2/AsYlF4gdtPL+6RjE2+0jY/2W2BNszDvZ+Fe5xn9eMpG2wd/FlfitV4h+zqiYrGUqwPikfyrKcY+NpTrLMk2oyn0Wavm/PdR44OaY5+H5wesne9vzlGMCGccYAYUEpxJ7xnzDjrrdWUq85rrN/IqbKpN83uDhK5EzHpAV7K6i3enpc/r1ZVEujKxAo0aX9vkww6vK3Fp/+7+DWouCkp2ltusRpgW518FFP8VOAM426xaJoNXTsnUW+6dhLbw9PYnl/DC98lq3+7UWG2Ur24roevkhrbtELd0ceL9/xwPGRaO2aYZYSZePCzFpArYLGFyVGb420d1+3TNmddo9NHCNxzn39THwyb3lbR3Vad47y8CrPQyzC8L8LA4pXdnTxfXMUDCHqngm3jB2JsVR70v45BP59zeFoyJgE5HI2dqvSmOu925EClsi3oH6ZUX+6fG4EoYc4hz5QPFGQCCYo8kRQCqbHBg4OU6jZOdIhS29hDo+7l7piH6sDCRVCmv160R59E/QzPui+vq2OEawDuHQ5RvvgCDnw4vsfyJMKBpxEOb525fLU6eITCNlQxq9scoHCg5jCkIVb9PQ5psX9+Xm/d+77PiRmDL9iJYxUGTzQvk+Zl0q8wUuErs0VGWHqGkRZyanxIIi04GY4Pe8c7NOAdO90hKeqZM5Q66rxzwYwx1kPvuUMWawkUBtCpzrssaeA4W+b0o8MJttHy6JBHh7yJdjKePmYAxSRLkwAKTocsHURONKAaD5roFfbPlNaUEwsxZ9ZJDR0BwkjoKXSMSG75PlFPESqRmZqZmpl6XkzNhvaZBXdMDgxJcAdnw4Hhpe4nSmtgq/RIlrS0rB/FoRBkVgmEoaMUQmEFd5hbhKkQEJn9UaFqIQ8KeVDIg0I2tM/zdItJniaxGpwPefomri0bVw6RWnYlY1Rti3tgdZ4oYa3W1EGIGcTYc20gQhwR4RDaB2vbSGZrZmtma2breR5oMcnWJAKDiyFb/xraXw3B+qG5PEbVqqyfzpdrLRES0ALqsfRSG+mM4tBL4AgYILVqIfM08zTzNPP0PM+omORpElTB5ZCnrzfjlup6c8BOrQv70RRIQk8AcV47BZHWUEBMkdKBqs5DuI/UuonM1MzUzNTM1PM8fGKSqUnshQBDpk5kamhwdShRw0iVvSzpDGhLoWdaAColYsw7o7kP9iwU2u1T9nRpGjJrM2sza590YoZb0JafI22TcCABh7QdJGNoUDWeh6FX2LdgCVDaWEokxJwiQBhUJK4JeE6FwnqfrafIvpCpmqmaqfplW7DiHJmaBBKJNJDo59BQ8ZtT4Y2lSP24u1LDtPl7P1JYaYkck5gTRwzXwjBOoHcAOcqJ7hxtmw+fKkJ4UaWsqduMnh2zGLt305HrVfjQwXwKd46VrKN9I9/qQKHqhor6hp734yBD1cBGO/fexf5QmPDyA8eift2mOpa+jq2M8e6hzQjGwilzWTfw4kHihKe8e5Inve/b0ysaevakfeurD+UTSWCUSAOjMAPFa7VcbdSVKt6GrpTIMJStm6KdFJNr/akiRhwBb5WxWmPhGXUiXFJISWYosjs5Jg0cJ8nQ0My6i41z4QWpxSzMPcMLmH2Yb7ZhtJ5tw2+5ZVzfSYX5crkbjHeGTJvhZPeg41OPN7jTa53RpJJgNTrHX1TUv6i4Upv3bvu4Mmxf2biPXVo25mLX/OqvXoRJ9IlIo0++u15tg1FeZbzpJRiwdUEzzuxE2L+8l0ADhZHQY4Y1hoQ5ySwCinlCJBUycd/ot3Gq0bFttY5KnR4fR2TITijCKtvQQIZthoyywMXKVzrDoGgffi2PMBJ+UPOF0uGDwYiOGtWbODguw6QgfU+/Lh9bkU/K7fX5+K9o+kvz7Md+yliN4e9J3szXjZgkKEOkQRlh9hKHlAFhNtX1fcD0rvb4wr3iFFErvI9/xIwaLYUimDshHO740mviVHhpZ6BN43dJVMLueYyv0pRdR7hEZiSP+9cwvH+8nAdzOjyLsoCkQkn4PYtVDFQpY6oyPV+Gwb+K8q9/WhELo3HfZjeJhoFafmpt+vC3OLXMCDoeQfUDH59i9MuGv6F7zV8zdRDoDBsE0x2qV5tP6+3KXG/CvNN8Gu7+m6p8L49ierHHHkM0QOELsOAeQkkYQlhy7iQBVjrZbUelLRyHHtP7AbM0UVj4KTO1ns/0fGtW8+XMxYmmu76aLeZbF6+McIndLYHtZ5k9b1simVCvmvvHJYvngR7zq2qO0f9NReNdUfwSs90Fii0LiEPvasrjQkFMHFZer9erTfj487jUuo1oqj9YfJirypRqmq3yLoaB+PVP95l26XW9nrlxPi4Yr6obePfs1XW5XV0V/xZMuDfVI3v3rChdteZYG3y7RZG4TFr9ivJ5hdb50q/issdlnc4paGfuPyXP4EXou6volxdTS8Y7ar90Ez7w7o8xhcv11TL+6WKzul4X1bJw/Vja57x1/9gWbuHiOmPZJGMz1QuZL3Mqp5zK6d4IHa6Uvy8j82IGhorXKOF1usf109VVzau4xNwm821hPW8Luw2kyRQ5B+vuJ8nZVT4yT073pR2nd19f5xYPQ5X4DHvxBPlyukf7W7i51/HmijhjiTdXVDdXb3VdxJWgMBndtjtc4a7M+8WnvR0gFbhbXofX/CnYgvPwNYEju+aa7Ya46VXlkIw7QauP0Wz0QxkH69RF0zQ0UK7iXYS2NtGRI7E+F/P3VV5JEy8mafjaLFQv8gZY3gC7r0w6209r93Ezn8jku186HAze7mqcchgYu6vpSUbUjvs0dv9pyUgS4gDJaFEEyb2pKp5TfPLoaHFuqYCq+cjopAUngyAaHQQHKSy6kWo8i8V+eT/TIcVWUYgow0BoTKAzFmCgLRECI9TtWO63ctwU5v5GxRM4f+RRMY+K2S3kSx0MTz2WPGYapOlxhCTjCB4dR34JA/hWhQ+PzqauktLx0aSr0h9QIIeMO429Q0hzBxiNaTGA0Y5Zis1wQOkaymNKHlPymJLHlK97coLOckChyYBCRgeU5tSV0eFkvSubGEyaCnve6BATjxgmgliktbHceSCE91p7TfTIUNI0kweSPJDkgST7rB8HYnyWIGYJiOkoiL9z5fxiOcph2xZNYLgu71FYQgct5wYqJBAjWHCGBSCeWIC0QWyEwnUrGcIZwhnCGcLHQZicJYR5AmE2bg1frrar7cVGrS8/jZvEscKufMos7ir1E+Jhaz0wlHMNJCfAU6M9cjjYxpYFa3nMNO6aymTOZM5kzmQ+jsz0LMksEjLzUTL/aTO3o0S+qAsmUBxL+9memQQ4MAoKqbXAGhmu4jFx1mHFbXJIXL+Nx4IvzPDN8M3w/ULgy84SvjKBb5q49Ifr5ftPxU/L7WbVPOkEwD4W7rnbJ9d6zEWWwJhT31tlodSSM+0wpohiIySind2bNHAccKuGZvN467M2xrtzuK/e882wvcmn/u6wDRyt7qyo7qyNwAlIbQ7Y3sSWW7wuXQCf2p3uWX/G1jqNvEmP9fxDeEHOvX9eaKfCE4kHgEYYBrLM46mglTP7/J8xFDEnGMlAPJVn/ZfgTpljto6O2YIgGUDSTK2vgpI3xV9jEqRf1IX653yZBgGYWDqLmp9dNaXTUQCHK++HAVS1f4+1f29rHxkQkH7/PIY/Lbr7SHJf7TBzUxqX+zhHN33c9T3uHnti2u+Cuup0WJHMQ2rUCaoKtdmo5UUVZ1SHlMbq/fGkaO4hG9p5XBkfVz7DjeQLgvIkBs/Ou30S70lILgITeO+fdlvRssbvyIG3/dL+CrlyxjnqFfXYYMU9sVXaH8IgU5h2qzP9No6MzL1vtp9gkSazPbP9y19EuR0pH9V3e5KSSSAsguOUHAQBdRQbDwLaL++vqtC4nyiAshADwanlBAsFuKTIaGDsCCtPEQSUaZlpmWn5wH7VX6NBjM4S80moJ0ITxvC8rHA3ag/vyqZM4rpCPyMm1QhIpIj0FmmnKZGYxIy1QPLwNz1mFdfNZNRn1GfUfy2GMT5LYiZBjQiPE3Owu5iQZ2+PMQVmWqF/TCJykDvrvXGQOcuFoUQD5xH2ljtA+8BMm8nAzMDMwPwSDo25HTLJWSIzCdtDZByZf3Yfy3FgLuuSKVzG4h4sKZPCYoihVpBAJ5U3wcyUgHEsra2e6gCWsZGMyozKjMqvxbakZwnKJKwO0XFQvlpEJ9QJVppd4RQumxp9H2JJ436UJAKjmC/DemWocQwgHKbnUI8Rs2knQzNDM0Pza4EmO0toJmFwiE1AM7xu1csKkaJsVzgJzbpGD5rAAWOgFZ55RgFw1AuFNJDQK6yJGYdm3U6GZoZmhubXAk1+ltBMItQQH4fm61W53c90ncBnHYpvyHV9Q+0Dbq6x+u/r6jGeys81RmgtXHIjt4IlzH6uGZbZz/Ur39ZPUXh2jq5oivFJIBwSEztVFRRH/V171Jz0ex3U6hnJ0AngBZQCBeuYOMVjGjVkiVdSWlz5lQ03rrq2TmYo3w/7s6Gc2Z8N5dOR9FEdYacoipJoMCQPUnTcH7ZHoAN+sSP1+md8CcshZ4hrx4yljgOJkNIMSCaJ1f4AS0/sJ5tpmmmaaZr9ZO/JoEZnOQwkUWMY3GBM27m6wZqua9xoTodqe+c8CoCZsM4ixYgHxlpCPGScIIhFlRJ52p4OjeUhIA8BeQj4agxqfJYkTSLLMDxM0tXGHQZpXeEmjoZa/WzChkkMJbAeMQQFZsxCz7mDwHhKgTqE0dBWpmimaKboV0NRcpYUTQK3MDpI0YPODw2CbvaB6Ffs4ZRjA5QQ0iPNKFGCa6q0gt5z5rWh5gBOT+0RkYmaiZqJeu5EpWdJ1CSwC+8Hdi2Ln9XSxrSFIw4Ry0Vdtk6dIPYL+sREXIV5PLAYIo+QYYpKKZy2WirvKOoRM23leFAuZ01zNR9DN+oY+Rg5JGs09p9vh7/QTsRFnbTzlxp820u1rWtM5pJUy09F4xzXIuh5DcnlqrheLp0Jv1ZtPhVuUQG0vDshb9DU135w5WMl70NJrBEexhq9uh7YQeZ62xNtvND39OSeBAsHOKmJxYByBbCxGmNBlUWa982b8OlTWDOhmWDFbLZhRJyvZk0fPhe1Vs+xb6wsi5eLxeyn5axKF9zeePFbM/6X7dBUiTf8hDDiahdGiDiMlVfxLW6K3e8tXxQ/hltcVOljq7ywVd34sWg5JMKPWWGvVnoesOBjdm4bLCCvysvwVX84oaSnc4nefnh8NEUkQSU4DSr5bbUMN1RZPe9jludZRG+6ffkxqbDL776Zdve7sf6+w9/EB45z+RttdFxBtzkbhJ/Y22/8qe9Z/tVA/TyY74vVJiY//qg+Vcb15eqjiXZypYmdXIrVchHmES+Kf4tJl5s+ED59GecHlTHd3EIll2itX6oPwRZvlbNxyn5qGgmW+tpFJZmcWjnPGu7uGnin6cIkgc7Oxw5PwTUJPsFsCq577nUpoUYzSg4q9O0RJTlzUinlqDTEc0k1Fp5KTxUQVuxAO2jmOMPkPsF6AsMkgzWDNS/HfB5fH9XzbpKtSYwK5lNsHTjd9ag37m83UqWfthdiLj3nSgIkGVDAOIgsITbM+KRL9gdHGsqMzYzNjM3G65n4s03CNQkOwWIKri/1qrdg1uOdagqn0VrV2MtkBrjXkABvMRLKGAywwAA4RREQaIKsVTsZrBmsGaxfU8qzWxMWnyNhcRI4guUUYX+LS+FTa64fm8JJwtY1eoQlhDOJaUyli7iViMRUkQBCzTkABtpRwtbtZMJmwmbC5uWB8/KAm+RrEpFBwBRfh85vPU5N+L2N1el7EDsiIaQoug1r45AWzqtg1RKDlDUIjVP2JN5umbOZs5mzX9YSAT1LwCaBGiQN1Pj2Wus6OmN9mYBVV5evmqs1T5Nr/cQQECDLPCUMKC2Q0QyGfznpoZUUki57WtLAcdisG5pVLc3q49ajY1Mg6I1eNQ9AzfSRRi+u2a/LQkXVlxVHAkJMPK6+f2j8z+qDmv0cEFKU20/h0+0h8qGvRwe4la85OlTCZ7sFn/K03eTNjvm9DYqHjm/1Q9s9s6/60FqcxAOQNB7gu3m5DQNpfO3VM0oEa3dF1U/diXbv+t7msyXMSImk1sgrhiHz0DHjLAZQqS4LwV4jx4m3a+z8pNt/wLcSbvKRp6jcxfy/Yu/cvYh96Q7Lh9pNHsH3VcWs4MT/nPT9z6918cPi015qkWvtm2ut72pzpb/grjTHWkpALHCMYIWpBoRTKYCUQqen6jUfP9Z79VrPqnb6fuat2fk5ihUnVWyYgNRP9NMinZdEy3Got+vSlZXhrTdxbrF0H4vv/7FerGw9/oafWbaq76Qe5jcq3MsHVYm91sGL4q1aRwhE//PF/CqYl7auH3pFmOrE25urxYviER3RXfvLFtUPG5P2aJWhusee0dct7sQtnaRu6a9V6BN6c11eDobn9a6oPzzvXd9LEkQNESomhNBEe44UojImKtYUeKZA4oTba+Q40XeN3XF4Rvv+6rTKTnzK4bn/gKNQo9K7kLv+YB3uO4yxq0VxtQrSrwdtVYeVtGN0qHXD4BwQUc3ry2/CNPq6quLU4nnxKi537P72xmzU1lwWv7jih41zjzukJ29wRPX7pUPB73fjJyv1H+NCyyr+iIDxf18GS6bXhRpbJdT4W+wDbXhDFVo07BB/f3sdjJyA9f/YI0h/8ab+7Ym+KlFtm88G3VxX9zEbyKxSVIqi9jOpJJs3try4iVPhSvn7Mqo+etZW1EpCBwjtUWsTPqn+MRo2sG4KbxMycLDufrjAdOXPxdZee7eLFr7JQjlBkMDg+U7ECIdPlfN6ThHmDDiu0K2KeqGvWgutFpzDew59WTsVnkJcbG1/dmRcVVyUxsXl1ZfLYn4Vnug21lqt3TK22+Luo9NxYbLMK6d55fSkSYNDd9zOTRgtx0eeXuHYwNNUOLdp5BQlzy60gUyZrEloA2Fj8B+43rZkmXC73SvunwmMtCcKeAoxExRry7TFjCFOFVcM6GQ46DVyrOF6LyPASczWPALkESD7KNyKoY8avjDJzyR8gfAxfjb9ZQygZlc0TtB2qpkiNEz1DfVaeE44Df8wpYk1AAtHmZfADhHadrbM0MzQzNCvm6HoLBmaRCkQMcbQH1ar7bgN6tuScYLWxT2AMkat99Ip5pSHDCmkYPhvNEqVtHbEBq0byfzM/Mz8/CISrn/lixH4HAcBkgRSkDSQ4mdXhA7qQx8JH7reqJ4pHZNLhsLZJi3cW30e1jmw+jxd+fO4P9Je68R7LsvQwwe858fbDQwNESPum8SVu5RPUdMVvJszo5PmXhRvWpff+VV8zC1C68WdolJC9AquGq7Bv60qdG2UYdDxblOngWt8izfRoziPD3l8yKvUNw4MoxQ9u1VqOjU4JFEgFIwMDnu5d1rqjqXdSct6EwPkkWIKY0ww9M47orjGmikpkEbe091okbZw3KzgvkeHE0wP8uiQR4e8+nIavj7qCvYkW5MAEApH2DrYAGypNb7/1y/tu5UzQoFRWDuqiBKSSo85RUpLThzlZEDYU+z+ZcZmxmbGfhm5Im5FWXSWlE0idygaoezry/liVa7Wl59GSLtOC0dp29Xo7xZSjLwFSIYf7DQUEDDHKSRAauFQkuNs2E6mbqZupm62bG/FXHyWzE1irSgeYe4Pq5Udoa2vL49yNpb1YzEs0Uwho6l1yNrAVOCEVsBgSii0fkDY2EJma2ZrZmtm663YSs6SrUmoGyUjbP1ZFa/UZutG+LpQM9MUjTK2Le+7bXgMESeScWmwVhQZAqGQimkRI+DkgLNtK5m1mbWZtZm1t2ItPUvWJgF6lI7bsdvRFdpx77h+aT9jD/IGEeiEo1o6ar3kVBiCCREOScDHrNltXqHNjM2MzYy9JWPZWTI2iYOjaRzcn93HsjvE9027ot2SdhmKZ1dN8Wy34F3zdqywHw8HPTKQAqaV1tHpgFBJAPSAQotsckLoWEvHQXesxbuePHgfpN171DXSyuKD2sxX12WxUIE2MT9DPGGwvF7H9JFFGYVhdvkha4A+L358+8vPtOLl38JnrrUrPoQmVy+KP8WMLJWCYh6mgIuLIvw5PpEWWH941DwNmyp5xPhJof2yoRNSnXjiq07FMkxxQJIoLZpGaf0lPqvvY/8Z0XboJYuZqwr3lT0s2jsrXRrHMGaOMBH0LQkW3MhoRTEjQLfRPWznOFUP2zuH00SHT7lNyBIsBjsvwzD9KeZvXRT1rbeirxJuqKD5MB4W74PZoK83YXTWoWtdbFbXQdiV1Gtbq+lPoZHt5fWVXqr5oriMh0w2PHiRTwqttZBE29A02uaH+kTVob9Hc9Tqvr9H/3LflY4444jjnlgMjZUAc24YCoOclQ7Rbtux38Zxfb9tK1jJ66bB22rgAWYQ7dMNZv66ecRh5lCb8OEeQ7dtlJFIQlVH7lbHXu9iY+Kv25nVcQSrjsh2MdBmG/4aDGvtth+jjb1LVPRr+FidXKZ410vrGmzNOsVMcaXeVynQwlzmqj5/O3ScoKowbv4h5w/9YhKU0STIgqZBFm/C9Kti56+RvIn2y6Zg1Vyvpd+72t8OUx55yL3wlpHwRyGt0dgIaxEWhHYLCL0mjhN+29SsamtmLjdBWFeqbCHwOeqvhsVT6f/fyzqBef8ptxQIyl5vVlereID22pl5KG/Gv3YJYBUeTsBB/TufR9X/Z8yR3mQyK1dX4ZPL1cdPxe6nh5bmm/k2jag7tVl717yD8Q7HJNxdH2r3TSjLok2c31nq/P6t2ujQf+KIkiborq5Wo+AwFiopPBAENVLrM9NxJw3dOjcousEgPUHIU/Lk6uW769LFQNTdKl57s+1KW3UK/WIRFBnu/qpahimq88qag+uvyzBlLcsXxbfX84Xtaa6MR9UHzUylj2u/6jMM1LxKl08quMvyXB8YZxf9w6YAmHioMzgOwOGsJWXPuKf6sEZ/Eg+NlNRiZrGMTj0KEOO99Zxij7TqFueG7Rx5iMF9UPMUxxdkamZqfrV7G4fh+aihPZPgTJzOGZoA5y/18Ul7EZQpg+oDlkaDKSeq9TnKkGFeU8MwYB5z7YyGjlLOsQmz0HGOJo1lmGaYZph+TTBFZwnTxJuc4QmY/jDflNuY9D303Qma+lhlVrZVJnGa1uvH9BjPgY7ra8EcRSZA1ClKBUUIU06tGuVp2loGagZqBurXBFR8lkBNXMgZmQDqyyjICZKqpmwSoVWFHju1EZph4w33wmACOdbEW6qBQN4AOs7OqpkMzQzNDM2vCZrkLKGZ+IIzOgHNN27zYW5cOcHNsiueRGdbp3/MHKMQQcu8IF5pKyBSSDMENWfCQeBG6dm2lAGaAZoB+jUBlJ4lQBNHb8YmAFr/eYqfelc6ic+mSj/7EcBOemckkxhwBKE0wgsbDFImgSF2lJ5NQxmeGZ4Znl8TPNlZwjPxo2d8Ap6xr4S2p+hpuuJJfLZ19jJtGAOEp5YZCaw23gIKkLYqkAiy6jDlIT/bljJAM0AzQL8mgPKzBGgSfMHE1CbSfjh3byNnNKR7WKMfj8GMosoB67ixWiOjoMQkWJ4OQGeTA6OH7WRwZnBmcH5N4BTnCE6WRK6wNHLlh/k2Cq94tbjWacxafXlmwuVdF+tC18ZK+4kwiFMQWCYsU8pC6xnSWDvjOYweoF0E52hTRwaypU3eMoblAaI40yfdRbDVgHCbKoysClWztTx3sSfNzymqn2lb1iQJL+qUGNeb2NXa0Jcgm2bhuIgh3oE481UN0HLh3Ptiu1HLsu6Cf8iBnbVEkjgRnsaJvFkZE+VuLlerRRrbVV2fle31JrYrvdrThJSAaSLisr/3jAPJfbjkwv8RZC2BXWxX2sSRsV11U5UUPi+Y8z6k0DzRuyqh9yKeuB5y7oL7E3IS78DTeIdfrqMh8a1apllLr+LFmQ4Xh+PcSFlf0dBxySjXHsbk0MgLCIkCQGnhgNPdKDfS0HG6Hmnws7KPVJOFk+Yf2T3juyg7+dTtZF2ulhfl8zCl0NdX9fmJVW6SMmv6C9V04orPUS8DyS6j2J4LfpIOred6v3e9v8fEhQDSeK8R1MwQiz1VSiGrnA5TfpskHuk1cmzWkV5jx2RdeIFPnnuk93zvIurko7cTtZ2Xl678os3UH+O8f1W8ihmUXKGK7+YX89DZ62f7Nq4ObKo579/ic4n5teddSry/v73erjZztfiPPT31lw7qH5d0t6qPbZvPho4Unv1su5qZ6h5mambre6j73ra6h6rvxXdTpdueuzahYNULU+22zQ468Yv18uJWwk7cwnnqFv5qvnRXVV6qQWIh0xbtpxXaL+jvf1DsuDVaM80oU45rYiS0GGMqpMBip+39Vo4T935rd8jEeGrT+9vVIoyv7h/bskmvuLu3RGhpSpM6o0l93w+d0eQJTBgTB1yeOuDi77pToV9d654jGbaz3VnWpimrO++gZK/36jAyKSiQ9MLHQUoqzoSx2DKNTXfs9qCZ47rvoLnH78ZvY6dUVzHN3UURnnV1W91R2U3/NSqm8okJgNwnN2uPyK6TAe0SiT5ouron0KMT70ieekf+4uzcqE0Mc4x/WOxcJNvBKZ1QNXVn9R8WOw/GdhAZptW48SMHkm20n/39qEwbN97BZ3TzEyTamH7u21763IsqI+MwUW7za4r1Jr57U2W8ulyV6zje5+2SvF1yv/kyJnvvOWbP4FNMTBweORtnYm/emaBkGPDdK+xPPR0xSniDBHQIIAo19t4rKC3hwLtu6tlr4shVpHug3inWkDL1MvWe+ibxXeD3qNkvJsGXOCtyPga+Qc6gHU/GEwbtFffxh50IFxHhVhjJPCVCG0Ah9ZgAgv0Qf6dIFZQBmAGYAfj4AERnCcDE2ZCLMQDuR1fvcDIaWt0v7eekwEpLJySk1HlECRII4EA9DDSSnqMh/U4QVJ3hl+GX4ff48MPnCD+eOAxyOWr9BY0vKp2PGYBJ4YQN2NboL3NjIxQnjhKAiJAeKkEVMAILCZyHY2Zg206GYYZhhuFThyE5SxgmrqECjMFwJGXEjihT+SIGFXokFIJJDQQmljAirTEYIaidZVQKIAAbkvA0mSIyCDMIMwgfH4T0LEGYuNYKOAbC8Cq2q80oB+2uaByDTXk/8s5IS7mK2RoRIZp67sKcGFjBjSDIyyEFm1YyBDMEMwSfOgTZWUIw8UUWaAyCf3GlUxtzOUbBTVc2jsG2wt5Jp04QJaE3QgtLkWSOQ+poPFqBMwuGHGybySDMIMwgPAkId97Gj4FCfpYoTLy3BR5D4W+Xn4pXl6tVOeoi+PHyk2kLx2m4q9HDIbPKMmgYRxBx66TDVAhilCLUEqlGcLhrJ/Mw8zDz8KkbhuIsaZgEBAgyRsMmt9cYCs2uaByETXl/jVBqg6myQjvNkIJEGoJQ+JMLEKyD2Pcw2LSSIZghmCH41CEozxKCSQyJGI0hGeTn2vFkPDnXXnF/v9h4hh1FGGtsGQZAOupczG8YHai5HhLwFGm5MgAzADMAz8BvGpwlAZOIEZFGjLyKyWhc8W+reegzw8A5UxXP/jMWT8fKjdU6EB5XVz8uOK73lc1fqpSE7dcfEQt6giC53mNtaXE74hnlK8rpeVDuKjMuM+5+I+LSrnqOQXBiCmlJLIjgQ6TthcA1jBgLgEuK+lNZCCU1ynLtsKdQAIUY15gYJ4yXrHN3SRo4MjHDPVLtBMZcplqm2tOy3G6A26MGuU2CLYnxEGIItkGIWwOK8QC3XmEPb2FSaoWyWlqsHESQhb8QjqkyYfqqEdjH2ymC2zLgMuAy4B4OcOgcASeSOA4hh4B7fTlfrMrV+vLTEHLrtGwMdF2FvRPrNTVGBUNOCe4t8FJCLbjjynFoEN+HXddMBl4GXgbeUwEePkvgJbEaEgyB90ptxlbdTHN5DHNVWY9whAMEibUWGWeooAxJr7lUwFsJhB3MVqsWMtwy3DLcngrcyFnCLYm/kHAItzqD7JBu2/b6GN7qwn7YRZitMiEkMxIprr1mBEMBsOHSCSIGfKubyIDLgMuAeyqAo2cJuCS2QqIh4H6YL23x7+WQcD4UXJcThKsL+0c3MIu5IIRj6xUj2jjpoCMQQAmlHM5R6yYy4TLhMuGeCuHYWRIuCZmQeIRw+95xLYBGfeN6hf0QCYC4QdQJrqh33FvBUfgjNEAyLiEdAO4EfnEZcBlwGXAPBzh+loBLHIBlzwF4vpxfqUXxuj2ALXUBrstm66Ss7wS8X6F/3KTAWnKNAbTUe6AhD5xjXMU0AQr7DnaDZo50BN5v7jake4DzeQePeg9z1W+O3b07lKc+dqftLeGzVScqrNuq+aJYR2/CjL2MvYeKjB1hxVk5lMgR+oUr5e/LSI/os1exMHEFluwQC4tfqrs+QMTZVVPjMBfran1TUHDimHEGM4YZBx4BqYQVinjENGTTdKwbewRGwszIzMjMyKMZeZNPCnxoRlZUTLyJZepN/HJ5EWoW316X8+rI62GMhKpqzHRTYzpMYqLigUiJ+hPHRUpMfevjBkhMPNb9qa9bXbntZm6ed2dprZbxiV24PgBr6tVkzOzL7Hu4+Im9nnyGIRS1K+8Y9BJPYymG0NsLoWhIMhZCkRT1N229A4YwgSxEGDqHJRTaSUe80WGC3G1pJA0cZ9rdA+5OYNhl3GXcfVGrgDdT7zGnwpPEk4nrsZRD4g1iKxqcjMdW9Ar7RwdJwhAD0BJnTZjXei+ktI55xpg1ZMC9U8RWZPJl8mXynQH50FmSr/NBxgAMyfdn97Eccm9ZXx2jXizqMU9jSCGgnGFnJUSQGI08UAYiBilHcp95sYFMvEy8TLwnTzx8lsRDCfHgkHgj52M0QJk6HWOveC/ADFBGoYFEcAcVMxgF048DALmOx0ju0+80J2NkAmYCZgKeAQHJWRIQJwREIwS8Nqb+OfsA3BWM8q8u7fsux8hayYkiyBkvgIPOMB+jbL1RBIMB/uo2Mv0y/TL9njz96FnSjyT0w0P6DbyaG5yMezX3CvsH5TpLnFLIcyEwplAraaQk3DvnIcVuH32n8GrO5Mvky+Q7A/KxsyQfTchHhuRru8q+f19DlbbfjTr3jdXp5yGwYdpLKKTeekF8sAkR5I4ESHLFTZI1b6ylTMVMxUzFs3fzu5mL/BGd/Ka52IWBYJjOh//itqtrc1l868IDD/13aYuXvm8cNlV2OGz+3s+oJ4QkccoLlbZCEyKMsJhiDXWMd+vQ13z4IO1u6k+buo2Zru55puL9zuo3/TjOy+1DbHpqoFolfrfxzmwDOj5FcoRbj92hjmBbX662q7LQ3VOvfkXR/LT58uLuTLtRBSN9/9nf//td6ELby3fPvnkXHtOHumrzaOsnGzprkO276pVMFb9YX67fPXv+7tlSXbmqraZDVZ2peGntr8uqPPTpqrgBR2g1/jMCvndNF9nMup4QLza9u/7asmrg2f/8x7PbCbjnmHZPhsqo/Hgiv3RC9tbtuk2iuG24Otuhq1Zdcq0/B5PCIY0Y8QAoCCGzCAogDFOUYMjQTnlJA0epr27ncvXRhBGtafBR7Ywgt6ooDBX13UQ74XrR2Azlwrn3wVqIWw6hwLy/XpeFd2p7vXFVYMFVmJRedpaH81G0D6O+2488j9ZxRdJxU3v6tVPvi5cXbmk+jTiGr0PpTFWl007hI5UOOITH2se5g4993+O6go88xD3buAnXeV4s4tfszOJNtnizxXu/zt1J3zxHx240BSyZAIvuA2vg5FgxYdzFMSnqO/twBLVlEDnptaFQIAKFsthbbkEYeTt2dQ0cN7k/MbhOYPBmcGVwnfkC5mF+PaqL9gS7onNixy42MLZ0eKcDG6u5OCRXVdL303FMaAgg8hpgIoEl1HAfcwiaME2Hsg+u6vOZW5lbmVtnxC10ltxKHKwh3+fWWIKZigyT2WX6pf3kCVAKC4WgWkknKULQYOwIID4aZdr0GXaivDKZY5ljmWMn5Rg+S44lbtNQ7HNs4DRTYWHcZSYp6gcF2zAdZELyMF/UWHEgNRbAisAE5DnTfXydwl0msyuzK7PrpOwiZ8muxOUPpUFuXUKl39wivKfeMn2SBKot63Nsv0Lf85ljzLTggjqiuEbcK6M8pIQ7QBjpAj8GzRyZw2oVXsRymMLq4Td/Xxb1vRTrYdqqavfJq4i50FwgQqEi1mplVju+hVktVpsAmCJ84/ximfmW+fYwp3rXnfZe0/n9GDvIKu78h47+3UbFnm/CV66LlS9exY4fi/8W38ObLplb8d31ahsG/OL7ahu2+Pvb6+1qM1eL/9iDZr+31Vusyburd6qbzwaQXa4+zrar6DQwUzPb3E0gyHq28rNKhrE4umbMKhMp3k2sWd/NrN4UrviSorr9gnd/rJ/obPdEZ41l82K9vDgMdDwF9MSTEcFRoA9WBHffPr4s2C/u++9YrAhHxFtCsXUUQ2ycZkwyA61OvAj2GskgzyDPID9nkKMM8kcGeeJ6idC4Zb7aBEW8ra6PWuexfLZtyqcs9K5SD+1Ga2qYE5waAz2imjAcHdSlUdp5JMas9K6pDPgM+Az4cwY8zoB/ZMAnzr0IHwB8I5ADiDe7Ggch31TrW/BGcAwhRMJwLon3ijkHuFOAEQEEmsR8K7kM+gz6DPozBj3JoH9k0CfO8IiMgj5KI7RcjjLedIUTeG9r9B1OrYA+/FxlBdZMIig8dwJzwgXAwtERsrftZKhnqGeonzPUaYb6I0M9CRhAacDAy/W6eLO9ttXO6eDki/V6VlaFBw69GNQ5EN4Uvu33+tuOPPNi8KWfcebZkaFNO1rvovjDjyhbvXZnPa7a63VM7NVKzyMTw3O37oNbrNZR4wH06ioTOxP7ns+y2Kn9HKOdyAS8YBIxgNgUvPbdPkLhrC6c/Tbu9zGs0XdjMw54bChBkGgQTzPDSmpnvKWSY9B54Q7bOTLNySnodipbNNMt0+2JJXU6BLlHDYmaBFwSWoD4OOBGshkn3HkzkdF4pMqeR4TnnDPEYzpPaZGXzirFtCDhElVyjHFvTpPZOEMuQy5D7l4gh84SckncARLjkNv39Uqo83LM2Wu/vJ8zxovAMWsgZIYhGUinrZA+cC6wTSE3xraXx7t7ZbBlsGWw3Q/Y8FmCLcnCjuQ42EZ2TBLqvJrYMhmpskc4rS2KJ/FIgS2GxGMUrDYArJYxhHSMcK9OsmmSIZchlyF3P5AjZwm5JPIKp5FXr651TIHb7EUmfDOhYKaSghpt/ct9H06ArcUmWGiA8GCvGWbDf6xmxCvgTLcF3G/jOJL123r8TH87qjVZ/qqdrK37x7ZwCxf7dvm8iPc83P8Nupy/ny8vChNeXmSMqlRa6OvtdrXMuf6ajpxEnOA04uTbChLDTbAKHtP7X73iA1tfVb3jdr16X/UZ7gknyOXXe0jjAc0TWa2rPhlacGUciuehXp2/snxR/Hup9KLODxtu3rxffAo9vNyurub/jAV5VM6j8v1ui+1L/+x2xugUzJKoC4wGMNs7373mx9jx7l1Jb0DGEnHuKdbIaKoMI0RBRqQm3GCOeHfoU/f54wbjmwiH7j9xQyZcJtwXO++4CXSPujs2Brlwpfx9GQEScVshL4lDwHiAvEHu0xop48lP07L+worlCiOrjdFAWx9PdifGI2W9khQotAe+U6Q/Pda4y+jL6Mvo+3z0oXNDXwW7xBcfkwHshqFWNUUmAqx6hT3eAQ2RxxoKrLARCDCHY6obYZGVGCbZnntNZOBl4GXgPVXg4bMEXuKnjukQeGqzui7dYki8rmAMeU1pj3mOqCpngKXGS0goBpRTJQWy2HpTHQPSY17TRoZehl6G3smglwj3ocBHzhF8KPFxx2wEfKFfXo9Yervro9irCvec2o1BQGiJEfKUYGqBJ96H6S2z0io9oF7VRIZehl6G3lO19OhZAi/xecd8ALw/beZ2QLuL+uII6mJJf+vCaKIJtEhK5LQCEEkEtfCaG8msUnuci5/PkMuQy5B7qpBjZwm5xOcdiwHk/hraX9W9ZMC6D7Gs7m/jyEsq9Oe13EBLkEZQQMkJ9NhxZCBG1CpHnd0jX9JMBmAGYAbgUwUgP0sAJr7xWA4AODhtpIbI+HEjaVmfeFZ4piglnNNg6xlHqVAehXktsib8fY94pzhwJMMuwy7D7vFgJ84SdomPPAED2P0cxa5X/xjgbtEVjACvLd3bvNAAUY0B0FAJTyC3gDgtAITYK7PvoNK2kaGXoZehdzLoNXEQD4c9eQP24KNgL4moIGlExZ/V9nrjmiecUG9ZXZ/tnl4Nvd7VPuych4pQQZyBBmthEDMYUGMUIU6ALi6o18RB1t3UqZqW3D/Wi9XGbXZNPsZRcs1j/L65l7bHvm3hd126shL9d/MArU3VhyPLXqvwZ7Nos9+VMXve7Ndl+TCRQM/+/t/vQgfaXr579s278Ig+NJFV6+auypg+Lwj2XfUexgtfrC/X7549fxde7JWr2ml/U9mm9Au/6ddlVSf06KpKA43QbvxnBHrvmp6xmXUdIF5s+nb91WXVwLP/eT7+Kxbz/4q6qe5h7IcMy4e/JXldD/RjYtrD+4vNanI0fldlHw3j8Q+u6rihI67K7a7XXqpt8dNVjMiN3fYvledsebLMjL75ztk6fGeq2vFEi33mjGRXHOVdEnRB0qCLl5tt8adYe/MpTaK42c4udldr1iXX+klwhaFAUuWC/cgx5o45qpESFFLHLeviypIGjgzk7hq6RezjwMJDL6rDPu41+HERB/TnxYVbXbntJoyPbSBkRbl5+GzoTNsY+HilyvdJXGQOeWw6bOIyT1KX+WDE7cy24tXqKjyFtOeapDiYh1XxdCDkodoH4iLTjx0XHnnoBh4nWnLs+ca5SmW8u03F/NB/N2EiUtcJ+KxyFPQ+WP1O204GXhRvLlcfTbT3q6rmehPtwDAZWP1nHOWfhylCnZ+rkkeTIzt8TTB5r5rMCFFV5cK598V2o5Zl3ff+kKc5eZpz1zDLKSsv/MmpMKiM2Ub9sqFd9Jeq/GyMoWlOnl2YKJsaAJIwAkKmBoBB6FRaOvtxNIJqpMreeS2cW8c50cJTIriBiDMTz9HF1ogkh+pIQ0fmdTjtaHCCeVweDfJokFf6P5OtjxqZOsnVJFqB0Emu9vNS90k3kpZ6UKFHVG90DMoHBnCrLOLAIsWN84RgqJ0XE0Q9Oil15mnmaebpU9hEuCVR0TkSFSdhEIRNEfV1o8Ypqibl02RtK/UDYY0gHHJsMMfSc8m5sAYZ4I3kgDgyTte2qUzYTNhM2GyxPn587SRfk6gLwict1mpn6tOk0borPmC31nV6cOVUWAURMEQzQxlgTCKvPFCKYKUMmzBd65YyWzNbM1szWx8/hHeSrUmwBxFTbB05x6WHu6mTXEYr9ddalaVaEGigFdJJbq32kiMjNIRK2wnb9TSnuWS+Zr5mvn4xfKVnydckloTIaTeGwUkLPd5NnbUwWmnfOQcbTABhWkvotEYEO2IVI5xQW8Uwj/D1NOctZL5mvma+fjF8ZWfJ1yR8hfaOeIgvvM6+VRbftw85BWxdYRYrzNIKNWHHi/tLA4BBTrmHSHjLUIxuQZxDapXmWPPEdh1t60i4Nm2a2KZ2oWO5mfKhg8xi73icNNTjz7zt6lW8y8XGqe0OLCtfKW+9Wl8vVFBG9TOKfymqH9K4fp/SIbISzh08guobqh/riFPQoHjoF/Rt/ZNetj/o6btKv4pvMAYeFT9FL9Zas8W3TQ9c2ln9W3+6itFMzas/8Rn2prqF8GWzeXcLOxGEW6hfyTzews3+1BNKr1V50E91mOgZJ2ElNA0rCRZY8f1mE/D/JnbY4m18zQmNQvmsKp9V5bO2vIbRaGmPRYxApKzhzgBEBWIYCUeAoxQpSBzsnFhHmzoORbFJVzUZI9jOFD2pifdRfYo9+Uq9b2y26u6LKv7uKspVOxU+H2yhL8Mbe0+5ReyMr+OPrQIbfpsHky/YAOGdbYOmy61TNpL5VYyA+FuwEv86D2bG6oQBD3synsUOtOs64yIdV8Atgx9wEvxA0+CHnwMsog/+69rNuxXjor5c3dO07/hYrQM+44v1cZ7iva/T1/PFrWO7xAk9xNMnVo/og8jVXYBrPa3Zhk+ojW0jV2NHrO4+jiB1rFEcP5pfV2swWsmVLvV1OV+6Mjy9dT0nu8+w1nrcavpPvJftZeRG+2ual7eb9QSFr8KNR64E22ETJnhFJcgwFah/alFerjZbs7LhB21WV1XNgJVVnPTFFIWfiloAtvrRL4qXi3L1PB6JdRXDfkMbcx/qVRgL97F0zjrbTMHK7imX34Sv772VH6P99+x5crl6qK+aA7ZemmbCEmejex+tU1u8e/Yi8HRu3le3XJ/EVQ6/uWogXFoWF6vY8LugiE/hCc7+tTnEq2y+JLyCqqV6hhTRUj+0X9duR+hfmkendvPuuk7v9l5XT7mpekNXyOcENbO7Pcadnf83n4J2EgBE8QS0q84+Re5mmtxbMRtU6FlRNphNDFOjFAJWceeEwkozwb1glHm/w/qgmeMsqBOx/Ug7KrM9sz2z/Qku4N2A+Ed1Q5/EexLeQ8kU3ptw7HIK8b4rn8Z8W6k/YQ5TY204UjH3FgQSCsWIYMxKrbk0cBz1bVMPgnuYcZ9xn3GfcX833OOzxH0SdUTpFO6HJwb0UDlxcMBYnf4Z3VRDAJ2ihEPHCZDK8cArJSyhXpsJs/4kxwhk1GfUZ9Rn1N8P6sk5op4k4VCUTaJ+cAxgH77jpwGO1ekfoUCsEoByxbTGjHMjlfXSQ+G9YcaDCdSf4mzAjPqM+oz6jPr7QT06S9QnkVmUT6H+bcx0drVaxs3fKd5v+3WmoZ9W7B9/LTCLZ8BCaCyFkBKErGAeECGB0X5iQSdtLq/hZ/xn/Gf8nyP+6VniPwkeo+LQok7XsQ+t7USnIGV6brhTSzxd1f4gYL0mlGnEveJOMw0JpFZ4AcLo4JOsywcazMNAHgbyMJCHgXMcBthZDgNJjBuV0546i/W0p05VdshTJ7yP3pK+ogARDL3U3DNEpJVShyuMWIes5VOeOot1xnvGe8Z7xvs54p2fJd6TEDsGJj119k/F6/vNjB6ON1Klf+67YsobzKHVlgGjIeReKOCpBdIpIyd8dE5wVF7GfMZ8xnzG/P1gXpwl5pPQRQanMJ/0iinWV/KcXTVVpoGf1Ouv4TBDDSAYaMKsJY45JghkkhElDCV2nPpJaxn9Gf0Z/Rn954j+Rz0McRL9SXwsh70kRZv1ahP7YHe8Y3fQUlN26HSlvSoHj1Taq/u5OYf2v/IuJ4PB6tJpT1Nqn+Db3rmvZhXeQa3BoNPr0vnrRYruXe6kGtC7XEOvA+r8ajEPBFu6j+Xz8NXzeKzY84ALdfW8TS/0vBFGczPPC7c1L2LSgU31/WU8lewydtOoIReeyqcwvFQJdP5wwoj3zziDZ/tp7T5u5hMJN/ZLh/k23u5qnDLbxthd3fU0nqGSzi4UU07xIQnF5GiUDyPn8LRCnDqEp1/ez2hOfDCYHBYQKcgE9AAoLSQVwFELe+dF9Fs5NmHZCeFxknRlXzE8Tp7k6mYBPmqg3KT4kkA5jicG50Xov654EwxdtxwVYVNltqsyIcZ+vb4oKVLeSeG8gNLz8CoBgVZrqzmRDMsRUfZby+L8isSZB/gz8+Gc5EsSmcXJKF9e6n5QVifwtmSCJlVxP2ee9tQLzywxBgPIjFOCISGNJvHYYDYCkaqRzI48sH++8PA5Co8mcTKcjgpv915HxZeWTghwV6Uf+w6RQdpyQXyQH8QSWRvsbEIUNth4PCLCXUNZiFmIny9EcpZCTKIYOBsV4qtLtRkfAduSCQFWxT3xEYu4lRprZLwxjtMwp0VMKa8xQkr6EfFVjWThZeF9vvDoWQov8R/nfFR4fw4vc1R3TcGE7GJpPw++ZtRZyhWwJExYJbVCcyw8UBJ5ZPmI6mIbWXRZdJ8vOnaWoku8dbkYX8ydb+Z1ZtXhYm5bNLWYW5X3pAcxMx4qCRkgTkAJhHQaU44VcxAANbaYW7WSxZfF9/ni42cpvsSXkstR8U1Ey3bieHsgVHa8Vn8khFw5A5S3BkOHOabSeEUAixNAhs2IHN+eLEg2i/KMRHkPhzjfLEtxlrJMfN8EGJXlm+1q40b12JZMCLEq7i+/hI6rIWEIWGsYJhwzDpkDxnobRkY4osCqkSy9PB5+vvDkWQov8TwS455Hb67X4U/jiy9d2ZT46go9+UmCCJJIcQE4M44JEw/0pYJrxIxVdkx+dTNZgFmAR3gXgLNUYOLbI9CERaquJizRqmDSAlVX/ZXPIDNHmNRUAYUooQxRgz2z3HuspRu1PNVVVl1W3RGqO0unHpo49Yhxp543LvYHZ4vXzUGSxduqzug42NSdtXVnbd2pcXH8A31/H2exIdBT6Jj2BJAwTjrIZcybKozTY+PkeLNZwVnBRyj4LN1maOI2I8jtFHw77d5Btf11ViCZ4cJSDwD3WAKAkFAESEQhdcjdRq9ZqXl15yitnqWnDUs8bcS4p82r+k2Ob/HvyqY2+esK/UUe4B1WGEIoaRg9rVbYUaAtVFoKmh4Ou99M1mAeLY9Q4Fm62LDExUawiVnmP5pjvSfmmv/YztriyRlnW6e/4IM1E1ojbBn1FgIkNNM0zDuh1IJqOjrvbFvKasxqPEKNZ+l3wxK/GzHud/PLSs8Xrni5Xo+qsS6e1cUTauzq9NToqESYSYsw1k4xjgnAVilIDXNEijF3gK6lrMasxiPUeJYOOSxxyBHjDjmv6hc3YZ52hVP2aVOjPypC5SQRQlOiOUDAi/B367W3zFCGx3TYtpNVmFV4hArP0jOHJZ45YtwzZ5DirFPGD6P5zfbL+2luALReAuURwB4wKImBCgpOqOVSsDEvgB9OkNksq+8rV99ZOuCwxAFHTjjgmE3oEsXbVfjfuFFa15i9Xc3qGlOrqGm1fr5By4QPVigNspSKEOqY04BS650LA+XYkNhrLCszK/MIZZ6lhw7r/APCRC1R5reb61C5+MUtrxM16urq7Kq+2lNgUrSX7EMjaLhyDhEuucQYMycZQRhY5nAXEJU0cJzSmoZuITM0lBk6scya57jtaaxN9rapk7up4no5/69rV4Sm5xcxQZjaFuV2Hp5rESOsozyKdb2HU/xLUbrNh7kJaqz3AMq6ERt+RC3bIDBni+1GLcu6MxWhtxWhy4UWrxdqs/hUzMMtbqLb7/LixfnKqnl2jaZ2nLqP1B4/rj5GuL2qUsmFF9KCfzO/CK8pPM4qTD3IoXjTPOXIp5hc7ceYmqPKq/b3t9fb1WauFv+xp9Su18acBfVbS/pv1Wm3zWeDki5XH+NxFXVau5malfW9bNt7mal4L0Eos7K+l1m4l1m4l9llzMYRO1bV11M6tM2/+2P9UGfNQ32xriNBJslR+6uOkUMk5CBDcvxY94U9cjQ9ZIwcsahvQmOClAUQhCms5FqZYDgDH6xqhzjVmOyTIzaQyfGlkmMq44i+1nrhrsIIfDmWcmRQPMw58m1V5ZdY5ZRJRxrR1N9a3j3lyO3phzL9Hpx+MqEfHdJvP6dKQxY1llAlLdsDoIPGIoeZkYoLbKDEyFvlHXKEDAGojk+lkgmYCfgECYgzAR+agBwkBGQj9l8Q/qIS/9AITIpGLcG2vB/ZyL2gCNmYSwozwjjDWFusIfHEYScH5mDbSiZink3eiSYk0+TBaQITmvAhTUZ8bBthrif8aveK+760ijDkJMQcA4KCVWUUtQxha4UTivB9lKxP4j+bSfLVkYRmkjw4SVBCEjEkyZumlw5JUnYlYyRpi/sHFWrnNHRcUYMEQRpS6h3EymhuIKN2nyRtI5kkT5Mkt3G7z/O0SR6yzMMH5yFOeCiHPIwH2oyuVZldwRgNm9IeDDHUzCpvNbJeUyIgRYxix4D1VGFt9mHYtJFZmFn4FbKQZxY+OAs7L0ACwZCFAxfABi7j55v2Cvs+D5xS6YGhnLgwqZQ0EJEAy5HRGsAhCE9xpmnm4Fc3uxSZIA9OEJoQpJfR6PJ6Yy7H3truRLWqxkCgI+eqjVc8dLra+Cc+01Fx4uut2ry/nasiOvUpa+PPtvVXDH9z4W9lezhg20cvV63ml24bSOJKtzQuejVWnov173xRvPyg5gsVbIlCxfaqLYPqwMX4g4vmx754mHPT7uZ1ONnlzu3oMYym5MQSOaGhnIbnjtWdc+LQsbSwv0wDCRISQu6gQ1o6xyHzWkpImEYOJEcipE0c6fB7Wh2dwuX3y9LRqZ14by2nx8w5NC2lxJMX4qGU/n0d3nB0rP7+w34qhLqjthVmuwpj4tqrtXeEGFOIOW+tchJJjr1zxDlqvOLUVwZ3T2V7bWW5nbXcTp9x5NaCQ2cpuMQBFpKh4AbHatUddPxMraSsJynhPMTYY89YmFAyLADGRAnsEHfOar0vqVOcppWF9IWOW/gsZZR4UkI6lNFrVYZJ3Mh41RWMSakp7Z9OB6mzBgiMw3iENUeYAi2M5PE8Wi/JvpiaNrKcspzO7bSrSTmJxC0PshE5Xa62q+JP8WObTyOiisWzrnhUWmmdnsCsJAIIJTkk0lhqscaYEoUEAdL79BiekZayzLLMzu1sq2mZJf5qkA9l9mp1dXW9nG9HJJYWjclrV94PXkaEOKaY5YpJGLdVlUOWA84oxEANpLVrJcsqy+rcTq+allXivAXFUFZv3OZqtRxqand9TFB1YX9a5Z31UmBtKfXeA88VZDbMsBR3tHYb66mpbiJLKUvp3M6impZS4vcD5dgINUw61Q4dExmn+sX9pT8Nw7jEhOM09ERKhLdSOIKrQwCABMPh6SS5prKkvlBJibOUVOI+gsBQUsMMUnX/nEgflRb2bT3JKQsqstgaIh1BziqrCHYMS6z5YNHvJImjspS+UCnJs5RS4keBRvwofq7ex83eFNV7u71PxXj1mz0rxj93WqU1sYrZweLcHCwm++LZuVngKbUlbhYITaltytmiKj3scpFW6U+0oAHAE02R8ZQiSKyTUDrsIYYIerM/lKUN3c+A9rkyyyPaw4xot1bbo3phTCot8cJAeEppN/pi1DK4nUfGaN1+LmCGFZFBhQ5QypWhHjvHoEWUeaqtGhfhg3hnZDWeu3vGrfWIzlKPiZMGIlN6nHDVqHVwyGEjqdHfCCPMCCcc8wLE49Wc1ZR4aKr5HHdsXHH36LyRdfaFjHr4LFWW+HAgOqWySU+Ouvcf9ufo1el7dRiDrTMMUsocQhJa5rEw0CnqpEgSjI61lNWW1XauLh5TapOJiwdik2o77OjRqOAW7h4jNfvWpQtzOQAgl1pqDoAGgDIZLEyjKJcATejv/l0/sgq/EBXSs1Rh4gGC+JQKD/iB1Dq4yRtkr1Y/jRHxxgBLsBVSeisZhExbbSg33FA3Ma+7Z8+QrLovRHXsLFWXOIggMaW6KTeRWgAHnUXSKj2xeYOBDnM3DrA2XCNMGaMGM61UmOMRNy62+3QcyUr7QpTGz1Jpif8IktPj25QXSTvYHPQl6VfqHyRoRRjXvGLYGU2l8cHWpQww4YwXFtGpwe0+/Uqy4r4QxYmzVFziXoLBlOKmnEzq/n/Q1SSt0k80DpngHIl4gC61xjOEpJGGKSKt9xyPa+0+3U6y0r4QpcmzVFrifYJT75O/rMLH48s54HmyaercwutksuoBj5PJz3yewCabu5248Ik9TSYfcGHC52rVNCeL/RAz9XxQiyIILAzrxm224Y/xTDFn22PHguC6PEK7/ELn6EtyqGednR8JmdJN4keC0Zhu9s4L2/W+sRPDeoX9JUVkofDceyw8Qt4TCBVxnljpKZHJwRe9Jo4biU4plBOMQk9OKCceZ+6il0f1BJnUSuIJgvGYVvZOyNp1wLEzsnqF/WMRgvGmkbBMWyephMBo4yhHWiMKURLK0msia+UxtXJyX427qAWdpVoSPw1MxtTy83zprtdjelm0JeOKqYt7mmEMQykAhEgASjFWwGIkDOaOMmW1HWqmbiSr5isdYfBZaibxusB0WjMFmlbNDN2gmxnqW2ZCGwKtFMgawoWzSgfzTCkpCYM2yWw6aCZr5yvVDjlD7RCQ+FBgNqadxjWheFsVjAjooq4w2zYVxlXUq9X3EVQEKx49cA3nSjHnHaRCA6A0Nx6MDEK9trKevlI90bPUU+INgfkBPR1Q0k0a2svoiRQkxDLBgDYeESehpTpYdcog5OGkerJuHlM3Rm1W16VbPJJ22FlqJ/FpwGJMO2/W4Xb6rrO7jlh2ZePqaSv0XYccAZYoAYFB2AtLvaPGUqMwdA6NDT5tM1k/X+m4w89SO4mXApZj2hnsl+664PipDnvF/X1SEiY6FFnqKPMGBssxep074bQPxhxSQ9Wc4mSHrJknqxlxlppJ/AwIGNPMd26r5ovil+ouR5Rjq/LZVVM+rp+0Un/FmkIroUAAe88lp9GOU9JD7YD0GOqhitKmspa+2pXrm3wJ4KOoKfElIPAmNY2vxaX9+8CKXL9afzHBeAqd1jgYddA6IwknQkEHIDPUeX5YU3l17itWFQRnKavE1YD0XA1ceFvfhw+EX/XmcvXRqDL8oX2AO2mFWjNX1ZqVTa3Z7jHX8ootzeqWZm1Ls7qlnraIYBpp7ZBkHCHH45HRPMyTsAGUw2S8OtDgkfqa/jW3O9/rlAp7uSzcwl2oIKH2XionuEpP8U6L+k6Lf6n+tg1FTbd+UfywcP+YV85vS1uY63K7upr/M3bUe1DTURrq+eLck7U22u0TrwGSeg38VK6u3HYzN8O+Pm+L9jv4fkE/nkEDBij0xjNGpCLEIyQRIMQRSBTuQtT3WzmuKw9bu03/pafsv4VZLVYbf714XuzupjlVrjuxrjpdLtRZfOr10/qzZdV/wxc6F76lbjn34KYHJzv5JN3J/221qsLh3Ma0wC7eBFDMTdKXP65WM9NUanrIrGwr7XlXHqy771Y5Xfnz+vFIeyNdGdzQlY/0qHzZWCWhk6rl/EpFo2XsMe969azYXs7L6MocXZbr3986HdcHMNqVK5f/x7a4DlTvNRX6nLoHv8rn8TW2D/Jou+dgHzs7N0s6JaFkY5+kG/vfz/Z+XKKcrmz2pj8MNNOIQYX+gjDF2HgrsEHKQYQ8woATB53l3CPaDQeDZo4bD06jo6OHhCero73FrUeU06N6YU5JCSb7/IQdktJgtWvQ0We/jK13TVTrZ8FD1AFqcJhAUEi1RIpTqwDkhgklGJ4WV91YlliW2G1cN+GjSCzZ+if8BoPvu09LddWz+EKtQafvatVSO1Cnv7IsHDKMeMyxdJQiQxk2RBgqPQLedatgBxq8hdYOnGfc9N7ytqqDZ606Wz+SvuyC3Mp71Vu3GnYqnT3WXAgmO/sk3dn/drFKEkAWP4Q55bzcjkWb6abmzMWaM1/XPBBzdsMHDkSe3fKTnzcIjbf58FOm6nT6w09/L9KzXfHdLQfvQj+rNQLtVPibv14U8cepRSO02KnOMQ7t5p53dtMkNqWuZO+fyDF1DTIa77r45Wg2473i/t6/Qs5hEqZIzgIoJKFaMeKYhFhA4LqYtL1GjrPdbi2bwUBCKiWdclvlKcrmxHv/d1fPo86KxpQTrpS/L2MPjBqudJT4A1AwpqP9/Ki7Lq7GcqP2S/vblJYDSR1hXmnkNAnTIACIAN5CrpgzQxGp43OinmzoyRp6HA2hc9NQpZpk35/CMdW8Xm22frWYr8aUs04Kx9Wzq9H3e+bIWqM14JohKZAWBkGMhGI4ngqNhgratZNV9FWrCJ+lipJtforGVPSbC/cU/rsfh7Pr3x/rCuNxOOO1+tv73ngNtJRISANRMO6IYRwDpnWYXCSnLY23lVX1VauKnKWqEi8Cig+p6lUXjzEprCRm47C22or9jSULtZZcWu2NElrJmK9UQQM8YxRXPtsT8mqbywp7TIXdQ8TO3VVGz1JliacDJQfHLveP7cGhqy6/YeQKlXrKwoh5xCVGkiiOpbVYKYONCZLHyHpxYOAKTWVVfdXjFjtLRSWOD5SOzqnUZjt35bQ1uK4r3GAN9mr1t5AIV8pBjZmw2GArAeQeMeCYYYoSPjK/StvKqvqqVcXPUVUo8YGg7JCqDlmDbTe/0Rrcr9jPH+IlCCag4jroSjnnuMeaAWGsAowlByNNNpcV9tVbg+IsVZa4QVB+cOyasAZ3A8khazCttJfTShGOCTOGYamFjqexUOsVpAhq5vyBgStbg1/7uCXPUlGJ9wQd9Z744Xrp4luZtAZ9XeEGa7BXq5+EXjrOISaEI4OxoUw7EsZTjj2SFno7FFWvrayqr3vvF5ylrBK3CSoPyWrgYz7o5eWop/lEtf5OMKRAAkGgQdRwIzwIky4gBTfAACH4tLJOEYWUpXUiM/ARRAXPUlSJDwUDB8eqCetvN3Acsv7SSn05BQkBhwjzMTDVIk8ctQYyyjwMA5c5MFBl6++rH6fO0sECJQ4WbNTBojnsZ0xNZlc0LqSmvKchSpAAUCBtlGCEYIcYERrDICoC3djSX9NKls/XLZ+z9KxAiWcFSz0rqmUIM8w/v26u7+efT672t598mKF5IgDXXjpPjIbUKuto9Z/qqbYe5kkTx4YybWzM31FWbc1Cd7pwOz/b/1W1zB4+sik+yKK+iyK88+vwbK/L2IViDMXucX/vvTPb4qW1s19Pf8LPSLd/9vf/fhce/vby3bNv3oUn8KEJe27fRzkLnXK1fPeueuTjhS/Wl+t3z56/e7ZUV65qp/09ZfKDfl1WdULvrao0rzK0G/+J0TJ77/Fd0ws2s+5dx4tNP66/uqwaePY///HsvIM8UOJswXrOFte6OhJltVlf7otNV2Wzq1jWF9ygZH97yjFtDFROACyx99hzLISzWEsvklW+/WbuXXj0zITXe/yPr7r6hdTvY0R3g+Kh8uoftPs9X7foEt8LRvqjW6ir/jEyulXXB6Nbd7UnNCSBE4xighFzDkLhJFOOGwcoFl6hdHTrmrh3kZGHF1n7A4t4U63MKgPvKq4BhH9/cPXBd/GtrR5EZOcf+ocSVwaWujL8NbSz2u+dH+LFftfsLvXT9kgXZikg2FiYAKE1IAI5iL3jFFuVDADd5++9U+KH75TlPM5BxgaAqmf++PaXn2lRPYLcHWN3xIkPAEt9AP4ftwwj5WZZ7nfJ924ZBqVQ0O+W/cv9NSjqhXTUU42lhFpK6pD2TlNgvJOJP1q/jXvvnujRumd1N4UOr/5is7pe2hqhI/1VFeW1Di+k6F6Hq6zr3Hur3pvsrbPe3roq56amwKtV+FA1AKVmdiyve4ZJyxtTe6y0T1vPEDWMOqGUJkxIryizlFGEuLS0O2VgtKl77NkP36W7nxXPtP0t3NzreHP1w68Dbcu6M1d3+rym7/NiN6F83lkSMXtaMHXdHx4kZ9oXMg9+nucVD0CaxOeApT4HP6v4g+Pc8q/xVKA3qx5nFm3p7EM8oKdcJZQZKevPNKwi1HhkpXYGcMehwDrM6sP/ScF0FyAx0tBxhOkajG0FcF0vt3b1cXk7vLAT4iXmq3Xb4ttff33z9g/Fy27pOE1csrvdIt5usbvd/tQ/ZiF99+xVvYYbX9O7Z2cw+79ScYa0VEvjxlQ6KB6qNPlFxb8Uv3Qf+EzNdl9uVyZeCN8bE9bsukNyT09FvIlnA0s9G/59GQ2uV+GLt5vrfRuhKpztFdbSHRb1Iwc1RF4qgRTVRFhCFQfcehlmZiyYvV3k4LCd44R7XbVneu09tGT/troOw/1iUSzi/L/KGrRTanV/RXp/QbzLKhSm2i/KSn3SSn21cXEzMLyVobCK1/EFv71U23fXCEAZOsj3cW1oG+6x+Ou8nG9j+tzfLucB2LELBUPyffH3t9fh8lwt/mMPArfKudV8tnz3R1Pd2EwtZ0OFVDuVs5jBaha77cy1dzX70NzV7GO8q9mn1fUs2N7vK0mlCGq/6N0fR7hQ6/hmRCV+IhyM7crV1mTCp7Zktiup4bR3fc8Z2EQPEEicwIpJQSTATBJvqeDO6s7Nfq+R47BULlcfd4bzrDRu6R6eS38KdkSQwyrMqT9Wq5LBPFjZemYSifMm3GS3Kfcm3mSVvrzJhPaX3c/7Q96i+2Ks+sSVhMNp1fVO59iTRnIux6Ckvy8OMMbcIKkkVwIyY5wxijvqgaYOgSntHXsIh/mkk84xc42gH1p/L6/UP119GEDrFtICthZh3Jur7nW3NNCsdWUZfukyTFxSeOqS8marghUwclZJq8UyVhicLjNMfjhe70DOw8Mf+MxhsGozfHxpPt3mRJybBHmCjIf1A35Z3dJOlts9r650fa+eUpeJpb50H4s/XYc2g3IvoqOYeR+s9yu1CUoKZu5aVaHlwYT3wQa73rgXRWMm1hlIn/ePUVioQIht+YczzJA42RnPLjEin9JZ4pHC8UBnv7jl9UBbV/XFnrdkV9L3QdEYQgqshwI4LojlTEFPnYo5czygO5l1nz/SrjyxoE7gKPk1COrEjpW31tVdHfxX3pduG3/hN2D9j+fJP/+nHlxZfANJ/DNPL27GLr57ILEmniycDMQ6SGFai2E8f2la1p8Poph9B0DtmYvnPCgroBXWA0akQFLuSfYUmUuzaL8q0aLPF20lPRz/heK/4JRwx+ptRq8+lHQTHx9OB9J9VXe+gXbN7vqIeNvTpHrrzJTzMINkAGLsNLVCEkOYRxAFOTuv99TbdvoHle/g0C70okpGmfX7NPSLP1+/MxqFN8PJv9EtBl/aCrc//HaXw1v453xp3T/Ct7AHkjRJ/KQ4G0p6mCCl0dxEVpR+ad9dyjGMMbPhX0HEHgJnjLfUSk6gY2Z/TD5N/pM8Kj+Kqk9xoN9d1EweRs13GZE7LcOH0nLiNcb5QMtj6ZlreUzmZt4r7mc2kt54bD2jXhAOvcNAOxMsbmAQDrPlPTmfKCtzHqa/rmGanvcwTR9A2sMDDEjitMXFtNCbk9in9d4cin6D7JtaPfVzIog3lPgwr1bRjctI7KRECDIMgXFT6m/ayoP60x3UH4EC7DHPgZscbhPvKy5HZ8P9YP1utjoSqd8r7B+maOMJ7IhpDiSGCCtppVeeIGIVM5iOzIaPjtHPCvuqRll+zuYzeijzOXFVEmCg5x9Wq+3IwrRvL4+ouS7rJ1jjECNrIBWOW2M1cTF8SEGlAEBAqD0x1y08rJZhNpmftJjFfYh5T6ToOLMZP5SkEz8oAQeS/rP7WC7cdkzWy7RoRNpd+d5WMWfWWiasdkxbRZ1x3IXRmysKCcR78u5aeWSJ5+H6KSlc3tEcvi5DzfADq/LwvKr/hr+X3/yvxlp8qB0kknhEid7xR/OL4s11PPu2eKP6uU3nF7OyKpmVKklqune9f3Yl4zzYyBwCyRlGQFqEiZfGI8cZM0nW7X4jx6lwr7FZebla3+n88VNrcO+hFm/CDbUOh5UCu4xV7pMrQkc3oUtXbomVP6PbHejcKvjc1og/z7Pvx9XHYruK7onRp/9lG8URXQ8W86WLZX+Lv//H1ZWr/ftP5bB/ufo4266iF2N02m/jRyr/g/jNsSw++dll+ObGgX/nhD/pnb+vhFu65pPEa0qkXlNvN+qDC5U3Y9s/27ZwuAU0LOofjCQoJsRZhjALHQ9JwBSXAFMLLeWgyzAybOc4XdbtzfRilZ6x9NAnyr4s6vso4n0U7X00EcTRb9+V2zpgKAkafu+WhU7C4z9j+Aq23fX692WYR5Q33OGfV3GIjkeeVy7L9fXKmTmOn2GUDvdVVC+iDPcfbswVLqgsKKc6Kt2FwflisdJqEcfa8GjDSFPVfvG/dQDgv766dOZ9GIKrsf1/q+Jy4/z/9e52r9CuzPVVuJsqm15oN4yUF5XN+rteqOX7cPPfpTXCz1f/WnGsilMfOlkXl26xfnF06tfsR3172nZBVN8vL9RFdUDAJth84fe1mKneWEXeX5cViKsB68Ts7WKmXHMfs3V9Hzs4hGn3pubwqrqPaiQ/AOAR8K2XNzJ4ZF0/cY0TvSRPm9V/uuRBpXme6qKRDfm9gr6HjTSCKksAs0oSrK1F1APhLSOScdKlLtlv5TgSD1t78GiNormHfQLHHA5lxdyYILisOdhQrp1HBNK5wJPFpz+cXWrpxwpxIIlLmEhdwuLceqy/xinvsLP2rvY3mpinWmIJKQASKQwAFh4yGFOpE6C6jaZeE8d1072mHr6PxhvIHfQkHZQmDk6i7+C02nyqVxXKw6E4oV40HkO9W0XkHKh+MDDnFp/73NWhrunPWAw6SThO8qxHo97anhw6mo3WQj1KF+FLVsFaCVZcuBx/RzxPKNSupqddTp74sF4Uv8ybTDtxHlsZpPOlnX+Y22tVWd3xy7um//brv/+lavLTeQblHO6dZxebI6b0lzglCT7Q3yA2J3bV8dictqQ/qfTIc2MlJAJ4SI33wnEIgOdCGEZBsuDafv7YpdajxHSSldWvRUwnX1+9m6Ye9eCNST0lvj9CDPQ0Ej4T++tU+ExX1t+lhCrMDiiAQiFijDUcGiQYdtY7zqnbU9Vpwmeyrr4SXaGz1FXizSPkuJ1YwHG7cAbHldUU9rOfKemdk9waTzh3mFlAhPJCSYDCFbUnraaJrK2srfI+wloeRluJZ40EA201cWMj6mo60ZS+dsX92E/OMYNEa+MowVpgBSzSSFnhlTGS7Sls10jWWNZYeR/BJg+jscTVRcKJ8QtNjF/o0PjVz/aDHAfCYeO00pQbhYBGSHivFUHMOD46fqGsrayt8j7iPR5GW4nXikQT2sIT2sKHtIX7a92QMuMBk55RRohXXgKIkFWaUIgwHNUWztrK2ipPEUXxONpKvFAknrQN0aRtiA7bhv3RK6gJG8u5hT7MvJh0TAYrEYSrDjKn+IRtmMevrLHbaYyfpcYSvwJJJsYvMjF+kUPjF+lHKlFliHDh/8NgZZHBAgFmgmXouNOaidHxi2RtZW2V9xHY8DDaShwgJJ0cv/Dk+IUPj199C1EgowxFHmvFpQGUSu+AssBYLy3WaGL8yjZi1tjtNCbPUWMs8eGQqQ/HznX7l/ly3v68RGlX4XLrTLGTWXqxJy5jmAEKa+AlxkoIE4/E1g54hSU3sDtTPm3hFso64J3YvIigqn6bN7scoRcIn1hku+MM4r0MY3YuVQwZCB3BbZbxtCO9UQFs4SvmF8tKNpPOSEXMUR7l9L9gorlvr+eLqOHKvQkB8P/ZfVWZTwv+YnIgs8T/Q6b+Hz/ELPXfucU8Hu6zfxifD4Uz2xTulNu7upeMBjmpEfKe4Bhsxyh1TmECBaYWkE66vSZOpd1eo80Zfw+u4L9dX10Fqb2NB5NUx+7thBvqfJgvjSvbs/fMpVpWDthmtah85Nvz+p6Hwr0k5Z3S54tFUPamPtC+Enx5tVrtjkVdhZ/bRilk/R57yln1TMPDXo+eydIvHP6KX9oKGT+Ju4zsucvUBuRvURE/pT07NdTrxxBVM5vv1amJNFmj706jDSJIAM2Y9IhxTAz31gpNmcBOdmfYTjZ3KlId+IIHB9bLJjinvqcOVxWkguXwqbK1W2OijUd6XkMrxiwOgbRehM9FVu2CqO4BSHc/eDEfWXhSSSeeOjL11Pl/3TJMbczlMnSQi0+HfLr/6Zaz7a7mLby6b/jAAb/uW37yWGGPf83nqPoE7t43vIg69ridSAQFz99XIf/LOuQ1CUDuflG4ZqqpfRO+86L4viFEDEGsxH8RJhkxEUKYwTyQR/dXNoW4lcTOzjFdTmGkc0qiAOxhZM8tPaprzCm9vd4/D0lTbDmlgArNqVcMckQhsMYo5JHusle3nz7V4H5rBqAHWEz4ohhw4kW5u6voUV3R5a2CVxlN9AT39DRwS499ddwpvSvp79xii421DlAMBIPMW8UdkggoJB0ArKeqWzukP/DYmnV1V13lIfbM/eknh1eW4ADt4eClXl1v92igmmsDGFQF/UzyFFjipSbYARRGWCkpwFoq4pxhlMIeC6qPZxRkFHwNKMBniQKeoADvoeCHOndbuUcD310eAKEt6zHBE899MOS9cpRrqClVNnQ/iD3AgHPRY0LbQsZCxsLXgAVyllgQCRbIHhb+Glpf7THhQ3NtAISqoE8DJbD1UBOquaSQE85BgAKAlDohPe7RoPp4RkFGwdeAAnqWKJAJCugeCl5v5mZep9NKYLDeXR3goCnqOwgg6IWjBlJmJUDcM+WEh4Y6ghjamzI0DWQkZCR8DUhg54gEDhIksMEuX7mdX62WMbFf8bYq2N/c6yrMtk2FASiGtfrLDFI5p6lkBhBKrbWUEcWAQpYQqSHvMWPYVsZHxsfXgA9+lviACT74AXwcAMdNyOjBgirgACSQSmkYFkg4oqV0WBvBMGZsEhYZE+eOiduce5VBcebxO5OgQAkoxP7i5P6ZP9Xi4eiJP11JP9Eu91owQBxSyithvJHcU+U59VZJ2J933Pq0nwyEbDc8eRzIs8QBTnCQOhe+VvPlVm+uy8vk4c9C3+/g0FWZ1VV2jBiU9A8NkphYiDmzHiDmgfeEEsIDArimznUHYw+aORUq1l3DtcPsrDub55GAMfW8IyliKNHabaqrH1Ul+dBRijIe11EdpVC9+Pm2Kqmo0QYzVb7Fg9jBx/UOTh7+KBT6pWNU2D2pHKzwpD2beeKSCFOXxNeXq+3qIjyieDzPAb/mdVLvFl7NB6sf8Gm+1eeOZtKhL3kkx+aD72GCTEGc1fESriZRd5h6PN3io1FlU1D97G1ZfFxt3pfPW6OmjmtoTulqArjKhXPv42kyy7LujY/s7vylyf8Wgjs3L+dqvB1FSuKVCeEUUgbumWnp7MdRP82RKv1Eccg6obGGzhlFLbAQCM4lVEgYw0g38xlp6GR2zakZcgrD5stnyIndpe8qxsd0lp4WYuIPCdH02L4w0Yp9YzbOLacE2dSa7WpNC7Nfde9cccdwmHJwqazQ3ACluPaQEW2pt8KPC7TfYBZqFurnCxWdpVATb0WIp4Tavs4piSbl0+JsK/VlqZHhClICCaOecyeQVFIZKiRimMpxWbZNZUF+4YLMRvhZOj9P4yTxcoRkCiev2345xZO0wjRQdrX664uKGkMBUpICyhF1YZCXTnkiKApW+cRAv2srIyWP8Z8vSnKWokz8DSGdEuWr5iVNaTIpn5ZkW6l/RIEykCCOsbGIAU0tjcGNxmEgBAWcjCuybSoLMgvy8wVJz1GQIvH2g2xKkIPt+J48fhjdlx+p0vfbiQFDTCgphAUceQ2JZsyYoE7kFGHjUvzhpDv1WYhfoxDZWQox8ZuDfEqIv1S3OKHDtnBahlWNfoYspglXnFFlodTGEY4YJcB7jiA0gI+rsGonizCL8PNFeJPzKnwUESY+aTD1Sft2ET5f/LCZ2/Cu31SpjQeRcjrWmfmqzqxJf9yPnJus0ZOkYooojRzyHGClnAMKOgYRFAJqa7uA2snmTqXMA19wcy5qUgn1VKKsXkB9J8XK+/DVReg0QS9X0V1tu/qoNraM+ir8ZnVVydO69fayDLWLShfPa01tY5rOXnLqKmdn6HbXC/eY6TMXq+127sYWkdKS4QrSMCH3z1X9x/JJqZ9t1U3Gfsyg+Da/KFXcE3dWebOehxHi39fF3+JY8EZFp8LXocuu6mSKTaLY+pc2P7tOth2fw9/fXsdM6mrxH3v0u5Wwm8/GaWy8idn1ehYHpFkZb2K23t1EnaVS1VJvda/am6i0n6K2bfcAL16s6zDCQ344w8RGIvHKQalXzqtLtYlOZnvJwkx9eTRhWFrWP/qJc0kUloBAwz1EwjqsgzUktXDcArujbdrCqQDbtrlcxdjHlZ9v7+ItjE9K2Gj2vNs92j+HO3pd3VE7mL97VvsKX5cu5gBtPYSH6cpr02Ue/uaKf2lTFe+6T5sYtDJ3donPa8QVcxMzuJ6vkTN8OrMu9/1Z7YZPebqJxC0FwRFNDTxS2j46njSsX9pPx8eAZFxwS5xlSBJktCXCM0W5k5b4gbJOmzwsa+uetXWb6Jz7U9ddt7Cj1Vi6bfyh30iw/sdzEf/F23/9n/qb+Mfkn/9zMbiyGVx590CqTXxYEBobCedl1ZtHBsNdyfh4WBf3N8INNZZxh52m0ACjsKMcEiCUEU5yPRwS60aycr+YUfGLmaTcYdf7TvjBZzm4Jx40CI9g4ofrpS1HIOGb66OIqAr7KUGBVZQSwymSzksoGXWQQaEA0QSCISCqJjIeMh6+FjyQs8RD4hGDyAge3lwb48oxQJS7klFENMU9SACDKSHCQAko4ogB5gQnhAvBFCbCDSDRNJIxkTHxtWCCniUmEh8dRMcwUZ/mOIaJXck4JurifsJAxLmHhFrppcEeAIy1Fib2ZE2MHK4SNI1kTOQluBv1xc5RXzJxuUFsRF+/rTYLe6XWIwL72BWNKqwt76fgcwAYrQxiUktkNCLeYoQBktwTJuhAYm0rWWNZYzdqjJ+lxhJvGsRHNPaz2oSX+tNVHWe9L7NFLJ3Nm9JRpSVV9hLgSsQBZgZpSBhCAiMIWLgquDbC8YHYkoay3rLebtSbOEu9JY4zSIzZjOtwN6vNqNHYFY1bjU1532/NWxAVheMZ0ZBCLJWXTmJLuHNIDse0tpWssayxGzUmz1JjSYYkJEe3bhfr0Y3bxXp623bRtxWJx5RDAzTiHjDIiAhzMC+phgp7DsXIpu0i24lZU7dwhwBnKarExwiP+RgNQh92exqjUQ/90v40DBPgVRAUZQxTJRQX0BjMDdGeYmGGuyYnjXXI4vqSxXWWzkYycTbCPWej+dLFV2TCmLVZ1YnEe6ZhWz6LD7XO6t3Zh6Ol/dgiqKg0lGgtuUGcAIksQlZ74hkQNNl7GGvqZIobb/yRxDb2yIPOtr1EoF32weg3HbS3KKt0I7WTtF6sAuSK7aXaRmnG+m2rzxN9ue02OvqGPhJ9s2sNvnjcVH9f7I7D5zkh39Fd+HL1cbZdzUKXm18sZ6ruzs2KxXGOyLdqed/NeFz/t3AxrpiUuFLh1JXqu+oeiu/+/HIqwKO5S7tU4+EdE+V9p0gJBfDBpuYKcEeBwMgbqJjwmjit0I5ME42dik2Tzd98ZjG5BzpNPPw+n95dA6CA2mUpfj4AVB3FUQMq8Oy6rHIZX2+KpfvYDyKo9f6I4R5PLCHx8xy08hUHrRyXYXUY2SETRzWcOqqF2ZYtvnOL0NjmU9sn6geZgDhMjGwYM+pabU8r21o1jA/U6ZuK1muvDKEm/IlzgBAWWkFNsPJO+C4M/UCDp4Lywa94HLPx6wNzNhV70v9x9TEGNzf9QA1j0sL/qlC2Xz8ui3+v3mvzu08VrLZvI+4HpM3C/6o4ttXH5azqWe2b6kzGSVvyECZua1Em/jKY7sPsL87M1654pTYx09eAYpuqeGa64t5y0lidfkIbrSSTNBBLIaSYk9JLRjC0waAE0Ik+vvZaOim3Bm3nRaUT0GvXMY5dThrrjGebyxWNS42CxHUGswmp7efISHvn1ViKjEGFvrO7oRo5SaWxkmPnDTVQCK6wIoinJ9oOmsnyeioxbA8tLvSYyS8mxZVmoBnbXxxdid7fFhluLwyPPzhYd//Mg+nKpzrw4KQ7Iyc47OCLU1l2Ef/8nZ1HP+AATuEicfnB5Aazd+zMlLFh7cCZKTdV3+fGwfqnQseJhuYjodHPL2VWq+oMt/q2yjbtjStcc0pb3Lp5N/qakmn9i+LVYm6qhuJn60X2YrV2yzB9XwcCWbdV80URn9sDHYNyr0Pyo+tsclhO3H5wz5V1tVmvNpH1h1Rm2lq30djhyoORua39e1v7d329tIvjB+ThbVQpaRZRH3r1j9voix0yfau+crdBeeRpVwOxVmXc/Uy11d50ozyli6X6ML+oBt4XRWys/SFF1bPCB5ZFGTQcRuJPRdXBVst4ub6B58V8aV0QnlXLbdyWjXrcLQa0onog2SGA4AzAGZQFpN9A8g3cG9sOdsqzEx2eEl3qFiQOiu6g1gbuQYMa/d1BYJ0CDmMsITaaOq29sNZZYbASuDuCYNjOLSabieL2LJ1bpHPLirqvlZu+pBD7hsJTS+rR5ZQ6AslROf3csX0opwT8E3Jqa/QTmWBkEOfaG6qQEAZY7y0XxBFAIGJ0RE5tOyeWUx6g/vVhVmr6YsLkG8yOEBN8zHWaSTElHiyk57L6Scfk+YeMwVjjVobgZMWBERhrntr+63/7I9t+QUXJduZOO5eq3ImqOve6+Uy1pBJucTs3QSKdsKLOylpdl+Feqt8T/e1Wm0peOkjmUi0vnK1VuVqGC3EGFmZbcZctyKudi8VvW21OPk49/0wjkIBvEO2LbLIjnp0BSKZElngoEDgpskltDUaqXmn/lBjqfJV8kkihLbTGeIEQ0V4r63ohF702Tualehex3TXLbxbbSYxCgr4h5JQSe3R5JaloCJoew8aswn5/nTQNx6v1lGe0hEo7ZwGl1HoTPX6INJg7bsJ/0ITy7mIk5vHu3CT4WYYkBd/Azx3jHtWInBRg4rRCUg+831ar7lf9ukytx4+rVei5V8HcSxbmVsvOfJyq0BOd9UBJaZzHUkBnNAMiTMuIs5RjFYMcW9FNtXYq1aXt7/xuzfuHn729rOdoRXj0r5ob6qZPxb9dl9uidNtmcT/c+0WVAKfSXTrTCjpaLKKu1qv19aLa0KuUVX0ubXtdHVOxLe/Dguye6Z0Uxr4BYYjrKyz2xGY773W4eG4+KnRCWTDxUSHkgLKKN9sYxHALgc3KtuZhnTX1+v6tRlKqsKAAM+m41NBBIRHEIJ6FZv2NcmsavYXqnpLi6h+1G8M6ub1euLiTFpdJttVefPQKaB7Bs6K5y8KvepI6LyXRIKZDSuo63lkJik0JKvFLIXRKUG8/rm5S0vbj6rCEQoV+LhdrueRWOCmUhFh4ShnWTGhJnXbQHNZOaC0PVV/kUMW+ofyOQxU6y6EqceEg7ICybjlUhR5/q6Gqq9eTG/JYex3GpGAfMsIJYsZJwDwEYW4WTyq8SW55qHpiQ1X8H/28oQqd5VCV+GoQvieoH5zaXm9c8/MmtOTrSrPd4QpDGfWr9Bc0hFIwjFIQMOqc9zFDt0dWWOU8sxqOKqjf3lcxZDWP7uYBq674aMNVd8TG50tMfgPxHQcrcJaDVeKSQcRBbR0ervr9/dCANVpzb8hC0glvIYCGSxkGKUiR4hJCjbFR7BaC+yoGrUZHjzpinUBMCNxg+U2PV+Asx6vEL4PIPU39PA8PxI4OV7NFVTYySvVL+vmPPKHUc8w4VRxb7bwT4fGKML2SxCOeaqXfzH2MSfu/4IH1MRyNmqDYqItvr7VeuF9Wm/VlHQ9bSSK0Ng8NbFy5jRXrH9CmV3k6Q9l6VW6rgzdvVuJUcICuns9VfD5jEQKD4mGYQPqEHzAyYI8m+BuATxWfu1Efi5fb2L+qvZdVHZTrdu/zdfM+2xMmG3U36SNOHasb7mam2ruJV6oAXbdTX9u7DkTmDmFyu3jceIz9DmoUHILaYTuh9+WHzISxiv01WEEElMjHY+3D83aSKgmVohiGAgflqJUw1uoXCMJxQ+E4Fv7QNyCeF+vb2B0PbWd86XQj32Ca6XZyuiWOSRTu0a0/rUsNtmQ6MPT2G1bY9/ILNeoK8dLv9lPoaoFxeYngYe2q5PXWmelHl+M+x9IanfMgUAAZfWjvvDH76G59k4sIid8RRdPqGbUM0k66bw9Maamrd1hSjdWQFXWOijpCPPIbBE+4YPCQGppcNEhch2jvlMmNU7G1OsPoq10q0dR5r6lSZ240aZUmt+tEhX7yfwQgYlZiCwQElDrqPfZMCqglh151fnsTrZ3McW+y/ZsFd9hzVt5ZcF4tt6qMtvT/v713b5Ibt/IFvwrtP8b/iBoS4LPu3DuhVj9jWmOtJbf2xvZGB0iCVbQyk2kyU6Xyxv3uiwcfIAkQYCZLVa2mLbtbyXMOQQDnhwPgPIhlTPqffFRNnnFfPGYz7/ZkQWAhHI2j90vrp5zqk3VPAzea4BBkUdt716ihhWgMCf28FzybwINFzJ9bq2D0VFvzoiJSyVrDZiFTYqrc9NEOEeFdREibA6wk9ned4gNRyLVM7j9m8sXf+UYB2ABarnMDwI0XPm2GQgprQPDb8kW/rbd35amcHoMe6c+3FTre0e358CBU8mwIYI7jOl6a5wC6GCCEE9eLE5gGEIcREvJTSwSthV0D0URreQLY8bu+PI7dUkxtwYLv9R8ssbG//rvYUuv+rmT4VVNkyYqafN8DxZuiIqBUnfJyV5QEEumRAT7colt6XnCPHh7fnfgr3d93auvfQHel/T2zHOjS85rYhuW++Bcx9t5X6NCsKQ3M0snA9v3MvnjX5ClfeXPPlnRsIzvtmmKfuqbY/IjJJk3hm3628NfCqi/f7ssAwXDDDwT3N190f/sbRjvrO7pxkPgUkK8gCxR9NsamyZPhUWUckE9ESY7zMIhyB4ZumiCQuHmWOambdcg0EbMWLlHBdiu5SWzyZHA0yqyyKzAFGtpEizeRGDc5rgimdHlWiprQYcQtISLpU3FgefBFe+xJYhlaxfX8QVDsOor77nQ+sIANrpt8g9MprDhVm1RHj6a3ddOSRjU50HX6Ks4uMcmXXG2numKqtIJnnS961r1DxKBuTiunWluTp+3p4VhvJc+GuSPSPIyc2PGjHEbQA37qe06MkAscD0K/d/SWCFpLd6Wiv7TOvuWKxlU2K24LMjoW6fd37UlBe0hMJjuuDlbWpLalG5d2FneJ0uqnsxNOD0d8XxW0lobETBg/nVoJ7zuKNY0EWau+ovzwSnPHiwchmE+2SxE8DP1QWlLnQ7HLdkWOpQkAutIZ9w3VXBKAWeJJIoAp9Vr5GaeSldgiCVCOVjzX/A7Vxe7B4otNX/1msLiLlkBv9z3Y7Ci+Odx8wVOhN55gvPLO4RM+UPuCLpnvzwm22DaHHX8en8Rg8Gw3aA2GaBj8ODvZHuUkc2xwfIMRmS00B+br5uq4s9WaC+K/Hnakmdbbc7IrUvSoe4WkbYzdTJXecqWWB6I5ymlj7GPfmBmzo+teu+1emd0xPK0NVYAhuE360TxgTOwRpeZNoq1VhAMTBcEwcTwMgIsiz8+CzPOC3MtCB0eun0ShpCzXROPXLs21OqTEXzGkCOvxN+TVK0BLeOO4a0PLBitfAFYEz1E/noeVcUJ2ifJJ87Kr6IYFEGCAgijy3TjOg8hDWehBNwhTjFHoZKk3hymrZmnfIOVprRSf/AmugJKr0zRsUHIhlAj+moHor/kD2tO9OL0hp2cmwnXmxFC5ZaTM2YIeQPSkY3tFRzj0WI+iLPcd38kB8nzkOhHOIfDdCIXAT/I+M5NO6po1fE/NvaT8PSZQw4rFroU1zXRn3ph88Ecww85V2onP3FzoJXUDP+dD8c8z5kelzXk7SnYsNQz50C9moaiOYMT+Hh5fiE+mxxev2dMvf1jh2SCmbicUC6O1j3i/bY7S/obpvRqBUtK/FR/G6XHNY+FYc55Heoc2wj6xRvCMSdN+U+OXFgZMz3kFb8xgkCaO3gtgivhH691xV5xo4SyaT2m6x2KUdr5Dn8pzJVQ5Hv4+MnpCEHheiIjt43pZlPswT/LAAV6eQQdCIbFpL6Rar7Axl0q0+mjX9ONsnixqAQr5qx750iRTXRULvCMadWhqW/CrmMYRZY8+Ym7xNC5m9E74gcaQn9K75r6iSaHPRo9+4EtiPJAZXpz+0qS/6nGqIF/+8IILFMsoH3HV3Vc2yMfPlB8senpK/WGak+g/PYXBFNiuS0GC4gR4BieagktmILpkvuHH82+7S3xqPpFptpPcmzRPJncmw9+HaRdTnIEY+ZGPg9D1IXJxFtJkVFmaJUHc33SOhKylRPz2we58FOzJe/QXJ/7jXHZ2xiI37rkmCZuEyVXnrik50XluksfN7crff2Lc/N6cWgdEBRoxL623gqZQ9Wj96ah+5Limn46eJoNwqySud+OtFaNFzIHBtoAXvPyGSL6tyjN1fm3iGh7pipS0cbAT4PVsk+79XSRDW1/JoH7iWMO4UuiVXvAhDUQf0l+K+kxsjFfEwPi+rPb1VNc/MQqbGFh057LvF8zxg4G2e5kfIh8lOXCS1COrpp9j6EQwRClMsdu7jI6lrKXuY7lPtla216P/oG7YKKHrIlE9oszUL6rTa5ay8cHKd/hzQQ1yqsONRg+V/YV1KMnCejoxVyxa3vWQEcnVA3MsJfto8sPKntmXKXJ0wwLtnni1g4KXYSB6GQow0Lg7UU8KYd4nt63z0R1/wGf98OehL4+fJE5OZn0aBCiLPA/AHIWOl4SOi8XUb0MZa814AVgE6Qu9pP3ZsISlc79xd6ZuHWRyt17P9Naf231ESWmq0WZzeltWt7g81xZZrrKiMykzwr4nplznFFa/sP4jqaxf/53VPxLty1//fVD+mDzAn8kUoe+mqsJcrzFRkVal8tXTnL7YfKN/B06Wio/Y0wAUMs+Osk8YPZx+wJuW4Kma32sIi4SSObFIKKYf8ir7hA7pwCX0Cc5WItuJm9tw31n7bOXv/BzshwZoRKOwqby9li3YYplg982Yd6PVxfBUBAouq4E/ye79A9k3p3ctQEwPRChRfj70gardL0OTzsuzNMQudEIvyVIv8B0nDkGahU6UhmKxpJZ93Xzdt+wz2v5Zsmlbc0n7lm6XigOZTMjKz6dzxY5XiVWGy8MLi7XUui+rXSYYd2iP/iVs17qzC37RQ58I6xn/zGYDJ656vHao1TuEtfH3AjM9mOEHJmJm8Josdl0S8N7jG7Nrqz89irG4fB38Gtzvvk4E9t0b31sbgb/vdMdurbF2G85OJ6z3mGjB63J/pAcVj3W8nU9a0W3G2TWdfSKtICY0a8UMbveIabghh4LDchAMTuH4ZcqOmMfDo7iU36+0sL1nhHZCCPtDrQ7CpU+HqdQiJwoSnHlxmieAFkTJPCeP3TQLPByHffZPqaj1TuUkwru7UrPderDqyXZ3yNZfogmnbIiWSjixczLxJp5uNXgOFUQDQ9MHi3+YRT9MAPE/CVhN0bMNskZkS3Jb8l0/Ppytgkc9ZKz6Az/KIJDNN03U3QHXZOOfEQB/+UzQezOdnyNwBzfw6sPUV9a3BY25oWbyB8Qm5AeC5fSm7YjbrTu92Bknh2lvKdfCbnoZ2TTEvkcPFMfvCZzXTUP4pSQ6TPPCiLaiHL7laGkA5eSX+rcDBT7qX8uAXXAYD0SHcQrmNCqnP2ySxLgyGum50/TRsPRimPsJAW7Py1I/Cf0kJYCOsgQnIAox7o3zqZzVAlwnkhedua6O4g1sN2dB1PwlCzSPYaRB9ger2NOb6Joa9DuCvCxojKiJxcyP+lQVH3kcGZ/Ng/h+Yg3c39GTpPLQJsioMnrSW3ex/iOrvI162XFYLw7p7kx+629Pd8VH3KwDL/giwDw5ypTMUPL3rEBWkV4YIPMo9vpXCJnujRPduFd7cnyL9w/Epswf2qRqU3+Nb850Fa/YGLdOcvVqUJkJDbBJA6a+GnbCG8Ai0TslNrmBkgCRqc0ruMYHg4zCxQFXD9b7Yo+Zg940BSojsE8NQZ8VcPj7sO4RSNMM5Q7yU5r9FLg4whGCeRC6AEdJf988ErJazr+h2Cc7sHiPdzuOUeU9MWrJMIr3yTlKzjt65t62s00bJMDXz61p2oARhaEWz3rnDwKGI3DLrGKa7mTovcGynZCZciCaRSuSiTj8p8dxR9ts268CqF14A+O1DyV+acvqNYDdIdJ7en1ENanmHgPfVFQf3jFleqyzibbGXwveHZJQJ3GC2aQx3H0goY2xmWbPZUAcYaXp2bIQeBCIgQfv9qg6WT8Xn6i+0vJab8kwVNYvrugnRGnsHaNhta2oXlf2J3ca/DhHOg59ZK+2+att8mqbvdr+5fp4alkjuuWRHQndk4nGzEbSNDMwXzMe8r8xeZ3F1m4yXSlism6y8qrcW0QIdayz0C0q2EkDQ++p7cHzvbf2KitazoxkVL1glSgfmhOHLklsYys04QlkhpT3NQN2ojtN0AOxku0dadzO6sauMWkZ4NOWFgfqukDn38u2bcCxuj2d9etgSv3658ZyrxunhmZJ4Vke9kwcpNe7ZGx4L9A0WOdjvfJ59kyN5j+GZRzbTmi53g2EN94wKnUOAZ5ddr1IhW9CNEToGOAbMMA3YI5vYAG+gS+Lb2DDtw3f/jj4Fo1Th84hwLPDt1iFb0LEROga4Bs0wDdojm9wAb7BL4tvcMO3Dd/+OPg2TKijQYDnhm/MBUyKb0I4SzgIZ6FH6OJmlJ6p2+446J3/Ooz2wr4Doyx03RxgHEEQpGGcQhRjJyBTuA9x57yrJfP60pvPeAOvZw5eqpNKid99q+aee+OCdbdpT75FE4JXQjF4hV2iiipORpopDbt8nKj68OmoVpqf4zSI/SDJAHbJf9PU9yGKktAL3aR3hhnKeD6q726q/8dQ/T+W0eJFBNAuRjP3uaHZ1F3EE+KTQjE+6RWLFBPBjcWOTUCN/zoAszz14gA4McwDlyg+rZXq+ClOfCfIkZ/1J06cd7NfNhB7PvYLTaXhXazx4DnaL54QnhGK4RnvcPWpSMkgDe7Mmh8nmt49GCi7E+UhQJGLcBKjPEPID3Pf87AHoYuCrA+07dg3fd/0/Rp9n/OxuEThwTVLPHyWCi8494eic//bqvwHpmUTRYU/Nj9OFL57MFB4183zwMERyNOcZaQBKdm0pBimqZtFuXCf1LJvCr8p/CMt8ItSA3CN928c95qbZO9Zarzg9R2KXt/flyWNSBP1PWc/TY8n2t+HBxNemKM0joMoRnHkp2Hu5GGW49SDBAiCpNP2lntT9k3Zn4s1T1Sd/HEuVnX/Waq64MUcil7M330mqkGd7KxvdmX60XItmpxhoPq4JbETSmK7LMHDBAkUZANgCKEbR06CcwcjJwABzBw/AVGQ+Cj0CUB0wKAQ9ofBiVfMSfkW9cXOu7RzXVnG78W0O2JizGXBFkzrfjsQIK438PoKwCu4ccKLwSt4luAlePOGsR68gBa8gBl4gWFsBs5C6OQu9H03D6MkRlGYuH6chCCLUhxpwAts4LWB1wZe8+AV3oDgYvAKnyV4Ca66kSM7VmGVD6SHK7z2gK08Y2mfD1OWuiHKQe5h4IZRELouAin2UOqkngcDlE2OWlop2yZsg4JndeISXQMG0bWVGh4FDAS/1sgd+32Bsd8XkPp9Da0SFGWuA/PQhxj7TublkYuQ5zpOlkdJmMdDv68nMkLApuTbei9RceCQP+u6rz+167onuHZGYOz3Jao488aaqDj/dXhqgv2ATP88Sr0kwEQxoJ+EDnY9F6UpQv3Gg/NuKr6p+Obf9Wj+XQS1whs/vhi13GeJWoK3agRl3h5A4u0xRa/+yfDoBIHMj6IExC4KQ1pyOkBpGIZekCA3Q/7E34OhWPPvwD7dnffJARW7DdI2SHsGVgsti3Kx/oPnqP++4NEZTT06wdijc6r5zc/D/F44xpGXuQinTpThADtx7IUwiGCSO9gPhz6dm+WyqflzUnPo3Lj+xWoOn6WaC06dkS87jASyY0igPIAc6nscJ2mQotDPg8zHjhuFDtH93M/9BIAEhNOjx03lN5V/VoeOENw4wcVK7z1LpRccO6Ng6uYFJm5eQO7lNVb2LPfiIAN5Rlb5OCQmPk6SIIj9KE0C1xk5eW2avmn6c1rcvWtseP9Z6rngzhmFM24SQO/jBcx8vIDExwth7GWei+OULPxkv58FcZInmCCFm6VuonaTAE/p47XhxIYTUpzwTd2+wXNzp1LihOALGkV6nABanABmOAFGfgoApRHwIi/1MxA4cRx7cRjlse+QvwmHAwphG05sOPGMcCK8cS4/LAifJU4IbpdRrPZcAmrPJaDxXBq5MqRu4GWh40EUkV0EwiCGLvYS7HtJ7gdY5bm0QcEGBc/rECG6AeBiMHhSzyUlGAhujLEz9lyCY88lKPVcgqNgEMfxQZz5gRd4IA0DHLhR7KS5g3M/TPOh5xJ8GiWHm5Jv671ExT1w48B1E9M9dVI6X3BOjN2x5xIcey5BqecSHOV5yBJiysceSnIPB6nrhFGUJhktMh2DBAw9lzYV31T8Wa3jXmB6GQCfmaOPWskF98QYTC764eSiH8ov+uHIvyd13DyNkzgLAi8HIU1GhwLkJkkS+U46uujfFH1T9Oe0lofXJJkFz1LNBX++WOrPB2X+fFDpzzfUdy9BmZt6KAz8FOdhFsMMpiEGyMFhkERw6s+3qfym8s9I5X3nGvMdPkeVDwQXvtiTHddB2UEdVB7RDVUeQwhDFHkuANiPnIAY9aGXYRRlYZLDMJ0ezm0qv6n8szLnffcGuhcrvfcslV5w6Iv9qW8PnKZwgooUTkN194GXe57nI98PfKLgOHezlKg6yB0AojQdp3DalH1T9ue0vsNr1nf/Waq64MYXBzPX9lDv3gPN3HugxL0ncb0gRrFPU88nHnazgIBE4HiR44VukKlTOMGndO/ZcGLDCSlOeKYByPCZufeocUJwA4xDPU4ALU4AM5wYXubDHKGAGg3Ai3AOEgQz30nTwMkS3w8TV4MTYMOJDSeeEU74N/ByeyJ8ljghuAHGkdq9B6rde6DGvWe4paAxQIkfptDBIdlShGQ3gcKMaA8CbgJzpXvPtrXYoOB5nSMY+/rBZ+beowYDwdcvFn39/l4lpJvfnSqMT9a7j3Qy8O4UUOFMaeya0dg1pWmqv3fwoKQYJon3EjfCcYRS30UoBgCBwEtCz3ejLMhBnyVAKW4tpFC+YAgSXx4hXnN9TCkSPFi0EeR3xPNh3BenO6veYfzR6rNq1C+sc01nJVNU/l0sKUbW5GZ8ab2y2i9nCPCX2jriiuzuTgQq6nNxolkZGarUd+V9ipg0AgjZma4RVGHJ5P+IT/TnlOgrKm4Pq5doUOupKvXIvjwTxKjQUZZ1ZPRwmnDkTUvw6FlGXvwxMqe4nuVGdLsFHYU/1CMZQ1K0650ZA0d0Zvwe1Sfr+7LMrG/O1S1bVwn3uaKpTCew93De7x/shBHWHdQNfh3uiDIMfeCgPHLi0ItA5OYQIeQGWZQCAHpnqIGItSAtJ59G0KvMGsFkHNtP68DTBM3iFdHsDSIWBMsLm+4K8lNt5ZjYGHfnw231wPGMwdaJtP3B2pXlRwoyvLXEmCFQeK7oL/9A91ZWlccj/Qs6FPsGESk41fuyJHIK8s6KTgzy+5+s7wiKEXQT886OEY52lVVh2ntZB3cvHwfWXixOrPR7QbcxEriO7bqWC6jPBYTXIsGP5T01UtmiSDSejOi3RU0m/IP1E5lBOONzis6C/z6fKiaHPMlLYrBa/5tOuw88HbH1/7w/n8qqQLv/dwQuRkrW8FIXyPLePpV22jXIzniD7KJvkE0aZB/aBpEneUl2IzbVA7vJj8xUUUS19h2//vsQX46HWyPACwXAE10736PTqSyt7z5RE73tjfetOdBbzC3mnRi9jSl929h+B3Xs6Ed11k3ZxjXXOd9vjO+3hu+35vG1gDjbpuuxcGmR9fcU6MjMx9WB7MQejuUt0U9i42UVGVryU7vxalNo90YbBcg73BptFvsga0cmGTPUaE9ZH+4wIWE5uNl+q4VSinnI6uzZhnfyBkZFmsq2cum0CS+s6Tb0ljSbbyMp6/5IDEQ6SS1EDZIT/RCyxRu+j3QWsR1fPsoOr4HYF5eUVt9MyedjStIFBLDK8OHYN3cWyx6rOry4BJHJbX1L9kLdy79lE5obMsh6d66OVcGMi9flrmTagtHuURYfbCM7I03pgI3rlk2bQh7VXVPslDaFjgSmq4ty2eGda7POtZvvk60+w+MG5XoUCesRUK1HLO5gYnYPcJvFDYwOG5qzSBXd0CZHHk6cHORuhoMkRoHnZQEIUs8LAXCivlKVStpa5vkjr0bxthp9LavRVwfn0HLdG/IHuOvD+Qbljw7lsQDlUAXlLLpEBeKoeaiGb0YxyjITIZSDhJYQjjwHBin0UQozD7lhhLNADtxMzgbZG2QvvS2eRerpVVEPa8RQ9a+CNXeDtaeAtdARYM1Twlp1KupTrQS27vEMtHGaoa+96yaB70TA9WAcxAFMIz9AeUp+dTzsRwpw45I2eNvgbckZdIoqekKxo9XUWuv0QrALbuB1W3Kwgd2TgJ0rgJ2vArt36R2mLhsqtKv752q4a4lGmUAS7CWxD1HoxnkaoyRHGd2D4yhKYkdhzLWiNsDbAO+SLfh2EvyVHB3EN2541bIDt2XnSZYdICw7gWrZ+W98rzSwD/yZermhBMOSFA5GOSL/AbkbeV6K0jD1UxfniRO7IHPlSw0Vsy0z2zLzKE7mHZAB98a/zn72NiB7EiCDApCFKiDjIbkqKMvbp2ow4yTDBFupG+QhiJ0w9nKAQeAHQRqhKEVRHngxlMMZF7QB2gZojwxo8MaNrgI0fwO0JwE0TwA0MTbo3QlVp/NRNnRdMiFOMkGCqVfYDOXYEUxFenVIkELul/f/+hnRbRH3hm1aNcAeIcDmheAaS6fHucrPu46JYgQ6PEiwpXeYRVZOYOruhYVR/UAnJZmTWQMb3Gv2nJAB731pLZxTTKy72J4PvAWY+lG+PyfY+kR6urSYXjIJ50NB+w/RgKNzzTxsu4AjGudZv2h8e1tsTEnXkPlXWkQY2SdnFqobxJN9DYfShMY2ULw9ltUpL3dF2RE8v4v7Y7l7IG3MZPvu4bPpjvtt89x6l1blbmd9x4bjy++5XduBlhPTEohwlDJNjQyP4nj1yvr+fLA+oAcK7w2Q0/n4+v0r6x1mjt5cTd7fl9Y3Z4KOh3o1KEd2fiZgjZjuNNBNXm6nJ4Ld/OUcyk/3pZ3wl8+AtxLdtAAOVADuCwAeSwCcpm2WgPae/zzMASc8G8ZrOUkY+TB1/MwLURzjwEVBhNMQ5w4i++w+C5wgYbVgzkdD7nhD7t8dcr+t8L447y81WFtYg+DGc1eFtQ3SVoM0IWjLdSSQ9iNfmceQ1izYUkijz4Y3UchzcRAlKI2SNMxjGCYhTmI/xI6LE9edQBqVsEHaBmlPC2l/BJMTeldg81Ivqn8Vhwx/JkMEHefXDakXIrUQbea6EqQee4O2TZA6gg4eDsAaABS5QYLiKPDCAMEgxzmMojDPvczFaArWq7p/bmi9ofWG1kq0Dm58/1K0Bpei9YbVi7FaiMRygQSrv2eaj+tBPsm2HXnz0HZVqN1TjBLIO0mYRGEIEwSdJEv9KIkC4HnA9f0cTY8Oejkbfm/4veH3o+N3fONebG3Dzdr+ggguBGC5cA7BwRyCAy2Cg9FJSRAFvh+kKEo9SNMBoxi6CcSxR0zxzFEjONgQfEPwDcEfG8E9Z1LVyBzBvc0C/1L4HQmRZq4nwe/3GO0lyH3iP0sxmz4bonUcxLmbE7zOMxAGOHW8LE1yL3Y9LwN5NEFrKmHD6Q2nN5x+dJwGNy64FKf97c7xUbFZCIxzfQk2/41BYi2B56p7IkXo5vHwUCTzgQ8dELmBnwIYphnycw+kMA+BmzI3jiFIN0I2nN5wesPpR8dpSKD6UpwOthORL4jaQlyZG0hQm3STBLFJ+1VoTR4NSxnkOEwTgGIvyyIQAzeMsRvQi8g0B6E3NaeJgA2lN5TeUPrRUdq/cS5G6XCzph8Vl4UwOTeUnVSPI+S6s2NpcNzw6bAgfQi9IHA8kLlOFMRxBoMgyeMUJSDBCE0Bet2QuA2jN4xe3TnZCybla82hLdqg7VGhTQiYc2UBc7+wecwqaknwjc1yXu5KBXICybBQb575EEUoi6HnB8j1QQp8J4zzwIMhDMMJ0gmCNrjb4O75wl14xf1VfG2RrQ3uZuFOCC9zxfCy13dVUZ/2ZNL9UOQn6zWqMuvnRv/eDktJpC2pfUtI7ZSQ2o2qsvj8abywAcc4bljHci3y6eSbISDztFkrkPgHVqqNgsfpDh0+ciz8VJCRL6ua4h+y2vokFpliVsbBjE3ubvR+JCiQoYdawMjsgWz6ipQADpl0tESrQE4/3qIfP0qX8FNGA+hpcgQyecv9Hld90oOa1xu8p7WViI7RNAdWfcQpmbJWVtRpeabFW4TW3TVtemm9J3/Li6o+NUUEp6hHtLOglczK+wMVnjAhn2lTPxUJfXVpCXj4p0fJGNt8TP55yV68PpT3sn14//t0D/6OPHuqlGJ0IhTpDtfSw4PhQ8npQUvwpc4N/hCJ0YDtRLTGkjMpWmsAz48SrH1NyUqoWoOEeEDgSNcg8dMG/ss9bItgPfViVtENw6BDnAR+4MIoc8IgRbTmdRbnyE9xnrhJf9agXyzWMce/wKIUb4vStihti9K2KC1flKIbGD7KovTkC5IQ9ghc/YIE9AsSMFyQhq7ZGDkZSPMsQb6TRk7gpEGAcZjEYZzCJIKSBWkobVuItoVoW4g2CFdAuOvc+N61EO4+SwgXoiGBGA35054i9qQWXUF/HtefE38c5h72UZSnOa1s70RO7IZBksEsSNLQSTyU5B0uixKaEbOvBuMDvk/K6mAPhRsBMFgTgBn8Wqz3Cbb9+uf78v7XP1t5Ve5HYNyDKy9qn5AhvK0I8GUW+4auEDRDyuKQ7s6kGRTAd5i84e8/cWhF9YN1QJ+KW34EL9SE7nXv+RR2/ooQg8CFazte45Uh5u54qrrvUR8qB2Ix1OJNQa9odtbb7gKkuWMQdH3PaezukqQ9T58eVM+Rjk+oG9rfOlqD+saClo+G69+Vr567lANjnecw0Km8AzxR5cMgWpiRF1vTHhbT7iKuy0TFqXnS3lLxvKzNlCC8/FoswydU7JgJ1astvUwzUt0an87H3w4lgURNq3/KWdLd1gJjjMzSys+7XddG/BmRz8D0mq3GmOIazyHMR+2FRZ6RbyJItNvRTLTk0X8g667C+f/8dQTg45HM0T9JszHzHuSNsvmVnzCSBDhPqLrFJyLtt4RYlx9Jw183F4TfMGqGtNU55QhA4AiT3kD/i11BtteQc93w+g6nH8vzyaLYLGv7zGTMyvS8J2IY8krb+q1IwRrGQJvMgyKV5EK+w7vjS6MLR9MKRg75j83+WI5zw/4MLJvJvH2GR6TsBk6Gd7EQWgbE0ODv6RT+QNV7atPQ6W0z1R8bNpMnw10nCGMQOR4OkZtDnMZk55kHiNhRPvL9OOuwbyJmre1mhndFWpTn2pa8wsjQ8VY0dD7gv3xiQECnBLE5yj0mxgzdraH69MCmOcGXl9Yrq2t3m078hVXh+kgmCt31cbhhY9UaPE3C6nsKmWR5J6ZQmdOdHdnp1dQCIiYOoshzuisrRJ/Ve7IjfUFNIsESKo+b6fOYpo/r0BzoHoEU71rTp8li/ktRn5kryFtiLZMljP4zI9DOh5wss0Vl/f1Q/PNMtiopXQLIczIwZEr89bArDnjtVOafmvbYR94e+k/WHpu0h3osFJV9Zu2xa9oe+py1xy5Ze2Z8FqZYI3FWkGKeELIFRBvv1XE2bTk6mqQsV1CNjToZ2dVOVlQZ9+hgy4SvgG9L/Qy+pzs2YridzocDK4HA8ztYbT3BF+wYySLiiF1U35Un65aOVfXAT99wfSr25YGeZ/X7OFa5ISmoPUVGa+KtdEcP04iggmwhd7uVz6X+2KW4OWKFluvcAHDjD6+NFarzSHm9X7fnr1PvK5ri1eJnMXT9/N/UJn3DJwxt4+B4fT1nrPZAWOKRRde45kSFNMimBxg2n8FMTSeH3XKwI21vazbY742dszwVAgrhT8BXIOAo/7eIKbIc4OPnA8svhanrOFkCgyh1Yjdz3MgHWR5HvpvEkdenghlLWc3/dCE0uo9s+n1t0PiHt+Q4LgY3rrcaLm6Y+EUxUQg9AoECE0cJxEUwkSURHz8fJTj0QBx6iRPlIAYwjoIYApz5ICa/ZkEuxcRVk4k/srm4YeKGiQ6tAzM6MDPExKXXf5Y2In6DyCshUghhAuEIIr8t7w+7EmVtqMMIJrPmcRuMIIPKMc0wXtPHaYoDH0RemsZ+6jsBMSJxkAeAGJQsk3APl2NJG2T+viFzHAQk4At0bwC4BF/AZnM9OaAIQUIgUthc41IAoupJywFMCAY4QrabXhgmEKMwjT1I/j9IcBjFvhP6Hoap1OxatyzABiKPCiLN9cJCGIE3TnAJjMANRp4cRsQ4j1gBI22OYwWS5P1jJZi0NMMSI06AnDyEvg9TsnFDWRSEsZMnKEAuxHkmxZNW0gYpX69d4t840SWA4m2A8uSAIvjpQ0cBKDxfw2uWEkyGKDyLgiRlmJRoGC8WJyCGTh6nGT0dz9I0wbGXJm5KE6ljIMWUTtQGKtv50O/nfAgGN65/CU76G04+OU4KzvDQVeDku04fVbZXPaBQYqVANtzReSmOMMZpEuY5ygKAaHgtIBjqwDzO5GgpCNvw8mve10UXwkuwwcuTw4tQtwaCEby87+dnbb1nD4boIkzg2j41BBNwmVIN07hiFHo5CrAbOTkG0HHCFGbA9RM3cULmttdjy1TWBi2bKfb7McU85wa4l2BluGHlE2Nl4AiO/BAqnVp7gFI6tg5IlMaYSDd08g89GKEodBB1+Qoz5KVhBFzHDzLfdXP5+boobcPMr9gc89wbP74EYpZmJ7XKPK9ZJNHpxibL9vHzi9E/gE/+8T+SG/oX4X//Yzf5pZr88uvmbfD4iCa46UO1m/6g8tVQ1afVr8bPhx4GsePCHMRBhD2YB3GQR2kKYY6gT1Q/dBXItWIVrA2xntspPi3pcZH3UnwVXvkcqIb/cK7Bqw2g1gcowYseqrzoJwnrB9eA0qT1U4phOmfsQhcESQziHCcwivMYOxHMoUer9nmB/MJx3eT1G1Bt29HH347647J3pp6jmzv904Oj4E4Px+708lT3tK0zae5Hj4fFS3Mcua6fOUng+lEaOzmOQea6noezMHGGpttjpLffAPHZWW7BjXfRTtN1r88Mv6HHlegheJpD0dNcOMGiOcTYZGYzRsARYfra7YS3j5xmFKw9RzqO2FbSXgseUsFpSbqEpWQxhA9/xcDtVwcL7/AtzWvDW9/moqhavX9pfb/Dn4uE1a7IrPRcn8p98S9afuLluqrf9oix+kPXcgN27zdMIjo3dR4lTrlJyfADxQGm5oMrq7ZEBMWEVyfa8fRvP50oVuDqE67XTsVAE0Ry7R7cU7XVIigUoLYddnGiEMHaMaP0apXQar6v0nzBJRxGOs13dWo/ydctpxp6X6Wpm8cAZwmxHjIvzKPISZ3Ey8MQQw/2Hp1yWWvZFI8PC4vz1bSJru7ozBYnM5m5IjpY/2mRlZaZAzRBVlqSduLspWX9ldCI1kX7XRYdHWZC+G3SGfqi9K4saWosas2wjDa8Ck/NpZJ2YlQXu4cWfupngj2eO64weDX2bLjz2Lgj+JDDWIc7QIc7wAh3hkmZkwBlbhD6SZS5XuqkaRrAPE8dNwHARSidxx2w4c4fHnfgDfAvxh13w52nwB3B1dxzdLgDdbgDjXAHDpOzJB4KQZ54Tp56joNCN/SJseMmcZKALMDzuAM33PnD405w47gX4w7YcOcpcEdw3fZcHe54OtzxjHDHG9o7eYriKAsI8HgggVGWO56HYwxQQB/AedzxNtz5w+NOeONffsYDN9x5CtwRfLo9oMMdX4c7vhHu+MPESyhO4jQEie8GIMIu9CAZZxwneQ5j18/nccffcOcPjzvxDbgcd7wNd54Ad1zBP9oT/aO/xfhofUv78q8pLQrygYx41dR1E9AnI2R2Rt/aAk73y9A7J00dP44jn147O1GOPRwGKEvDPMlj5PbeOR37ernNG4F2ST/EvqcfYvN64k8AJu/RR2whizbIKg5kvtIJyVomlG2B31p9Lb1XXRH07lKZXjtNcvx3tdFp1QjSHAKZNi8LQd6DK8Tn/568v+ZvoTecbaUrWugqqakkbOEHTKbXKb1rLrhoRSvedxWmr+/qTKxa4/zCwlZtUcJ7REZ4pmhh/1xdt5BMcjIqX9yxh/yJaa0XAInp9uS1XgJXcDD2RAfjYTe9IziX8hT2LRi0fW2zzq57gtYUkT0e3THFKPXCMM8CGDhhlLmRC7IooyURnCiOhftnmay1MEMl3Sgf7ppo8VM9NDDIYl/zunXoRKwPbPEk8Rb3W6C307QmSFN1hfmcsIp6fY0o8qVHfGLT5z9ZvbvhoLKJKocXCx/oNTY3QqibTCYAyyf8goJWVyFULDmFOvzioNsW6Ct2Owvt0b9w07JdQZpe/2klTBkWU9jABTqDvCtXVVNo3HaQ6LTzno7p9xgTU+vVji5uvLBChbH9bUEmZc0rEa1sZDX+Okj01qGzy85pS2xEW9KUVKAtyfqWzJhZCpwyKKNAfql/O1DEoU4RDEwFZ2hPdIbmvn6sA3/EaFhIhnvisU+6a59xCJ08GaBnHqDQ9TMvcR3shF6Qh5hs5hwngkGCXJR06DkRsxZwSgR/cQuL1cmjbxcMKjLDcXV4YeXn05kWXCxSizWV20C8qf1Wq8rPO+u2QhlDpLYqTLl7uCUg1s4Oi86OzuZqV0NeUZS0fEdbX9MSMgzdTji968yn5ExAHNf1qF5X0ySem5ODZEa9JzO2KUwwhcj0I9lQPgOza083H6cKHWWwOHo4xcQ3LcFT17n+GoAd3gwcu68BduafSbcn74mqHR9EfP+GiM+q8sjnavft/eZkZWRnnpmk7+0Ta4oI8EnTFJs2pRsqu7MzZqB9ip9mxXECV/Db9kS/7XflDhFr6aEmKNjZxNPaYDUls2tG1i0p4zJhc0TDozonDxMQYBTmEQBR5jk4wnGaOzn0Eh9HHdDPSVzNyXv2HU92WieYlgRsqtr6T+vnsvxoHUqyClREFauXVj9gbf2lF7xCKgFutu/ldcfaYzf6t48U0vuFhUH9A3l6RK3T5+hwjv3OSpFxt/LGdfSl9SiG7h8lOubrx3XfGZymPtlpgOBy7oku5389UiuKKNBxBvYYEQWFoxL01CQDyHNc34kJ1qVxHKDM81PghnHmwMD3ci+Oe9tWLW8twCtn3mAEd8Ga54kUhcSqzrQqLCukiiu627baJvZHeWzgaPNfWOQDd8W/+IkCtpIdAUu+SaflWBGtb78jI0kA9R49vLR+Ov2lJvh5sv5BsM3ak/Wzd4DvpPKXESPWIlOIRtPc0pXcyotT1wJujbeYSys91m0l05dfChUl9xjAdoPWTzVc2aI6WK/uMa1k2VYebA9YGtP/mzNpuk06/RdUsQ5/Rx6wE9hHsqvIppk3qC092ExhblQhO2kaZH/iDbLrpkEz1tWMKpuaWYKbuye6uX8gg0DGmeyZXt8RfKan4pn1A9lB3IkZW1L2rIswmx5BqghGF6EY5DhwI5pqNEiD1E+gG9AaXS7KQNrfVaikrQU09+SjqXLUdvMmepJxyz7aEGnCNQ2ru9Kq0UNtEaVB7NKSzG9ad9VKyPgfbv/T+kDnMgWDfrR4w/m54ovOkOKTsL9ooADEe4PvttmuvLkpa8rZC0eNvBJ9E8NnN5Vfmze9fGqrqh2pqe0hPplaHe20fhq76euKlIbkj+X6N75/4wbrAvlPwjRshgx1SMQWuH7uPw5yC4owhQUWqtjBxgxUK4HQFKiFuABPjAv4HtV39DigS3PKlzlJ3dicU/apR5uJpiwhq2cYxybKOa6FZblUQ0SO14xHtJqmtKYfPTMUTTQ6HxuSP1nMUuyukMm/1+fixHenjV3WHq/QO+M9qj7iEwNWtD8idt5Pz0GpTUc6BNet5UK3ts3Otg2W7txbmJJ1rjP7ssLN9vqxHFZeXA7cv5cTTQnauZ7lwhuHJo0euN/IdfGR4zq7M8R35z2ZRA8tAtBJ9s2uvLXeljU9Z3nVXBW+YPPqDZ0bj3WEWPOWtIBBMTIhLbGPtCV2e2fJYJTO0RnYbHq0C+l+p7Ruh+43gQpGhTAH39HCqBY9x25/CgAUrd0oTyIYxrkXQo+0B+bIyTLPAVmGYAiDvgatCvbWsXUfDVTjDVQ3UL0cVL0bf01Q3QD1kQFViN/wXb1dOk62o7AxpZl35miHaXiiKIee48EkQH6eJjn9fzeFEIA88R2ggdh1c/JsQLsB7XME2micZNsYaK9OTLQB7QVAKwSs+GLAyvfn6lCwrFpq27UlUVmvKoKh4eqHvhdDnPl55mIMcBC65H8esWUznKb9jZBK2mqIqpT/xTH1bVXuy1N/nU2vsZvD1i7pWZO5yjqye+7mKhtbqnF7aX2H0juO0UPszIo8x1TdiMiH8nziLkv0fDfB9M6d4G1NyEQ3c9KckkKxVZA2fCqyM02l1kRmjIJpnvwk93cMqQBarnfj+Deet9Lx5/91LtKPuwd2T0W94X6gk8r+uTl7f1OkVcnmTJe7rb3mWhkZ/8nbwa6nMgKQ7HKxvQOw9207+pRtjSbMIKMSbAyPQoEQQuOLITTfFyfm5ffDw34GCzmRffuwV6KhkmSIh0EUe1kcYeghP3Zw5CA3c9IMZmGWRm7vO6+WtxoizrzBBBOBsyImvqERNwMv+k8F+UdZESBrfIXuihPDQNJeAkMp8+J8IMCEuZNP8zkdf+vBQ/3nBUd35lzG7wO4W/4LYofWHwkOcvA8CXciNAync02lyEjmFeEjKPqnJ7wB92w3tlyapmmQuWAdn8I3592p2OOsQK1hxdaLn2nBV+puwAyp1zwK4NEMqn3XiO76gLqL72gj6G03taLsJhRhDjPUKmmKGkKUjT9I419Y/2b9rUxKYtvVHDeybrvabx+67LCFbVcNNW9K1u0bjx316CbFjGl8m0K4qKE5ZDyNGa/Fjvm3rIAfS29ZfmSBMdbtrtgfa0zd/yhUME9y9jfW0sZLnBjkeUG9qdl99W5X3GICJy+tVwQcCDx0l9Vt+tjWSYcum9RFnMXnoEOB6+aSm0g8H9fecF5sEn0F7nUc4mgK7XFSKEPF+zJ3JzuMP7bvbsJtOtPqRzKR7fd0tnxT0VnyaJtP2ohWu5tIm86uoo6vNotqSGgj5lLgFnbbq/rtZqiCSyGOxvfn4VJmZs2jyiSn9iz1sK6T5yQhiIPM9d04Dskki3Eceh5yUoeWK+5TbGtwbR3LazF6uo9sfW3o+VWiZ3DjRY+GnhtyroSc03hEIMSx+IP6Az+pyg8Us9UHCmXxAYQSGJCdaOy5MAlxEGR5lqEo990w8cLEFZHxEWoPPLoduSHhhoT+DXBu/FXsyPVvMTYkHNmQQiiLL4ayvClo6ODOev9wLJkf5YPakNxzWvvU0apsSS3l0OkcpnkAs8D33AwSvMw87MfQd8j/shAmffYtrdi1ANTgRV/cmnzDj83wwEN8koarO0sTI8D517ywhM/hd8VcVAOkvCIMuzguS5qfqyKzCH22knNC75rbDBZUfr4jIzc92nv5nBJYfF1+3Z4NfHqxAeOBp+NVx5Psgwgi7dm0elOWGV2LOUaycB0aWcWm0bfn8lQe1k8UdmpbwHKC7UkL7DJvAJLF51C3BhaVkzUtmAHKhmQGdEzPJ4VIHF+MxPEcj3fK6y4nnwCP5ClvcCo+5YAoeTaAQJg7CfBp/HIMEzd0fGI+ejH5S+wFPnJRB4ESQWuBnlS0kanorghzNKCSQ9qurE/Tewvqt3I48KpULNHEHSbWEPV7wXXdTVjKT0eLfk/vOiN0/hPeNPhEm+lNA3TIn9Vj7XiaOhqj8f4OHT5SdeZztrN/2vX90aLrcNsEesFw+Ej1mU+szvppRnVGmWUKY6q+QnyGL8Zn4Nflfo+rdByIKOgwThsSu0a7iVkjfTo0ZeIUeaEHndhJsyxFRJMxdp0IIxwHYep3eiwVtZYm98KHAY6G6gzWVOeSRb7dsQ3gweqHgIZKNhs+bLV7OraHI2sRu6linhuIZtQ60vDLztQRnTj+kyxiDyyGlzq3Hci3nTgR6bu0KM91Dxws4yDzZGNCJykR6JXcgQGHap6sfD1piha0eJ13A8CND1ZCC5omiF05fveAWSbX/z387Hes17lDzSPkN7nFJ37ZiMnr7fLAMWGoETWduvz1MyghV0hTnBACEAJZAAIP8FdFH/BY35G7wvTZ6MQ8inDsgiBLsIeglzogjWLkuq6fe3keT7xhBUFrO8EORH9xXHjdlIejq/PnPvcI9ytkiajYxTjZ5pQ0CRSLjKUYwjY0CUbENCC2KuIw0jjRVo2XVwsU5f2hsx+ILKLq9P775aNr8R9jR0KAKaLeq2AYJrCOw8TrNhXZ3/CJbFG5UdMtD/3upDnieawjnDYjGukg0ozGsGFmDCuT2W1RBDVSOE1IgMEUpgS3/kB06/+ZzHVcFaQTTuWcy+muobNrSqc6spmlGrr0JxnKQOgDNwnTmOxW3CRwoyzPQY4c6PY2zqzIteBM85IJsIFHBrb3XXrhBpWY431xSHfnjC62TAbake3K4Wwd0KfilucQ4/uZw0cKhUQ2TSRCDafWTetM/k5zmtashi8hRjuaA1W0hV5uWZUeBd+G3vlPkYxIcpcluKAHogv6N5h6LH/3iXmSsRx20rOKhJLZmJHxnHCSQ4s5omG5qDwK0yzw/RDgOEk9jB03TlOy6XHT0M/7nGxzElfLyXamJqGt+UL92e2qmc/vcN0c3PJ8RV17iRWTU5Bg2dTsMiWqTVMdf6bWDU3Tt6PZMofWUXMa2h7Ibmq/qtqHTO0DYtPcuFer/Tu82zU7LToRrfc0iempiyJgN1HfHXB12+SbbCs1rGXP1OT9zVaLvt8+8fe3iY7YnMPs/VxFauHYT27IzGLCRWmCoeBDHog+5F3F9LdldcrLXVGOIxinLqFdUfNjy6Nw1Zw6hi5hHbuHGvNeC27aFxlt5NYsDM7sHXrszo5au2Z1G6/u8PWe2C4ssxY1Z4o9y9LykuyxCcBRm+ZYnthxLguSIVrDb7XK6qNwkVWfqoKeE70YpERqEsBTaLwn24hjVVKEZI8ab2a2aeBbyca9/YSPZDdR0lxv7Iqave3S0BtjNwHS67xXtnTDvyd/B74khDTLiAcH/g5LIOqLOM/+IMYEWW9QXR6qB6F1vRNEt4V+rL3zKDyJN0XArd4Vot1Gzyw7bUfb3ae00Zx6n4hIsbGGQhhC4M0vPG8Q2ZRNdtYSNN4TQoVn7Tz1wKAGieNmOMAe2fG72IM+zN0gCgMnRigIhTqI8zLXMqkff9WJt1VnW3W2VUe66kDy53FXnW3F+UIrjhDJEfjzK87bqvwHPfN259ebIyezXYPVpqMdVk5xMURu6GQwd4IsdAPgeX6O6flNHEPoz601ncRtpdlWmm2l+b2vNOGN56+20qzu1L2tNAtWGiHWJQjMVhpgttKABSsNGBZCjWEQ5wjnfuIhxw/dlOavCYEHQUb+65isNGBbabaVZltpfucrjQtunHi1lQZsK80TrjRCZFEQmq000GylgQtWGjiMv0yDCMAkznOcoDhM/QChIPfIAuQ6MfZzk5UGbivNttJsK83vfaXxbhyw2koDt5XmCVcaISwriMxWGs9spfEWrDTeMHDLzf009dI4cyHKw4SsNFmOwiRMIy9LcWyy0njbSrOtNNtK83tfaYIbz1ltpfG2leYJVxohgjCIzVYa32yl8ResNP7QJwCmEXajzPeDDDmeg/MApQBGIPPIehN7JiuNv60020qzrTS/85UGODdgvT2Nv600T7jSCDGooWO20gRmK02wYKUJhvc0buRBD1FvABT7cZLBHGIndnwMfAAcoz1NsK0020qzrTS/95XGvfHd1VaaYFtpnnClEcKIQ9dspQnNVppwwUoTDlaaJHF9H4ReEPlxGAQ4TzB04yxMHeTGYYRNVppwW2m2lWZbaX7vK423ppdzuK00T7jSCLHpIRjmWe5m2+vdmQBFxcJehxmX20lrp5ykW1wkz0bJdcI4dPMUxE4WwihHKSJLius4aRpmKPTEpMtjQStmXh6LZlGyJhl2gpdrpgv9KWf5I8bZtVBXDG0I9G2raaodmnqLRiFTegbeH4heva2EMkAv+JrR6OHfuv7oV6T6XOHdAy1WiZqKQBZ+IH2CTinpj2UrAQHZ8/G3Q0l6mOvqY2cOvcPt2MmC2UdPp5A67RZaLamd8V8aYl3HdgKL1fxYobIRy0L7S5tT7UOTneTdqUnm9naHHrhRwSuhter+qptULM79p/2aCEkLStltnjebZkyhgFmTNrE06GRCPvCId14VrdXPbqLzOHaWYmEGKmXwY5jCxxNC3EMxxJ2W06yJSNpRPNnutHpHQ2K3+XjH0YUqgqFDlOtFUe7nXgbzPAOxC/LYB06SIICA5/YZOlTSVgNIpfwvDZA/lNUtbjIEnslI8cxjO4wqIU/yCwKM9P18ThPRJVE3njuZZz/uM/i8EAqb9YDZZVFuC/22AImIyMOhKbFK/0KEVehwy/Lh02w/NAVQvQpQCkD0DRG6Zf2Ywcj4BnprJzN7dyYagXbTRPTrQ+G0iC579TT9vBHiqZDFFPaEAOtQDLB+g27Rv+je9DXXRkmq+YbCbvR1kmBe/nyAeUHouDgFCCVhkAIfOo6XBTjzQ99P8zgP+rTycmGrJZNXfssXxbv3Q2BqHrS4REvXZkVN10pWUZyMJl2XWqqpJcjKML+0fi4+YsaAd0QdD3TT3xSOZNnkW5zsge8FOzAYpkGjL8eoLojBmBAUxPvyE2Escqs48ZroB4wznD2+1Ug/iqH7hoSQ/IlWQsK2NDNDvffEVGz1vsmD1OIBsdkedo+V1JHnk8Uc/6ht2KpjkwxpP2iEPqVj1+jmY2bKikvBUYgFDn09OBIbm2qkHiPtuiWchcqGbOjMmLh5mIEwdgIvR26exMRCBI7j4BgnaZjoELORuQHnMwDOv6yOnEZm5IagPYLSSpsbgj4eggoxrmEwQFB+PPsD5SD/fI0qelIvVnZrSOyGxBZIOGqqCIZ5L90ojiIPQT/CXhx5aZQTKzN2g9iJc9/r8VIlbT2k5PJvG/lpJ/9JwLJpjtU0p9/00q3P9HTsDtFbpApjAqQ0Gyad160IAqvlmeYHv78raG038uKEJcgkWv5vhIoeJ2ZdHYEGC9M2uXjGC5W3iTQZnfAtRNxxXJO8a+sn2vJ8hz8XyY6AL1O0PQXsdTfnMnu0HT6zEgE94JDNq7/25vVHoqz/IsNLlpxWr35mYyIUFKE3iY+1g73r3t/ddfA5IVQTIe+fhRmFKpvijBDhGIoRjv+NyRTqF/ZmYn+gE+U9/nwS4OZAKGkzM3YzO97MSp8OgCbOAuBkeRpluZtgP4n9AJHdrRMgL0V+FnZAIxW1FspIhXPwp0n8nwhsCm7oMCsLkdfT45R+UBojit9zk0YyCGAHHy+JRd3ehLz6ybqleVARLSTEc+0ODv5Ie+ojwZv6gI7Hh/6KRASOmcuQ9qzvT8/72uOrtMI89wbE14LiNwSNPlrf0oIS/F6jKlN2Hcatr65aAT/MW9n6SujL7Yy8vLnA4C9vra6uRgGbt3qrS442plgoxOCFYgze3zAhPlf0Puivh+YGvLlJFnCwp7IJlU2p7J6Ko+EMzbAMgReG0ME5sb5iLwjTxA9AiLALYASJ/dVnE5kRuBYyfiS7nh2xT8hM7d7V+u0Mil19UXh8ZfXNESCxL4c22D2SrWO1K1HWYl6zD6WmGTrR4im03gA9TCbkdFdZc9vqv349O04e8O+3ZqaBzgrMS2K28XJEdKNbHGhdwOZmBbVlnFg9hJoaKDXGz83+8uCNH14LNa+s72lxG7pMfYfqB+sDehh6otAyjT83N/rtfBb7fe3ybsjOSYPYTSqZLA/2PXoY+qPQqo2tO0o36QVF0Bd7m1N5U2ASQrZCMWTrQ1n2da3G1wz3ZdlXkBoaZdNHQx/5HPpeHmdumMEkItCDwyxPUOokIIpR0mdoncpZrdDBgawL1ACTvOFLQw1LdN8UXmMl02qLzprO8mIHW7TcN7/uHtbwbi5XWc3mUUUUeh97aDaBX8p4EvrzD+RL+JVaf+Ej3Od+gxFpDrX34LeWiC/DcoGPtiVO2vfbMBtov6Taoxxwp5DRXgeYwq0QtxQ5s3A7vbhQvn0GfGXXFUGQRWQH7EIHAgBRglOcwtSLgJOkWZQ7Mxi88k3FBsWPAcUb+P6+wdd3bpxwA9/1wVcI5YncAfi2e7y3tHa2xNxtd/30mm5q8UqeDu87It9DPnYSDOKUGLq0WLmTJHGUxTgIPRFwJaLWK/B1xBVzYFK85kmOIdGe3mXdSja2tG2y2+LmppjdSTwQFSb/Prllfml921AzRE925S2/QLbILCzp9jhlG3LqQ5hlnIgVVO3POekZ5eFMqb7Y8eNFl8C/FwhXwx24cZ1V/KvZGeN3ZMKXD5iMHytUzfwF3rVTHwtnj2Ti2KSlR3ZcvTL6MddqXp65bQ7b69s70hy77pvTn0aKzdGDYTfjbQpZzQ2w/W4ZHgoBJxHQ4eHUHp1rQ4eOsw0dhKFkBBFxCLw8DP0I5TlwfZRAHHrERCVA2YHknMQNK78GrHwUx+vfP07CQRmtDSe/FE76QhhKBEc4ybDB+oWILecMx0+UQG05io+HVUYy30lzkIYBcnNiQeZRkkGfwGSIHGJChhLTUZS1Fh6qpH95GBQvqcVe112TsHqxNKouLQ6YgZrFPsWiHUJBFX8+0nrYZBv4kvsiFCeLxXc/7Ir67gXBRRoTkFkJUb/bqjwT7GMCOAyiRhrFUfJipo8vRp4xLKgvL04n+jpW1JaQnXfYSu/KIuUNZ54yzcl//XI7L9jOCwwWBn+QbWSN8wJ2W/ZLkfB7Re6t1NyPNevCN70aDNTwcc4P2GXZJ9oeu2yu89scE83C0KvlFKJU5wlS9DVdFIQgncgbxCamd6RdKb0E7jrtfYsB09K7SKDvPqrFDHXZXVO2ccldOd/deZ9cH6I406Lrl4rogqVCbNI0+0e3JBAlwdXhRRPRSExddDxiMj4EprssIvwAt7nib7wbO4dJftrLfczZ/X7vX/WPM72VZg4AFr2uPeE+GDwhAqm1TuZUSRcGHtNIFoCS4ERlfSyIcpW5xUDjT0+WBGTm5t6Pb9xwkH3CdPY/SlXXV8IpZ3P//47gCHU65Rj2DRkB7nZJe/qtkJXldZOVZb3b//7As7n5r5umcPgiUHZiHpjMH1NIEGM3CWJmkEvs5PbC3247WZ+AIlZBmhBaE/kqSHuDD2cVfO35s0FSownBMMA6Sr0gS3wPJX6eJYnreAilqZMmIMi8CAkB1iMx60VWPypsxRtsPep5gMqCVaIWvHGdG+A/HmptiPXlEEsIZYkCFWL9iBE7v5ymiBAadceIFCWo1ZTDI0wXZnEWu06WQBi6PghTnMR5DBAIHT/M5GA2kLeh2oZqvXm2ENfAIHDuClxzN1x7WlwTQmeiUIVrNFjG+mZXph9VoEaP6e2koVAjWk82CtODTpZFyM9RHqYgBqnvJXGcRgCAIGUpyiRw1gvbsOwPg2XGO82FiObfeMEqiAY2RHtaRBMCYKJIhWivEqIKKjBDzUM1jjGKkbu5H8U4dXEAY5yRrWWceJ7vgcCnjjhCmampnA29NkvsWvgKbxxvFfiCG3w9LXwJYTJRrIKvNrzxPXuogLE2DPHUEKnhbEA59OBOkRsmOAVZ6rkOCtIIRQ5yYZQGDkQwlcPaQN4Gb5txdtnpWXTjRauAmreB2tOCmhCMEjsaUNPAmQmQDSAsywMyr3IncJ0wdmOQZzhw0zD0gwB4aTAPYRt4beB14SEZcG6guwp8+Rt8PS18CeEcsauErzZBvxLABIIZCGupBiDmeV4SIt8BUUz+AZEbYIx8Gk2XhLkTqUCslbXB2AZjF9lgANy469xgBhuIPS2ICTEYMdCCmPWGjYsOyux9Q2YAaJx2eGoWx7GXkP1kGhFY85w4C/08S5M0zP3IcXwNrHGJG7ht52cXG2lwkET5Cny7uqLRhm9X4VsgxE7EUIVvNJEpEa7CtbR7rMazhmZYJs/Ncy/NnSzwoZOFcR5mQUjwLCdglsWRwh+jkbTh12acXWac+TdevAp4RZtx9rTgJfj4x6KPP89X+Lrck1EpajLHJ75lPKlg2lGMHcsUz4f+Fz4i9hYECfadPPUjN4XIRxi6iRNjH/VpkhXC1kIwpXgT7ApXxK42mUUTBptgMlN4cmKU00QtQn7RrgbbvRi2whLksbHrv2acL/4l0VBrjzJei40VBj2kuzP5+/68OxVHgm/4c1qceMwYIky4ex2l7pIo07+wJuxYgdBLqniuGrvFu4v1lCzyafJ4Gvb0De/wV/mXqMf2hwjhclkZT/eG3qtcn221pFHgP7XVCekHtcFabOBYLkI+eI+TcJW+3y6E93fBWf37+QQzzLmqQknDGK1ACGiIxYCGD5j0I9Hft3flqYtcm4nRuuf09pHSt8ln9DFapmzjGK2meTZrXhuz3LTq6kheSZuuR/LoutogrDGTUm+NIcpCYtmsIhYCq8fZZVgtaRWQT5SWJ+6iYngBuhb3ebLVPSo6nK9Kam2yzPnl+fZO4LTuyNewgs9tTC+xPNKPja1JzdITWS5I32JW9s5ipEn52WrznrbJ7sUU/C+tdQO30r7iwsUrQVe0dK74ca2rfFxb35EBSk/bSrDqShCPfYZMwepRQuok+cMG7eiKGbwlqsoK7KydR1eSQWyAp105g2PTAoPEuTKA1W4TAke1zAhRKHGgWWY0q8r4jENGM7yCip0EOijzAj8KkiQPHeiR/ULguwnwIiQkiJAC/0rpIR5lUYm3RUW1qDz2mrItJl/FYgK88Tn6qovJtpCsvJAIYT9xqNuvjK8CpbsN6UWgmnJ4DRgkHllcUAiTMApyHwInjyLXS7Msg3mGZpeWdS8BtwXm+S8wl0Rpb4vK73BRCW98uMqi4l57ObstKgaLihB5FYuRV2QyfSLa/+oWH1JW7DGbblEyBl78TJ1WR8zG2xQVwcifBOUggygNAQz9PAgDLwfAy2KYBY6Dejc5lbS1lpET+2QbsU8evuDLryXYEj6XwjXPrMlHhWXhLPu/NtnmuzvSDOfFgfzb7oHeqP76Z5SUn7D1b1aCH8pD9uufhaT1J5rFnkxMQspvdCnyT8rkytPmPfmlxe82a2eLltC98deqZtsn72yTtgtXkG9ZHtY37ILmdKo4UjCL4H11rk/3ZXUiBsbK6dn6/J1tGnfhsJ46CNRkkOjJf9cidglw6ls0g4NKbDE9/heCtmIxaOu/Clr+9GD914EIqEcZ8AX0+8iejzLUd9AnfTryP8lAlkR5mkEcJImLYy/OHCeNnTwLcNrnfZeKWq3IGv9aW/GSLw18330iPV8wtPsLmavUGYSYySUzVnkTLWKUMi+T5FwXB2JpN4k0m5ZPkIs8mhSwpepCXUeawrM29TPgVnW3UO/agpSEmkxZMnvQ57aqOHllUzK3wuQlaVvcjUE0LWdI5+BfCBWx0A+k7cVlCdpWhcqv09qE3iDcbJVq4O/OSV/L+Jvyc5/t+O+H4p/nSU2Mb3Fd3B4eqyx4LbTGTmhr2mvTM2vNSGPtjLVmBjflwGQKmn1QWOiIQWHvC6JKbYegSsw5QlD6oWsdf8QhcvxgaBWGuZ9mHiZWaQDc3E9C7MRJ6hCgDEEmpBcZS1kLGMmW+HCyG9PKFt5iBorRytYgBcYTmY7c0hO7myUOZgtryiscNkmJrXvu09XMJI5O7KtY2taB/wux7uqSFre19jgrUJPjeJCg+AVzYaG4l7b7Kl7RiL5yX1Cs3PHiRw0C8yMN2lr2qvORZuembjG8CZStNVyFspSPX37yxTKvY2ADhzru+QRt1jLVGsgg3zccVlZ18j2tDErrTTX22vsi/YhX9LVrAIYDBTG47OFMZ4UmaXVSmy60jYV24m2YgZWJMpsiSiQgiqtAlJ+Z4sghZdc8m2IKezKMjA9xHHgOcrIsJPvN1PGgBxCkZc4Sx/eQFFSYmA1VNlR5FFQJbsDVqDLCg5GOGmlhLGihGGj0FhMsOpUVVu+DjphABSVRbYVUBEPVzCMvBCCM/YhMZOi6rhPFvovCMAQuBn0uHpW0tTRULf8pFFTV/6O6AaSpOdkKFewUk+oAfqC7GrK1Y+dCXGVbj+rmeoBIZt/5l7qvaXiVBrfbrFaR25oyrBBM6/f3CSs0eU/dE4/l8bxDvHFto7Y6B6ttmzjqeDcOTc69ri3DTJXvDrfolhkyzWTlx0708BB3JQWbQ/bHMmiYvYKbhnQ6zE+b6Hk77soEtoU0ZqwaJXQZWjehI+CqGOD0hgwLfYX195+miLpvHtrnYoyl00cDFA1xGDsxciCxZvw8ctIoQZHruKmfxEmS9f4+Uzlr4adM8lMg57SH+0snfibEQJHoIgOopjU0/oiYPezCqv5YEAP4JT1TZfhGCNKP7Fwom2CdCMD2qPrrFHobZHth1bj6VKSY/BtREcFeoSdHSBZaxd7dahnB9Sc/gif4lO7OtSJsYPx0iobTWjx08F5zpidEyGCQBXyVgyV2Nv9tcVuQdjQXa7+egePGNdnu8XnAx705Z6IxWY90qsQO5TPelPbCq7bb2WgXh/58iUyyGYCU4JEpNLoCNIrhUz+S2f5g/VgSaeihtn7kJShabLyjT+275qndFKjg4Ch5NiwngBIMQR4HMEmDIINBHrhh6sd+ikDu5n3Ep0TQWvAoFf2l8fED3ciRHVP1UB6wxZpktU3ih510qh7wPQ0AfH1Hi1rvEZ2cTZ03Vp6qxumjbq3+UCfcL+Y9Xe4RvRtTO7v0z9X+LgRPiPH9FIgKLCdmjiHx2nWrKTg04Urd4k6e/73mN9YdiNBl8x3arW90dh4erBwoj0jqYnjIc3q7RK3OTuHpBWdNWzIDqjIcM0VVIKCqGNT0juqi9W/Wu7Swvy8s6qNGsIAbGxMDlCkubyohzwv7KJCPTVIT4vFWH0VxmiMUAA95KA3jOHbcPI38JHJAD8Mmkjtc5h10eU1X9q6595iAdLy2PyHf3eOKOaoJlQBPOL07lLvy9oEf0h0KakSS5tMShVZeMGi27iuyv6noAzb6RO7duSZD3ByU7c/pnUX3Sy8ft3wUjdUmEzv/vBUT/D3et0LbcW3gsZJe4Y23llnMPoimBeKG8S8F+bqyYh6wrw48mcP7Ys/OoN7SS3ZumPxMK2iS7viJVxZeGc5PbZu4hfypaRN9hHibbHqbb9McBLRN/C52x9vE4X8O2I2g0hTpoYD0YlzRa9IcotRHAh976rjXnk+34C4+t4XnHM2lTwfwHeUIpzHKcicOYYjSLMJ5hrIQuWma0Ga18C0VtZYdnYrC0074lwdpulmVdLiu4iwD9m6DX5+qYnBkQO8Ae59w8hK+G7PEz2ZXMvgpon3GFxodQsAbx13hQmNs5sFvLW6/9C67Xc6zH1sHd9K7pNsfy76DRGeZ9vY+u11Gs87HnmBrMwkV+n8itvj5OEn0Y6zznqDzYgiI53j88pgZxK9LwscsAEHtCQm/22WWaiqScM1XEQy30IHrZQnMAjeGfp7lwIuzMMMgJ/tnkEV5p/wqaWvpv1q+CQS47qq76SZ5iGoUNFjAb1Du6O6spptytOPniuyupKEhaHHih4dZQRaomtWPLi3qYcl/pu9mOZfqu+Lw9O5mm/X2jKw3tgV3gxsQ3Xje0182h76AYmLMwffn6lCwNFj8yvOnutyTaVCk0x1q3pI21zNFSzreneoIB+gGIz+PsJehNM4jD6MQwCjKAz9IgOMAVkabf6ZO6loop3/PF0e7V1bXKH5/PPG4ZXZ6fTofDu2NBW0hwbMdbiye+k/8Ijkpdxl32egidMhS332kxeLeipR60p7+wu2gdi88vtNughf6th0LTA/U2d1OWe4tfj1YbzEL16II9G9c9xmgSCCgiOi//6EsM5opjk4+gwrr9z35ggLrhlyT3D0C2yQT3bVRsDNNWgEnosU4IfrSpxVN7ZS9oPetlZ1XBT5ku4cXHB36XVCDGR2UsH0Qde5vtJ7aTwnZhw8dXtovZ4kpiUChJ4ZnXrviI24yTXavuEM1aSk+WARzivS8IwpGmsLRgkcKDC9v+a3wC9qCf2B2iUtf2XnQsAu8FJEe+oROkxvbPToccEVYdrvyvnF9YWnhmp3OwSoPO2K/WfxgIG164FSdWfcQWbVFM2rmFUE0Cof08I+0+9JorJmN4EzN968O2qDt+pbr3PjejTPMnG4IJo+SXUeyC+4iu9pThm5D3PvXvFszglWyDe5iuZo29Dvi3rVGF8M6B4PaWFbliiAEJ7jOaEWwXlUn668H3G/QRmuATbbmdpu5dniv3CZGkFIN8+0AGIDQybzA8SMYxVmWOBDkQRpEWQCzPpZVLmu1hAiPuxTE21Lw9S0Fa1zB/84XAJeWlHWdR1sANvB/RPAX4khcdxb8x3Vkp1gsLSarIBsVxfZyHIMcuU6Yxa6XocSLQBBEbpZEmZvN4P+qZWW3BWBbALYF4JIFIL5xwRoLgLstAF94ARBCmFwwuwDQkgaz+H9fCmHKSvinVMPLMT+LozyPcYjT1Ac4TqPcT5Mgxi7MURLPoD+VtYH/Bv7PCfwvdQVosRTAGweugaVgw9Ivi6WRELbkwlksfU/T8OzLA/3IWUw9DQk12CpSDzDWddLUQzEEAKYhjNMsCwEKchBnWZ4lsycsoswNazes3QztJzS0IVjJ0Ibb4vCFFwchcMv1ZhcHll5iflnALYlmQeB0w8MWlLvQjdIUxcALQeC6mZvkeehnGETQwzNLAZe2LQLbIrAtAk+5CPg3frTGIuBti8AXXgSEODPXn10Evi/L07CyyQSO85ZEswhwusEi4MQBTvwIucT2dzPk5wBEGIMg97w0hf7cIsClbYvAtghsi8BTLgLRDQzXWAT8bRH4wouAEILmBrOLwA+Ut3qw3Nl14JZTufqVoKUcrAVxEIPU9X0MQehBHKDMD/wgz+MoT93I92bWglbethpsq8FzWg0uOnj34I3rrYGowbUlODZEXYioQoCfGxohKjBBVGCMqGCYqgF6UZhlvouTIMrcPPSilBjajpu5gR8jpEdUsCHqhqi/f0QNBnU6LkfUcEPUL4yoQrChGxkhKjRBVGiMqHDoIZ7FThgHfho4PghBTh3EQ0SG3PUd7EOoR1S4IeqGqL9/RI0HsciXI2q0IeoXRlQh8NKNjRDVM0FUzxhRvaFHCEahl+ehQ6zSxAkjL0wTsuP3HT8PgB/EekT1NkTdEPV3j6g+2fXHayBqvCHqF0ZUIXAROEaI6psgqm+MqP4AUfMwjRPXzX0/zoM4T4iVmuduimJ6lpp6mR5R/Q1RN0T9/SMqTZmzSjCIs0HqF4bUPhwQDozUNzxPTJ8/rnmnWH6BkQj53e47klEWkBnKceaPnqb5bQYZhTEY3bj+u+qNEix0x1jI4bGDQgd4IhSGQbQQCpuUO11bRhmAckQrRxNx5W7X1NLkicx4GfpyV1Y04Q8HpU7Pf61+PVyQSXyupT+xcqLWPTqcGPJRRoYzFMW7Ujf4MyKtJ7pFK4xiVoGB5Rvi40OgcYcRSytNUY49+g9k3VU4/5+/jhRpPGY5+idpNn2r3TTKTnYlWZCFlezXP1snVN3iE5H2W7JDh4+k4a85tfUNo6bp1wlmprwX73CFSW+g//XyP5Lqf9H/yXuu74bXdzj9SHGWQoSs7TPTLivT875NVCpt67ciBWsYX9dQ3aXvEtNf3uHd8aURcs/kIRlAt0P+Y7M/luPcsD8D6B4r/iNn7XiV0Vn+bYXotE/Ja4+0iPdrOuvpY4bTDJ2b2qLfnssTTcb/Xc5sgpUxm7SYAHbWtIbAx9Euc5vpIH3MEJshb1NbNOOtsTFrzQx68161u15tIVyL3ACqkLuP4/MGpci+qc60cMZ42RWAO2EUEztxittqwjFsKygvA2+FMAl2gzF2u+yntbCbZq1tunNYR6y146t2WjZpZzlIc7uNVuP7yCw2XjK5sRmtf+uq2TQZ4ZpSEhn5CJ4Gk4ABNT6FVIiIJmpj9Qlo2S9arp7WCWOVvW+XLwkXgYjKryo5J8kOs1y7Ms+qyeOpb9U3jOQNJfmS3lU6IFTr0RfJYvSOGQT2+6q4vWWZvFk6BusNMVabacLy25OJ9WO5b3a9j2XBcuPEPrVt4UkY7D0xWnlbmD1L2mLfkbYwzZjBQt6xxggIVbZrLETfATGVBUsr2203WAbF1+eqJt31qjWvBDSk1J0lbVNqm1PbIjVHRgPaYaSzkwRBkCUhiHAS+ZEfRw7yoOfBPIFO0qcBNhC8WmUd+qouBx9byFL+KtS/6oufGHy3w59QWye1tTW7EjuskM7wYKDL+j3ccfNP6e3ol9Zb4fiAFrJvhTdY3cDy5pa62C0VsNLybnTjwbUTmb/BNdkUF/+iI9pYet2uXahl81h4t+9f35h2/Ya9L2AzA3EmOGGYyzwWwsgAmO7Qf0RFRWv20Po0zVnVIP8vrR1KTRH7jhCyTPj1NPevmmgAZyDOAEicELpOHucAxdh3vNwP/CRFMAo8Ie+vWuJqBRS5SU3l00pBtDBE8/2G8AVWhK93w2NC2py/1K1V2FcvJKNL6HFbJbo9QOzPPqnN11U3bAxDmjbf/ueZDOmJGH6sdsYL6xPpnbJhHwSB8+KiTUPQOeOVbpigaXFZWvKmKSPdnjtwkYhu7E/ngtGKVm2Xw78efir+fMTEPq3xVoZ2y7E+s2x4ths2vrd+cO2y8YqvGHSOfuB5rr8taoIPD+SfBLapJW799dgfp/2V/kj0jBVw7o8W1lpGkN3WI6DVIFmtXd4c8s+mOXbJm8OK25Rtc2wCXt3ZwsyyMgvUpuuJEJEGxJwVP1Hi2wrtu8uz7sRcjEYoWrL2Dqs/1O7jEeaIhitKhJIYuK4TplHoRdjNg5CGIJB/Jf+L+jQVcxLXu0SrMnr3UjcF6paVy1l1PSFGT1mRcanpfRTZHZPJK1rGBHD5xZnVsHCAZySfiqSiR7j9eOYYZ/xuioH9C4t845FMQqo37Tc+HmyzuuisLLrhtVIHEfENcAdb8pkpSi+VHiO/5LIE7MNLF6BSQSEeCHhmKgjMVBCYqODQdz0JfCfKMpC4AXBx4nl56sZu7BBFBCF0kIkKgk0Fv0oV9OPxqdhyFXSfpQoKASTAN1NBaKaC0EQFh87OSZJlSRiGQeYHeey5IfIRcvM8gzDwI8doFYSbCn6FKgjowbR/7SoInqUKChEHIDBTQc9MBT0TFRx5x8ZuGuQgT4PETbwsBgClfpzlAAQwzB3PRAW9TQW/ThUENx64UgXhs1RBwUUdhGYq2HyfgRYeOeXoTlnPML5b7hpjN43p660+Xz2L/hB6NlfcerG6+bYDLSeixZPdR9n3Lb2SfRSVE32YxTg7Wsrv4YR3O5nPpKBwIt3EEbBTt1mqYaAdRG4Wpl7gAB8lUe4kcZ56cURXvSDKemePWZFrrXy1+BKJ34leKeHKVYvPuxM9Gu9LjDKX3ebGUX7MTh06ma7RM8fBobs4xuzEnLHVj39m/kdy7OjQhJVi9+JBduWnKsMXC3U3gOho+wM+kPnBpsern2jKdb4iyVT/tiO1UWH3i5fagcuAY7za9u2xX/1kd+1ZrfyerkmGay9cce396XBi/tnsBo6o/HRI3rIhaZv4guhuujtTFSeLNfqEih0iE51eKkw8OF9aA8+GsYc/RYhZMBF9G5qioIwpeyBqVqStOUBesydWAIsZoA67rLRnmbdXd/dt6WXdpz22VXABDp0ejvi+IkyV9O5r9HSKQu87ijVBSNYq9R1egol1h2kUjPQjJo8lWMpIrFf5yt/xx72J9G03pmecDrxxh8UMdZD82AUNr7E7Ve7CsVD2A4qxcz/QbxzV+fuBQv+PktJ+3YPh8WWWJSiHwM18HOYZJMYkIv+fh0kQeTHsz0469rXMxS+wmMTbYvJcFxOVI4h0b9koezDwVnsEZX9iRQ8dwSsWumNFZ7NzrOntj1NVZ0+GycRB4GTADT0YOAHwIhRHOEnjHDt5mCHkDHWd8W/Kvin70yh7fOO5aym7+yyVXXAOhWCs7D+Xt2U9Vvb2x6mysycDZSfLueOSlT3yPN93czdKcy/zfBREPiT2WzZUdsa/Kfum7E+i7C64cYO1lB08S2UXPPcgnKzszDF4srS3v0rWdvZooO9RFADsYaLbfgqzIMwjJ3LiLIpBlvte7o8W9z0/MdoUflP4q2+LluSd6FTeu4FgLZWHz1LlBU9B6I1V/nV5fBgrfPPbVN3pg2FFiCBM48D1Iz/IAE6DBEM3cYIgi0AKoBMMlZ2yb6q+qfrTrO3huELmFYruPUtFF/wRoT9W9PdluZss7e2PU1VnT4Zu9jBy/BynII5RlKIIBH6cOtBBXu4GZLUf6jrj35R9U/bHXNeV186/r6sS5bWCG93A1fYj/rPELMGBEwYT4wTV0+1I+6PEPKFPBpgVJl7o5YmbJin03cxxQgiQ7/rAS1MH4dFJI+PfMGvDrCcxUABY8aQxeJbKLriKwnCs7K1b3nv240jpW6/N9uFU+QcUw8IaGEQpzEMHhJjsVGAYRiCJ/cwBsZO4AR6CwEDOBgYbGBiCgZBw7RueP+E6NPBugLMWGoTPEg0EL1YYKdBAgQNzCDAsU5ZigJ0scVIP5S6IIYgTD7hB7EJI9BpIdX/T+k3rn+g4EgQ3zmrHkdGzVHvBiRXGk1MKIQ3J5LBi+ExyZiHmMBkcXSRZnodenEexn+Ze5MVunCMYxhlCXord0dGFIGaDgg0KngoKJnHTV0BB/CyhQPAn9Cb+hJNa1kw5v5eWrxYeDff/fhCEAcYgT2LSuz7MIg87vh8lMfZTDw4V//tVi1RvKr8dACxSeEit/tVcjZ6lY6ErOBZ6omPhLzww8Vs+in89YJsmIxW1n88Jm49zVwSjmsarqAnHYSr8pTZ/qd299FrFlzdAyCO/EAG8FcNUPtxhoh0VS9JOEwIjGhzaFquoXtBpRlME16cXtOxB/3tW3BY0k22xI3BwInOyJD/+/adf//3v/7dAVVbW8a48lbcVOt7RH06DShnk39VlMWhdgjYR/L6sT1axZ5OdTv579PCFlugXf5zkmwFBHsuFNw69ZxjAjkIZn3PIgqcCHMG50QMqwCHf9gYfziq0oQPJHw+MDhnN0PUx9d0wjB0/jqk7FA7JtiNzYeDkDgKBl3SQJJO0lhnyJdEo3tDoy58Ydnrsje8PVtLjJ9dhwWfRgzM6/K7FcJUWj3LWKvRYkrQ2Rl6Uewj4XpBGYQZdNw9igJCLQBY6yFNq8rrpajdd/v1aFn8okyK4AcGVUOQ+SygSfCk9bwaKxNI3LRoNthukh0WaASApCQeYlPkwS5IoyHI3T5GP0thzcBJHyPH8JMzDDpOU4jZY+gPD0h9vn0OzAl0JSuBZgpLg9+n5M6DEqr/MAFL7fBaMGNHQCTwOIpy4Se5FOPazLE3TOE9C3/dDHzhxrAQiJmoDoa8GhNY8FG211nVuPP9KrYXPUmsFz0cvmNHayT3IeI+RS69E5FQDxcWBA8IURo4TZyFM8yjLEE5CB5PdThahSLmryVe9KNk09ysyH+ZUGYxzsS9XZe9ZqrLg1+iFM6r8LT6hYmf9QtVEvQxzKruhml2MBdJhJtocoSDFTp56EDlRTnUcpYgeQiYgBr5ySRYEbuq9HVosVHDvxrl2rfavrd79KAouuCp6oqviX/kt9wd0Su9o6azj9AySX4Tb95SEVpc6jk8hVQSj7O7YB64bJ9ADWQAxyiLHQ7GLAcpwHPRZFFTS1tJmtfwvrrw0s+avyiH49c+8zGpXF6utQEXwraS1MOsjTou8SMlgP7DKcOybrIohIK2oSr0PyJvuzjUZyVP9kleBLE51V+8qa+ty7xBR2tNYwREtX81qXE31Oy3JHOM1OMvcOhVkv1tgWs+VpdzlmEnaJXpF7NGBwMpL63tWtZD+Uu+JIXY3rPJK/SwIJpX74l/MV4MNTz1u2rEqafUv1kEY7WnOYCupSGuHWUVZv/D2Mpms2tce0QLypCNYha8M04TCd2XRUDeOH7wz6QQh7yj2zOOktHYY0ZSmpL9Y2dkO1MrDo9+o/BEveF1AcyHD4AY+ffbS0BUcP714UGwa39PAjzZhcbMsSZKXNpRd5mBOOc1crKEbImuax8CFmZugOAWp58IIeBCmBJ1QlsM+REwjdC2ATZrXtImL26yIT2ck8QrWs2NksTJktYhc6HgkyECVnEISbTFBsV1bCPCFdRRKqjbQ2LqlNSUPy77SWs6qrjZdIwCxCI8s/Xr18EKCii+msIh3RNMOpwkw8vqdFEcJ9t+i2xEesvqFhI+V3ibfWhDLr6bIRmjossLa37TzLzVP1szd2Io6LUkvsGbjzylmPU+gkxKTteXZVTz8uhJ1BjaAzKk2vPGCZ4CFguer74zLTjfKxXwZ3xTZP8j6e8APTb1aXsp2XHu6ASNWibln4el17I5FKEBtwDBM8e5nCYARclDgBQBgL4Nx7sYxdJ0g83EwrEJtIH3VUtS18L59/z5ekQE375sAp/vIwPmdiBtkG0fQJKVYRu2pA763xMHuXW7zzryjTMXhUH7iLqCKqfDSek8RrAHNDsgSDp1UBqvxyEHUQtzm3BPzj1iBZGNJ310O6kS86JC3KeHa5Z4vqP8wx8CCGIw19b0dZLJvEZG2SdLgmnQ27Y4XTZJ7akqfEzLzrU+oKrrasVlGV5LW8fdUntO7zuoc1PYmikWgld5HPBZ8bnVif9+gH9FzCS+8gc7Tgv6LPxOF/61ZjG+oZyRdBoDgDu2L7tA/thWSG4xodooSk7ijtDnwcsqpSayhG94LuEEKQz8CYQ5T30uzDAAP54ELMMTQ7as5aoSuBvHdazjYN695QpN4HEihGS9m5EoiJt6gj3Q3nJS7zMppLV5hQ8whsju9EEMiuh17X3H7pfW6sW6JafuJWuqInm8QW1WsCcRPNPrS3p0By6br4bR7GEVxtEDbhFWQZYZgJKo+MhN61VCKP2S17glihQS0LNe5cQhi+c8OsQhk8dMkilpsmIu0q3dFBuz/6wsRUTKrj6scEw+QgSxGI0agYwQKRqhjhApGT8foKRh9HaPPGcnsbQjaLtV3l+Tk1qCvBlzGHTXgMu6lAZdxFw24hP7h8HpCST3fOz2ded9MeAx6ZsIDu7bmBNeSsvxo0zJps60dUA7by+TUd2y5mZXAaIy/dUiv/84hvX7sh/T6UR/S9+Od74r0Y9WW8JvvggHppBdvH/az7OS5ce/1tPqe62n7mdEbK0bIOCU3bqmSVd9wJat+9JWsnqQL2jsPwy5oyS/oghHrki4YsS7pghFr3wX85IHZLXOfzsjuxsVMmAC6HBvpxoByIodac4eS2JQndKYVHhM0v/RI6I1HQ82rHw41r3481Lx6cFLz9kC1R8WBn8rMT2SBzrjPpjz6vpry6PtoyqPqm3CGJ+z7hBbl7Mqvnu7n5/mE2rx/FJwGvaTgNOgrBaeqxwItZzDqt65cLTqfSrKJejDovQnPwj5U8Zv2pIrftD9V/Ka9quLv+5ZsWGo7IVumW0J5yGx6wz0/LznHLaecYCd7agLBIqHxqEiY9EMhYdL3v4TJk36kTQ+ESQ/WGptWwSPvQO0i2FHJ+Q1HUT2EO3yimV6N2iHQTmWVJ5bTo0jnxXRk5lNhzGIwEcYsBtNgzKJfHScs/aLYe7bN64ZAZ9wfUx59h0x59D0y5dF3yZTH1wLYlCfQLr5TnlDBE83wRAqeeIYnVvC4ztygOrKZYbYHkjFcMleW74NmmBfNnuWnRTPMi+bTmHnRxBozL5phY+ZFU23MvGzOTWZJP/lqjKr0zs7Laq9H/DHxBPLb/Z3RNB4TG09hBaN++ioY9VNXwaiftgpG/ZRVMOqnq4JRP1UVjPppqmCM+1lBfdcNDBtOJ51Yp/uCGRra40ORcCLlU7HHpZGFOqCUy9F+Tkc14b/HiX1kF2InO0PVx1kxY2JjNVEw6tVEwahXEwWjp/xw/ZyQcsx2aH/zaSy4Z5FJbqh2/O5zXqRIu2SgJHxG4yThMxomCV8/StQ3+5xgI0UZ0U76r3muHQ6BbrqqpFW52zV+SfMIwijx1GFqdjmZMhksJVMmOL6Zsf9VlnuTqxlKt/RqRuAxvpoReISrmbLMzOxOSrl4sZYwGVyxTJkM7lmmTAaXLVMm/eIsYdIvzBKm/niwKk/MK5flvZy/zmtJGeV0oazQJ7yza0pD71aPzXX33JIpZTEe4Fl2/VDPsusHfZbdEzWSuhDrlJHSLFFEgd5ICQV6QQHPux2BE4wPdnI+nXS3m2Nqc01UcBqoo4LTQCcVnAaKqeAU7r+p63nxCeeEKNMB7ZDWfIylfAZjLeXrx/yIKrJgos91ig/zlyQDyunSSP5KsIB6yu/Qw7yej2jN10cpn8ESKeWDGqPNhtkFdhvhmppuZZkUt/PCGImMMy33e1yluN6T3tfJGBBPfRaKAyYdQbpiXrE7sokEdIsP6YPN3IlnZYiEEynluTphNK8nDY3x3BjS6+fEkF6PH0N6PWoM6fUr+ZBev4gP6UOxb236wMyQaqQstqXkfMa9vtiikvMZj8Jiu0rOZzwqSusqYbcUzRZjdmQGlMbjIuPSj4qMC450vnEovcNI5wMnoTduv5pX/xVqXnE/RANa61Jj2vRkC2ywEYuJGTZi6dtZH8p7/YrcUZmvoCMOg7VzxAGFnUL6MUGHTLNH4EQSewHjjzvyhHTBkeUcmDUYhsQLLAYpo4nJIGUUtOJ4NG39kHTSExmuP+rHuqOa8Kc7TOPL72sj/9QB7QIPVRmfiY+qjM/ES1XGZ+KnKuPzh95dRr5ZAqFxL0mY9F0kYdL3j4RJ3zkSJv1KKGHSL4MSJv2xv4Qp6uGCBoyhKrPvj0angRJ6ueLYzAfB0H1CyiHxAOwC7+7vyFqUlKQhGk9ACYf5tJvhNph/M9wGE3GG22BGznAbTM0ZboM5OsNtMFlnuCNhJvAYUI250ZMtGPMRi8lAj1j6xYzdZ7BzDpq4INmRRZsnzp9dkRRM0wVOQuguFu0ayQU2Yrkwl0pv+Iz7Xy8DzLYT2jWuPtFkBIub2rNe1dqJmPkGe+1Zx/IG96xXNXgiRj/ljcToQc5IjB7tjMT4s6Pgk729UEtv6UgM2Y0UKrBpnqVLVKrjNHpP2GbDXPqaUJbUsjvNXoBnJlA2pHEXyHN17TNBritByxCvLoOq61HKHKAuw6brYel6RLoejK7HIXMIuhx9lgHPRZhjDDeXII0pyJxwesdSZaD5g1aBzvw+c8JjcIk54REOv4iJihHNkHdHMwvM7XNESvNDAgmXwRGBhMvggEDC5UkuMs1QvyO94ApTYFtyfymwLbm8FNiW3FwKbLJry/Jw0p5iTagvuLocci65vBxyGswPBafBEZKCU78fVXHq96IqTv0+VMUZiZebFMiSc7HL2npommvNMb3MF02kMXFxG9PrZKa7gmZ5WyK2YdFJNrJmFDw62W2yuCWyW54lXnoz/EbeejP8Rl57M/x6DZvn95Xjpj/elnJc2q+yo27JPCVGx6nkybkWTVaBTzerDOwVKcfUEirTc936cWg87ATKBS52Uy4TH7spl3A2dS5Ppe5yhNOYHy8M6A3OEQb0BgcGA3qDk4EBvX6lGdL3cZTVb1p45ySTmVFpMbz6TQrb1W/6bWtDI+E12rf1ZMYDPGHRj/GERbjp/K045LreoSSyZADHomKHrgY35xPqibw9ukX/Kg6Y3j7UmpB2gXJBUPuUyySsfcplEtg+5epNeJ6W1bTnJtTGX6zi1H+1ilP/5SrO/utPD0d8XxFArwx8zcfE5htMOaPBLlPO2GtMssOHjKZYNxi7Ee10i83ydO2KtDg96PFtQj0vz6B9Evp5mSwJp7lIRj4v8f4One5xVpoLbTnm5RLE+wfWwa+Uw3yOzXAbTLQZbgOX7Bnu6aI8R+03mRC53Hb5lo5TfUu3ZMtGivPMj9WJpu5bMFKcfl4mjcYgJigNozQXLDDNSzcwWyX0E5n/TTZerw7Za3r3/tsbnf5PqOfl/ajXfwn9vMx3JhtMKce83FdaQ2tKPs2FQEjQIWOeDL8ZZGiYkM9L7DIs1eZie575739rglZSDmO0muPWo9Uctx6t5rj1W4g5bl8+Vif8+cSOtxeMVc8zPw9MDvBlDPNSDRBFQj+RGTnzX0yeT3iS3bkyOIHoycx9dscsBg67Y5be8nrNnErfleXhFU1YOtvYEe3UR/NQ3iOtlI5qkReqyGHmhSpyDOJXTgUZ7SYo0y71USxjevOMFUpeg4QVSl71t+iSc0noJ2M4obmr8LIeYhxTuW0VOJoZWqMUI1rz/pbyGfS1lM8gL4iUzyAliJTPIBuIlC8QfYyN8jAKdNMMmxX6RIwrXrxlPtemSDmR4zkerqqy0t4TiYRTl8smMMLEhXNEu+QaUsJndBEp4TO6ipTwGVw0SfkMrpmkfIEQ5bXb16dKc8XbUZkf7o44DA52RxxCfANNL14ecYU0eThaMvO1ZcxisLiMWQzSsIxZDBKwjFkmFx36qDqRcOm1hshkfEckMkHhFLL+aARMIuGCM8gJk8kR5ITJ5ARywuRNAmNpqgLySLefm5IvMSvkrEZWhZzVYLFTsRqsdypWwXmxPCc7jD8fS1prxuAQU8Zgfp+jZja43FEzC1O+PB9OqDi0n25wbihnmS7QZZnRiALtyaZIqJRi0K4hqXl6bRmbQaZtGRuctJudgt2VJ6OWt8TKXmhy32ZG0lpipbT6WBrk3JlQL+7ZMad55445p/1rFA08Jl78BfJ44EEz9McCI1r1IOsPA4aks6pHs88aqx8lVkpLduXtAjXsyWclNolzjEW2JW9UMo09OWUMiyeGhBlIP3PBoPbk08ManJcVRjl5ZnJmM6ZeEG4t5zQJuZZzCocBzW20iZ01ojW3PKR8BmaHlK9vO3XnaRfUvu7YfCYCKYt5QoI5doO8BHPssmQpNOeWYbYUSir1G05LvTeeQKeSYXKFKVKq5Oj9OERClRQj77oRrUqW/npCJFRJOVam7eGUKjnGiCmhX+TzLec18/2W88Lxt5hczYmUEg81dLrT+qQxmgUbVZHeZI8q0pv4LYr0/U4PBs6RlpJA+/nTCIHO+JumPPrvmvJMvOFoNTJbg6hD0qW+cUM2Yxe5IZvgQoU/YbQzafaA0tzhS8Jl4PMl4RKcWNAhs080oQ4vtzp/VLVH1akzusas3XccD43spli4gXkykjxgHMqdOxbTCwEKIXCJENh/4bm6xZWuas1IZMtz6XeN+Bd/0oh//DU2eWTTU/sKFafF3zXgvuoLZZIu+1aZpP6ryX7OrnS7jqHYlmUy41Pq54SXSGIMF/bTgHlp1wyY+964K8nf0QOBC2ItLumTIeOkZ4rjHUVOaknXtv6gYSh7yjyRT6uwpJr4tKHQhuPCvh9yA6Edn8nvB/u2KnbLWiPwXdymqYyl00Imo58d+zIpdpjM/RMqdstxXcZ+6beqRS3+ZLUo8ctpyXb8Ob1Dh1u86JtFxou/ViJk+XdKhPRf2FcZYzsxm5X8tXlo3YLvnRMz0doxcY2JnOz6lw7kaN96uiuqFV4qipm8s74rCXbVp7JaMnkErgtnzlTC0mkzldDPmfp8xBUtuYxPZuHpI9ES9ku/Uy1q8QerRUGFKG+5KE8hyl8uyu/Go8nPXBxqOi/TJVNtzDq1baqH46k0yb8mEC6In50wmYTOTphMomYnTGJlzD0v1W7iND8mnkbGtAR2e09Wmwns6WdkNrPAUGJDPSPPwH1mTDzXOsMKXFKOGbnEMMkMBVJSSaKEw8cHg1ks0C0ImB/zmETLj3ngIHlbRf2m9CEhQ1JpGjj+2GBej4lnpO2Lutadek+o5fJsSmIb5nccUC/K8CjjNMvxKOOEsm+gFzemX0Bp5/rDJER8Sj4rkYc2GEvk5LNjVhxuiQFtNkcnLAaSTeeshMmo3VmBFjec8JjI1tl7chYDyQuHccglTxNpmut1TCxvbXo2aFy6ILPTiMFQaXsGs4ysAoNZKlaBwcCvcchgkDVjyGCQLGPIoC8oNmIwqHU3HjlHSOV/IDpXn6pz+lG/Zk2oJaUBBAoDFJDQz8vU3wdOyc3velSsBtc+KlaDGyAVqyftAloDRxMcMyWf7VQjaJIxTF0czkmywwQQj3fzzg09nblbw4THwKFhwiNcWhV0i0xv1PXRJCNa82srKZ/BvZWUzyDFg5TPINWDlM8g5YOULxDWlXOS7x60pkBDJYkTKQ6npDrXd/oxGtEucHSV8Zl4ucr4pm4ZJjA4opXFy/DnJg5XY2K1NIML9xHtRBY1Ue5wrrclRUKlFIOuGpIaj7KUTT/IUjY4affxrtiVdanbOk/JlT1By6EZyaKESik7Vuf+hI0ktcRzbToZjo5itrAk5W2KDZOto4zBvA66mtmgIrqa2aA2uprZE7wP0M6mR9Ino66Yki/wQ1CwmjgjKFiFAm2ovqOnNwbKOyQ1P6aRsRmc1MjYoFjbuSYL106fGWNAOTV6UJXQzFx35dGkD6bksxKbyy4tvip4ZmUb3xipmGal6031CfWsPCMnPhnDrFT+7+ZCG/pZmY15bC60ZZgfLT38Tskl5dZOB1zXNjW67BPeH3dIsz5IORYE6Km5TYL11NwGGUpnuHscrss0pZ2W3pWlxgNApDQP/pNwGcT/SbiEyJ9zXaQ2d+gyGUMJvXnom5LXIAJOyWsQCKfk1W9o1Ly+sP4OroM1i++AdsHKK+MzWXZlfMLhNbEr9qymq8n5+4jY/ABPzmhwkCdn7NsPM7vdWdjpOdGA+oTa3NNVwWng76rgFHSQeRRVBmvzgHKaPq99ahK+N6RVy9IvvkPSmVa1iXAMG9aSqyUaLeQTarW8rExPZWUoriFWSyOqR09L78zEtdTmaKrgNMBSBacBkio4venX39890BVHF0I9IVf3p8nh4phYLc3ACBrRTi87mCOlwe1XT6eSYXLPJVKq5BieH0yoVfL0m36RUCXlRLY9Zl/HKVVy8uKQnWsTOZxSKUc/9gPK6SwqDsWe7Ge7FCfz82hMba7jCk4DHVdwGui4gtNTfz3ZJ2YaD1wFz+U9MeC/oD8G/Bf0yoDfwI6c5dcfkM/z628T5/n7Er6IXhZnekwT6KZltPkzk2K6IqVKjtapQqBTyTCyFEa0SllnsqGqzURxUpUkAxwaUKrkNOfzBmooYzAvX6xmNqhfrGbWa98Ms171Zpj1ejfD3N9OJcWtnZQ7A7UZUE4PadqnJqd/Q1q1LJObnjGxWhoNSzcTRSlnvtBoMzAlV0s0OdUa0k5k/Q2fyrPGYG9ojJVmSK/XkyH9MLTVZI8u0C0Ky126M5/yCDeWGH00mcMC3fRukT7Tbz57MrkEMwttSCqXZHLH2dOpMwra93iXlntsllOwpZ6RZ9BJQ9q5tlEfD7uRY9a+nkMr1+jSWc4zI9vokHxKPpH46ni0353OGaH5YDBEU/I5iUZZkyX0czL1GZPHxHPSXpt0o4R+usk6J9hG1NzUpsUYkpofJ8rYDA4TZWxiQDQ96jW4H2vJJJcs9JHR1V1PqJBitGyLlCo5JqmRhqTmnlQyNgNnKhmb3giUsunNPymbP+klfeamAaWit7UxCj2ZQgJL9sHrMhoIEqgV8owu+3pChRRmeyXlZwM5LenCWTRiM51FIzbTWTRiM51FIzb99kHK1m8cDiw3m5H/ikhp7rgi4TLwWJFw9TCJqpNtkuBWoDPfYU54DDaWEx6D/eSExxNSjB+YcypdI2yDAgoS+okSDWl0lsWE2rj/VJz6XlRxQvk3GBUrkHJo+ob5gT4s6B7OMC/VyPiScszLNTKZpByyBNT2dzSxtP2OZtK139PSIbpM1FOOqcsdD9awabSGvpLlhHpeXpNbsjaX2XLMyzVZjWUMGqkGFpWMYV6qcd4sJZe+L+wT2bnpazDO8Onmxe64ZF7sjpp5YeDfOaWfl8mylxmccKqYJtLxAVe3D3ZWFQeyzdSqxpRcI1G/LZfQa2SaBP5KOczk2mC5ZBsYyoYXyIYa2WWlLZ03pdfINJi8MgaNVP3EldBLVp/qSEvrYTPDZEg8I605wLDf6T04VUwz0vXnFCPaGVlvjc7zJPQzMl/focq0fYx2RtZ/6y6rhqRzI1yQmXC7jqz3pouUnGWB/TnDbmKEzrBDyXe902ZVGdHO9NG785EeEppK49SzfY72xn2N9nMtwztiOeOss6Ht99oDWi33kvdd+qYL5o1KxpLJo5Kh3xfqZehPCvQy9McGehn6G3+9jFCGhQZZBybUs1rw+WR/oz3NkjHMSH3D4xJeHY+GUnuGuXXAbDs3Jp+R+L3elhgTz+klS7Zsvy/JH9MPH/BM06VjsoCfKpNj7yHpjCStJT0knZGkPUwdks5I0tviI9oZWbRGYG0oi9HOyDJyS5mS61qnseMn1LPyTBPpS1lmJJvkwh8Rz0gzOqCekpun+lexGpSxULHq1yMlq34ZUrLqVx8lq+DxUp1PaGdwWdbTTW8W+DMtXgh0KhkGEWICobIlZj4pI2KVNKPq0yNa8zsTKZ/BpYmUz+DWRMrnjb/ZLLJuSLv0m0d8xt884jP+5hHf5JuNrg4HpKoZY3JVJ1JOTYW7c5XeGZ0NiJQqOX8/pqyEqv3dJ71NKGUx3wDMsRvY/nPscPxdBucRAqGqd96iWhssMiRVSqLp7+wfDO7UZAwqqa/L/f58KE5GEjtilbR3uNrr6u2KlOpWmdjYQ1qVLBPrWqRUyfmZwvgCrRHp52VeoEFSxqV6NCfEWJvmhED59xprlkA+34MLtGzAoJG6VOMkbPNvWKR9I5Z5yeaaKNLrWmuulUOOebnmGirST2RWZfoRJSbJCwaUajlam3NAaR6kK+EyCNGVcOmtExmXflcg4/Kn/bMrDvh8NOshTqvua/5csyWdUKvlNX4bBk6qchat5EUyl8+Npf4tCsYFM2Rp6WYFo37jqGDUn1UqGMPpGNXH8lDrFoQJtXrMDWzuEa1aVsbrCOiv+qQcy2fSAm54Fbd3Fbd/FXdwFXd4FXd0FXd8FbeQdfMi9utmm3vddHOvm2/udRPOvW7GuddNOfe6OecumnQq+DFdboc810GQlh9eye9dye9fyR9cyR9eyR9dyR9fya+DJL2Aa2ege+0UdK+dg+61k9C9dha6105D99p56C6ciOMUhU1dXRO3979Rvu8437uW790yJ3i9DJOoTJ2M/kSkqLv7Ov0HjomNv0rBqP8UBWPf/u/YSQSu0vYLZz/gHSsSxJxrlg6MklX/EUrWmc+w32gN86lYznTFJw0EXPJhAwH9530oy8kHfvtwQPsiXfqJDds1HzkUcdFnDkUIYXm7kh9AmsTVDWmnFy3tc4MLwwGpWpJZgPGUXC3xHmfMg1l/wCFn0Us2iwlUcZlf2GkkGFzdaSQYXOJpJBhEfmkkGASBaSQEM3MAfz4tnAKEY2a2oupU4HrJ3Bqw6CUvm1tjruVzSyFhwdxSSFgwtxQSFswthYQFc0shIZiZA8ZzS+RQz4D8fMAVMZMWzK0Bi16ygT2l4Fk+r6T8C2aVlH/BnJLyL5hRUv4F80nKH8yMuvFsEjnUY26S7W9MLCtQcCpSkwufAaWiHInN6n8YOCyNqZWFE4za1VNO5PDwb62Qnmwi4SM+2Mm5OhhEQA1JlckPKppiY0c9jnXxalKOhWHjcm7T6HE5t2kQuZzbNJZczm0aUi7nDoTYufMhvaO68YlVsS+1sYMT+skI/50W7rHFeNZZkVPyicS3rdZ9l+dYo+wjWp0szQnohHoij2z2q4/6G+eeTCHBYNsiEiqkmASvDihVckzMsyGpeX5yGZtBgnIZGxy122ybNaJV9EGfC4ifWi0R2bAs7BMFu2nfKNj1ODXLrgeqWXY9Us2yB5IJrlvvB5SKwTW40BUJFVJoLskdPplJ6oml2enqMz2lsWuks4qHtOYLoZTPYAmU8gkZ51hd6B15bAQaU3Lz/HMqVoM0dCpWvXIoWfWKoWTVK4WStVeIxsvarNvHxOblyuSMBvXK5Iz6Dlcw6rtbwajvbAWj3iFFwRgOC1AZDdCAclnJqcVDI+MyLDK1eFBkXPoRkXHph0PGpS+IKuOKBKAviaFrYN+1ZJKlgj4ysu96QoUUlsLLdg3ENJQKOW2iWhNJHe1sm4Bxm8CsHGgsB2q+DSz4tvk2ecZt8jRtggvaBKX55O17nNSFrvyOQLgod/qIySxh+ojJLEv6iKmPl6EFBokNuCs+6ZwsB5TTjuf3RffF6c4udrsz2V6yhI7zPoFKLnNTXiPBwJrXSDAw6DUS+t7+Fz7owa0lmvQxfWAAbD2ZVIL+lq2jkvIb5ZcSCaVS2OmXVgSjkvLTJEK6TBwCnVSGGBNrcEAuZ9FKXiTTeN4rGPXTXcGon+UKxuHkNtjo9WSS06K26K7Z2dOI2rjzVJz63lNx9hs0Fo5yW6HjHYEEg/AlCf20X0SaBWmBZvjm39F605hLbznm5ZolCpKzzEs2CpaRcszLNQiWkdDPy1S4vFQqmW+kLqbJDhETKK+KDD3Qgp00o4QeVZVc04zRd6gqTgbGuEiolGJSS2lAap53WsZmkHdaxganX1/UtTZh9pBW2Qf5+ZDVRpIYpVKOSa2TEa1aFjGCC2woi9MqZd2X1S7bo6ORsJZYKW2HqltsF3t0i40ECvTqrzUJVBkTz8zp3dFwRu/U32lS92pAOpXU1WNkF1BMSm1YM1LguKBw5JR7SfXIKXevfxmui9uDnR2QObYpeKZFcsWdjL0rT6cCNxzmO6Ahn/wdFU6LIzY7kZIxmJfhVTMbVOFVMxsU4VUz60+rZpj1h1YzzIF0GPQhYBPqiwZgWQkmFeeyrl9WfEnFuazT5WWX0i7LVTsoZjWMj8QuIdBNkKCT8Fsr4beErIc7PPMOTdnAMbk51KlYDXBOxaofWSWrfmiVrL6k94zyM03JL+i9xfmZlKxLem9xfiYlq9B7D4lwTbR4blNu5bQeiJ4flAGp+YDI2AwGQ8ZmMBAyNk/Vk2aTUc5zYQdcMC1n+Zd2iWKCkr65L8u0jSPoqMvD/DRTMU2MExWhTWNpNKEKGl7jkTCTox8RMzn6kTGTo4cQMzn6ldZMTjA/pqf7cvlgEiazGUMIL54xPe91M2Yi58IZM5Fz4YyZyLlwxkzkXDhjJnLkM6Y5qzdx5lazzc6aIenSeSPlvmjmzElaNnfmJC2bPXOSls2fOUnLZtCcpMEcIovYP89FZjh1htSzM2ZAuXTCyJgvmi8zgpZNlxlBy2bLjKBlk2VG0LK5MiNoOFUaCmoPGxrMhIsz0Z9+y3g4okqmySRRieasvXFakflffMKLfOdVTObm6bwAA/t0XoBQDVa8YDBQXQm9uVObktfAr03Ja+DapuQ18G5T8vqD+Pk2fF7fgxNq88QeCk6DNFUKToM8VQrOfotSI9TXhDH4fgm9uZeHktfAv0PJCyUn6PfFLtsVOV68sZ9KaB7OvcSg25RcFxzXyyUsObKXSzDY92okGBzNaCToVyydBL3Ho05CODfW+uNnFdM1I73sMFoj4KJxXnY0rRFw0ShLDqqXDbIooB/jW8TCHClIUoDBNT6cmN+XiVrrmM1z4JsJMsiIbybIID++mSCDbPlmgsST7TzHZOuyQ5/Ks+6WV6CtFtx9ythMjrMlbCZH2RI2k2NsCVvfTTTXT4WxUej2iNZ8xZbyGazWUj4DH0wpn0E0lZTPIIxKyqdHFzmf3m1ezhdpk4rJ+WJ9MjHFwDtCmHN9psUbqpOdl9W+1gQ7D4mN55GCUT+RFIz6maRg1E8lBaNQ1fzWxjywVR+tPiA1jzqTsRkEncnYDAKuZWyj+538fPiov9GhVMvucAQOw1sbgcPwnkbgMMDcEUc/7PuSrVnJ7lwZRsxKOcwjC2a4DUIMZrgNYg1muPV9OMeth+Q5bj0wz3Hr4XmOu49uok9oyj1DEJiSmx+5qFgNTlxUrAYHLipW4WKTWNcs6fce06zi8+e5Q1rz41spn8FprZTP4HBWymdwFivlMzh6lfLpp7icr9/Q1Hu6du2KT9TqpleNtFxzZX9yDc9A3jH+nzn/Xwn/W8b/i6t9A7jyDUD7BnjlG/qzIurmrInk4ySTyw3SnK6Gu0bCkHQiiUXnzEvgJNM4raZwkiYUsaWaJslpik25JvHPY3594HPHYRzx3HEYhzp3HMYxzh2HcXBzxzFwRTyRmeTqPBAZ0bRw9efjDlH9bUNNWf6veWEKHkPZ4ALZQDlfmiS0ZtOmJV48e0aM5pNoxGg+l0aM5lNqxGg+s0aMwRCYgB6YpoPEUGaek5Mo4UQX/tuREQnNvwP7dHfeJwdU7Ia4ppHV0KhnGjCbY2D57ALL5xVYPqPA8rkEls8ioAAoYIBPQAsh4AJ4AobwBC6AJ2AGT2AJPIFL4QlcCk/gUngCl8ITuBSegByeoB6eoByeoB6eoPGADMj1wzAghyO0ggZoBdXACc2AE6qnLjSbtHD5dIXLJ+q0lxqTBprYPVCr/PACYIGGwAIvABZoBixwCbDAS4EFXgos8FJggZcCC7wUWOAEWM5Vgg52faowPtn1R0N3DCWXcefrJOhHQSdBPxw6Cfpx0UnQD5BOgv5gQidBf/6mk6C/KNFJMLgy0U4pR1+CRSvDoAqLVkZ/XPJw3u8faALZW6y5Lx1QGuuIjEuvFzIuvS7IuPTzX8bVn92f0OlUljamZVbbHDqda1Dr4WN4tMRl/cZk/dbI+m3sJDR4IbM7DLBMxWSe629egEHGv3kBUP59+lQ0U/LJSjskqU5FrckCIWO4rKeGzAt7achskBlRzWyQG1HNrJjsdXqHs7MmJY6U47K+HHEv7MwRt2K+0dxz5t9Dqednm0HovoRemt30dD5O8MUQV1TsE/lGaZNbQmUrtddWIqFSil71B5RKOW2SKW1uvTG5XiJYJhEoJZ4w2hvJooRKKRX+VOjm74hWKSs9ISM5hE7dT2Y5fXtSpSSeCV/vHymhl2TVqAi27VFt3xY5SxWa2Tt0yHjFDOO1WidG8j7xsWY26qTPfNXgLcDwLUOmiXSWM8WoLppA2EixDYqiSbgMKqJJuPSLpIxLvzrKuPplMT/vdvZ9kZ3uTPpoQm2eQ0LBaZBDQsFpkENCwdlf2KPjxQuTjFUqV7swjYmnF6ICgXaBGhNLpWXl/WFXooxsDcgKrsljKWOYbaN++ZtQG88jFad+Hqk4ofQbjBJByhhme4aDu26BknLMyq1Z2rv6rjyZN1jguaj3p/xg0LaFCSjlLLNfbZyIUsWkka4xbMbEs9IMDIopuVSiqUExop0a+31H9BHVC4IXlfzzb5g3HuQs5puuOXaDXdccu8Emdo7dm+8WsLxbwHXdAq7rFnBdt5hf2s2y+/O9Cpf3KryuV+F1vTq9YZKSecu/yzMDAH+5ZP+6HvOv6zH/unnoT9Qzw5jYO8UnrEnH11CpK8Ddo0996WmzUnADFvOLsjl2g+uyOXaDS7M5doOrszl2X1J3ziTb6oR6uj0vd6iy64ea2O6L6oPPMZoHEOmFGEQT6YUYhBbphRjEGemFGAQd6YUYRCDphRiEI+mFGMQm6YXE3Wz865GGZBKq46K5qGYznolaEfp5qBWhn4VaEfo5qBXhD5LTnur+pssIo1VM0+SoqL6j4RLdPomn8Fh4vCCXonnJ/NmNlMX8AGeO3eAUZ47d4Chnjt0gJ+gcu68bOoPcqjOMV/bw0oyreiGX9vbSPKx6IeIxZHUoWEqmJTNawbTgUHJWgMnZ5KwAkyPKWQEGvTwvQOjh4nTAdW3fPuwX9bGSzbyXdSIM+lknwqCndSIM+lonou9tVNh2VSYlWZNqTpthMZmT+WUNkYQO2UjYaSxMfPEM+fyB0Syr+RmhiRiD41oTMfphNxLjid1nfL5WzB6v0cJUe1pz/OHIUy09LBkLLfeiUlwmkszqc5lIMivaZSKpHxfP8fgFn2GyMgm9cY+pefV9pObV94qat+8H3KWlowVUTWaSlMO4L+a49b0xx63vjzlub2Kzccvf3AwW6BdbaFNec8Nsymtuj015+37YFYdbXNGaDadymRk1y2ncNyZS9L1kIkXfXyZS9Mu9iRQh/wVG6R13haoX5VWcYzTPjaEXYpApQy/EIG+GXog3TUTZl+yW2zemni2m8uZasEeFUZaredblaTHnxCxIjjknxiA3iIkYg4QhJmIM8p2ZiDHIemYiRn8uaCQmmptabZFnd+nE6hivmVZjIRdNqrGQi6bUWMhFE2osxDfpeXBpz4M1eh6s0fNgjZ4Ha/Q8WNLz8NKeh2v0PFyj5+EaPQ/X6Hm4pOe9S3veW6PnvTV63luj5701et5b0vP+pT3vr9Hz/ho976/R8/4aPe8v6fng0p4P1uj5YI2eD9bo+WCNng+W9Hx4ac+Ha/R8uEbPh2v0fLhGz4eyk+XOZSKl5dj1p7pj+iVHuQpeo/NbBa/gcMtitYqUUqLdDn02OqZWMJl/1bwAg0+bF2BwKD0voN8f79Et+ldxoEeChxMLBTM4OpbzTA+o5XQmZSbmWc2Ppk3EGJxLm4gxOJQ2EdMPzRtUl4fqwf6BDCBNPPfapLKdism4yzQC9J2lEdDr5gHTu9uyymhu6tpk4kk5jL9sjlv/WXPc+qGf49bD9xx3j9t/owUnzhUiE6vNvGd/4GdTs706w2fct3oZ+h7Wy9D3s16Gvrf1MvTHSnoZ+jMlvQz9gZJeht7PTC/DILmDwSQzSO9gIEVeDGthYbaFyKJkXVbiaiGmKFm9mS5YWgjs+gpg15f+ur7m1/xC2yPrsaxPZnNFwjGxfz4QqreM6i2lescb8U4/AHOMxmNgIEQ/DAZC9CNhIESPygZC9LBsICSQTAvuhbFoXogsC9Rmht1EZ2bYTRRmht2kNN4Mu7C7rNI7AtfpwKPswpQwclk0Lab8dfpA2TH1ND5OpOCe/2ZbShXbgk2lRoTJtlIjAsq/84Q/n3jCNvOP7Hnm+9AglHdCPi/xWJUpnYYGEaFKNqM3LJZ92VgPmReO8pBZMb5mZRXkLJqe6u8x9e5uM4wX9pxUyNIelAoxOYLRCvHknUaPB1C6QCkaBkVmCmIFHVFV1GaVtRQ8xgMwz2+auELFb5rCQsUvGH0440k9aKXKcQjFwnXoQyPrLZPVWBVvR34gshfOGxMSBnNTQs1sYEiomQ3MCDWzpvf1EKFmu6pjFsKDVsRlnaSAhowGlR5Y4baa57oxmDsqJuNu0gjQd5JGQL8SfTwUn/CiUqhSDuMvm+PWf9Yct37Y57iF8P3i8NDOiQxV80bXmNg8VFrOaBAkLWc0CI+WMxoE6MsZ9fs9BWMg7epdcXt3Mu5rRn1RZ4ucy3pb5FzW3SLnsv4WOZd1uMjZ9/iRJlVl7q4LNF7FZB7APi/AIIR9XoBBEPu8AIMw9nkBQsE0YsBUNAXBuTC7zRuTL7heU7CaXKkpWPuF4Q4djw/2HbGaM/RQ6/NSSeinQfnEaMMsXqdOCzsvFheeNRHQvfV40ATpmwsDCmHwEmFQIcy7RJjHhZHOfb1DD/uyOt4V9d7stlLKYTz95rj1M3COW6/Oc9ySoKIl7voqpuXhRZe66WsELAg00rnn98GlHNrIjm2PTxWNs18SnStnviBKd1bQkmjdWUFLonZnBQ1uerL7svpINxVXnqp+EEQ1l2v2+3H+Qfo+Vqu1LRKnx2c5ywSip2T6I0IFj4Fs+qELRVOWJTdhanajazA1u9EdmJrd5Eh/ht2f6VXjvHnzrAbjx8OAFr6DMxlIN8ipp2IykH7LPWTchfJbtivm4EjEJfNwJALqvxNc9p3g+u8E138nMP9OeNl3wuu/E17/ndD8O73LvtO7/ju967/TM/9O/7Lv9K//Tv/67/Qn3/kjNcna9dz+UJzu7Nfnqi4r+xWNmdeapwb804xFZ2LLcIfUO1RU9elhh2szE0/NuMC80woxMe20QkzMOq0Qk4QsWiH92lwc6hO6rdC+nRCmeVLnGKcXTWpicOlbwJK3wEvfApe8xbv0Ld6StyzIkPtTJ2Xsbdu96B3ZPzyc8G4nM+dnXzPLaax8JlL02mciRa9+JlL0+mciRX9SaiJF7yNqIkXvJWoiRe8naiLFwFPUaNoZ+IoayTEoB2YkRzWD3WVT2FXNYXfZJHZVs9hdNo1d1Tx2l01ktz//v8UHXPFgJFQITu0Lsxf+0It59ZP9oRMzOaj4gT7/UXc20VFNgJo9+elwMhHAyOQSfi5vy1ovgZEp2kAdGwxEcDpjfJ7y6NF4ygOHbX1dHh/0LaVU8m99X5Y7g09lZMu+VGQx/FCRZfydqDYZEkYm/9J23X6vdVabks9KNJa1rP+GTIY9OGTSr9MSJv2yLGHSr8ISpmA0FU2PsibUCyfmlNN0fk45R9P0e/0xlkA3mVafivqMdnaG6+L20O0wK0Ok/oVzf8u527CNSi6desHonHRlDPNtNvPRlbMYj+Isu34oZ9n78Rz0JvUyM3LdVHJN+m1M+Up79i7l0I6HwcmqnEXb4m/xCRU7+5cC3y9qt8BnPOZ6GfqB18vQA6Zehh4/9TL0cKqXod/S6GWE3diXhx2Np71Hp/TOOD+fisl41DUC9EOuEaAfb42A/lrwmwrfU3uhtcsb31Sj/b+G17i7zOToe81Mjr7zzOR4wwPThuieHne+KbJ/lOfqgB+4EWx/l+dY469tKmQCbz8Wt3fMk8rmIvhFutkIaniNR9BMjn4EzeToR9BMTjuC/+f//P8tDnj0','no'),(42239,'_site_transient_timeout_wp_remote_block_patterns_ac9d24ab0d31d221cfbca25aa5cdf0ca','1688979805','no'),(42240,'_site_transient_wp_remote_block_patterns_ac9d24ab0d31d221cfbca25aa5cdf0ca','a:14:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:207567;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:11:\"Link in Bio\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6458:\"\n<div class=\"wp-block-group has-white-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"has-text-align-center wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"has-text-align-center wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color is-content-justification-center is-layout-flex wp-container-2 wp-block-social-links-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-bandcamp wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bandcamp</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitch wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitch</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:116:\"core/button,core/buttons,core/group,core/site-tagline,core/site-title,core/social-link,core/social-links,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2665:\"<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|80\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|80\",\"left\":\"0\"}}},\"backgroundColor\":\"white\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-white-background-color has-background\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><!-- wp:site-title {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"textAlign\":\"center\"} /-->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:social-links {\"iconColor\":\"black\",\"iconColorValue\":\"#000000\",\"iconBackgroundColor\":\"white\",\"iconBackgroundColorValue\":\"#ffffff\",\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"bandcamp\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:732;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Simple call to action\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:961:\"\n<div class=\"wp-block-group alignfull has-text-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class=\"has-text-align-center wp-block-heading\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-4 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n</div>\n\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"A container with a white background. Inside is a centered paragraph, heading, and button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/group,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"buttons\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1506:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:678;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Three column pricing table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3717:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-12 wp-block-columns-is-layout-flex\" style=\"margin-bottom:0\">\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-2ae1b943d87d6b5cbc827b8e7de5c343 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size\">\n<li>General admission and member discounts for one adult</li>\n\n\n\n<li>One free ticket per special exhibition</li>\n\n\n\n<li>Two single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-6 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-c860b6260b3b3b7bae640a65db9c9aec is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Four free tickets per special exhibition</li>\n\n\n\n<li>Four single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-8 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-4a86cd4fa1de9230a73a90c7ad305893 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Five free tickets per special exhibition</li>\n\n\n\n<li>Six single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-10 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:272:\"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:117:\"core/button,core/buttons,core/column,core/columns,core/heading,core/list,core/list-item,core/paragraph,core/separator\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:6125:\"<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"margin-bottom:0\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"single\"} -->\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"style\":{\"color\":{\"background\":\"#000000\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for one adult</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>One free ticket per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Two single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"family\"} -->\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"patron\"} -->\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Five free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Six single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:669;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Image and quote on a background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2281:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Terry a O&#8217;Neal</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Molière</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:221:\"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2404:\"<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":5263,\"mediaLink\":\"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#f1f5c7\"}}} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Terry a O\'Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":673,\"mediaLink\":\"https://wordpress.org/patterns/pear-half/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#fffdea\"}}} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:591;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Event\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1687:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color wp-elements-5fce4e677a9b9d7d0cae0196c9d74d97\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group has-link-color wp-elements-71b4a847bbd96313422a1303e9ba41f3 is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-0860918d5b16b9e1778b1966b333b980\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n</div>\n</div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:54:\"core/group,core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1617:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaId\":590,\"mediaLink\":\"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/\",\"mediaType\":\"image\",\"mediaWidth\":60,\"verticalAlignment\":\"top\",\"style\":{\"color\":{\"background\":\"#121c1c\",\"text\":\"#fffdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontWeight\":\"700\",\"fontSize\":\"48px\",\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}},\"color\":{\"text\":\"#fffdc7\"}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" /></figure></div>\n<!-- /wp:media-text -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:573;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Image on solid color with description\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1830:\"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-21 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img decoding=\"async\" loading=\"lazy\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"(max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"wp-block-columns is-layout-flex wp-container-19 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:38:\"Image on solid color with description.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:61:\"core/column,core/columns,core/cover,core/image,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1826:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:526;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Offset images with descriptions\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2907:\"\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-31 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-24 is-vertical is-content-justification-left is-nowrap is-layout-flex wp-container-25 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<figure class=\"wp-block-image size-large wp-container-content-22\"><img decoding=\"async\" loading=\"lazy\" width=\"793\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" srcset=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w\" sizes=\"(max-width: 793px) 100vw, 793px\" /></figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-23 wp-block-group-is-layout-flex\">\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-28 is-vertical is-layout-flex wp-container-29 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-27 wp-block-group-is-layout-flex\">\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img decoding=\"async\" loading=\"lazy\" width=\"707\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" srcset=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w\" sizes=\"(max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:58:\"Two offset columns with images and titles within each one.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:73:\"core/column,core/columns,core/group,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2930:\"<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"80px\"} -->\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:521;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Image with description below and to the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1665:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-36 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-39 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n</div>\n</div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Image with description below and to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:50:\"core/column,core/columns,core/image,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1241:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":522,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:502;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Event details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1684:\"\n<figure class=\"wp-block-image alignwide size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-44 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:14:\"Event details.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/column,core/columns,core/image,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1642:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1077:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-48 wp-block-columns-is-layout-flex\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3492:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-49 wp-block-group-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n</div>\n\n\n\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-57 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-53 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-56 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:69%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:5:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:7:\"gallery\";i:3;s:6:\"images\";i:4;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5124:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f5eac1\"},\"spacing\":{\"padding\":{\"top\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\",\"right\":\"6vw\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"16px\"}},\"anchor\":\"ecosystem\"} -->\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"0.9\",\"fontSize\":\"6vw\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"1vw\"} -->\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"3vw\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3vw\",\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"69%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:69%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:554:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1320:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-61 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}}','no'),(42243,'_site_transient_timeout_community-events-39b7ae24d673f986a4513be5e679e79b','1689019445','no'),(42244,'_site_transient_community-events-39b7ae24d673f986a4513be5e679e79b','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"161.199.216.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:24:\"WordPress Happiness Hour\";s:3:\"url\";s:55:\"https://www.meetup.com/denverwordpress/events/294339631\";s:6:\"meetup\";s:23:\"Denver WordPress Meetup\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/DenverWordPress/\";s:4:\"date\";s:19:\"2023-07-11 18:00:00\";s:8:\"end_date\";s:19:\"2023-07-11 20:00:00\";s:20:\"start_unix_timestamp\";i:1689120000;s:18:\"end_unix_timestamp\";i:1689127200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.77000000000000312638803734444081783294677734375;s:9:\"longitude\";d:-105.0100000000000051159076974727213382720947265625;}}}}','no'),(42269,'_transient_rsssl_directory_indexing_status','allowed','no'),(42270,'rsssl_last_tested_http_method','7','no'),(42271,'rsssl_http_methods_allowed','a:2:{s:11:\"not-allowed\";a:0:{}s:7:\"allowed\";a:8:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";i:2;s:3:\"PUT\";i:3;s:6:\"DELETE\";i:4;s:4:\"HEAD\";i:5;s:7:\"OPTIONS\";i:6;s:7:\"CONNECT\";i:7;s:5:\"TRACE\";}}','no'),(42272,'rsssl_onboarding_dismissed','1','no'),(1122,'elementor_allow_tracking','yes','yes'),(9960,'bulletproof_security_options_ARQ_upgrade','a:1:{s:15:\"bps_arq_upgrade\";s:27:\"arq_auto_theme_shiny_update\";}','yes'),(960,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:2;}}','yes'),(1915,'rlrsssl_options','a:15:{s:12:\"site_has_ssl\";b:1;s:25:\"ssl_success_message_shown\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:1;s:17:\"plugin_db_version\";s:5:\"5.3.4\";s:11:\"ssl_enabled\";b:1;s:4:\"hsts\";b:0;s:19:\"javascript_redirect\";b:0;s:11:\"wp_redirect\";b:1;s:26:\"autoreplace_insecure_links\";b:1;s:20:\"do_not_edit_htaccess\";b:0;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"dismiss_all_notices\";b:0;s:13:\"high_contrast\";b:0;s:17:\"htaccess_redirect\";b:0;}','yes'),(1916,'rsssl_remaining_tasks','1','yes'),(1821,'_elementor_editor_upgrade_notice_dismissed','1658981591','yes'),(9933,'rsssl_current_version','7.0.6','no'),(19863,'_site_transient_timeout_browser_a4bf5171177ebc83bb0833285e0a7934','1667417806','no'),(9939,'rsssl_activation_timestamp','1658980379','yes'),(42235,'_site_transient_timeout_available_translations','1688986902','no'),(42236,'_site_transient_available_translations','a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.5\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.5/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-18 08:25:23\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.22\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.22/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-17 14:44:15\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.23/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-23 11:21:55\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-05 08:26:50\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-23 17:20:37\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-22 09:37:21\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-10 08:48:02\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-08 16:43:19\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-03-29 21:14:35\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-03-28 07:33:50\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.2.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-03-28 07:37:41\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-22 14:37:33\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.2.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-22 12:57:54\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-22 15:41:41\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-04-07 21:00:17\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-11 07:12:43\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-04 17:36:42\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.0.5\";s:7:\"updated\";s:19:\"2022-04-01 22:35:34\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.5/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.0.5\";s:7:\"updated\";s:19:\"2021-12-24 12:36:39\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.5/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-17 04:31:21\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-22 14:08:08\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-19 05:08:30\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-20 17:07:49\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-12 14:36:10\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-03-14 22:16:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.7/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.7/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.13\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.13/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.18\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.18/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-24 16:21:45\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-30 23:46:23\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-02 10:08:01\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-17 05:20:27\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-25 15:00:05\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-30 14:40:46\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.22\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.22/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-21 12:21:18\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2023-07-03 04:50:49\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.23/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.30\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.30/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-28 22:06:16\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:6:\"5.4.13\";s:7:\"updated\";s:19:\"2020-11-06 12:34:38\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.13/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-28 10:18:51\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-07 09:35:07\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-07 13:57:04\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.23/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-03 20:23:05\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-07 19:56:16\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.23/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.0.5\";s:7:\"updated\";s:19:\"2023-05-19 07:40:56\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.5/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.23/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.18\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.18/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.1.3\";s:7:\"updated\";s:19:\"2022-10-20 17:15:28\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.3/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-30 08:24:13\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-05 11:53:43\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-04 08:40:17\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.1.3\";s:7:\"updated\";s:19:\"2022-11-24 03:51:58\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.3/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-25 02:26:43\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.5\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.5/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-03-09 01:41:47\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.23/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.12\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.12/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.35\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.35/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-10 03:25:18\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-02 03:41:24\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-06 09:58:21\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-08 07:12:34\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-02-22 21:20:14\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.2.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.22\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.22/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-13 19:11:07\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.31\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.31/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-05 14:58:39\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-03-30 23:24:56\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.2.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2022-10-01 12:16:29\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-01 16:49:15\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-02 16:09:29\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-03 12:16:31\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.13\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.13/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-06-23 12:06:50\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-04-03 08:30:58\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-07 05:36:53\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-10 11:33:13\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.7/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-11 17:06:50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.15\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.15/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.35\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.35/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.7/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.22\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.22/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-22 10:14:53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.23/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.1.3\";s:7:\"updated\";s:19:\"2023-03-04 10:46:30\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.3/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.13\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.13/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-03 03:51:18\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-24 10:05:05\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-16 19:47:32\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(2860,'recovery_keys','a:0:{}','yes'),(2866,'_transient_health-check-site-status-result','{\"good\":11,\"recommended\":9,\"critical\":0}','yes'),(9961,'bulletproof_security_options_ARQ_status','a:2:{s:14:\"bps_arq_status\";s:2:\"On\";s:24:\"bps_arq_status_timestamp\";s:10:\"1689017112\";}','yes'),(9962,'bulletproof_security_options_ARCM','a:6:{s:20:\"bps_autorestore_cron\";s:3:\"Off\";s:30:\"bps_autorestore_cron_frequency\";s:1:\"2\";s:29:\"bps_autorestore_cron_override\";s:3:\"Off\";s:30:\"bps_autorestore_cron_filecheck\";s:3:\"Off\";s:27:\"bps_autorestore_cron_forced\";s:1:\"1\";s:24:\"bps_autorestore_cron_end\";s:0:\"\";}','yes'),(41411,'_site_transient_browser_878044b9ce2fa6cf955814bc0be8d5ae','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"113.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(42068,'rsssl_plusone_count','1','yes'),(41410,'_site_transient_timeout_browser_878044b9ce2fa6cf955814bc0be8d5ae','1685013457','no'),(3007,'rsssl_mixed_content_scan_dismissed','1','no'),(3008,'rsssl_google_analytics_dismissed','1','no'),(21171,'bulletproof_security_options_apache_modules','a:2:{s:23:\"bps_apache_mod_ifmodule\";s:3:\"Yes\";s:19:\"bps_apache_mod_time\";s:10:\"1668407078\";}','yes'),(19864,'_site_transient_browser_a4bf5171177ebc83bb0833285e0a7934','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"106.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(19865,'_site_transient_timeout_php_check_e9a080274371e157ce748ced527522b3','1667417806','no'),(19866,'_site_transient_php_check_e9a080274371e157ce748ced527522b3','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(3013,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3014,'auto_update_core_dev','enabled','yes'),(3015,'auto_update_core_minor','enabled','yes'),(3016,'auto_update_core_major','unset','yes'),(3017,'wp_force_deactivated_plugins','a:0:{}','yes'),(4106,'bulletproof_security_arq_db_version','5.1.8','yes'),(4107,'bulletproof_security_options_mscan_patterns','a:2:{s:25:\"mscan_pattern_match_files\";a:1:{s:25:\"mscan_pattern_match_files\";a:4:{s:11:\"js_patterns\";s:549:\"/(\\|MakeFrameEx\\||\\|yahoo_api\\||\\|exec\\||ww=window|ww\\.document|visibility:hidden|rotatingtext\\[\\d\\]=\\\"I\\sMISS\\sYOU\\\"|\\(!l1l&&!ll1&&!lll\\)|s(\\W){2,6}c(\\W){2,6}r|(\'|\")i(\'|\")(\\.|\\+|\\s)(\\+|\'|\"|\\.)(\\s|f)(\'|\")(f|\\+|\\.)|scr(\"|\')(|\\s)\\+(|\\s)(\"|\')ipt|(\\\\x(\\d|\\w[^a])(\\d[^0]|\\w))+|((%\\d(\\w|\\d){1})+%)|%\\d(\\w|\\d){3}|\\(\'hideme\'\\)|\\[\"style\"\\]\\[\"visibility\"\\]|useragent\\.match\\(\\/(\\^(\\w|\\d){1,}\\.\\*\\|)+|xtrackPageview|document\\.write\\(\'<\'\\+x\\[\\d\\]\\+\'>|\\\\u00(\\d|\\w){5,}|(\\\\x22(.*)\\\\x22)+|(\\$(\\d){2}){2}|(0|1){8}|_0x(\\d|\\w){4}|lave(\\(|\\))|(\\(|\\))lave|\\|iframe\\|)/i\";s:17:\"htaccess_patterns\";s:316:\"/(RewriteCond\\s%\\{HTTP_REFERER\\}\\s(.*)[^!](google|yahoo|aol|bing|ask|facebook|twitter|msn)|ErrorDocument\\s(400|403|404)\\s(http|https|):|(RewriteCond\\s%\\{HTTP_USER_AGENT\\}(.*\\]\\s*)){4}|RewriteRule(.*)(\\w|\\d){1,8}\\.php\\?(\\w|\\d){1,6}=(\\$|)(\\s|\\d){1,3}|RewriteRule(.*)\\(htm\\|pdf\\|jar\\)|RewriteRule(.*)\\{QUERY_STRING\\})/i\";s:12:\"php_patterns\";s:1282:\"/(base64_decode\\(|edoced_46esab|base\'\\.\\(\\d{1,3}(|\\s)(\\*|\\/)(|\\s)\\d{1,3}\\)\\.\'_de\'\\.\'code|(\"|\')base(.*)\\.(.*)64(.*)(_|\\.|)decode(\"|\')|gzinflate\\(|O0|ev(\"|\')(.*)\\.(\"|\')al\\(|lave(\\(|\\))|(\\(|\\))lave|preg_replace\\((\"|\')(\\/(\\w{1,}|\\.\\*))\\/e|(\\\\x(\\d|\\w){2,3}\\\\x(\\d|\\w){2,3})|__halt_compiler|k2ll33d|\\(!l1l&&!ll1&&!lll\\)|\\|iframe\\||\\|MakeFrameEx\\||\\|yahoo_api\\||ww=window|ww\\.document|ekibastos|scr(\"|\')(|\\s)\\+(|\\s)(\"|\')ipt|\\(\'hideme\'\\)|\\[\"style\"\\]\\[\"visibility\"\\]|useragent\\.match\\(\\/(\\^(\\w|\\d){1,}\\.\\*\\|)+|xtrackPageview|\\$_COOKIE(|\\s)\\[str_replace\\(.*\\$_SERVER\\[\'HTTP_HOST\'\\]\\)\\]|\\$_\\w___\\w|\'Windows-1251\'|document\\.write\\(\'<\'\\+x\\[\\d\\]\\+\'>|\\+(|\\s)(\'|\")\\w(\'|\")(|\\s)\\+|(\\\\x22(.*)\\\\x22)+|(|\\[)_0x(\\w|\\d){1,6}\\[\\d{1,3}\\]{1,2}|\\\\142\\\\141\\\\x73|\\\\u00(\\d|\\w){5,}|(\'|\")i(\'|\")(\\.|\\+|\\s)(\\+|\'|\"|\\.)(\\s|f)(\'|\")(f|\\+|\\.)|s(\\W){2,6}c(\\W){2,6}r|(\\$\\w{1,3}\\{\\d{1,2}\\}(|\\s)\\.(|\\s)){3}|\\$<(\\d|\\w){2}>|\\$_(\\/\\*)|%3C%21|%3Cscript%3E|%253C|(%\\d(\\w|\\d)){5}|\\$(\\d|\\w){1,}\\[\'(\\d|\\w){1,}\'\\]\\[(\\d){1,3}\\](\\s\\.|\\.)(\\$|\\s\\$)|(\\$(\\w){2}\\[\\d{1,2}\\]\\.)+|(0|1){8}|_0x(\\d|\\w){4}|\\(64\\)(\\s|)\\.(\\s|)(\'|\")_(\'|\")|([a-z0-9]){40,}\\+|\\$_REQUEST\\[\'cmd\'\\]|\\$_GET\\[\'cmd\'\\]|system\\(|shell_exec\\(|passthru\\(|exec\\(|eval\\(|ALREADY_RUN_|hastebin|((chr\\()\\d+\\)\\.){1,}|((\\\\|\\\\\\\\)\\d+[a-z]+([0-9]|)){1,}|\\$([a-z0-9])+\\{\\d+\\}(\\,|\\.){1,})/i\";s:14:\"image_patterns\";s:337:\"/(<\\?php|eval\\(|exec\\(|popen\\(|create_function\\(|passthru\\(|shell_exec\\(|proc_open\\(|pcntl_exec\\(|fopen\\(|fputs\\(|file_put_contents\\(|fwrite\\(|gzinflate\\(|base64_decode\\(|isset|\\$_REQUEST|\\$_FILES|\\$_GET|\\$_POST|\\$_SERVER|\\$_SESSION|system\\(|\'cmd\'|__halt_compiler|<script|javascript|function|createElement|<html>|visibility:|<textarea)/i\";}}s:22:\"mscan_pattern_match_db\";a:1:{s:22:\"mscan_pattern_match_db\";a:13:{s:7:\"search1\";s:5:\"eval(\";s:7:\"search2\";s:5:\"(lave\";s:7:\"search3\";s:13:\"base64_decode\";s:7:\"search4\";s:13:\"edoced_46esab\";s:7:\"search5\";s:7:\"<script\";s:7:\"search6\";s:7:\"<iframe\";s:7:\"search7\";s:9:\"<noscript\";s:7:\"search8\";s:8:\"display:\";s:7:\"search9\";s:11:\"visibility:\";s:10:\"eval_match\";s:18:\"/(eval\\(|\\(lave)/i\";s:16:\"b64_decode_match\";s:32:\"/(base64_decode|edoced_46esab)/i\";s:9:\"eval_text\";s:14:\"eval( or (lave\";s:15:\"b64_decode_text\";s:30:\"base64_decode or edoced_46esab\";}}}','yes'),(4108,'bulletproof_security_options_db_backup','a:12:{s:13:\"bps_db_backup\";s:2:\"On\";s:25:\"bps_db_backup_description\";s:0:\"\";s:20:\"bps_db_backup_folder\";s:81:\"/home/chasedaddy99/indigo-disco.com/wp-content/bps-backup/backups_xYHZzXpS56kNyRf\";s:27:\"bps_db_backup_download_link\";s:70:\"http://indigo-disco.com/wp-content/bps-backup/backups_xYHZzXpS56kNyRf/\";s:22:\"bps_db_backup_job_type\";s:0:\"\";s:23:\"bps_db_backup_frequency\";s:0:\"\";s:29:\"bps_db_backup_start_time_hour\";s:0:\"\";s:32:\"bps_db_backup_start_time_weekday\";s:0:\"\";s:35:\"bps_db_backup_start_time_month_date\";s:0:\"\";s:23:\"bps_db_backup_email_zip\";s:0:\"\";s:20:\"bps_db_backup_delete\";s:0:\"\";s:28:\"bps_db_backup_status_display\";s:13:\"No DB Backups\";}','yes'),(4109,'bulletproof_security_options_wizard_autofix','a:1:{s:18:\"bps_wizard_autofix\";s:2:\"On\";}','yes'),(4110,'bulletproof_security_options_MU_tools','a:2:{s:22:\"bps_mu_tools_timestamp\";s:10:\"1648668841\";s:27:\"bps_mu_tools_enable_disable\";s:6:\"enable\";}','yes'),(4111,'duplicate_post_show_link','a:3:{s:9:\"new_draft\";s:1:\"1\";s:5:\"clone\";s:1:\"1\";s:17:\"rewrite_republish\";s:1:\"1\";}','yes'),(4112,'duplicate_post_show_link_in','a:4:{s:3:\"row\";s:1:\"1\";s:8:\"adminbar\";s:1:\"1\";s:9:\"submitbox\";s:1:\"1\";s:11:\"bulkactions\";s:1:\"1\";}','yes'),(42250,'_transient_timeout_rsssl_testpage','1689063096','no'),(42251,'_transient_rsssl_testpage','<html><head><title>Error 406 - Not Acceptable</title><head><body><h1>Error 406 - Not Acceptable</h1><p>Generally a 406 error is caused because a request has been blocked by Mod Security. If you believe that your request has been blocked by mistake please contact the web site owner.</p></body></html>','no'),(21189,'rsssl_options','a:9:{s:12:\"site_has_ssl\";s:1:\"1\";s:11:\"ssl_enabled\";b:1;s:19:\"mixed_content_fixer\";b:1;s:8:\"redirect\";s:11:\"wp_redirect\";s:20:\"do_not_edit_htaccess\";b:0;s:19:\"dismiss_all_notices\";b:0;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"review_notice_shown\";s:1:\"1\";s:24:\"send_notifications_email\";i:1;}','yes'),(41907,'rsssl_previous_version','7.0.5','no'),(42265,'_transient_timeout_rsssl_code_execution_allowed_status','1689063097','no'),(42266,'_transient_rsssl_code_execution_allowed_status','not-allowed','no'),(41406,'_transient_timeout_rsssl_wp_version_detected','1684495057','no'),(41407,'_transient_rsssl_wp_version_detected','no-response','no'),(42259,'_transient_timeout_rsssl_mixed_content_fixer_detected','1688977296','no'),(42260,'_transient_rsssl_mixed_content_fixer_detected','no-response','no'),(42263,'_transient_timeout_rsssl_admin_user_count','1688980315','no'),(42264,'_transient_rsssl_admin_user_count','0','no'),(9938,'https_migration_required','','yes'),(42252,'_transient_timeout_rsssl_htaccess_test_success','1688977296','no'),(42253,'_transient_rsssl_htaccess_test_success','error','no'),(42254,'rsssl_6_notice_dismissed','1','no'),(42268,'_transient_timeout_rsssl_directory_indexing_status','1689063099','no'),(42218,'_site_transient_timeout_community-events-a86014ca7eccbbd0285558fabe5cf81e','1689019008','no'),(42219,'_site_transient_community-events-a86014ca7eccbbd0285558fabe5cf81e','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"174.29.118.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:24:\"WordPress Happiness Hour\";s:3:\"url\";s:55:\"https://www.meetup.com/denverwordpress/events/294339631\";s:6:\"meetup\";s:23:\"Denver WordPress Meetup\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/DenverWordPress/\";s:4:\"date\";s:19:\"2023-07-11 18:00:00\";s:8:\"end_date\";s:19:\"2023-07-11 20:00:00\";s:20:\"start_unix_timestamp\";i:1689120000;s:18:\"end_unix_timestamp\";i:1689127200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.77000000000000312638803734444081783294677734375;s:9:\"longitude\";d:-105.0100000000000051159076974727213382720947265625;}}}}','no'),(42154,'_transient_timeout_feed_1ba599ab7de10d3141b69dcb9b501248','1687895779','no'),(42155,'_transient_feed_1ba599ab7de10d3141b69dcb9b501248','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://updraftplus.com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WordPress\'s leading backup plugin - backup, restore and clone WordPress sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Jun 2023 12:51: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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=6.1.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:82:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Essential Addons for Elementor Reveals a Critical Security Vulnerability\";s:7:\"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:97:\"https://updraftplus.com/essential-addons-for-elementor-reveals-a-critical-security-vulnerability/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://updraftplus.com/essential-addons-for-elementor-reveals-a-critical-security-vulnerability/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jun 2023 10:22:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s: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:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"Elementor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"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://updraftplus.com/?p=1817399\";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:854:\"<p>In the dynamic world of website building and content management systems, WordPress remains one of the most popular platforms. With its extensive library of plugins and themes, it offers great flexibility and functionality. However, like any software, WordPress is not &#8230; <a href=\"https://updraftplus.com/essential-addons-for-elementor-reveals-a-critical-security-vulnerability/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/essential-addons-for-elementor-reveals-a-critical-security-vulnerability/\">Essential Addons for Elementor Reveals a Critical Security Vulnerability</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Shane Gurney\";s: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:6035:\"<p><span style=\"font-weight: 400;\">In the dynamic world of website building and content management systems, WordPress remains one of the most popular platforms. With its extensive library of plugins and themes, it offers great flexibility and functionality. However, like any software, WordPress is not immune to </span><a href=\"https://aiosplugin.com/what-crucial-wordpress-security-issues-should-you-be-aware-of/\"><span style=\"font-weight: 400;\">security vulnerabilities</span></a><span style=\"font-weight: 400;\">. In this article, we will delve into </span><a href=\"https://patchstack.com/articles/critical-privilege-escalation-in-essential-addons-for-elementor-plugin-affecting-1-million-sites/\"><span style=\"font-weight: 400;\">a recent critical security flaw</span></a><span style=\"font-weight: 400;\"> found in the </span><a href=\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\"><span style=\"font-weight: 400;\">Essential Addons for Elementor plugin</span></a><span style=\"font-weight: 400;\">, affecting over 1 million WordPress sites. We will explain the vulnerability in simple terms, discuss its impact, and provide effective solutions to safeguard your website.</span></p>\n<h5><b>Understanding the Security Vulnerability:</b></h5>\n<p><span style=\"font-weight: 400;\">Recently, a critical security vulnerability was discovered in the widely used Essential Addons for Elementor plugin. This vulnerability, known as a &#8220;privilege escalation,&#8221; allows unauthorized users to gain elevated access to a website&#8217;s administrative features and potentially compromise its security.</span></p>\n<p><span style=\"font-weight: 400;\">In simple terms, privilege escalation means that an attacker can exploit a flaw in the Essential Addons for Elementor plugin to gain higher levels of access and control over a WordPress website than they should have. Normally, users are assigned specific roles and permissions that limit their actions within the website&#8217;s backend. However, due to this vulnerability, unauthorized individuals can bypass these restrictions and gain administrative privileges.</span></p>\n<h5><b>The Impact:</b></h5>\n<p><span style=\"font-weight: 400;\">With over a million WordPress sites using Essential Addons for Elementor, the potential consequences of this vulnerability are significant. Cybercriminals can exploit this flaw to manipulate sensitive data, inject malicious code, or even take complete control of your website. Such unauthorized access can lead to data breaches, defacement of your site, or distribution of malware to your visitors.</span></p>\n<h5><b>Recommended Actions:</b></h5>\n<p><span style=\"font-weight: 400;\">       1. Update Essential Addons for Elementor: </span></p>\n<p><span style=\"font-weight: 400;\">The plugin developers have responded to the security vulnerability and released an updated version that addresses this issue. Ensure you update the plugin to the latest version promptly.</span></p>\n<p><span style=\"font-weight: 400;\">       2. Regularly Update WordPress and Plugins: </span></p>\n<p><span style=\"font-weight: 400;\">Keeping your WordPress installation and all installed plugins up to date is vital for maintaining a secure website. Updates often contain important security patches that address known vulnerabilities.</span></p>\n<p><span style=\"font-weight: 400;\">       3. Install a Security Plugin and implement Two-Factor Authentication (TFA): </span></p>\n<p><span style=\"font-weight: 400;\">By installing a Security plugin like our </span><a href=\"https://aiosplugin.com/\"><span style=\"font-weight: 400;\">All-In-One Security (AIOS) plugin</span></a><span style=\"font-weight: 400;\">, you can enhance the security of your WordPress website and prevent security vulnerabilities like this one. AIOS also offers the option to enable </span><a href=\"https://aiosplugin.com/why-should-you-add-two-factor-authentication-2fa-to-your-wordpress-site-in-2022/\"><span style=\"font-weight: 400;\">Two-Factor Authentication (TFA)</span></a><span style=\"font-weight: 400;\"> for an extra layer of security. </span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">Two-Factor Authentication adds a second form of verification, typically a unique code sent to your mobile device, in addition to your password. TFA is the number one thing users can do to protect themselves from security vulnerabilities. It significantly reduces the risk of unauthorized access, even if passwords are compromised. The </span><a href=\"https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/\"><span style=\"font-weight: 400;\">free version of AIOS</span></a><span style=\"font-weight: 400;\"> includes a Simple TFA tool, and </span><a href=\"https://aiosplugin.com/product/all-in-one-wp-security-and-firewall-premium/\"><span style=\"font-weight: 400;\">the premium version</span></a><span style=\"font-weight: 400;\"> includes a more flexible and advanced TFA which allows for role specific configuration, time-based activation, emergency codes for lost devices and more.</span></p>\n<p><span style=\"font-weight: 400;\">The recent security vulnerability in Essential Addons for Elementor serves as a reminder of the importance of maintaining the security of your WordPress site. By promptly updating plugins, regularly patching your WordPress installation, and implementing additional security measures, you can significantly reduce the risk of falling victim to cyberattacks. Stay vigilant, follow best practices, and protect your website and its visitors from potential harm.</span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/essential-addons-for-elementor-reveals-a-critical-security-vulnerability/\">Essential Addons for Elementor Reveals a Critical Security Vulnerability</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://updraftplus.com/essential-addons-for-elementor-reveals-a-critical-security-vulnerability/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Apply via GoHire\";s:7:\"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:34:\"https://updraftplus.com/vacancies/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 May 2023 15:24:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Vacancies\";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:\"job post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1712956\";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:522:\"<p>To see every current vacancy across our suite of WordPress plugins, or to express a general interest in working with us (UpdraftPlus, WP-Optimize, All-In-One Security, Internal Link Juicer and WP Overnight) visit our GoHire page.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/vacancies/\">Apply via GoHire</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Team Updraft\";s: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:793:\"<p><b>To see every current vacancy across our suite of WordPress plugins, or to express a general interest in working with us (<a href=\"http://updraftplus.com\">UpdraftPlus</a>, <a href=\"http://getwpo.com\">WP-Optimize</a>, <a href=\"http://aiosplugin.com\">All-In-One Security,</a> <a href=\"http://internallinkjuicer.com\">Internal Link Juicer</a> and <a href=\"http://wpovernight.com\">WP Overnight</a>) visit our <a href=\"https://jobs.gohire.io/updraft-wp-software-ltd-qlngukb8/\">GoHire </a></b><b>page.</b></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/vacancies/\">Apply via GoHire</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Making the most of WordPress 6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://updraftplus.com/making-the-most-of-the-wordpress-6-2-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:\"Thu, 30 Mar 2023 11:52: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"WordPress 6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:18:\"WordPress 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://updraftplus.com/?p=1751374\";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:710:\"<p>In this blog post, we take a closer look at the new features introduced in WordPress 6.2, as well as how we at UpdraftPlus are leveraging these changes and adapting our features to stay at the cutting edge.  Browse and &#8230; <a href=\"https://updraftplus.com/making-the-most-of-the-wordpress-6-2-release/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/making-the-most-of-the-wordpress-6-2-release/\">Making the most of WordPress 6.2</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Shane Gurney\";s: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:7557:\"<p><span data-contrast=\"auto\">In this blog post, we take a closer look at the new features introduced in WordPress 6.2, as well as how we at UpdraftPlus are leveraging these changes and adapting our features to stay at the cutting edge.</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><b><span data-contrast=\"auto\">Browse and choose templates to edit</span></b><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><span data-contrast=\"auto\">Previously, the Site Editor loaded the Home template of your theme by default, leaving many beginners wondering which template or template part they needed to edit. With the latest WordPress release, the site editor will load the template preview window first. From here, users can browse different templates and see a preview of what it looks like. Then they can simply click on the Edit button to start working on the selected template.</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><span data-contrast=\"auto\">If you’ve finished editing your template, making your changes live is as straightforward as clicking the save button. If you want to go ahead and edit a different template, you can choose it from the template browser sidebar, revealed by clicking the WordPress logo in the top left corner.</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><b><span data-contrast=\"auto\">Leverage custom CSS </span></b><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><span data-contrast=\"auto\">In the last few WordPress releases, </span><span data-contrast=\"none\">the site editor hid the ‘Theme Customizer’</span><span data-contrast=\"auto\">, making it difficult for users to add custom CSS to their themes. WordPress 6.2 lets users jump to the styles panel and select whatever custom CSS they’d prefer from the menu. By extension, this also means users can apply any CSS they choose at a global level, affecting every area of the site. </span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><span data-contrast=\"auto\">But this new and valuable control doesn’t just apply to themes. You can now also add your custom CSS rules to specific blocks, all from the style panel. From the blocks menu, users can select from a list of existing blocks; adding custom CSS to a block is as easy as a mouse click. If that sounds like too much of a hassle, don’t fret &#8211; there are useful third party plugins that can handle some or all of the heavy-lifting for you.</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><b><span data-contrast=\"auto\">New and improved navigation menus</span></b><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><span data-contrast=\"auto\">Sometimes when developers are focused on the big picture it’s easy to overlook the pains that users go through using certain features. One such predicament is the challenge of adding navigation menus in the full site editor. The new release addresses this head-on, creating the ability for users to add, edit or remove menu items from a subpanel on navigation blocks. The best part? You can drag and drop menu items, and even retrieve old menus you created earlier instead of having to try and rebuild one.</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><strong>Colours to indicate template parts being edited </strong></p>\n<p><span data-contrast=\"auto\">In the past, some users have misunderstood the scope of changes they’re making; on occasion they have made changes to templates without realising that it will have a global, site-wide effect. WordPress 6.2 comes with a helpful highlighted border around elements being edited, to make it crystal clear when you’re making a miniscule change &#8211; or a massive one.</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><b><span data-contrast=\"auto\">Review block styles using the ‘Style Book’</span></b><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><span data-contrast=\"auto\">Finally, the site editor now ships with a ‘Style Book’, allowing users to see all the blocks for a site and how styles are being applied to them. This makes it much simpler, and faster, to find blocks that aren’t styled correctly and fix it so its appearance matches the rest of the site. Previously, it was often necessary to view the site as a whole or to go through block by block to find misapplied or missing styles and repair the block in question. It makes both small and large style changes a more achievable goal, particularly if resource is an issue.</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><b><span data-contrast=\"auto\">UpdraftPlus and the changes</span></b><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><span data-contrast=\"auto\">Although these are welcome changes, there’s always the chance that they cause issues, particularly for existing plugins.</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><span data-contrast=\"auto\">At UpdraftPlus, we test the beta and release candidate versions ahead of minor and major WordPress releases alongside our plugins so we can pick up any possible compatibility issues ahead of time. </span></p>\n<p><span data-contrast=\"auto\">We run a comprehensive gamut of automated tests. These may do simple things like confirm pages load as they’re supposed to, but we get granular too, testing specific pieces of functionality across our WordPress plugins.</span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><span data-contrast=\"auto\">If you use <a href=\"http://updraftplus.com\">UpdraftPlus</a>, <a href=\"http://getwpo.com\">WP-Optimize</a>, <a href=\"http://aiosplugin.com\">All-In-One Security</a> (or any other plugins for that matter) it’s a good time to check you’ve installed the latest version of either the Free or Premium versions. If any compatibility issues do arise, you can be sure we’ll be on their case pretty fast, pushing out new and improved releases to keep you up to date ad error free.  </span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p><span data-contrast=\"auto\">Thanks for reading. </span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559740&quot;:360}\"> </span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/making-the-most-of-the-wordpress-6-2-release/\">Making the most of WordPress 6.2</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Top 3 things you should do this World Backup Day with UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://updraftplus.com/top-3-things-you-should-to-do-this-world-backup-day-with-updraftplus/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Mar 2023 09:50: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1748924\";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:801:\"<p>Schedule your backups If you’re still backing up manually then it’s worth setting time aside to schedule your backups this World Backup Day. You can backup your files and databases to run separately if you wish, every 2, 4, 8 &#8230; <a href=\"https://updraftplus.com/top-3-things-you-should-to-do-this-world-backup-day-with-updraftplus/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/top-3-things-you-should-to-do-this-world-backup-day-with-updraftplus/\">Top 3 things you should do this World Backup Day with UpdraftPlus</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Shane Gurney\";s: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:5946:\"<h2>Schedule your backups</h2>\n<p><span style=\"font-weight: 400;\">If you’re still backing up manually then it’s worth setting time aside to schedule your backups this World Backup Day. You can backup your files and databases to run separately if you wish, every 2, 4, 8 or 12 hours, daily, weekly, fortnightly or monthly.</span></p>\n<p><span style=\"font-weight: 400;\">If you have <a href=\"https://updraftplus.com/shop/updraftplus-premium/\">UpdraftPlus Premium</a> you can schedule for a specific time of the day e.g. during periods of low traffic, to save server resources and boost performance when it matters most. </span></p>\n<h2>Create backup reports</h2>\n<p><span style=\"font-weight: 400;\">Tell UpdraftPlus to send backup reports this World Backup Day, so you can be confident that your backups are working as they should.</span></p>\n<p><span style=\"font-weight: 400;\">In <a href=\"https://wordpress.org/plugins/updraftplus/\">Free UpdraftPlus</a>, reports are emailed to the site administrator to say whether the backup has succeeded or failed. To turn this on go to the ‘Settings’ tab, then ‘Email’</span></p>\n<p><span style=\"font-weight: 400;\">If you’re an <a href=\"https://updraftplus.com/shop/updraftplus-premium/\">UpdraftPlus Premium</a> customer, your reports are enriched with additional information and come with more options of where to send these to. Go to the ‘Settings’ tab then ‘Send reports’ to turn them on.</span></p>\n<h2>Check where your backups are stored</h2>\n<p><span style=\"font-weight: 400;\">Knowing where your backups are stored and being confident you can access them is just as important as remembering to back up in the first place. </span></p>\n<p><span style=\"font-weight: 400;\">If you’re still backing up to your server, we recommend changing this now (as explained in ‘</span><a href=\"https://updraftplus.com/backups-stored\"><span style=\"font-weight: 400;\">Where are my backups stored?’)</span></a></p>\n<p><span style=\"font-weight: 400;\">UpdraftPlus gives you tons of alternative and </span><a href=\"https://updraftplus.com/backups-stored\"><span style=\"font-weight: 400;\">remote storage locations</span></a><span style=\"font-weight: 400;\"> to choose from, or for ease (not to mention reliability, scalability and redundancy) backup to </span><a href=\"https://updraftplus.com/shop/updraftplus-vault-storage-5-gb/\"><span style=\"font-weight: 400;\">UpdraftVault</span></a><span style=\"font-weight: 400;\"> instead.</span></p>\n<p><span style=\"font-weight: 400;\">It’s integrated into UpdraftPlus which saves you the bother of choosing another remote storage location, figuring out how it works and then dealing with setups and accounting bother.</span></p>\n<p><span style=\"font-weight: 400;\">1GB is included with every purchase of UpdraftPlus Premium.</span></p>\n<p><strong> For more general advice about backing up, check out the knowledge base from the World Backup Day team at <a href=\"https://www.easeus.com/databackup/world-backup-day.html\">https://www.easeus.com/databackup/world-backup-day.html</a></strong></p>\n<h2>10% off UpdraftPlus Premium this World Backup Day</h2>\n<p><span style=\"font-weight: 400;\">For the ultimate protection, upgrade to UpdraftPlus Premium and get</span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Incremental backups</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">More storage options</span>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Microsoft OneDrive</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">SFTP</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Microsoft Azure</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">WebDAV</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Google Cloud</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">SCP</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Backblaze</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">pCloud </span></li>\n</ul>\n</li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">WordPress multisite compatibility</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Detailed reports</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Backup more files, external databases and tables</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Anonymise backup data</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Backup to more than one location</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Restrict access to the Premium dashboard</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Manage your backups from the WP-CLI and more.</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Read the full <a href=\"https://updraftplus.com/updraftplus-full-feature-list/\">feature</a> set or use code </span><b>worldbackupday2023</b><span style=\"font-weight: 400;\"> at </span><a href=\"https://updraftplus.com/shop/updraftplus-premium/\"><span style=\"font-weight: 400;\">checkout</span></a><span style=\"font-weight: 400;\">. Valid until 5 April only.</span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/top-3-things-you-should-to-do-this-world-backup-day-with-updraftplus/\">Top 3 things you should do this World Backup Day with UpdraftPlus</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:94:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"UpdraftPlus 1.23.3 / 2.23.3 – important 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://updraftplus.com/updraftplus-1-23-3-2-23-3-important-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://updraftplus.com/updraftplus-1-23-3-2-23-3-important-security-release/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Mar 2023 15:51:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s: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:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:28:\"UpdraftPlus development news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"new release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;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:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1735610\";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:782:\"<p>Short version: A security risk identified in UpdraftPlus has been resolved in 1.23.3 (free version) / 2.23.3 (paid versions); you should update to the latest version straight away, and then all will be well. Who is vulnerable? The great majority &#8230; <a href=\"https://updraftplus.com/updraftplus-1-23-3-2-23-3-important-security-release/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-1-23-3-2-23-3-important-security-release/\">UpdraftPlus 1.23.3 / 2.23.3 &#8211; important security release</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"udadmin\";s: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:5852:\"<p><b>Short version: </b>A security risk identified in UpdraftPlus has been resolved in 1.23.3 (free version) / 2.23.3 (paid versions); you should update to the latest version straight away, and then all will be well.</p>\n<p><b>Who is vulnerable?<br />\n</b>The great majority of sites are not vulnerable (but you should update anyway). If your site has untrusted non-admin users who can sign in to your WordPress back-end (i.e. the “wp-admin” dashboard) and you are using an UpdraftPlus version from 1.22.14 to 1.23.2 (free) or 2.22.14 to 2.23.2 (paid) then given sufficient, advanced technical skills, these users have the capability to gain the powers of admins (or on WordPress multisite installs, super-admins). Updating will immediately close this loophole.</p>\n<p>If untrusted people <i>can</i> sign up but cannot reach the WordPress back-end dashboard (i.e. at /wp-admin), then you are also not vulnerable (e.g. if you are using WooCommerce, customers in your shop get a WordPress account, but WooCommerce does not allow them to visit the back-end dashboard).</p>\n<p>You are not vulnerable to this problem if your version of UpdraftPlus is not in the above range &#8211; but we recommend you update as we only support current plugin versions.</p>\n<p>Experience with security issues (with which I have worked for over 20 years in different contexts) shows that even thorough analysis can overlook something.<b> So please, update UpdraftPlus on your website.</b></p>\n<p><b>How the problem was discovered:<br />\n</b>First credit belongs to <a href=\"https://pluginvulnerabilities.com\">pluginvulnerabilities.com</a>, who notified us of a missing permissions check in our code. At this stage it was known only to be a harmless omission. We then investigated internally if there were any pathways for this missing check to be leveraged to perform further unauthorised operations, and found that this was in fact the case in the scenarios described above.</p>\n<p><b>When and how the problem was introduced:<br />\n</b>The issue was introduced in a release of UpdraftPlus in the second half of 2022, as a result of moving existing code around in order to prepare the way for future improvements in that code. This resulted in code that previously had not been reachable without the appropriate permissions check being accessible without it. All our code changes goes through multiple review before being launched, but in this case, there was a subtlety involved in moving around existing code that led us to overlook the implications of the move. We are reviewing how to not allow this to happen in future.</p>\n<p><b>Is the problem being exploited in the wild?</b><br />\nNo, not to our knowledge; we discovered the ultimate possibility internally based on a tip-off from a friendly security researcher. You should, of course, still update immediately.</p>\n<p><b>Can you give me technical details of the exploit?<br />\n</b>The exploit requires some work to work out and implement. At this stage it is best that we do not help any would-be attackers with that process.</p>\n<p><strong>I am using a paid version of UpdraftPlus, and my licence has expired, or I am vulnerable and do not want to update (any version) &#8211; what can I do?<br />\n</strong>Any <strong>one</strong> of these will protect you:</p>\n<ol>\n<li><a href=\"https://updraftplus.com/shop/\">Users of paid versions can renew their licence in our shop</a> &#8211; you can use the coupon <strong>march2023nl</strong> until the end of March 2023 for a 50% discount. (You must login to an account that has expired licences on it and make a purchase to renew those licences &#8211; otherwise it will not be valid).</li>\n<li>Or, install and activate the &#8220;hotfix&#8221; plugin <a href=\"https://updraftplus.com/security-hotfix-march-2023/\">from this page</a>.</li>\n<li>Or, delete any non-admin users whom you do not trust</li>\n<li>Or, remove their ability to visit the WordPress dashboard using a free plugin like <a href=\"https://wordpress.org/plugins/remove-dashboard-access-for-non-admins/\">https://wordpress.org/plugins/remove-dashboard-access-for-non-admins/</a></li>\n<li>Or, de-activate UpdraftPlus.</li>\n<li>Or, de-install your version of UpdraftPlus and <a href=\"https://wordpress.org/plugins/updraftplus/\">install the free version instead</a>.</li>\n</ol>\n<p><b>How come my site was already automatically updated to this version?<br />\n</b>WordPress and UpdraftPlus both show you a setting allowing you to opt-in to automatic updates when a new plugin version is released. If you turned this on, then this likely performed the update.</p>\n<p>Web hosting companies also have the ability to automatically update any plugin on your website, so this is another possibility.</p>\n<p>By default, the plugins team at wordpress.org has the ability to automatically push updates to all users of wordpress.org plugins (i.e. free plugins in their directory) if they deem it a good idea. They have done so with this update, and so many wordpress.org users will have received the update already via this mechanism. If you don’t want them to be able to do this, then <a href=\"https://wordpress.org/documentation/article/configuring-automatic-background-updates/\">they have documented how to disable that here</a>.</p>\n<p>Once more: we are sorry, and are committed to working hard to prevent this happening again. Thank you for being a user of UpdraftPlus.</p>\n<p>David Anderson (founder, lead developer)</p>\n<p>&nbsp;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-1-23-3-2-23-3-important-security-release/\">UpdraftPlus 1.23.3 / 2.23.3 &#8211; important security release</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://updraftplus.com/updraftplus-1-23-3-2-23-3-important-security-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"UpdraftPlus Acquires WP Overnight\";s:7:\"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://updraftplus.com/updraftplus-acquires-wp-overnight/\";s: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 Jan 2023 11:00:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"Other WordPress news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:28:\"UpdraftPlus development news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:12:\"WP Overnight\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1573181\";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:774:\"<p>Leading WordPress plugin developers UpdraftPlus enter the WooCommerce space with the acquisition of the highly rated ‘WP Overnight’ business. Cardiff, Wales. UpdraftPlus, a WordPress plugin business with over 5 million installations worldwide, has acquired WP Overnight, a highly regarded Netherlands &#8230; <a href=\"https://updraftplus.com/updraftplus-acquires-wp-overnight/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-acquires-wp-overnight/\">UpdraftPlus Acquires WP Overnight</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Shane Gurney\";s: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:2485:\"<h4><strong>Leading WordPress plugin developers UpdraftPlus enter the WooCommerce space with the acquisition of the highly rated ‘WP Overnight’ business.</strong></h4>\n<p>Cardiff, Wales.</p>\n<p><a href=\"https://updraftplus.com/\"><span style=\"font-weight: 400;\">UpdraftPlus</span></a><span style=\"font-weight: 400;\">, a WordPress plugin business with over 5 million installations worldwide, has acquired </span><a href=\"https://wpovernight.com/\"><span style=\"font-weight: 400;\">WP Overnight</span></a><span style=\"font-weight: 400;\">, a highly regarded Netherlands based developer of WooCommerce addons. </span><span style=\"font-weight: 400;\">The acquisition is the first for UpdraftPlus in the WooCommerce space, and their second acquisition in 17 months, following the purchase of WordPress plugin ‘All-In-One Security’ in August 2021.</span></p>\n<p><span style=\"font-weight: 400;\">“The acquisition of WP Overnight is another major leap forward for us,” said Joe Miles, Managing Director at UpdraftPlus. </span></p>\n<p><span style=\"font-weight: 400;\">“They’ve built a highly respected range of functional WooCommerce plugins which are impressive both in terms of their functionality and the feedback from users. Their success has been built on the back of very responsive user support and by really understanding the needs of their users. Our aim is to ensure this level of service continues. The entire support and development team have remained in place to ensure we achieve this.”</span></p>\n<p><span style=\"font-weight: 400;\">The acquisition of WP Overnight is a continuation of UpdraftPlus&#8217; journey towards becoming one of the world’s leading WordPress and WooCommerce plugin businesses. Their portfolio now covers security, backups, e-commerce, and document management, and the user base continues to grow with over 5 million installations across the product range.</span></p>\n<p><strong>About UpdraftPlus</strong></p>\n<p><span style=\"font-weight: 400;\">Founded in 2011 by software developer David Anderson, UpdraftPlus has grown into a global technology business and a prominent name in the WordPress ecosystem. </span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-acquires-wp-overnight/\">UpdraftPlus Acquires WP Overnight</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"2022 for the UpdraftPlus family\";s:7:\"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:57:\"https://updraftplus.com/2022-for-the-updraftplus-plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Dec 2022 12:48:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1653426\";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:642:\"<p>Across the family of plugins and 53 releases we added 38 new features, carried out 177 fixes and made 267 tweaks so that your plugins are as secure, robust and reliable as they can be. <a href=\"https://updraftplus.com/2022-for-the-updraftplus-plugins/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/2022-for-the-updraftplus-plugins/\">2022 for the UpdraftPlus family</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Barbara Saul\";s: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:3500:\"<p>It’s been a busy year across the WordPress world, including here at Team UpdraftPlus.</p>\n<p>With WordPress releasing 3 new versions this year (5.9 through to 6.1) we’ve been kept on our toes to ensure everything continues to work well for the 5+ million of you that trust our plugins to keep you secure, optimised, and free of worry.</p>\n<h2>53 releases</h2>\n<p>Across the family of WordPress plugins, we added 38 new features, carried out 177 fixes and made 267 tweaks so that your plugins are as secure, robust and reliable as they can be.</p>\n<h2>Growth</h2>\n<p><span style=\"font-weight: 400;\">We released </span><strong><a href=\"https://aiosplugin.com/\">All-In-One Security (AIOS) 5.0</a></strong><span style=\"font-weight: 400;\">, our first release since acquiring the plugin in 2021. We added important security features for free, like two-factor authentication to help keep your website(s) safe and sound. </span></p>\n<p><span style=\"font-weight: 400;\">We also launched </span><strong><a href=\"https://aiosplugin.com/why-upgrade-to-premium/\">AIOS Premium</a></strong><span style=\"font-weight: 400;\"> to provide even higher levels of protection for your WordPress site at a competitive price point.</span></p>\n<p><span style=\"font-weight: 400;\">Plus, the UpdraftPlus global team welcomed 17 new team members. </span></p>\n<h2>And as for next year</h2>\n<p><span style=\"font-weight: 400;\">2023 will be a year of investment for us.</span></p>\n<p><span style=\"font-weight: 400;\">72% of you think our support is good. A key aim of ours is to grow the support team and implement process improvements to offer you even better support in the future.  </span></p>\n<p><span style=\"font-weight: 400;\">Of course there’ll be more releases, features and fixes to accommodate your feedback in 2023. You’ll see other improvements from us too, from how we look and feel to how we communicate.  </span></p>\n<h2>A HUGE thank you</h2>\n<p><span style=\"font-weight: 400;\">If you’re new to the <a href=\"https://updraftplus.com/\">UpdraftPlus</a> family, thank you for putting your trust in our products. If you’ve been with us for a long time, thank you for your long-standing support. </span></p>\n<p><span style=\"font-weight: 400;\">If you have any feedback on how we’re doing, or things you think we ought to focus on, you can get a direct line to our leadership team by emailing </span><a href=\"mailto:marketing@updraftplus.com\"><span style=\"font-weight: 400;\">marketing@updraftplus.com</span></a>.<span style=\"font-weight: 400;\"> </span></p>\n<p><span style=\"font-weight: 400;\">Wherever you are in the world, however we are connected, we wish you good cheer for the season’s holidays and a peaceful new year.</span></p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-1653573\" src=\"https://updraftplus.com/wp-content/uploads/2022/12/UpdraftPlus-2022.png\" alt=\"\" width=\"800\" height=\"400\" srcset=\"https://updraftplus.com/wp-content/uploads/2022/12/UpdraftPlus-2022.png 800w, https://updraftplus.com/wp-content/uploads/2022/12/UpdraftPlus-2022-480x240.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 800px, 100vw\" /></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/2022-for-the-updraftplus-plugins/\">2022 for the UpdraftPlus family</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"UpdraftPlus now available on GoDaddy hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://updraftplus.com/updraftplus-now-available-on-godaddy-hosting/\";s: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, 30 Nov 2022 11:38: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:1:{i:0;a:5:{s:4:\"data\";s:28:\"UpdraftPlus development news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1631851\";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:539:\"<p>UpdraftPlus now available on GoDaddy hosting <a href=\"https://updraftplus.com/updraftplus-now-available-on-godaddy-hosting/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-now-available-on-godaddy-hosting/\">UpdraftPlus now available on GoDaddy hosting</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Dee Nutbourne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1586:\"<p>Customers of GoDaddy’s Managed WordPress hosting may have noticed that UpdraftPlus has been blocklisted for the past few months.</p>\n<p>UpdraftPlus was blocklisted because the specifics of the GoDaddy configuration meant backups were consuming large amounts of server resources. More specifically, servers were configured to use a cron interval which was timing out before temporary backup files could be cleaned up.</p>\n<p>We’ve been working hard to implement performance improvements to satisfy GoDaddy’s requirements.</p>\n<p>We’re happy to announce that as of versions 1.22.23 (free) and 2.22.23 (Premium), GoDaddy has lifted the restrictions on UpdraftPlus.</p>\n<p>If you previously had UpdraftPlus Free or UpdraftPlus Premium installed on your GoDaddy Hosted site, you can now reactivate the plugin (after updating to the latest version).</p>\n<p>If you are new to UpdraftPlus, why not check out the <a class=\"c-link c-link--underline\" tabindex=\"-1\" href=\"https://updraftplus.com/updraftplus-full-feature-list/\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https://updraftplus.com/updraftplus-full-feature-list/\" data-sk=\"tooltip_parent\" data-remove-tab-index=\"true\">extensive features available</a>?</p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-now-available-on-godaddy-hosting/\">UpdraftPlus now available on GoDaddy hosting</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:82:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"AIOS Premium Launched\";s:7:\"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:46:\"https://updraftplus.com/aios-premium-launched/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://updraftplus.com/aios-premium-launched/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Oct 2022 08:56:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:26:\"All-In-One Security (AIOS)\";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:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"AIOS Premium\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:27:\"All-In-One Security Premium\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1573738\";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:586:\"<p>Last month, we announced the release of AIOS 5.0 which brought significant new features, tweaks and fixes, following its acquisition by UpdraftPlus last year.  <a href=\"https://updraftplus.com/aios-premium-launched/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/aios-premium-launched/\">AIOS Premium Launched</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Shane Gurney\";s: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:1956:\"<h4><span style=\"font-weight: 400;\">Last month, we announced the release of AIOS 5.0 which brings significant new features, tweaks and fixes to customers following its acquisition. Today we build on that good work with the launch of AIOS Premium. </span></h4>\n<p><span style=\"font-weight: 400;\">Joe Miles, Director at <a href=\"http://www.updraftplus.com\">UpdraftPlus</a> said </span></p>\n<p><span style=\"font-weight: 400;\">“We think it’s really important that our customers&#8217; websites are backed up </span><i><span style=\"font-weight: 400;\">and </span></i><span style=\"font-weight: 400;\">protected. UpdraftPlus is the world’s number one plugin for backups, </span><span style=\"font-weight: 400;\">AIOS is the number one listed security plugin on the WordPress Directory, and the only security plugin with a five-star user rating across more than a million installs, so it&#8217;s a natural fit for us.&#8221;</span></p>\n<p><span style=\"font-weight: 400;\">AIOS Premium brings new levels of protections for customers including; active scanning for downtime and malware, response time monitoring, advanced two-factor authentication, country blocking, smart 404 blocking and premium support at a competitive price point.</span></p>\n<p><span style=\"font-weight: 400;\">During October 2022, we are giving all users a 20% discount to celebrate the launch of AIOS Premium. To redeem this limited time offer, enter code <strong>october</strong></span><b>20 </b><span style=\"font-weight: 400;\">at the checkout. For more information, visit </span><span style=\"font-weight: 400;\"><a href=\"http://www.aiosplugin.com\">aiosplugin.com</a> today. </span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/aios-premium-launched/\">AIOS Premium Launched</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://updraftplus.com/aios-premium-launched/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"UpdraftPlus Marks Anniversary of All-in-One Security Acquisition with Major 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:108:\"https://updraftplus.com/updraftplus-marks-anniversary-of-all-in-one-security-acquisition-with-major-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, 07 Sep 2022 10:17: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:26:\"All-In-One Security (AIOS)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1550192\";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:882:\"<p>AIOS 5.0 is the first major release of ‘All-in-One Security’, since the popular WordPress Plugin was acquired by UpdraftPlus in August 2021.  Joe Miles, Director at UpdraftPlus said: “We’re thrilled to build on the good work already done with All-In-One &#8230; <a href=\"https://updraftplus.com/updraftplus-marks-anniversary-of-all-in-one-security-acquisition-with-major-release/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-marks-anniversary-of-all-in-one-security-acquisition-with-major-release/\">UpdraftPlus Marks Anniversary of All-in-One Security Acquisition with Major Release</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Shane Gurney\";s: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:10584:\"<p><span style=\"font-weight: 400;\">AIOS 5.0 is the first major release of ‘All-in-One Security’, since the popular WordPress Plugin was acquired by UpdraftPlus in August 2021. </span></p>\n<p><span style=\"font-weight: 400;\">Joe Miles, Director at UpdraftPlus said:</span></p>\n<p><span style=\"font-weight: 400;\">“We’re thrilled to build on the good work already done with All-In-One Security (AIOS), the only five-star rated WordPress security plugin with more than 1 million active installs. Release 5.0 brings significant new features, tweaks and fixes to our loyal customer base.”</span></p>\n<p><span style=\"font-weight: 400;\">AIOS 5.0 includes the launch of a new PHP firewall. </span></p>\n<p><span style=\"font-weight: 400;\">Previous versions used .htaccess files to provide firewall rules. This new release extends AIOS server compatibility beyond apache based servers. </span></p>\n<p><span style=\"font-weight: 400;\">AIOS also includes the addition of Two-Factor Authentication (TFA). TFA supports TOTP + HOTP protocols and so supports Google Authenticator, Authy and various other authentication tools.</span></p>\n<p><span style=\"font-weight: 400;\">The UpdraftPlus team is also working on an AIOS Premium product which will bring active scanning for downtime and malware as well as response time monitoring, advanced two factor authentication, country blocking, smart 404 blocking and premium support at a competitive price point.</span></p>\n<p>Looking to install the all new AIOS? Visit: <a href=\"https://en-gb.wordpress.org/plugins/all-in-one-wp-security-and-firewall/\">https://en-gb.wordpress.org/plugins/all-in-one-wp-security-and-firewall/</a></p>\n<p><span style=\"font-weight: 400;\">The full change log for AIOS 5.0 log is included below </span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FEATURE: Two-Factor Authentication (TFA) functionality &amp; related settings.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FEATURE: Set up a mechanism to load the firewall PHP file early.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FEATURE: PHP firewall rule engine.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FEATURE: Add WHOIS lookup functionality.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FEATURE: Implement 6G firewall rules in the new PHP-based firewall.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FEATURE: Disable WordPress application passwords.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FEATURE: Remove the plugin&#8217;s tables and options when uninstalling the plugin according to configuration settings.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FEATURE: Trash spam comments after n number of days as per configuration set in Admin Dashboard &gt; WP Security &gt; SPAM Prevention &gt; the &#8220;Comment SPAM&#8221; tab &gt; the  &#8220;Comment Processing&#8221; section &gt; the &#8220;Trash Comments After&#8221; settings.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FEATURE: Brute force Cookie-based Firewall Protection based on the PHP code instead of htaccess rules so that it also works with Nginx, IIS etc servers.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FEATURE: Allow multiple email addresses for the User Login &gt; Notify By Email setting.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FEATURE: IPv6 range support in CIDR Format enabled.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: The WooCommerce customer was redirected to the wp-login page after payment with an external payment gateway if forced logout configured after a specific number of minutes.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: If the WordPress language was set to something other than English, then auto-update core, plugin, and theme emails sent in English instead of the configured language.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: Database error for multisite when creating a new site solved.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: Captcha options should not be autoloaded.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: Database error for multisite cronjob column name.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: The plugin clogs up the database with lots of rows. Delete old data after 90 days.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: Rename Login issue with wp plugin list command solved.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: Rename Login breaks logout functionality if WP_HOME is set to a different URL than the WordPress core files URL.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: PHP Fatal error:  Uncaught Error: Class &#8216;AIOWPSecurity_Admin_Init&#8217; not found in html/wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php:366.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: The Spam comment blocked IP address remains blocked even after spammed comments are approved.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: Admin Dashboard &gt; WP Security &gt; Security Points Breakdown Section piechart tooltips flickering.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: The &#8220;Time Length of 404 Lockout&#8221; option doesn&#8217;t do anything.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: Search did not work for the 404 Event Logs list table.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: Search did not work for Failed Logins list table.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: Search did not work for the Account Activity list table.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: Bulk deletions did not work for the Account Activity list table.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: Warning when bots make malformed requests.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: When the user had pressed the bottom bulk action button of the list table, the bulk action was confirmed by two confirm alerts.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: Unblock link in 404 Event Logs list table redirected to wrong tab.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: Temp Block, Blacklist IP and Delete links in 404 Event Logs list table didn&#8217;t work.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: Rename login page and Cookie based brute force login prevention configurations didn&#8217;t work simultaneously.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: Fatal error when activating using older PHP versions</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: If auto_prepend_file is already pointed to the firewall bootstrap file from php.ini manually, the bootstrap file try to include itself.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FIX: The custom logo wasn&#8217;t displayed on the login lockdown unlock request form.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TWEAK: Allow taking database backups via the UpdraftPlus backup plugin.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TWEAK: Make lockout reasons more specific.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TWEAK: Update notice class.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TWEAK: If the user has not performed the cookie test, the brute force attack prevention configuration fields remain disabled in the Admin Dashboard &gt; WP Security &gt; Brute Force &gt; Cookie Based Brute Force Prevention.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TWEAK: Display locked IP addresses lockout date and release date in WordPress settings format.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TWEAK: Improve success or messages when performing bulk actions on the table list.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TWEAK: 404 events date is displayed in WordPress settings format.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TWEAK: Account activity login date and logout date are displayed in WordPress settings format.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TWEAK: Add a label for each setting field.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TWEAK: JQMIGRATE: jQuery.fn.click() event shorthand is deprecated.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">TWEAK: Fix typos at Admin Dashboard &gt; WP Security &gt; Firewall &gt; Basic Firewall Rules &gt; Block Access to Debug Log File.</span></span>&nbsp;</li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-marks-anniversary-of-all-in-one-security-acquisition-with-major-release/\">UpdraftPlus Marks Anniversary of All-in-One Security Acquisition with Major Release</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"https://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s: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:29:\"https://updraftplus.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:19:{s:12:\"content-type\";s:23:\"text/xml; charset=utf-8\";s:4:\"vary\";s:46:\"Sec-Fetch-Dest, Sec-Fetch-Mode, Sec-Fetch-Site\";s:12:\"feedburnerv2\";s:0:\"\";s:13:\"last-modified\";s:29:\"Mon, 26 Jun 2023 23:19:45 GMT\";s:13:\"cache-control\";s:46:\"no-cache, no-store, max-age=0, must-revalidate\";s:6:\"pragma\";s:8:\"no-cache\";s:7:\"expires\";s:29:\"Mon, 01 Jan 1990 00:00:00 GMT\";s:4:\"date\";s:29:\"Tue, 27 Jun 2023 07:56:19 GMT\";s:23:\"content-security-policy\";s:243:\"script-src \'report-sample\' \'nonce-rafEamTi1d0-_i-WaWztvg\' \'unsafe-inline\';object-src \'none\';base-uri \'self\';report-uri /_/RaichuFeedServer/cspreport;worker-src \'self\', require-trusted-types-for \'script\';report-uri /_/RaichuFeedServer/cspreport\";s:26:\"cross-origin-opener-policy\";s:11:\"same-origin\";s:9:\"accept-ch\";s:191:\"Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-WoW64, Sec-CH-UA-Form-Factor, Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version\";s:18:\"permissions-policy\";s:173:\"ch-ua-arch=*, ch-ua-bitness=*, ch-ua-full-version=*, ch-ua-full-version-list=*, ch-ua-model=*, ch-ua-wow64=*, ch-ua-form-factor=*, ch-ua-platform=*, ch-ua-platform-version=*\";s:28:\"cross-origin-resource-policy\";s:9:\"same-site\";s:16:\"content-encoding\";s:4:\"gzip\";s:6:\"server\";s:3:\"ESF\";s:16:\"x-xss-protection\";s:1:\"0\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:7:\"alt-svc\";s:46:\"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000\";}}s:5:\"build\";s:14:\"20220311105412\";}','no'),(10295,'_site_transient_timeout_community-events-664033434dedb1228fde84ed48a0a535','1659080579','no'),(10296,'_site_transient_community-events-664033434dedb1228fde84ed48a0a535','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"75.166.18.0\";}s:6:\"events\";a:5:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Happiness Hour at the Denver Library\";s:3:\"url\";s:55:\"https://www.meetup.com/denverwordpress/events/287166291\";s:6:\"meetup\";s:23:\"Denver WordPress Meetup\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/DenverWordPress/\";s:4:\"date\";s:19:\"2022-08-09 18:00:00\";s:8:\"end_date\";s:19:\"2022-08-09 20:00:00\";s:20:\"start_unix_timestamp\";i:1660089600;s:18:\"end_unix_timestamp\";i:1660096800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.77000000000000312638803734444081783294677734375;s:9:\"longitude\";d:-105.0100000000000051159076974727213382720947265625;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:35:\"Boulder WordPress Meetup: Topic TBA\";s:3:\"url\";s:49:\"https://www.meetup.com/boulderwp/events/287147301\";s:6:\"meetup\";s:24:\"Boulder WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/BoulderWP/\";s:4:\"date\";s:19:\"2022-08-15 18:00:00\";s:8:\"end_date\";s:19:\"2022-08-15 19:30:00\";s:20:\"start_unix_timestamp\";i:1660608000;s:18:\"end_unix_timestamp\";i:1660613400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.03999999999999914734871708787977695465087890625;s:9:\"longitude\";d:-105.31000000000000227373675443232059478759765625;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Happiness Hour at the Denver Library\";s:3:\"url\";s:55:\"https://www.meetup.com/denverwordpress/events/286576926\";s:6:\"meetup\";s:23:\"Denver WordPress Meetup\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/DenverWordPress/\";s:4:\"date\";s:19:\"2022-09-13 18:00:00\";s:8:\"end_date\";s:19:\"2022-09-13 20:00:00\";s:20:\"start_unix_timestamp\";i:1663113600;s:18:\"end_unix_timestamp\";i:1663120800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.77000000000000312638803734444081783294677734375;s:9:\"longitude\";d:-105.0100000000000051159076974727213382720947265625;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:35:\"Boulder WordPress Meetup: Topic TBA\";s:3:\"url\";s:49:\"https://www.meetup.com/boulderwp/events/287147306\";s:6:\"meetup\";s:24:\"Boulder WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/BoulderWP/\";s:4:\"date\";s:19:\"2022-09-19 18:00:00\";s:8:\"end_date\";s:19:\"2022-09-19 19:30:00\";s:20:\"start_unix_timestamp\";i:1663632000;s:18:\"end_unix_timestamp\";i:1663637400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.03999999999999914734871708787977695465087890625;s:9:\"longitude\";d:-105.31000000000000227373675443232059478759765625;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:35:\"Boulder WordPress Meetup: Topic TBA\";s:3:\"url\";s:49:\"https://www.meetup.com/boulderwp/events/287147305\";s:6:\"meetup\";s:24:\"Boulder WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/BoulderWP/\";s:4:\"date\";s:19:\"2022-09-19 18:00:00\";s:8:\"end_date\";s:19:\"2022-09-19 19:30:00\";s:20:\"start_unix_timestamp\";i:1663632000;s:18:\"end_unix_timestamp\";i:1663637400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.03999999999999914734871708787977695465087890625;s:9:\"longitude\";d:-105.31000000000000227373675443232059478759765625;}}}}','no'),(42226,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1689019008','no'),(42227,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1688975808','no'),(42228,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1689019008','no'),(42229,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/07/6-3-live-product-demo/\'>6.3 Live Product Demo</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/07/wordpress-6-3-beta-3/\'>WordPress 6.3 Beta 3</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://central.wordcamp.org/news/2023/07/wordcamp-dhaka-2023-has-been-cancelled/\'>WordCamp Central: WordCamp Dhaka 2023 Has Been Cancelled</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-to-host-6-3-live-product-demo-on-thursday-july-20\'>WPTavern: WordPress to Host 6.3 Live Product Demo on Thursday, July 20</a></li><li><a class=\'rsswidget\' href=\'https://gutenbergtimes.com/phase-3-collaboration-kick-off-add-commands-to-the-palette-server-side-filter-for-theme-json-weekend-edition-260/\'>Gutenberg Times: Phase 3: Collaboration – Kick-off, add commands to the palette, server-side filter for theme.json –Weekend Edition #260</a></li></ul></div>','no'),(42234,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1689017114;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:45:\"bulletproof-security/bulletproof-security.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/bulletproof-security\";s:4:\"slug\";s:20:\"bulletproof-security\";s:6:\"plugin\";s:45:\"bulletproof-security/bulletproof-security.php\";s:11:\"new_version\";s:3:\"6.8\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/bulletproof-security/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/bulletproof-security.6.8.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/bulletproof-security/assets/icon-128x128.png?rev=1731938\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/bulletproof-security/assets/banner-772x250.png?rev=2252426\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.8\";}s:47:\"change-wp-admin-login/change-wp-admin-login.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/change-wp-admin-login\";s:4:\"slug\";s:21:\"change-wp-admin-login\";s:6:\"plugin\";s:47:\"change-wp-admin-login/change-wp-admin-login.php\";s:11:\"new_version\";s:5:\"1.1.3\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/change-wp-admin-login/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/change-wp-admin-login.1.1.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/change-wp-admin-login/assets/icon-256x256.gif?rev=2883631\";s:2:\"1x\";s:74:\"https://ps.w.org/change-wp-admin-login/assets/icon-128x128.gif?rev=2883631\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/change-wp-admin-login/assets/banner-1544x500.png?rev=2883631\";s:2:\"1x\";s:76:\"https://ps.w.org/change-wp-admin-login/assets/banner-772x250.png?rev=2883631\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{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.7.7\";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.7.7.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.0\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.14.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:41:\"w.org/plugins/force-regenerate-thumbnails\";s:4:\"slug\";s:27:\"force-regenerate-thumbnails\";s:6:\"plugin\";s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"2.1.2\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/force-regenerate-thumbnails/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/force-regenerate-thumbnails.2.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/force-regenerate-thumbnails/assets/icon-256x256.jpg?rev=2816275\";s:2:\"1x\";s:80:\"https://ps.w.org/force-regenerate-thumbnails/assets/icon-128x128.jpg?rev=2816275\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/force-regenerate-thumbnails/assets/banner-1544x500.jpg?rev=2816275\";s:2:\"1x\";s:82:\"https://ps.w.org/force-regenerate-thumbnails/assets/banner-772x250.jpg?rev=2816275\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/really-simple-ssl\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:6:\"plugin\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:11:\"new_version\";s:5:\"7.0.6\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/really-simple-ssl/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/really-simple-ssl.7.0.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720\";s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=2839720\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=2810049\";s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=2810049\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:3:\"4.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/duplicate-post.4.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=2336666\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=2336666\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/duplicate-post/assets/banner-1544x500.png?rev=2336666\";s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=2336666\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.1\";}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":17:{s:14:\"stable_version\";s:6:\"3.14.1\";s:12:\"last_updated\";s:19:\"2022-05-10 14:03:37\";s:11:\"new_version\";s:6:\"3.14.1\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.2.2\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:327:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9pbmRpZ28tZGlzY28uY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTY4OTAxNzExMywiZXhwIjoxNjg5MTAzNTEzfQ.w2JLW8FQjEQbC6nLI5Nr6ou6D8w9Z-J6YE6SpmBlVIc/package_download\";s:13:\"download_link\";s:327:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9pbmRpZ28tZGlzY28uY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTY4OTAxNzExMywiZXhwIjoxNjg5MTAzNTEzfQ.w2JLW8FQjEQbC6nLI5Nr6ou6D8w9Z-J6YE6SpmBlVIc/package_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:12:{s:11:\"new_version\";s:5:\"3.7.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.2.2\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:303:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9pbmRpZ28tZGlzY28uY29tIiwiaWF0IjoxNjg5MDE3MTEzLCJleHAiOjE2ODkxMDM1MTN9.eMOnb8ocMsuMCjdqzdWLmPQWD9zu4uVSemgCG-ZYgn0/previous_download\";s:13:\"download_link\";s:303:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9pbmRpZ28tZGlzY28uY29tIiwiaWF0IjoxNjg5MDE3MTEzLCJleHAiOjE2ODkxMDM1MTN9.eMOnb8ocMsuMCjdqzdWLmPQWD9zu4uVSemgCG-ZYgn0/previous_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:27:{i:0;s:5:\"he_IL\";i:1;s:5:\"nl_NL\";i:2;s:5:\"en_GB\";i:3;s:5:\"en_NZ\";i:4;s:5:\"en_ZA\";i:5;s:5:\"en_AU\";i:6;s:5:\"en_CA\";i:7;s:5:\"sv_SE\";i:8;s:5:\"da_DK\";i:9;s:5:\"fr_FR\";i:10;s:5:\"nl_NL\";i:11;s:5:\"nb_NO\";i:12;s:5:\"de_AT\";i:13;s:2:\"fi\";i:14;s:5:\"it_IT\";i:15;s:5:\"nn_NO\";i:16;s:5:\"de_CH\";i:17;s:5:\"en_GB\";i:18;s:5:\"is_IS\";i:19;s:2:\"ga\";i:20;s:5:\"fr_BE\";i:21;s:5:\"nl_BE\";i:22;s:3:\"ast\";i:23;s:5:\"lb_LU\";i:24;s:5:\"es_ES\";i:25;s:5:\"pt_PT\";i:26;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}s:5:\"cloud\";b:0;s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:7:\"checked\";a:1:{s:31:\"elementor-pro/elementor-pro.php\";s:6:\"3.14.1\";}}','no'),(42237,'_site_transient_timeout_wp_remote_block_patterns_2606d8fd6f076a2bc61be42cd17fab98','1688979805','no'),(42238,'_site_transient_wp_remote_block_patterns_2606d8fd6f076a2bc61be42cd17fab98','a:46:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:310547;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Cover Poster on Left, Paragraph on Right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3610:\"\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-center\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#36220c\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-space-between is-layout-flex wp-container-8 wp-block-group-is-layout-flex\">\n<div class=\"wp-duotone-rgb137750-rgb210210210-4 wp-block-cover is-light has-custom-content-position is-position-top-right wp-container-content-2\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:75vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2023/04/654642d52f20d6367.57324872.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-vertical is-content-justification-right is-nowrap is-layout-flex wp-container-1 wp-block-group-is-layout-flex\">\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:140px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">Wardell</p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:130px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">gray</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#d09c9c;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">Plays</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:0.8;text-transform:uppercase\">Bebop &amp;</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">SWING</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-group wp-container-content-6 is-vertical is-nowrap is-layout-flex wp-container-7 wp-block-group-is-layout-flex\">\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">Wardell Gray was born in Oklahoma City, the youngest of four children. His early childhood years were spent in Oklahoma, before moving with his family to Detroit in 1929. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">In early 1935, Gray began attending Northeastern High School, and then transferred to Cass Technical High School, which is noted for having Donald Byrd, Lucky Thompson and Al McKibbon as alumni. </p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-5 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:700;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color wp-element-button\" style=\"border-radius:0px;color:#e59937;padding-top:16px;padding-right:32px;padding-bottom:16px;padding-left:32px\">Listen Now</a></div>\n</div>\n\n\n\n<div style=\"height:7.5vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:73:\"core/button,core/buttons,core/cover,core/group,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:6343:\"<!-- wp:cover {\"customOverlayColor\":\"#36220c\",\"contentPosition\":\"top center\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-center\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#36220c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"3vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"stretch\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\"><!-- wp:cover {\"url\":\"https://pd.w.org/2023/04/654642d52f20d6367.57324872.jpg\",\"id\":334,\"dimRatio\":50,\"minHeight\":75,\"minHeightUnit\":\"vh\",\"contentPosition\":\"top right\",\"isDark\":false,\"style\":{\"layout\":{\"selfStretch\":\"fill\"},\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"}},\"color\":{\"duotone\":[\"rgb(137, 75, 0)\",\"rgb(210, 210, 210)\"]}}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-right\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:75vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2023/04/654642d52f20d6367.57324872.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"140px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-6px\"},\"color\":{\"text\":\"#e5683a\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:140px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">Wardell</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"130px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-6px\"},\"color\":{\"text\":\"#e5683a\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:130px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">gray</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"90px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"},\"color\":{\"text\":\"#d09c9c\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#d09c9c;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">Plays</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"90px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"letterSpacing\":\"0px\",\"lineHeight\":\"0.8\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:0.8;text-transform:uppercase\">Bebop &amp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"90px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">SWING</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"420px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"bottom\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1.7\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">Wardell Gray was born in Oklahoma City, the youngest of four children. His early childhood years were spent in Oklahoma, before moving with his family to Detroit in 1929. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1.7\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">In early 1935, Gray began attending Northeastern High School, and then transferred to Cass Technical High School, which is noted for having Donald Byrd, Lucky Thompson and Al McKibbon as alumni. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#e59937\"},\"border\":{\"radius\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"32px\",\"bottom\":\"16px\",\"left\":\"32px\"}},\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:700;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color wp-element-button\" style=\"border-radius:0px;color:#e59937;padding-top:16px;padding-right:32px;padding-bottom:16px;padding-left:32px\">Listen Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"7.5vw\"} -->\n<div style=\"height:7.5vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:309935;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Centered image with two-tone background color\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1278:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-11 is-layout-constrained wp-container-12 wp-block-group-is-layout-constrained\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-duotone-000000-ffffff-10 wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcetera</h2>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:18:\"Gradient, Two-Tone\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:57:\"core/cover,core/group,core/heading,core/image,core/spacer\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2134:\"<!-- wp:cover {\"minHeight\":66,\"minHeightUnit\":\"vh\",\"customGradient\":\"linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"600px\",\"wideSize\":\"1200px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"color\":{\"duotone\":[\"#000000\",\"#ffffff\"]}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"50px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"32px\",\"lineHeight\":\"1\"},\"spacing\":{\"padding\":{\"left\":\"32px\"}}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcetera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:309925;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:43:\"Fullwidth Dark Banner with Heading Top Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1031:\"\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-14 is-vertical is-nowrap is-layout-flex wp-container-15 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:16:\"Jazz, Fulllwidth\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1697:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\",\"id\":333,\"dimRatio\":90,\"customOverlayColor\":\"#141414\",\"focalPoint\":{\"x\":0.5,\"y\":0},\"minHeight\":50,\"minHeightUnit\":\"vh\",\"contentPosition\":\"top left\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"fontStyle\":\"italic\",\"fontWeight\":\"900\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\",\"textTransform\":\"none\"},\"color\":{\"text\":\"#d8a557\"}},\"fontFamily\":\"source-serif-pro\"} -->\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:309230;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:44:\"Fullwidth cover with repeating gradient text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1724:\"\n<div class=\"wp-duotone-36345d-abaaaa-19 wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-nowrap is-layout-flex wp-container-17 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:48:\"Fullwidth, Background Image, Gradient, Uppercase\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3135:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\",\"id\":334,\"dimRatio\":60,\"customOverlayColor\":\"#c2b7a4\",\"focalPoint\":{\"x\":0.5,\"y\":0.05},\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#36345d\",\"#abaaaa\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#c8c4d3\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#ac94b2\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#71689c\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#444178\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:309224;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:72:\"Fullwidth, vertically aligned headline on right with description on left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2130:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flex wp-container-26 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-22 is-layout-flow wp-container-23 wp-block-group-is-layout-flow\">\n<p class=\"wp-container-content-20\" style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let &#8217;em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-24 is-layout-flow wp-container-25 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>&#8216;EM<br>Roll</p>\n\n\n\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:60:\"vertically, bold, jazz, shop, store, headline, hero, product\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:61:\"core/button,core/buttons,core/cover,core/group,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3726:\"<!-- wp:cover {\"customOverlayColor\":\"#e68b14\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"320px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"330px\"},\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.4\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"}}} -->\n<p style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let \'em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"14px\",\"bottom\":\"14px\",\"left\":\"36px\",\"right\":\"36px\"}},\"border\":{\"radius\":\"0px\",\"top\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"right\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"bottom\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"}}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>\'EM<br>Roll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:309236;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:60:\"Fullwidth headline with links and gradient offset background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1893:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-space-between is-layout-flex wp-container-33 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-28 is-layout-flow wp-container-29 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color wp-elements-52dc92f2ee4b8dfde042239a7e68e30d\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONK</strong>.</p>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-31 is-layout-flow wp-container-32 wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-30 wp-block-group-is-layout-flex\">\n<p class=\"has-white-color has-text-color has-link-color wp-elements-c8902903bdf5ea1baed310a565cbd10e\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">A new collection</p>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-669af571686ebf2235f18cd2403659b5\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Learn More → </p>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:41:\"Offset, Gradient, Jazz, Headline, Feature\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3195:\"<!-- wp:cover {\"customGradient\":\"linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"5vw\",\"bottom\":\"48px\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"172px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.7\",\"letterSpacing\":\"-10px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONK</strong>.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"400px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">A new collection</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Learn More → </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"260px\"} -->\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:308937;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Heading, Paragraph, Button with Two Images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2550:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-layout-flex wp-container-45 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group alignwide wp-container-content-36 is-content-justification-left is-layout-constrained wp-container-37 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Time for an adventure</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-35 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-44 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-40 is-layout-flow wp-block-group-is-layout-flow\">\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-duotone-rgb000-rgb21788120-39 wp-block-image size-large wp-container-content-38\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n</div>\n\n\n\n<figure class=\"wp-duotone-rgb000-rgb21788120-43 wp-block-image size-large wp-container-content-42\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:4102:\"<!-- wp:cover {\"customOverlayColor\":\"#eb4c77\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"6vw\",\"right\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"none\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"0.9\"}},\"textColor\":\"contrast\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Time for an adventure</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"contrast\",\"textColor\":\"base\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"8vw\"} -->\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:308949;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Bold sale banner with geometric background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1663:\"\n<div class=\"wp-duotone-rgb4448102-ffb23d-50 wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flow wp-container-48 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Enjoy</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% Off</p>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-47 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Shop Now</a></div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:43:\"store, shop, coupon, jazz, background image\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:73:\"core/button,core/buttons,core/cover,core/group,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2819:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\",\"id\":334,\"dimRatio\":90,\"customOverlayColor\":\"#2c3066\",\"minHeight\":50,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(44, 48, 102)\",\"#ffb23d\"]}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Enjoy</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% Off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ffb23d\",\"text\":\"#2c3066\"},\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"20px\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:308924;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Offset bold paragraph text with varying opacity\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1592:\"\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-51 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embark</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>ON A HIKING</strong></p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">adventure and explore the beauty of nature&#8217;s best…</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">In the</p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3052:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"white\"} -->\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"700px\",\"contentSize\":\"700px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"120px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffff61\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embark</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffff73\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>ON A HIKING</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffffad\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">adventure and explore the beauty of nature\'s best…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffffd1\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"162px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#fffffff5\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:308916;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Offset text with a brutalist design vibe\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1389:\"\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-53 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Walk</p>\n\n\n\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">In the</p>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Park</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2631:\"<!-- wp:cover {\"customOverlayColor\":\"#ffb43c\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"1200px\",\"contentSize\":\"800px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Walk</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Park</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"140px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"200\",\"letterSpacing\":\"0px\",\"lineHeight\":\"0.9\"},\"color\":{\"text\":\"#a65a00\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:308901;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Fullscreen image with right content area\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2040:\"\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-flex wp-container-59 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-container-content-55\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n\n\n\n<div class=\"wp-block-group alignwide wp-container-content-57 is-content-justification-left is-layout-constrained wp-container-58 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">wAndering through the woods</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-56 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n</div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3261:\"<!-- wp:cover {\"customOverlayColor\":\"#376a23\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"80px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"lineHeight\":\"1.0\"}},\"textColor\":\"black\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">wAndering through the woods</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:308871;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:46:\"Cover Image with Bold Heading and Button, Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1525:\"\n<div class=\"wp-duotone-094850-f9644e-64 wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-61 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Take a hike and wAnder through the woods</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-62 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2443:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#094850\",\"#f9644e\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"justifyContent\":\"left\",\"wideSize\":\"75%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Take a hike and wAnder through the woods</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:308868;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Cover Image with Bold Heading and Button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1533:\"\n<div class=\"wp-duotone-rgb4247103-rgb21419442-68 wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-65 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-nowrap is-layout-flex wp-container-66 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2449:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(42, 47, 103)\",\"rgb(214, 194, 42)\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"80%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:303828;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Fullscreen cover image gallery\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:895:\"\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-69 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:43:\"gallery, images, columns, background, cover\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:32:\"core/cover,core/group,core/image\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1259:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:277265;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth posts with uppercase titles\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6993:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><ul style=\"text-transform:none;\" class=\"wp-block-post-template is-layout-flow wp-block-post-template-is-layout-flow\"><li class=\"wp-block-post post-2071 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-72 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-71 wp-block-group-is-layout-flex\">\n<p>✴︎</p>\n\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; text-transform:uppercase;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date has-small-font-size wp-elements-4003f76eccbf507a9e3d7e84a42ea154\"><time datetime=\"2021-07-06T21:31:35+00:00\">Jul 6, 2021</time></div></div>\n\n\n<div style=\"text-transform:uppercase\" class=\"taxonomy-category has-link-color has-text-color has-contrast-color wp-block-post-terms wp-elements-d846021732facad792835971f80af878\"><span class=\"wp-block-post-terms__prefix\">✴︎ </span><a href=\"https://wordpress.org/patterns/category/space/\" rel=\"tag\">Space</a></div></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-75 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><h2 style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:5.2rem;font-style:normal;font-weight:500;line-height:1.1;text-transform:uppercase;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-eba6f7f6e0a9160611aa886fe4e31449 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/jupiter/\" target=\"_self\" >Jupiter</a></h2></div>\n\n</li><li class=\"wp-block-post post-2069 post type-post status-publish format-standard hentry category-space tag-stars\">\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-77 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-76 wp-block-group-is-layout-flex\">\n<p>✴︎</p>\n\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; text-transform:uppercase;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date has-small-font-size wp-elements-4003f76eccbf507a9e3d7e84a42ea154\"><time datetime=\"2021-07-06T21:30:31+00:00\">Jul 6, 2021</time></div></div>\n\n\n<div style=\"text-transform:uppercase\" class=\"taxonomy-category has-link-color has-text-color has-contrast-color wp-block-post-terms wp-elements-d846021732facad792835971f80af878\"><span class=\"wp-block-post-terms__prefix\">✴︎ </span><a href=\"https://wordpress.org/patterns/category/space/\" rel=\"tag\">Space</a></div></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-80 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><h2 style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:5.2rem;font-style:normal;font-weight:500;line-height:1.1;text-transform:uppercase;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-eba6f7f6e0a9160611aa886fe4e31449 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/star-clusters-in-hurcules/\" target=\"_self\" >Star Clusters in Hurcules</a></h2></div>\n\n</li><li class=\"wp-block-post post-2067 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-82 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-81 wp-block-group-is-layout-flex\">\n<p>✴︎</p>\n\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; text-transform:uppercase;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date has-small-font-size wp-elements-4003f76eccbf507a9e3d7e84a42ea154\"><time datetime=\"2021-07-05T21:29:00+00:00\">Jul 5, 2021</time></div></div>\n\n\n<div style=\"text-transform:uppercase\" class=\"taxonomy-category has-link-color has-text-color has-contrast-color wp-block-post-terms wp-elements-d846021732facad792835971f80af878\"><span class=\"wp-block-post-terms__prefix\">✴︎ </span><a href=\"https://wordpress.org/patterns/category/space/\" rel=\"tag\">Space</a></div></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-85 wp-block-group-is-layout-flex\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><h2 style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:5.2rem;font-style:normal;font-weight:500;line-height:1.1;text-transform:uppercase;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-eba6f7f6e0a9160611aa886fe4e31449 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/saturn/\" target=\"_self\" >Saturn</a></h2></div>\n\n</li></ul></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"><nav class=\"wp-block-query-pagination is-content-justification-left is-nowrap is-layout-flex wp-container-88 wp-block-query-pagination-is-layout-flex\" aria-label=\"Pagination\">\n\n\n<a href=\"/patterns/wp-json/wp/v2/wporg-pattern?page=1&#038;per_page=100&#038;order=desc&#038;orderby=date&#038;locale=en_US&#038;wp-version=6.2.2&#038;pattern-keywords=11&#038;_fields=id%2Ctitle%2Ccontent%2Cmeta%2Ccategory_slugs%2Ckeyword_slugs%2Cpattern_content&#038;query-31-page=2\" style=\"text-transform:uppercase;\" class=\"wp-block-query-pagination-next has-small-font-size\">Next</a>\n</nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:30:\"star, posts, loop, blog, index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and start accents.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:182:\"core/group,core/paragraph,core/post-date,core/post-template,core/post-terms,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3502:\"<!-- wp:query {\"queryId\":31,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:post-template {\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"1px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>✴︎</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"M j, Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-terms {\"term\":\"category\",\"prefix\":\"✴︎ \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"bottom\":\"var:preset|spacing|70\",\"right\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"1.1\",\"textTransform\":\"uppercase\",\"fontSize\":\"5.2rem\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"right\":\"16px\",\"left\":\"16px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<!-- wp:query-pagination-previous {\"label\":\"Previous\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:query-pagination-next {\"label\":\"Next\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:15;O:8:\"stdClass\":7:{s:2:\"id\";i:277127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Fullwidth posts titles with dates\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6511:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><ul style=\"text-transform:none;\" class=\"alignfull wp-block-post-template is-layout-flow wp-block-post-template-is-layout-flow\"><li class=\"wp-block-post post-2071 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-container-93 wp-block-group-is-layout-flow\" style=\"padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-91 wp-block-group-is-layout-flex\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5813a8450eb0347cfdf34f1870882db6\"><time datetime=\"2021-07-06T21:31:35+00:00\">07.6</time></div>\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-672016f5c95dcb277e0d666c7795c645\"><time datetime=\"2021-07-06T21:31:35+00:00\">2021</time></div></div>\n\n\n<h2 style=\"padding-top:var(--wp--preset--spacing--30); font-size:4.6rem;font-style:normal;font-weight:600;line-height:1.1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-b5fa43084743aafd1d185f08a32e7678 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/jupiter/\" target=\"_self\" >Jupiter</a></h2></div>\n\n</li><li class=\"wp-block-post post-2069 post type-post status-publish format-standard hentry category-space tag-stars\">\n\n<div class=\"wp-block-group is-layout-flow wp-container-96 wp-block-group-is-layout-flow\" style=\"padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-94 wp-block-group-is-layout-flex\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5813a8450eb0347cfdf34f1870882db6\"><time datetime=\"2021-07-06T21:30:31+00:00\">07.6</time></div>\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-672016f5c95dcb277e0d666c7795c645\"><time datetime=\"2021-07-06T21:30:31+00:00\">2021</time></div></div>\n\n\n<h2 style=\"padding-top:var(--wp--preset--spacing--30); font-size:4.6rem;font-style:normal;font-weight:600;line-height:1.1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-b5fa43084743aafd1d185f08a32e7678 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/star-clusters-in-hurcules/\" target=\"_self\" >Star Clusters in Hurcules</a></h2></div>\n\n</li><li class=\"wp-block-post post-2067 post type-post status-publish format-standard hentry category-space tag-planet\">\n\n<div class=\"wp-block-group is-layout-flow wp-container-99 wp-block-group-is-layout-flow\" style=\"padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-97 wp-block-group-is-layout-flex\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-5813a8450eb0347cfdf34f1870882db6\"><time datetime=\"2021-07-05T21:29:00+00:00\">07.5</time></div>\n\n<div style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; font-size:2rem;font-style:normal;font-weight:600;letter-spacing:1px;\" class=\"has-text-align-left has-link-color has-text-color has-contrast-color wp-block-post-date wp-elements-672016f5c95dcb277e0d666c7795c645\"><time datetime=\"2021-07-05T21:29:00+00:00\">2021</time></div></div>\n\n\n<h2 style=\"padding-top:var(--wp--preset--spacing--30); font-size:4.6rem;font-style:normal;font-weight:600;line-height:1.1;\" class=\"has-link-color has-text-color has-contrast-color wp-block-post-title wp-elements-b5fa43084743aafd1d185f08a32e7678 is-layout-flow wp-block-post-title-is-layout-flow\"><a href=\"https://wordpress.org/patterns/saturn/\" target=\"_self\" >Saturn</a></h2></div>\n\n</li></ul></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><nav class=\"wp-block-query-pagination is-content-justification-space-between is-nowrap is-layout-flex wp-container-102 wp-block-query-pagination-is-layout-flex\" aria-label=\"Pagination\">\n\n\n<a href=\"/patterns/wp-json/wp/v2/wporg-pattern?page=1&#038;per_page=100&#038;order=desc&#038;orderby=date&#038;locale=en_US&#038;wp-version=6.2.2&#038;pattern-keywords=11&#038;_fields=id%2Ctitle%2Ccontent%2Cmeta%2Ccategory_slugs%2Ckeyword_slugs%2Cpattern_content&#038;query-1-page=2\" style=\"font-size:2rem;font-style:normal;font-weight:600;text-transform:uppercase;letter-spacing:1px;\" class=\"wp-block-query-pagination-next\">Next Page</a>\n</nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:31:\"Posts, Query, Loop, Blog, Index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and numeral dates.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:151:\"core/group,core/post-date,core/post-template,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3583:\"<!-- wp:query {\"queryId\":1,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:post-template {\"align\":\"full\",\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"4px\"}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"m.j\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /-->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"4.6rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\"}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<!-- wp:query-pagination-previous {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n\n<!-- wp:query-pagination-next {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:16;O:8:\"stdClass\":7:{s:2:\"id\";i:229116;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Fullwidth header with hero image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3842:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-109 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group is-layout-flex wp-container-106 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-105 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-block-site-title has-medium-font-size wp-elements-234e57400cf5587740bb7caa261d6fc4\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n</div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-108 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-107\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-107\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-107-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\n\n\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Header on a white background followed by a full-width hero image.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2566:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":0,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":40,\"minHeightUnit\":\"vw\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"50px\"} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:17;O:8:\"stdClass\":7:{s:2:\"id\";i:229092;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Header inside full-width background image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3879:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color wp-elements-a5c55c350363e1349d710a58148fd7b6 is-content-justification-space-between is-layout-flex wp-container-115 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size is-style-default wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color has-text-color has-white-color wp-block-site-title has-medium-font-size wp-elements-e24c80986e13ab3d929b38d6b46e3019\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"has-text-color has-white-color is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-114 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-113\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-113\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-113-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\n\n\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:100:\"Simple header with logo, site title, navigation and a full-width background image with dark overlay.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2554:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":50,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":50,\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"textColor\":\"base\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"className\":\"is-style-default\"} /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"white\",\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"textColor\":\"white\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"33vw\"} -->\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:18;O:8:\"stdClass\":7:{s:2:\"id\";i:229097;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Simple header with dark background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2982:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-4956719e1d36ae31d9fb9c185b0a148a is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-121 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-block-site-title wp-elements-f1e98d6c897e424c7d4e8232ded39f0a\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-120 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-119\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-119\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-119-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:76:\"Simple header with logo, site title, navigation links and a dark background.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1232:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:19;O:8:\"stdClass\":7:{s:2:\"id\";i:229101;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Text-only header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2742:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-126 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-125 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-124\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-124\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-124-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:53:\"Header with site title, tagline and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:60:\"core/group,core/navigation,core/site-tagline,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:966:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:20;O:8:\"stdClass\":7:{s:2:\"id\";i:229105;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Simple header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3271:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-7479bd1e590756c4aa927894dbdbef4e is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-132 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-129 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-128 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"wp-block-site-tagline has-small-font-size\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n</div>\n\n\n<nav class=\"has-small-font-size is-responsive items-justified-right is-fallback wp-block-navigation has-small-font-size is-content-justification-right is-layout-flex wp-container-131 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-130\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-130\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-130-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:92:\"Header with site logo, title and tagline on the left and with navigation links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/navigation,core/site-logo,core/site-tagline,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1389:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:21;O:8:\"stdClass\":7:{s:2:\"id\";i:229111;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:36:\"Fullwidth site title and menu button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2514:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-e0434f7bbe3c9d87e2f1562e19b734da is-content-justification-space-between is-layout-flex wp-container-136 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-135 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open always-shown\" data-micromodal-trigger=\"modal-134\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container hidden-by-default \" style=\"\" id=\"modal-134\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-134-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Header with site title and a hamburger menu button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:794:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title /-->\n\n<!-- wp:navigation {\"overlayMenu\":\"always\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\";}i:22;O:8:\"stdClass\":7:{s:2:\"id\";i:229080;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:25:\"Centered header with logo\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2808:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-vertical is-content-justification-center is-layout-flex wp-container-139 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color has-text-color has-contrast-color wp-block-site-title has-large-font-size wp-elements-9728cce79011b64628d7f6beff066787\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"is-responsive items-justified-center is-fallback wp-block-navigation is-content-justification-center is-layout-flex wp-container-138 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-137\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-137\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-137-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Center aligned header with logo, site title and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:926:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:23;O:8:\"stdClass\":7:{s:2:\"id\";i:229084;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth header with large font size\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2602:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-4b5a1e7a31f9f44eaeb3ab45e5ae60f1 is-content-justification-space-between is-layout-flex wp-container-143 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<nav class=\"has-large-font-size is-responsive items-justified-right is-fallback wp-block-navigation has-large-font-size is-content-justification-right is-layout-flex wp-container-142 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-141\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-141\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-141-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:80:\"Header with a large site title and navigation links in the same large font size.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:811:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title {\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"large\"} /--></div>\n<!-- /wp:group -->\";}i:24;O:8:\"stdClass\":7:{s:2:\"id\";i:229088;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Simple header\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2845:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-147 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-144 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-block-site-title wp-elements-d6202aa7d337f2ce08aedc8ed261a84e\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right is-fallback wp-block-navigation is-content-justification-right is-layout-flex wp-container-146 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-145\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-145\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-145-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Simple header with logo, site title and navigation.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1021:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:25;O:8:\"stdClass\":7:{s:2:\"id\";i:229123;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4178:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-151 wp-block-group-is-layout-flex\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-150 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-149 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:82:\"Centered footer with the sentence \"Proudly powered by WordPress\" and social links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:25:\"core/group,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1495:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"30vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:26;O:8:\"stdClass\":7:{s:2:\"id\";i:229127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Footer with search, site title, and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2955:\"\n<div class=\"wp-block-group alignfull has-background is-layout-constrained wp-block-group-is-layout-constrained\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-158 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-153 is-content-justification-left is-layout-constrained wp-container-154 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n\n\n<form role=\"search\" method=\"get\" action=\"https://wordpress.org/patterns/\" class=\"wp-block-search__button-outside wp-block-search__icon-button wp-block-search\"><label for=\"wp-block-search__input-152\" class=\"wp-block-search__label screen-reader-text\">Search</label><div class=\"wp-block-search__inside-wrapper \"  style=\"width: 100%\"><input type=\"search\" id=\"wp-block-search__input-152\" class=\"wp-block-search__input\" name=\"s\" value=\"\" placeholder=\"\"  style=\"border-width: 1px\" required /><button type=\"submit\" class=\"wp-block-search__button has-icon wp-element-button\"  style=\"border-width: 1px\" aria-label=\"Search\"><svg class=\"search-icon\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n					<path d=\"M13.5 6C10.5 6 8 8.5 8 11.5c0 1.1.3 2.1.9 3l-3.4 3 1 1.1 3.4-2.9c1 .9 2.2 1.4 3.6 1.4 3 0 5.5-2.5 5.5-5.5C19 8.5 16.5 6 13.5 6zm0 9.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z\"></path>\n				</svg></button></div></form></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-157 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-156 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n\n\n\n<div class=\"wp-block-group has-small-font-size is-vertical is-content-justification-left is-layout-flex wp-container-155 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-160 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:88:\"Footer with search field and site title on the left, and small credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:65:\"core/group,core/paragraph,core/search,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3254:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}},\"color\":{\"background\":\"#00000008\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|60\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"style\":{\"border\":{\"width\":\"1px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":[]},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:27;O:8:\"stdClass\":7:{s:2:\"id\";i:229131;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with site title and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:840:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-163 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with site title on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/paragraph,core/site-title\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1095:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:28;O:8:\"stdClass\":7:{s:2:\"id\";i:229135;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with navigation and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2709:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-168 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><nav class=\"has-small-font-size is-responsive items-justified-left is-fallback wp-block-navigation has-small-font-size is-content-justification-left is-layout-flex wp-container-166 wp-block-navigation-is-layout-flex\" aria-label=\"\"><button aria-haspopup=\"true\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-165\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n			<div class=\"wp-block-navigation__responsive-container  \" style=\"\" id=\"modal-165\">\n				<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n					<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"Menu\">\n							<button aria-label=\"Close menu\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n						<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-165-content\">\n							<ul class=\"wp-block-navigation__container\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n						</div>\n					</div>\n				</div>\n			</div></nav></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with navigation on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/navigation,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1174:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"left\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:29;O:8:\"stdClass\":7:{s:2:\"id\";i:229139;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:56:\"Fullwidth footer with background color and three columns\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2848:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-8d0170a0199cafe7fbcba6c0b4dac464 is-vertical is-content-justification-stretch is-layout-flex wp-container-178 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-columns alignwide has-small-font-size is-layout-flex wp-container-176 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Location</p>\n\n\n\n<p class=\"has-text-align-center\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-center is-vertical no-wrap is-fallback wp-block-navigation has-small-font-size is-content-justification-center is-nowrap is-layout-flex wp-container-172 wp-block-navigation-is-layout-flex\" aria-label=\"\"><ul class=\"wp-block-navigation__container\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Follow us</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-174 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-center is-layout-flex wp-container-177 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:57:\"Text-only footer with background color and three columns.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:78:\"core/column,core/columns,core/group,core/navigation,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3225:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|60\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"40vh\"}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:columns {\"align\":\"wide\",\"fontSize\":\"small\"} -->\n<div class=\"wp-block-columns alignwide has-small-font-size\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Location</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Follow us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:30;O:8:\"stdClass\":7:{s:2:\"id\";i:229143;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4117:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-180 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><div style=\"margin-bottom:6px;\" class=\"is-default-size aligncenter wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-179 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-facebook wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Facebook</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-wordpress wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">WordPress</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:71:\"Footer with centered site title, tagline, social links and credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/paragraph,core/site-logo,core/social-link,core/social-links\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1532:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"40vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:site-logo {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"12px\",\"left\":\"12px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"wordpress\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:31;O:8:\"stdClass\":7:{s:2:\"id\";i:229147;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:52:\"Fullwidth footer with navigation, credit, and social\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4595:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignfull has-small-font-size is-content-justification-space-between is-nowrap is-layout-flex wp-container-186 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size wp-container-content-181\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n\n<div class=\"wp-block-group wp-container-content-182 is-vertical is-content-justification-center is-layout-flex wp-container-183 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only wp-container-content-184 is-content-justification-right is-nowrap is-layout-flex wp-container-185 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:87:\"Footer with site title on the left, credit in the middle and social links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:76:\"core/group,core/paragraph,core/site-title,core/social-link,core/social-links\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1869:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"nowrap\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group alignfull has-small-font-size\"><!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"12px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:32;O:8:\"stdClass\":7:{s:2:\"id\";i:229151;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:19:\"Left-aligned footer\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2722:\"\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-196 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group wp-container-content-188 is-vertical is-layout-flex wp-container-189 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-layout-flex wp-container-195 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-192 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-left is-vertical no-wrap is-fallback wp-block-navigation has-small-font-size is-content-justification-left is-nowrap is-layout-flex wp-container-191 wp-block-navigation-is-layout-flex\" aria-label=\"\"><ul class=\"wp-block-navigation__container\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-194 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Social</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-193 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:44:\"Left-aligned footer with just a credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:69:\"core/group,core/navigation,core/paragraph,core/site-title,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2939:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"medium\"} /-->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:33;O:8:\"stdClass\":7:{s:2:\"id\";i:201;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Three columns with offset images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1330:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-200 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n\n\n\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:33:\"Three columns with offset images.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:47:\"core/column,core/columns,core/image,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1753:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":500} -->\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":150} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":285} -->\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:34;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1078:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-204 wp-block-columns-is-layout-flex\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:35;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3496:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-205 wp-block-group-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n</div>\n\n\n\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-213 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-209 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-212 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:69%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:5:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:7:\"gallery\";i:3;s:6:\"images\";i:4;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5124:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f5eac1\"},\"spacing\":{\"padding\":{\"top\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\",\"right\":\"6vw\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"16px\"}},\"anchor\":\"ecosystem\"} -->\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"0.9\",\"fontSize\":\"6vw\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"1vw\"} -->\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"3vw\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3vw\",\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"69%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:69%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:36;O:8:\"stdClass\":7:{s:2:\"id\";i:197;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Two columns of text with offset heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2240:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-217 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-221 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Two columns of text with an offset heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:77:\"core/column,core/columns,core/group,core/paragraph,core/separator,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2837:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:37;O:8:\"stdClass\":7:{s:2:\"id\";i:196;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Media and text in a full height container\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1445:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What&#8217;s the problem?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n</div>\n</div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Media and text block with image to the left and text and button to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:79:\"core/button,core/buttons,core/cover,core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2015:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https://s.w.org/images/core/5.8/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What\'s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:38;O:8:\"stdClass\":7:{s:2:\"id\";i:195;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Media and text with image on the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:719:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n</div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the right and text to the left.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1155:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n<!-- /wp:paragraph --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:39;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:554:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:40;O:8:\"stdClass\":7:{s:2:\"id\";i:186;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with text and a button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1508:\"\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-228 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:62:\"Large header with background image and text and button on top.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:88:\"core/button,core/buttons,core/column,core/columns,core/cover,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2053:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:41;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1321:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-232 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:42;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:43;O:8:\"stdClass\":7:{s:2:\"id\";i:27;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Quote\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:688:\"\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-rounded\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\">\n<p>&#8220;Contributing makes me feel like I&#8217;m being useful to the planet.&#8221;</p>\n<cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/quote\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:51:\"core/image,core/paragraph,core/quote,core/separator\";}s:14:\"category_slugs\";a:2:{i:0;s:12:\"testimonials\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1102:\"<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n<!-- /wp:separator -->\n\n<!-- wp:image {\"align\":\"center\",\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-rounded\"><img src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><!-- wp:paragraph -->\n<p>\"Contributing makes me feel like I\'m being useful to the planet.\"</p>\n<!-- /wp:paragraph --><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n<!-- /wp:separator -->\";}i:44;O:8:\"stdClass\":7:{s:2:\"id\";i:29;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Two columns of text and title\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1518:\"\n<h2 class=\"wp-block-heading\" style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-236 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband&#8217;s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Two columns of text preceded by a long heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1711:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband\'s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:45;O:8:\"stdClass\":7:{s:2:\"id\";i:19;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Two images side by side\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:572:\"\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped wp-block-gallery-237 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n</figure>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":7:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"An image gallery with two example images.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:23:\"core/gallery,core/image\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:704:\"<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\";}}','no'),(42107,'betheme_updates_history','a:12:{i:0;a:2:{s:4:\"time\";i:1687332745;s:7:\"version\";s:6:\"26.8.4\";}i:1;a:2:{s:4:\"time\";i:1688976734;s:7:\"version\";s:6:\"27.0.9\";}i:2;a:2:{s:4:\"time\";i:1688976738;s:7:\"version\";s:6:\"27.0.9\";}i:3;a:2:{s:4:\"time\";i:1688976834;s:7:\"version\";s:6:\"27.0.9\";}i:4;a:2:{s:4:\"time\";i:1688976903;s:7:\"version\";s:6:\"27.0.9\";}i:5;a:2:{s:4:\"time\";i:1688981686;s:7:\"version\";s:6:\"27.0.9\";}i:6;a:2:{s:4:\"time\";i:1688982075;s:7:\"version\";s:6:\"27.0.9\";}i:7;a:2:{s:4:\"time\";i:1688982091;s:7:\"version\";s:6:\"27.0.9\";}i:8;a:2:{s:4:\"time\";i:1688982104;s:7:\"version\";s:6:\"27.0.9\";}i:9;a:2:{s:4:\"time\";i:1688983123;s:7:\"version\";s:6:\"27.0.9\";}i:10;a:2:{s:4:\"time\";i:1688983233;s:7:\"version\";s:6:\"27.0.9\";}i:11;a:2:{s:4:\"time\";i:1689017113;s:7:\"version\";s:6:\"27.0.9\";}}','no'),(42142,'_transient_timeout_elementor_remote_info_api_data_3.14.0','1687895769','no'),(42143,'_transient_elementor_remote_info_api_data_3.14.0','a:4:{s:9:\"timestamp\";s:10:\"1687852155\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(42099,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1687343368','no'),(42100,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:6129;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4821;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2788;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2678;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2055;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1920;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1912;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1647;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1567;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1559;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1549;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1515;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1508;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1492;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1372;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1316;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1274;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1175;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1155;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1150;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1065;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1025;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:1003;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:967;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:904;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:903;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:883;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:881;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:879;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:874;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:869;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:837;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:810;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:795;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:781;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:780;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:773;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:764;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:744;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:733;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:731;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:729;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:726;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:690;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:685;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:685;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:676;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:667;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:635;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:625;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:617;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:614;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:609;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:608;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:601;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:595;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:592;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:592;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:578;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:574;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:571;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:569;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:567;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:558;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:557;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:543;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:540;}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:533;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:532;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:532;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:530;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:520;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:512;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:510;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:508;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:506;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:488;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:479;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:476;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:467;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:450;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:448;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:448;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:437;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:432;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:426;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:426;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:425;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:424;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:422;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:420;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:419;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:419;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:413;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:408;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:400;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:396;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:395;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:393;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:390;}}','no'),(11152,'_site_transient_timeout_wp_remote_block_patterns_c63075678dd01b32e1ee54eace0ac22e','1659927882','no'),(11153,'_site_transient_wp_remote_block_patterns_c63075678dd01b32e1ee54eace0ac22e','a:13:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:509:\"\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2170:\"\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-container-3 wp-block-columns alignwide\">\n<div class=\"wp-container-1 wp-block-column\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n<style>.wp-container-1 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-1 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-1 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-1 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-1 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-2 wp-block-column\"></div>\n<style>.wp-container-2 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-2 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-2 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-2 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-2 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-3 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-3 > * { margin: 0; }</style></div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1610:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":330} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:186;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with text and a button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2363:\"\n<div class=\"wp-block-cover alignfull has-background-dim-40 has-background-dim has-parallax\" style=\"background-image:url(https://s.w.org/images/core/5.8/art-01.jpg);background-color:#000000;min-height:100vh\"><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class=\"wp-container-7 wp-block-columns alignwide\">\n<div class=\"wp-container-5 wp-block-column\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class=\"wp-container-4 wp-block-buttons\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background no-border-radius\" style=\"background-color:#000000;color:#ffffff\">Visit</a></div>\n</div>\n<style>.wp-container-4 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;}.wp-container-4 > * { margin: 0; }</style></div>\n<style>.wp-container-5 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-5 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-5 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-5 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-5 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-6 wp-block-column\"></div>\n<style>.wp-container-6 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-6 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-6 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-6 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-6 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-7 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-7 > * { margin: 0; }</style></div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:62:\"Large header with background image and text and button on top.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1865:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-40 has-background-dim has-parallax\" style=\"background-image:url(https://s.w.org/images/core/5.8/art-01.jpg);background-color:#000000;min-height:100vh\"><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background no-border-radius\" style=\"background-color:#000000;color:#ffffff\">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:196;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Media and text in a full height container\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1385:\"\n<div class=\"wp-block-cover alignfull has-background-dim\" style=\"background-color:#ffffff;min-height:100vh\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What&#8217;s the problem?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class=\"wp-container-8 wp-block-buttons\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link\">Learn more</a></div>\n</div>\n<style>.wp-container-8 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;}.wp-container-8 > * { margin: 0; }</style></div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Media and text block with image to the left and text and button to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1858:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim\" style=\"background-color:#ffffff;min-height:100vh\"><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https://s.w.org/images/core/5.8/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What\'s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link\">Learn more</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:537:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:827:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:195;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Media and text with image on the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:702:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n</div></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the right and text to the left.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1138:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:27;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Quote\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:673:\"\n<hr class=\"wp-block-separator is-style-default\" />\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>&#8220;Contributing makes me feel like I&#8217;m being useful to the planet.&#8221;</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator is-style-default\" />\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/quote\";}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1012:\"<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\" />\n<!-- /wp:separator -->\n\n<!-- wp:image {\"align\":\"center\",\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>\"Contributing makes me feel like I\'m being useful to the planet.\"</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\" />\n<!-- /wp:separator -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2429:\"\n<div class=\"wp-container-12 wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-container-9 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n<style>.wp-container-9 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-9 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-9 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-9 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-9 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-10 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n<style>.wp-container-10 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-10 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-10 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-10 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-10 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-11 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n<style>.wp-container-11 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-11 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-11 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-11 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-11 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-12 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-12 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6557:\"\n<div class=\"wp-container-22 wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\">\n<div class=\"wp-container-14 wp-block-columns alignwide\">\n<div class=\"wp-container-13 wp-block-column\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n<style>.wp-container-13 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-13 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-13 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-13 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-13 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-14 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-14 > * { margin: 0; }</style>\n\n\n<div class=\"wp-container-18 wp-block-columns alignwide\">\n<div class=\"wp-container-15 wp-block-column\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n<style>.wp-container-15 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-15 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-15 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-15 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-15 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-16 wp-block-column\" style=\"flex-basis:33%\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n<style>.wp-container-16 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-16 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-16 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-16 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-16 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-17 wp-block-column\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n<style>.wp-container-17 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-17 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-17 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-17 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-17 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-18 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-18 > * { margin: 0; }</style>\n\n\n<div class=\"wp-container-21 wp-block-columns alignwide\">\n<div class=\"wp-container-19 wp-block-column\" style=\"flex-basis:67%\">\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n</div>\n<style>.wp-container-19 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-19 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-19 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-19 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-19 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-20 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n<style>.wp-container-20 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-20 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-20 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-20 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-20 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-21 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-21 > * { margin: 0; }</style></div>\n<style>.wp-container-22 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-22 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-22 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-22 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-22 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3990:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f8f4e4\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"5vw\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"67%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:67%\"><!-- wp:image {\"align\":\"right\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:201;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Three columns with offset images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2762:\"\n<div class=\"wp-container-26 wp-block-columns alignwide\">\n<div class=\"wp-container-23 wp-block-column\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n</div>\n<style>.wp-container-23 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-23 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-23 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-23 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-23 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-24 wp-block-column\" style=\"flex-basis:25%\">\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n</div>\n<style>.wp-container-24 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-24 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-24 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-24 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-24 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-25 wp-block-column\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n\n\n\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n<style>.wp-container-25 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-25 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-25 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-25 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-25 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-26 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-26 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:33:\"Three columns with offset images.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1753:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":500} -->\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":150} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":285} -->\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:29;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Two columns of text and title\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2486:\"\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class=\"wp-container-29 wp-block-columns\">\n<div class=\"wp-container-27 wp-block-column\">\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n<style>.wp-container-27 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-27 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-27 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-27 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-27 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-28 wp-block-column\">\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband&#8217;s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n<style>.wp-container-28 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-28 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-28 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-28 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-28 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-29 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-29 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Two columns of text preceded by a long heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1711:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband\'s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:197;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Two columns of text with offset heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:5105:\"\n<div class=\"wp-container-37 wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-container-32 wp-block-columns alignwide are-vertically-aligned-center\">\n<div class=\"wp-container-30 wp-block-column\" style=\"flex-basis:50%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n</div>\n<style>.wp-container-30 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-30 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-30 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-30 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-30 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-31 wp-block-column\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n<style>.wp-container-31 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-31 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-31 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-31 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-31 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-32 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-32 > * { margin: 0; }</style>\n\n\n<div class=\"wp-container-36 wp-block-columns alignwide\">\n<div class=\"wp-container-33 wp-block-column\"></div>\n<style>.wp-container-33 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-33 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-33 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-33 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-33 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-34 wp-block-column\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n</div>\n<style>.wp-container-34 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-34 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-34 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-34 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-34 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-35 wp-block-column\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n<style>.wp-container-35 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-35 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-35 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-35 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-35 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-36 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-36 > * { margin: 0; }</style>\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n<style>.wp-container-37 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-37 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-37 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-37 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-37 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Two columns of text with an offset heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2837:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:19;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Two images side by side\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:878:\"\n<figure class=\"wp-container-39 wp-block-gallery-38 wp-block-gallery alignwide columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" data-link=\"#\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" data-link=\"#\" /></figure></li></ul></figure>\n<style>.wp-container-39 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;}.wp-container-39 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"An image gallery with two example images.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:737:\"<!-- wp:gallery {\"ids\":[null,null],\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" data-link=\"#\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" data-link=\"#\" /></figure></li></ul></figure>\n<!-- /wp:gallery -->\";}}','no'),(11154,'_site_transient_timeout_wp_remote_block_patterns_77a1e64afc6d7daa731213fad55d4f1b','1659927882','no'),(11155,'_site_transient_wp_remote_block_patterns_77a1e64afc6d7daa731213fad55d4f1b','a:14:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:591;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Event\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2147:\"\n<div class=\"wp-elements-4 wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"background-color:#121c1c;color:#fffdc7;grid-template-columns:auto 60%\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-elements-3 wp-container-2 wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n\n\n\n<p class=\"wp-elements-1 has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<style>.wp-elements-1 a{color: #fffdc7;}</style></div>\n<style>.wp-container-2 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-2 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-2 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-2 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-2 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-3 a{color: #fffdc7;}</style></div></div>\n<style>.wp-elements-4 a{color: #fffdc7;}</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"header\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1592:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaId\":590,\"mediaLink\":\"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/\",\"mediaType\":\"image\",\"mediaWidth\":60,\"verticalAlignment\":\"top\",\"style\":{\"color\":{\"background\":\"#121c1c\",\"text\":\"#fffdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"background-color:#121c1c;color:#fffdc7;grid-template-columns:auto 60%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontWeight\":\"700\",\"fontSize\":\"48px\",\"lineHeight\":\"1.15\"}}} -->\n<h2 style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}},\"color\":{\"text\":\"#fffdc7\"}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:566;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Event announcement and details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4242:\"\n<div class=\"wp-elements-12 wp-container-11 wp-block-group alignfull has-black-color has-text-color has-background has-link-color\" style=\"background-color:#d2cdc7\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n\n\n\n<h3 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-container-7 wp-block-columns alignwide\">\n<div class=\"wp-container-5 wp-block-column\" style=\"flex-basis:25%\"></div>\n<style>.wp-container-5 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-5 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-5 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-5 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-5 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-6 wp-block-column\" style=\"flex-basis:75%\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n</div>\n<style>.wp-container-6 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-6 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-6 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-6 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-6 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-7 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-7 > * { margin: 0; }</style>\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-container-10 wp-block-columns alignwide\">\n<div class=\"wp-container-8 wp-block-column\">\n<p style=\"font-size:25px\">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n</div>\n<style>.wp-container-8 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-8 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-8 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-8 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-8 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-9 wp-block-column\">\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TICKETS</a></p>\n</div>\n<style>.wp-container-9 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-9 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-9 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-9 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-9 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-10 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-10 > * { margin: 0; }</style>\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n<style>.wp-container-11 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-11 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-11 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-11 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-11 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-12 a{color: var(--wp--preset--color--black);}</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:2622:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#d2cdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-group alignfull has-black-color has-text-color has-background has-link-color\" style=\"background-color:#d2cdc7\"><!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h2 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h3 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"75%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:75%\"><!-- wp:image {\"id\":3173,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p style=\"font-size:25px\">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TICKETS</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:502;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Event details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3229:\"\n<figure class=\"wp-block-image alignwide size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"wp-container-17 wp-block-columns alignwide are-vertically-aligned-center\">\n<div class=\"wp-container-13 wp-block-column is-vertically-aligned-center\">\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n</div>\n<style>.wp-container-13 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-13 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-13 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-13 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-13 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-14 wp-block-column is-vertically-aligned-center\">\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n</div>\n<style>.wp-container-14 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-14 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-14 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-14 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-14 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-16 wp-block-column is-vertically-aligned-center\">\n<div class=\"wp-container-15 wp-block-buttons\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"background-color:#262626;color:#efefef\">Purchase Tickets</a></div>\n</div>\n<style>.wp-container-15 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;}.wp-container-15 > * { margin: 0; }</style></div>\n<style>.wp-container-16 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-16 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-16 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-16 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-16 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-17 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-17 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:14:\"Event details.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1624:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"background-color:#262626;color:#efefef\">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:509:\"\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:669;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Image and quote on a background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3161:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-container-18 wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Terry a O&#8217;Neal</p>\n</div>\n<style>.wp-container-18 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-18 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-18 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-18 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-18 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-container-19 wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Molière</p>\n</div>\n<style>.wp-container-19 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-19 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-19 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-19 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-19 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:221:\"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:2404:\"<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":5263,\"mediaLink\":\"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#f1f5c7\"}}} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Terry a O\'Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":673,\"mediaLink\":\"https://wordpress.org/patterns/pear-half/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#fffdea\"}}} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:573;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Image on solid color with description\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3334:\"\n<div class=\"wp-container-24 wp-block-columns alignfull\">\n<div class=\"wp-container-20 wp-block-column\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img decoding=\"async\" loading=\"lazy\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"(max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n<style>.wp-container-20 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-20 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-20 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-20 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-20 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-23 wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"wp-container-22 wp-block-columns\">\n<div class=\"wp-container-21 wp-block-column\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n</div>\n<style>.wp-container-21 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-21 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-21 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-21 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-21 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-22 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-22 > * { margin: 0; }</style></div>\n<style>.wp-container-23 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-23 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-23 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-23 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-23 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-24 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-24 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:38:\"Image on solid color with description.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1826:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:521;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Image with description below and to the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4531:\"\n<div class=\"wp-container-29 wp-block-columns\">\n<div class=\"wp-container-25 wp-block-column\" style=\"flex-basis:10%\"></div>\n<style>.wp-container-25 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-25 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-25 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-25 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-25 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-26 wp-block-column\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n<style>.wp-container-26 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-26 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-26 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-26 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-26 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-27 wp-block-column\"></div>\n<style>.wp-container-27 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-27 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-27 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-27 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-27 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-28 wp-block-column\" style=\"flex-basis:10%\"></div>\n<style>.wp-container-28 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-28 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-28 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-28 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-28 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-29 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-29 > * { margin: 0; }</style>\n\n\n<div class=\"wp-container-32 wp-block-columns\">\n<div class=\"wp-container-30 wp-block-column\"></div>\n<style>.wp-container-30 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-30 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-30 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-30 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-30 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-31 wp-block-column\">\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n</div>\n<style>.wp-container-31 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-31 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-31 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-31 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-31 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-32 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-32 > * { margin: 0; }</style>\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Image with description below and to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1241:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":522,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2185:\"\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-container-35 wp-block-columns alignwide\">\n<div class=\"wp-container-33 wp-block-column\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n<style>.wp-container-33 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-33 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-33 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-33 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-33 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-34 wp-block-column\"></div>\n<style>.wp-container-34 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-34 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-34 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-34 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-34 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-35 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-35 > * { margin: 0; }</style></div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1610:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":330} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:537:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:827:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:526;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Offset images with descriptions.\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2842:\"\n<div class=\"wp-container-38 wp-block-columns\">\n<div class=\"wp-container-36 wp-block-column\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"793\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"\" class=\"wp-image-525\" srcset=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w\" sizes=\"(max-width: 793px) 100vw, 793px\" /></figure>\n\n\n\n<p style=\"font-size:14px\"><strong>White Irises</strong><br>Ogawa Kazumasa</p>\n</div>\n<style>.wp-container-36 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-36 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-36 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-36 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-36 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-37 wp-block-column\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p style=\"font-size:14px\"><strong>Cherry Blossom</strong><br>Ogawa Kazumasa</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"707\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"\" class=\"wp-image-524\" srcset=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w\" sizes=\"(max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n<style>.wp-container-37 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-37 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-37 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-37 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-37 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-38 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-38 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:32:\"Offset images with descriptions.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1175:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"\" class=\"wp-image-525\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>White Irises</strong><br>Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cherry Blossom</strong><br>Ogawa Kazumasa</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"\" class=\"wp-image-524\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:678;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Pricing table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:5254:\"\n<div class=\"wp-container-48 wp-block-columns alignwide\">\n<div class=\"wp-elements-41 wp-container-40 wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#ffe97d;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for one adult</li><li>One free ticket per special exhibition</li><li>Two single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-container-39 wp-block-buttons alignfull\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$110 / year</a></div>\n</div>\n<style>.wp-container-39 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;justify-content: center;}.wp-container-39 > * { margin: 0; }</style></div>\n<style>.wp-container-40 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-40 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-40 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-40 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-40 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-41 a{color: #000000;}</style>\n\n\n<div class=\"wp-elements-44 wp-container-43 wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#d1d1e1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Four free tickets per special exhibition</li><li>Four single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-container-42 wp-block-buttons alignfull\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$200 / year</a></div>\n</div>\n<style>.wp-container-42 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;justify-content: center;}.wp-container-42 > * { margin: 0; }</style></div>\n<style>.wp-container-43 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-43 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-43 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-43 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-43 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-44 a{color: #000000;}</style>\n\n\n<div class=\"wp-elements-47 wp-container-46 wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#c0ebf1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Five free tickets per special exhibition</li><li>Six single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-container-45 wp-block-buttons alignfull\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$400 / year</a></div>\n</div>\n<style>.wp-container-45 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;justify-content: center;}.wp-container-45 > * { margin: 0; }</style></div>\n<style>.wp-container-46 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-46 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-46 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-46 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-46 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-47 a{color: #000000;}</style></div>\n<style>.wp-container-48 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-48 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:272:\"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"buttons\";i:1;s:7:\"columns\";i:2;s:8:\"featured\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:5340:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#ffe97d;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for one adult</li><li>One free ticket per special exhibition</li><li>Two single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$110 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#d1d1e1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Four free tickets per special exhibition</li><li>Four single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$200 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#c0ebf1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Five free tickets per special exhibition</li><li>Six single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$400 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:732;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Simple call to action\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1477:\"\n<div class=\"wp-container-50 wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class=\"wp-container-49 wp-block-buttons\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n</div>\n<style>.wp-container-49 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;justify-content: center;}.wp-container-49 > * { margin: 0; }</style>\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n<style>.wp-container-50 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-50 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-50 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-50 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-50 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"A container with a white background. Inside is a centered paragraph, heading, and button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"buttons\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1506:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2435:\"\n<div class=\"wp-container-54 wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-container-51 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n<style>.wp-container-51 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-51 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-51 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-51 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-51 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-52 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n<style>.wp-container-52 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-52 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-52 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-52 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-52 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-53 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n<style>.wp-container-53 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-53 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-53 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-53 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-53 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-54 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-54 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6557:\"\n<div class=\"wp-container-64 wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\">\n<div class=\"wp-container-56 wp-block-columns alignwide\">\n<div class=\"wp-container-55 wp-block-column\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n<style>.wp-container-55 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-55 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-55 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-55 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-55 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-56 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-56 > * { margin: 0; }</style>\n\n\n<div class=\"wp-container-60 wp-block-columns alignwide\">\n<div class=\"wp-container-57 wp-block-column\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n<style>.wp-container-57 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-57 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-57 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-57 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-57 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-58 wp-block-column\" style=\"flex-basis:33%\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n<style>.wp-container-58 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-58 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-58 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-58 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-58 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-59 wp-block-column\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n<style>.wp-container-59 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-59 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-59 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-59 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-59 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-60 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-60 > * { margin: 0; }</style>\n\n\n<div class=\"wp-container-63 wp-block-columns alignwide\">\n<div class=\"wp-container-61 wp-block-column\" style=\"flex-basis:67%\">\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n</div>\n<style>.wp-container-61 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-61 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-61 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-61 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-61 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-62 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n<style>.wp-container-62 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-62 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-62 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-62 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-62 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-63 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-63 > * { margin: 0; }</style></div>\n<style>.wp-container-64 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-64 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-64 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-64 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-64 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3990:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f8f4e4\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"5vw\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"67%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:67%\"><!-- wp:image {\"align\":\"right\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}}','no'),(10024,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(10025,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(10026,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(10069,'elementor_pro_version','3.14.1','yes'),(10070,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10071,'_elementor_pro_installed_time','1658985845','yes'),(10072,'elementor_submissions_db_version','5','yes'),(10073,'elementor_tracker_last_send','1658985862','yes'),(10074,'_transient_timeout_elementor_rollback_versions_3.6.8','1659590663','no'),(10075,'_transient_elementor_rollback_versions_3.6.8','a:30:{i:0;s:5:\"3.6.7\";i:1;s:5:\"3.6.6\";i:2;s:5:\"3.6.5\";i:3;s:5:\"3.6.4\";i:4;s:5:\"3.6.3\";i:5;s:5:\"3.6.2\";i:6;s:5:\"3.6.1\";i:7;s:5:\"3.6.0\";i:8;s:5:\"3.5.6\";i:9;s:5:\"3.5.5\";i:10;s:5:\"3.5.4\";i:11;s:5:\"3.5.3\";i:12;s:5:\"3.5.2\";i:13;s:5:\"3.5.1\";i:14;s:5:\"3.5.0\";i:15;s:5:\"3.4.8\";i:16;s:5:\"3.4.7\";i:17;s:5:\"3.4.6\";i:18;s:5:\"3.4.5\";i:19;s:5:\"3.4.4\";i:20;s:5:\"3.4.3\";i:21;s:5:\"3.4.2\";i:22;s:5:\"3.4.1\";i:23;s:5:\"3.4.0\";i:24;s:5:\"3.3.1\";i:25;s:5:\"3.3.0\";i:26;s:5:\"3.2.5\";i:27;s:5:\"3.2.4\";i:28;s:5:\"3.2.3\";i:29;s:5:\"3.2.2\";}','no'),(10076,'_transient_timeout_elementor_pro_rollback_versions_3.7.2','1659590664','no'),(10077,'_transient_elementor_pro_rollback_versions_3.7.2','a:30:{i:0;s:5:\"3.6.5\";i:1;s:5:\"3.6.4\";i:2;s:5:\"3.6.3\";i:3;s:5:\"3.6.2\";i:4;s:5:\"3.6.1\";i:5;s:5:\"3.6.0\";i:6;s:5:\"3.5.2\";i:7;s:5:\"3.5.1\";i:8;s:5:\"3.5.0\";i:9;s:5:\"3.4.2\";i:10;s:5:\"3.4.1\";i:11;s:5:\"3.4.0\";i:12;s:5:\"3.3.8\";i:13;s:5:\"3.3.7\";i:14;s:5:\"3.3.6\";i:15;s:5:\"3.3.5\";i:16;s:5:\"3.3.4\";i:17;s:5:\"3.3.3\";i:18;s:5:\"3.3.2\";i:19;s:5:\"3.3.1\";i:20;s:5:\"3.3.0\";i:21;s:5:\"3.2.2\";i:22;s:5:\"3.2.1\";i:23;s:5:\"3.2.0\";i:24;s:5:\"3.1.1\";i:25;s:5:\"3.1.0\";i:26;s:6:\"3.0.10\";i:27;s:5:\"3.0.9\";i:28;s:5:\"3.0.8\";i:29;s:5:\"3.0.7\";}','no'),(10078,'elementor_pro_license_key','*********','yes'),(10079,'_elementor_pro_license_data_fallback','a:2:{s:7:\"timeout\";i:1685774845;s:5:\"value\";s:149:\"{\"expires\":\"2023-07-28 05:19:27\",\"subscription_id\":12136069,\"success\":true,\"license\":\"valid\",\"subscriptions\":\"enable\",\"features\":[\"editor_comments\"]}\";}','no'),(10080,'_elementor_pro_license_data','a:2:{s:7:\"timeout\";i:1685731645;s:5:\"value\";s:149:\"{\"expires\":\"2023-07-28 05:19:27\",\"subscription_id\":12136069,\"success\":true,\"license\":\"valid\",\"subscriptions\":\"enable\",\"features\":[\"editor_comments\"]}\";}','no'),(10081,'elementor_notes_db_version','5','yes'),(10082,'_elementor_pro_api_requests_lock','a:2:{s:16:\"get_license_data\";i:1687852472;s:11:\"get_version\";i:1689017113;}','yes'),(11016,'elementor_fonts_manager_font_types','a:2:{s:13:\"Centro Italic\";s:6:\"custom\";s:6:\"Centro\";s:6:\"custom\";}','yes'),(10085,'elementor_custom_icon_sets_config','a:0:{}','yes'),(10088,'_transient_timeout_mfn-opts-saved','1659972219','no'),(10089,'_transient_mfn-opts-saved','1','no'),(10973,'_transient_timeout_global_styles_svg_filters_betheme','1659913234','no'),(10974,'_transient_global_styles_svg_filters_betheme','<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>','no'),(41418,'_site_transient_timeout_community-events-a007c2fba2dbffda502a942b7a11389c','1684451871','no'),(41419,'_site_transient_community-events-a007c2fba2dbffda502a942b7a11389c','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"122.161.65.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:76:\"#WP20 - WordPress 20th Anniversary Celebration, Learning & Networking Meetup\";s:3:\"url\";s:59:\"https://www.meetup.com/wordpress-new-delhi/events/292575015\";s:6:\"meetup\";s:32:\"WordPress Delhi NCR Meetup Group\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-New-Delhi/\";s:4:\"date\";s:19:\"2023-05-27 16:00:00\";s:8:\"end_date\";s:19:\"2023-05-27 19:00:00\";s:20:\"start_unix_timestamp\";i:1685183400;s:18:\"end_unix_timestamp\";i:1685194200;s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Delhi, DL, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:28.6700000000000017053025658242404460906982421875;s:9:\"longitude\";d:77.2099999999999937472239253111183643341064453125;}}}}','no'),(21134,'_site_transient_timeout_browser_f3997c2268393c3e44db9d6171c7d192','1669010899','no'),(21135,'_site_transient_browser_f3997c2268393c3e44db9d6171c7d192','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"107.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(41932,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1686293272','no'),(41933,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(42156,'_transient_timeout_feed_mod_1ba599ab7de10d3141b69dcb9b501248','1687895779','no'),(42157,'_transient_feed_mod_1ba599ab7de10d3141b69dcb9b501248','1687852579','no'),(42158,'_transient_timeout_updraftplus_dashboard_news','1687895779','no'),(42159,'_transient_updraftplus_dashboard_news','<div class=\"rss-widget\"><ul><li class=\"updraftplus_dashboard_news_item\"><a href=\"https://indigo-disco.com/wp-admin/\" class=\"dashicons dashicons-no-alt\" title=\"Dismiss all UpdraftPlus news\" onClick=\"updraftplus_dismiss_dashboard_news(); return false;\" style=\"float: right; box-shadow: none; margin-left: 5px;\"></a><a class=\'rsswidget\' href=\'https://updraftplus.com/essential-addons-for-elementor-reveals-a-critical-security-vulnerability/\'>UpdraftPlus: Essential Addons for Elementor Reveals a Critical Security Vulnerability</a></li><li class=\"updraftplus_dashboard_news_item\"><a href=\"https://indigo-disco.com/wp-admin/\" class=\"dashicons dashicons-no-alt\" title=\"Dismiss all UpdraftPlus news\" onClick=\"updraftplus_dismiss_dashboard_news(); return false;\" style=\"float: right; box-shadow: none; margin-left: 5px;\"></a><a class=\'rsswidget\' href=\'https://updraftplus.com/vacancies/\'>UpdraftPlus: Apply via GoHire</a></li></ul></div>','no'),(21142,'_site_transient_timeout_community-events-ba812c644aa7b87dc06fc445b53676c7','1668449302','no'),(21143,'_site_transient_community-events-ba812c644aa7b87dc06fc445b53676c7','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"75.166.29.0\";}s:6:\"events\";a:5:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:43:\"Aurora WordPress - All Skill Levels Welcome\";s:3:\"url\";s:56:\"https://www.meetup.com/aurora-wordpress/events/289550004\";s:6:\"meetup\";s:16:\"Aurora WordPress\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/Aurora-WordPress/\";s:4:\"date\";s:19:\"2022-11-14 18:00:00\";s:8:\"end_date\";s:19:\"2022-11-14 20:00:00\";s:20:\"start_unix_timestamp\";i:1668474000;s:18:\"end_unix_timestamp\";i:1668481200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.61999999999999744204615126363933086395263671875;s:9:\"longitude\";d:-104.7900000000000062527760746888816356658935546875;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:61:\"Colorado Springs WordPress Meetup - End of the Year Gathering\";s:3:\"url\";s:64:\"https://www.meetup.com/coloradospringswordpress/events/287890698\";s:6:\"meetup\";s:33:\"Colorado Springs WordPress Meetup\";s:10:\"meetup_url\";s:48:\"https://www.meetup.com/ColoradoSpringsWordPress/\";s:4:\"date\";s:19:\"2022-12-08 17:00:00\";s:8:\"end_date\";s:19:\"2022-12-08 19:00:00\";s:20:\"start_unix_timestamp\";i:1670544000;s:18:\"end_unix_timestamp\";i:1670551200;s:8:\"location\";a:4:{s:8:\"location\";s:25:\"Colorado Springs, CO, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:38.90694799999999986539478413760662078857421875;s:9:\"longitude\";d:-104.8168399999999991223376127891242504119873046875;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Happiness Hour at the Denver Library\";s:3:\"url\";s:55:\"https://www.meetup.com/denverwordpress/events/289592936\";s:6:\"meetup\";s:23:\"Denver WordPress Meetup\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/DenverWordPress/\";s:4:\"date\";s:19:\"2022-12-13 18:00:00\";s:8:\"end_date\";s:19:\"2022-12-13 20:00:00\";s:20:\"start_unix_timestamp\";i:1670979600;s:18:\"end_unix_timestamp\";i:1670986800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.77000000000000312638803734444081783294677734375;s:9:\"longitude\";d:-105.0100000000000051159076974727213382720947265625;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:48:\"Boulder WordPress Meetup - All things WordPress!\";s:3:\"url\";s:49:\"https://www.meetup.com/boulderwp/events/289136763\";s:6:\"meetup\";s:24:\"Boulder WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/BoulderWP/\";s:4:\"date\";s:19:\"2022-12-19 18:00:00\";s:8:\"end_date\";s:19:\"2022-12-19 19:30:00\";s:20:\"start_unix_timestamp\";i:1671498000;s:18:\"end_unix_timestamp\";i:1671503400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.03999999999999914734871708787977695465087890625;s:9:\"longitude\";d:-105.31000000000000227373675443232059478759765625;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:48:\"Boulder WordPress Meetup - All things WordPress!\";s:3:\"url\";s:49:\"https://www.meetup.com/boulderwp/events/289136762\";s:6:\"meetup\";s:24:\"Boulder WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/BoulderWP/\";s:4:\"date\";s:19:\"2022-12-19 18:00:00\";s:8:\"end_date\";s:19:\"2022-12-19 19:30:00\";s:20:\"start_unix_timestamp\";i:1671498000;s:18:\"end_unix_timestamp\";i:1671503400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.03999999999999914734871708787977695465087890625;s:9:\"longitude\";d:-105.31000000000000227373675443232059478759765625;}}}}','no'),(19893,'_site_transient_timeout_wp_remote_block_patterns_1875f104684e1eb54333edf3daa6ceb2','1666816621','no'),(19894,'_site_transient_wp_remote_block_patterns_1875f104684e1eb54333edf3daa6ceb2','a:13:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:201;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Three columns with offset images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1203:\"\n<div class=\"is-layout-flex wp-container-4 wp-block-columns alignwide\">\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:25%\">\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n\n\n\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:33:\"Three columns with offset images.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1753:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":500} -->\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":150} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":285} -->\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:876:\"\n<div class=\"is-layout-flex wp-container-8 wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"is-layout-flow wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2823:\"\n<div class=\"is-layout-flow wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\">\n<div class=\"is-layout-flex wp-container-10 wp-block-columns alignwide\">\n<div class=\"is-layout-flow wp-block-column\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"is-layout-flex wp-container-14 wp-block-columns alignwide\">\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:33%\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"is-layout-flex wp-container-17 wp-block-columns alignwide\">\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:67%\">\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3990:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f8f4e4\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"5vw\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"67%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:67%\"><!-- wp:image {\"align\":\"right\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:197;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Two columns of text with offset heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1989:\"\n<div class=\"is-layout-flow wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"is-layout-flex wp-container-21 wp-block-columns alignwide are-vertically-aligned-center\">\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:50%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n</div>\n\n\n\n<div class=\"is-layout-flex wp-container-25 wp-block-columns alignwide\">\n<div class=\"is-layout-flow wp-block-column\"></div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Two columns of text with an offset heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2837:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:196;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Media and text in a full height container\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1226:\"\n<div class=\"wp-block-cover alignfull has-background-dim\" style=\"background-color:#ffffff;min-height:100vh\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What&#8217;s the problem?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link\">Learn more</a></div>\n</div>\n</div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Media and text block with image to the left and text and button to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1858:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim\" style=\"background-color:#ffffff;min-height:100vh\"><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https://s.w.org/images/core/5.8/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What\'s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link\">Learn more</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:195;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Media and text with image on the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:702:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n</div></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the right and text to the left.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1138:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:537:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:827:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:186;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with text and a button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1131:\"\n<div class=\"wp-block-cover alignfull has-background-dim-40 has-background-dim has-parallax\" style=\"background-image:url(https://s.w.org/images/core/5.8/art-01.jpg);background-color:#000000;min-height:100vh\"><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class=\"is-layout-flex wp-container-31 wp-block-columns alignwide\">\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background no-border-radius\" style=\"background-color:#000000;color:#ffffff\">Visit</a></div>\n</div>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:62:\"Large header with background image and text and button on top.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1865:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-40 has-background-dim has-parallax\" style=\"background-image:url(https://s.w.org/images/core/5.8/art-01.jpg);background-color:#000000;min-height:100vh\"><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background no-border-radius\" style=\"background-color:#000000;color:#ffffff\">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1097:\"\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"is-layout-flex wp-container-34 wp-block-columns alignwide\">\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1610:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":330} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:509:\"\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:27;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Quote\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:673:\"\n<hr class=\"wp-block-separator is-style-default\" />\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>&#8220;Contributing makes me feel like I&#8217;m being useful to the planet.&#8221;</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator is-style-default\" />\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/quote\";}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1012:\"<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\" />\n<!-- /wp:separator -->\n\n<!-- wp:image {\"align\":\"center\",\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>\"Contributing makes me feel like I\'m being useful to the planet.\"</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\" />\n<!-- /wp:separator -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:29;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Two columns of text and title\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1398:\"\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class=\"is-layout-flex wp-container-37 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband&#8217;s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Two columns of text preceded by a long heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1711:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband\'s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:19;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Two images side by side\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:716:\"\n<figure class=\"is-layout-flex wp-block-gallery-38 wp-block-gallery alignwide columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" data-link=\"#\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" data-link=\"#\" /></figure></li></ul></figure>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"An image gallery with two example images.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:737:\"<!-- wp:gallery {\"ids\":[null,null],\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" data-link=\"#\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" data-link=\"#\" /></figure></li></ul></figure>\n<!-- /wp:gallery -->\";}}','no'),(11272,'_site_transient_timeout_community-events-7e1c073037b9909618e7f79a72a928a7','1660012110','no'),(11273,'_site_transient_community-events-7e1c073037b9909618e7f79a72a928a7','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"97.118.209.0\";}s:6:\"events\";a:5:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Happiness Hour at the Denver Library\";s:3:\"url\";s:55:\"https://www.meetup.com/denverwordpress/events/287166291\";s:6:\"meetup\";s:23:\"Denver WordPress Meetup\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/DenverWordPress/\";s:4:\"date\";s:19:\"2022-08-09 18:00:00\";s:8:\"end_date\";s:19:\"2022-08-09 20:00:00\";s:20:\"start_unix_timestamp\";i:1660089600;s:18:\"end_unix_timestamp\";i:1660096800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.77000000000000312638803734444081783294677734375;s:9:\"longitude\";d:-105.0100000000000051159076974727213382720947265625;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:35:\"Boulder WordPress Meetup: Topic TBA\";s:3:\"url\";s:49:\"https://www.meetup.com/boulderwp/events/287147301\";s:6:\"meetup\";s:24:\"Boulder WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/BoulderWP/\";s:4:\"date\";s:19:\"2022-08-15 18:00:00\";s:8:\"end_date\";s:19:\"2022-08-15 19:30:00\";s:20:\"start_unix_timestamp\";i:1660608000;s:18:\"end_unix_timestamp\";i:1660613400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.03999999999999914734871708787977695465087890625;s:9:\"longitude\";d:-105.31000000000000227373675443232059478759765625;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Happiness Hour at the Denver Library\";s:3:\"url\";s:55:\"https://www.meetup.com/denverwordpress/events/286576926\";s:6:\"meetup\";s:23:\"Denver WordPress Meetup\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/DenverWordPress/\";s:4:\"date\";s:19:\"2022-09-13 18:00:00\";s:8:\"end_date\";s:19:\"2022-09-13 20:00:00\";s:20:\"start_unix_timestamp\";i:1663113600;s:18:\"end_unix_timestamp\";i:1663120800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.77000000000000312638803734444081783294677734375;s:9:\"longitude\";d:-105.0100000000000051159076974727213382720947265625;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:35:\"Boulder WordPress Meetup: Topic TBA\";s:3:\"url\";s:49:\"https://www.meetup.com/boulderwp/events/287147306\";s:6:\"meetup\";s:24:\"Boulder WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/BoulderWP/\";s:4:\"date\";s:19:\"2022-09-19 18:00:00\";s:8:\"end_date\";s:19:\"2022-09-19 19:30:00\";s:20:\"start_unix_timestamp\";i:1663632000;s:18:\"end_unix_timestamp\";i:1663637400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.03999999999999914734871708787977695465087890625;s:9:\"longitude\";d:-105.31000000000000227373675443232059478759765625;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:35:\"Boulder WordPress Meetup: Topic TBA\";s:3:\"url\";s:49:\"https://www.meetup.com/boulderwp/events/287147305\";s:6:\"meetup\";s:24:\"Boulder WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/BoulderWP/\";s:4:\"date\";s:19:\"2022-09-19 18:00:00\";s:8:\"end_date\";s:19:\"2022-09-19 19:30:00\";s:20:\"start_unix_timestamp\";i:1663632000;s:18:\"end_unix_timestamp\";i:1663637400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.03999999999999914734871708787977695465087890625;s:9:\"longitude\";d:-105.31000000000000227373675443232059478759765625;}}}}','no'),(42114,'revslider-valid','true','yes'),(42115,'revslider-code','activated','yes'),(42116,'revslider-temp-active-notice','false','yes'),(42129,'revslider-deregister-popup','1','yes'),(42241,'_site_transient_timeout_browser_14d58a1ba286f087d9736249ec785314','1689581039','no'),(42242,'_site_transient_browser_14d58a1ba286f087d9736249ec785314','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"114.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(42214,'_site_transient_timeout_php_check_b2b5c51827d5c99b0dbe7b2d0efda8db','1689580605','no'),(42215,'_site_transient_php_check_b2b5c51827d5c99b0dbe7b2d0efda8db','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(42224,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1689019008','no');
INSERT INTO `SFmlX6x_options` VALUES (42225,'_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:56:\"WordCamp Central: WordCamp Dhaka 2023 Has Been Cancelled\";s:7:\"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:39:\"https://central.wordcamp.org/?p=3166653\";s:7:\"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://central.wordcamp.org/news/2023/07/wordcamp-dhaka-2023-has-been-cancelled/\";s: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:1270:\"<p>WordCamp Dhaka 2023 has been cancelled and the official announcement has been published on <a href=\"https://dhaka.wordcamp.org/2023/\">the event website</a>. There were no tickets or sponsorship packages sold, therefore there are no tickets or sponsorships to be refunded.&nbsp;</p>\n\n\n\n<p>To ensure the success of future WordCamps, we encourage the Dhaka community to participate in collaboration and contribute to creating a more diverse, inclusive and open community. Any members of the community, regardless their gender, company affiliations, and background, can apply and collaborate as co-organizers.<br /></p>\n\n\n\n<p>Here are the basics of our <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/meetup-program-basics/\">Meetup Program </a>and the <a href=\"https://central.wordcamp.org/meetup-organizer-application/\">application</a> to become a Meetup organizer.<br /></p>\n\n\n\n<p>The Community Team believes that the Dhaka WordPress Community can build a stronger community with opportunities for everyone interested in WordPress.&nbsp;</p>\n\n\n\n<p>If you have any questions, you can reach out to us by sending an email to <a href=\"mailto:support@wordcamp.org\">support@wordcamp.org</a>.</p>\n\n\n\n<p>Thank you,</p>\n\n\n\n<p>WordPress Community Team</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, 10 Jul 2023 07:36:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Devin Maeztri\";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:70:\"WPTavern: WordPress to Host 6.3 Live Product Demo on Thursday, July 20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146673\";s:7:\"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/wordpress-to-host-6-3-live-product-demo-on-thursday-july-20\";s: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:1639:\"<p>WordPress 6.3 is scheduled to be released one month from today on August 8, 2023. The <a href=\"https://wordpress.org/news/2023/07/6-3-live-product-demo/\">live product demo</a> date and time has now been set for Thursday, July 20, at at <a href=\"http://time.unitarium.com/utc/1600\">16:00 UTC</a>. Participants can join live via this <a href=\"https://us02web.zoom.us/j/88141234315?pwd=TE1Odk5Wd0hiVlNYWHB5Q2xCYkhSZz09\">Zoom</a> link.  </p>\n\n\n\n<p>Automattic-sponsored Gutenberg contributors <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/annezazu/\" target=\"_blank\">Anne McCarthy</a> and <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/richtabor/\" target=\"_blank\">Rich Tabor</a> will be hosting the event, moderated by <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/njwrigley/\" target=\"_blank\">Nathan Wrigley</a>. They will highlight upcoming changes and take questions from participants during a Q&amp;A session at the end.</p>\n\n\n\n<p>WordPress 6.3 is set to introduce an exciting array of new features &#8211; the Command Palette, content editing and distraction-free mode in the Site Editor, pattern creation, and much more. There have also been significant <a href=\"https://wptavern.com/wordpress-6-3-beta-3-released-introduces-ui-changes-to-pattern-management\">changes to pattern management UI</a> as late as Beta 3. The live product demo is a good opportunity to get up to speed with a guided tour of everything new that will be landing in 6.3.</p>\n\n\n\n<p>The event will be recorded and those who cannot attend live can catch it later when it is published on WordPress.tv. </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, 08 Jul 2023 17:41: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:140:\"Gutenberg Times: Phase 3: Collaboration – Kick-off, add commands to the palette, server-side filter for theme.json –Weekend Edition #260\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=24655\";s:7:\"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:140:\"https://gutenbergtimes.com/phase-3-collaboration-kick-off-add-commands-to-the-palette-server-side-filter-for-theme-json-weekend-edition-260/\";s: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:20047:\"<p>Howdy, </p>\n\n\n\n<p>Wow. This weekend edition holds a lot of date/times of upcoming online events for all WordPress users, developers, designers, site builders, and content creators. </p>\n\n\n\n<p>The most important might be the the <strong><a href=\"https://wordpress.org/news/2023/07/6-3-live-product-demo/\">WordPress 6.3 Product Demo</a> </strong>on July 20th, (16:00 UTC) roughly 14 days before the final release,  filled to the brink with new and enhanced features.  Watching the Product Demo gets you up to speed quickly. Yes, there will be a recording, too. </p>\n\n\n\n<p>Don&#8217;t forget to consult the <a href=\"https://learn.wordpress.org/online-workshops/\"><strong>workshop schedule of the training team</strong></a> on the Learn WordPress site.</p>\n\n\n\n<p>Have a wonderful weekend! Mine will be dominated by unpacking boxes and eating delicious food and chatting with long-distance friends. </p>\n\n\n\n<p>Be well.  </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-word-press-6-3\">WordPress 6.3 </a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-g\">Gutenberg Phase 3: Collaboration starts</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p><a href=\"https://us02web.zoom.us/webinar/register/7516879458017/WN_lqwBBSkSR1Wcdf8BUr5udQ\"><strong>Next Live Q &amp; A: Design Systems and Theme.json  on July 21, 2023</strong></a></p>\n\n\n\n<p>David Bowman and and Alec Geatches from WordPress VIP will show off how they keep design systems developed in Figma and themes in WordPress in synch and their workflows streamlined. Joni Halabi, senior developer from Georgetown University will join me as co-host. </p>\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/7516879458017/WN_lqwBBSkSR1Wcdf8BUr5udQ\"><img /></a>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Joen Asmussen </strong>published for the WordPress design team the <a href=\"https://make.wordpress.org/design/2023/07/03/design-share-jun-19-jun-30/\"><strong>Design Share: Jun 19–Jun&nbsp;30</strong></a>, recounting all the great UI and UX work the design team contributed during the past two weeks. </p>\n\n\n\n<ul>\n<li>Legend Style pictograms for the Site Editor.</li>\n\n\n\n<li>Navigation Focus Mode</li>\n\n\n\n<li>Reusable Blocks, Library, “Patterns”, and </li>\n\n\n\n<li>a small fix to the layout shift when editing </li>\n</ul>\n\n\n\n<a href=\"https://make.wordpress.org/design/2023/07/03/design-share-jun-19-jun-30/\"><img /></a>\n\n\n\n<p>Reminder: <strong>Anne McCarthy</strong> and <strong>Emily Clark</strong> will co-host a <a href=\"https://make.wordpress.org/core/2023/06/29/hallway-hangout-performance-improvements-for-wordpress-6-3/\"><strong>Hallway Hangout to discussion WordPress 6.3 performance improvements</strong></a> on July 27, 2023, at 15:00 UTC to discuss WordPress 6.3 performance improvements led by performance reps Emily Clark and Felix Arntz and also look ahead to WordPress 6.4.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-word-press-6-3\">WordPress 6.3 </h3>\n\n\n\n<p><strong>Anne McCarthy</strong> and <strong>Rich Tabor</strong> will present at the <a href=\"https://wordpress.org/news/2023/07/6-3-live-product-demo/\"><strong>WordPress 6.3 Live Product Demo </strong></a>on July 20th, 2023 at 16:00 UTC (12 pm EDT / 18:00 CEST). &#8220;Join the WordPress community for a first look at 6.3 in action during a live product demonstration.&#8221; Attendees will learn about recent improvements to the Site Editor, Patterns, Command Palette, and Navigation. There will be a Q&amp;A session, and you may submit questions in advance via the #walkthrough channel on WordPress Make <a href=\"https://wordpress.slack.com/archives/C039R2P1ZC1\">Slack</a>.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> reports on <a href=\"https://wptavern.com/wordpress-6-3-beta-3-released-introduces-ui-changes-to-pattern-management\"><strong>WordPress 6.3 Beta 3 Released, Introduces UI Changes to Pattern Management</strong>. </a>&#8220;A last-minute PR has&nbsp;renamed Library to Patterns&nbsp;in the Site Editor and was cherry-picked to get it included in Beta 3.&#8221; she wrote, and then continues with the reasons. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Only tangentially related to the Block editor, I still want you to have this overall change on your radar: In his post on the Make Blog, <strong>John Blackburn</strong> informed the WordPress community that the project is  <strong><a href=\"https://make.wordpress.org/core/2023/07/05/dropping-support-for-php-5/\">Dropping support for PHP 5</a> </strong>. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“The minimum supported version was last adjusted in WordPress 5.2 in 2019, and since then, usage of PHP 5.6 has dropped to 3.9% of monitored WordPress installations as of July 2023,” </p>\n<cite>John Blackbourn, WordPress core developer</cite></blockquote>\n\n\n\n<p>Sarah Gooding also has the skinny for you in <a href=\"https://wptavern.com/wordpress-6-3-to-drop-support-for-php-5\"><strong>WordPress 6.3 to Drop Support for PHP 5</strong></a></p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p class=\"is-style-no-vertical-margin\"><strong>🎙️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-85-gutenberg-16-1-wordpress-6-3/\">Gutenberg Changelog #85 – Gutenberg 16.1, WordPress 6.3</a> with special guest, Tammie Lister and host Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-g\">Gutenberg Phase 3: Collaboration starts</h3>\n\n\n\n<p>Following his March 2023 <a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">Gutenberg Phase 3</a> post, Matias Ventura, architect on the Gutenberg project, published a series of posts to go deeper on all the aspects of the next phase and outline the requirements. </p>\n\n\n\n<ul>\n<li>In <a href=\"https://make.wordpress.org/core/2023/07/03/real-time-collaboration/\"><strong>Real-time Collaboration</strong></a>, he outlines plans for concurrent collaboration and shared edits. </li>\n\n\n\n<li>In <a href=\"https://make.wordpress.org/core/2023/07/04/workflows/\"><strong>Workflows</strong></a>, Ventura discusses the requirements for the full publishing workflow and the async collaboration needs for a content team. </li>\n\n\n\n<li>In <a href=\"https://make.wordpress.org/core/2023/07/05/revisions/\"><strong>Revisions</strong>, </a>Ventura covers the full overhaul of the current system, by making it aware of Blocks and edits on all data layers at the same time. </li>\n\n\n\n<li>In <a href=\"https://make.wordpress.org/core/2023/07/07/media-library/\"><strong>Media Library</strong></a>, he aims at expanding media management capabilities, unifying the interface with the block editor and improving overall media workflows. </li>\n</ul>\n\n\n\n<p>There might be more posts coming and, of course, I&#8217;ll keep you in the loop. </p>\n\n\n\n<a href=\"https://make.wordpress.org/core/2023/07/04/workflows/\"><img /></a>Screenshot shared on the post about <a href=\"https://make.wordpress.org/core/2023/07/04/workflows/\">Workflows</a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> summarized it all in <a href=\"https://wptavern.com/wordpress-unveils-plans-for-real-time-collaboration-with-major-improvements-to-revisions-and-the-media-library\"><strong>WordPress Unveils Plans for Real-Time Collaboration with Major Improvements to Revisions and the Media Library</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post, <a href=\"https://speckyboy.com/what-collaborative-features-will-bring-to-wordpress/\"><strong>What Collaborative Features Will Bring to WordPress</strong></a>, <strong>Eric Karkovack </strong>explored a few scenarios that demonstrate how new collaborative features can streamline working together in a team responsible for publishing content on a larger site. </p>\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Nick Diego</strong> announced a new season of his &#8220;Builder Basics&#8221; series. The next event is scheduled for <strong>July 17th  7pm UTC</strong> ( 3 pm EDT) <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/294550599/\"><strong>Goodbye Reusable Blocks—Hello Synced Patterns (and more)</strong></a>. He&#8217;ll review the updates coming in WordPress 6.3 for reusable blocks and explore the improved editing flows for patterns and template parts. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In another event, <strong>Bud Kraus</strong> will<strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/294340444/\"> demystify the Navigation Block</a></strong> for you on July 11 at 19:00 UTC / 3 pm EDT. You will learn how to set your site&#8217;s navigation using only blocks and not the classic menu system. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter https://twitter.com/Bijayyadavnp\"><strong>Bijay Yadav</strong></a>, long-time contributor to the open-source WordPress project, published his first theme in the Theme directory. <a href=\"https://wordpress.org/themes/geum/\"><strong>Geum</strong></a> is block themes allowing the user to take full advantage of the new site editor to customize their site.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jamie Marsland</strong> posted a tutorial on <strong><a href=\"https://www.pootlepress.com/2023/07/the-best-wordpress-block-themes/\">How to Choose the perfect WordPress Block Theme</a>.</strong> He started out summarizing the advantages of a block theme over a classic theme, and listed all the considerations to take into account when comparing block themes from the repository or other theme directories. He also mentioned his favorites: <a href=\"https://woocommerce.com/products/basti/\">Basti by Ana Segota</a>, Ollie<a href=\"https://olliewp.com/\"> WP by Mike McAlister</a> and <a href=\"https://wpspectra.com/\">Spectra One by the Astra team.</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> published the Summary of feedback from the latest <a href=\"https://make.wordpress.org/test/2023/07/04/fse-program-momery-makeover-summary/\"><strong>FSE Program Momery Makeover Summary</strong></a>. &#8220;Since this call for testing took place during the early stages of an iterative process, several aspects of the feedback provided have already been swiftly addressed, thanks to ongoing development for WordPress 6.3. The relatively limited amount of bugs received and feedback aligning with feature development reflects a level of solidness in the direction of recent improvements.&#8221; she wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On WPTavern, <strong>Sarah Gooding</strong> reviewed the latest block theme for blogging &#8211; <strong><a href=\"https://wordpress.org/themes/hey/\">Hey</a></strong>, built by Automattic in here article <a href=\"https://wptavern.com/hey-an-elegantly-simple-wordpress-block-theme-for-blogging\"><strong>Hey: An Elegantly Simple WordPress Block Theme for Blogging</strong></a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>In his article for the Torque Magazine, <strong><a href=\"https://torquemag.io/2023/06/modify-wordpress-block-themes/\">How to Modify WordPress Block Themes (JSON Beginner’s Guide)</a></strong>, <strong>Nick Schäferhoff</strong> explored ways on how you can customize a block theme&#8217;s theme.json file for those of us, who are used to tinker around via functions.php and style.css. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jonathan Bossenger</strong> published his series for live streams on <a href=\"https://www.youtube.com/@jon_bossenger\"><strong>Developing Sendig a Block theme</strong></a> on YouTube. The goal is to create a theme following the designs by Emily Rapport. <em>(See <a href=\"https://gutenbergtimes.com/gutenberg-15-7-woocommerce-blocks-10-1-and-299-block-themes-weekend-edition-253/#2-word-press-6-0-1-and-6-1-scheduled\">Weekend Edition 253 for details</a>)</em>.</p>\n\n\n\n<a href=\"https://www.youtube.com/@jon_bossenger\"><img /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>You can take <strong>Wes Theron</strong>&#8216;s tutorial on <a href=\"https://learn.wordpress.org/tutorial/designing-with-row-and-stack-blocks/\"><strong>Designing with row and stack blocks</strong></a> on <em>Learn WordPress. </em>&#8220;Using the Group block is one of the cornerstones of mastering the block editor. When you select a Group block, you have the variations of the Group block, the standard group, rows, and stacks. In this video tutorial, you learn how you can use rows and stacks to achieve various designs.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/RonaldHuereca\">Ronald Huereca</a></strong> published a tutorial on <a href=\"https://dlxplugins.com/tutorials/adding-commands-to-the-wordpress-command-palette/\"><strong>Adding Commands to the WordPress Command Palette</strong></a> can be accomplished, ahead of the official WordPress 6.3 Dev Notes. He explained what the Command Palette is, what it can be used for, and step-by-step how you can add your custom commands to it via a plugin. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>A new post on the <em>WordPress Developer Blog</em> covers <a href=\"https://developer.wordpress.org/news/2023/07/how-to-modify-theme-json-data-using-server-side-filters/\"><strong>how to modify theme.json data using server-side filters.</strong></a> Discover, with <strong>Nick Diego</strong> as your guide,  the possibilities of theme.json server-side filters. Learn how to modify color palettes dynamically or restrict block controls based on user permissions.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The recording of this week&#8217;s Live Q &amp; A is now available on YouTube: <a href=\"https://www.youtube.com/watch?v=-5IrkgryD6s\"><strong>Leveraging Gutenberg&#8217;s architecture to take plugin development to new levels</strong></a>. Learn how Gutenberg components and scripts can be used outside the block editor to revamp a plugin’s code base in this Case Study of GiveWP 3.0 with J<strong>ason Adams</strong>, Director of Development, <strong>Jon Waldstein</strong>, Lead Developer of GiveWP and co-host <strong>Lena Morita</strong>, JavaScript Developer on the Components team. The list of resources is available in the description of the video. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> announced the topics for the next Twitch streams: </p>\n\n\n\n<ul>\n<li>Jul 13, 2023 –&nbsp;<a href=\"https://href.li/?https://www.meetup.com/learn-wordpress-online-workshops/events/294583083/\">Reviewing all existing SlotFills</a></li>\n\n\n\n<li>Jul 20, 2023 –&nbsp;<a href=\"https://href.li/?https://www.meetup.com/learn-wordpress-online-workshops/events/294583132/\">Reviewing Gutenberg Features 16.2</a></li>\n\n\n\n<li>Jul 27, 2023 –&nbsp;<a href=\"https://href.li/?https://www.meetup.com/learn-wordpress-online-workshops/events/294583179/\">Using custom SlotFill to extend a codebase</a></li>\n</ul>\n\n\n\n<p>Recordings of previous streams can be viewed on his <a href=\"https://www.youtube.com/ryanwelchercodes\">YouTube Channel.</a></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Victoria Pickering &#8220;Old Type&#8221;,  <a href=\"https://openverse.org/image/2b65ee7c-b784-4c06-9c2c-041b25863bad\">found on Openverse.org</a></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 08 Jul 2023 09:45:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:120:\"WPTavern: WordPress Unveils Plans for Real-Time Collaboration with Major Improvements to Revisions and the Media Library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146631\";s:7:\"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:131:\"https://wptavern.com/wordpress-unveils-plans-for-real-time-collaboration-with-major-improvements-to-revisions-and-the-media-library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6352:\"<p>In a series of four posts, Gutenberg lead architect Matías Ventura has outlined the project&#8217;s phase 3 plans for <a href=\"https://make.wordpress.org/core/2023/07/03/real-time-collaboration/\">Real-Time Collaboration</a>, <a href=\"https://make.wordpress.org/core/2023/07/04/workflows/\">Workflows</a>, <a href=\"https://make.wordpress.org/core/2023/07/05/revisions/\">Revisions</a>, and the <a href=\"https://make.wordpress.org/core/2023/07/07/media-library/\">Media Library</a>. WordPress 6.3 is set to be the final major release of Phase 2, which focused on Customization. </p>\n\n\n\n<p>Phase 3 will shift focus from the editors and move into other parts of the admin in an effort to bring seamless collaboration to WordPress.</p>\n\n\n\n<p>&#8220;The primary aim of real-time collaboration is to build functionality into the&nbsp;block&nbsp;editors so that concurrent collaboration, shared edits, and online presence of peers are possible,&#8221; Ventura said. &#8220;Supporting these workflows is not just about concurrency, though, but also about lifting restrictions that have been present in WordPress for a long time, such as locking a post when two people try to edit at the same time.&#8221;</p>\n\n\n\n<p>The technical challenges here are in making this available to all WordPress users, even those on the most economical hosting environments. Ventura shared a quick preview of what that might look like, along with the scope of the tasks that would be part of this effort.</p>\n\n\n\n<img />\n\n\n\n<p>In the <a href=\"https://make.wordpress.org/core/2023/07/04/workflows/\">Workflows</a> document, Ventura details collaborative features that will be part of this phase, including allowing users to add comments, suggest edits, and tag other users for peer review. These enhancements would apply to both content creation and design changes on block themes. </p>\n\n\n\n<p>There are some interesting projects listed within the scope of this section, including a publishing checklist, sharing draft links with permission controls, and exploring hook points for&nbsp;version control&nbsp;systems to take over internal revision systems if desired.</p>\n\n\n\n<img />image credit: <a href=\"https://make.wordpress.org/core/2023/07/04/workflows/\">Workflows</a> &#8211; Matías Ventura\n\n\n\n<p>Users can expect that <a href=\"https://make.wordpress.org/core/2023/07/05/revisions/\">Revisions</a> will also be getting some major improvements as part of the Collaboration phase of the project.</p>\n\n\n\n<p>&#8220;As part of improving the overall experience, we should also go beyond document level history and explore how the interface could let users browse through single block changes and offer the ability to restore them individually rather than requiring full post restores,&#8221; Ventura said. &#8220;For global styles, we should evolve the revisions panel to allow comparing two revisions side by side. For synced patterns, we could allow browsing edit history with side by side and overlay comparison tools.&#8221;</p>\n\n\n\n<p>Long-awaited improvements to WordPress&#8217; <a href=\"https://make.wordpress.org/core/2023/07/07/media-library/\">Media Library</a> are also considered part of this phase.</p>\n\n\n\n<p>&#8220;The main goals are to expand the media management capabilities, unify the block edit and single media interfaces, and improve upon the major media flows,&#8221; Ventura said. He highlighted a few major areas that may get some enhancements, such as categorization and tagging, better handling of attached media, and design improvements to the library view.</p>\n\n\n\n<p>Other Media Library projects may include a revamp of the image editing interface, which remains somewhat unintuitive at this time. Ventura proposes these tools, such as cropping and thumbnail browsing, be updated to align more with the current block editor tools.</p>\n\n\n\n<p>Contributors may also be exploring contribution to the commons from WordPress, along with improvements to attribution.</p>\n\n\n\n<p>&#8220;As we look into expanding the presence and touch points of <a href=\"https://openverse.org/\">Openverse</a>, it’d be interesting to see how contributions to the commons could work directly from a user’s WordPress install,&#8221; Ventura said. &#8220;Another area to look at is improving handling and presentation of other media types (audio, video, files) and their connection with blocks and the block APIs. We should resurface work on a native Playlist block, ideally powered by the <a href=\"https://make.wordpress.org/core/2023/03/30/proposal-the-interactivity-api-a-better-developer-experience-in-building-interactive-blocks/\">Interactivity API</a>.&#8221;</p>\n\n\n\n<p>Reactions to the outlined vision and scope for the Collaboration phase have so far been positive, as users and contributors are eager to see a strong focus come to some of the other parts of WordPress that have not had much attention for years. The newer real-time collaboration features that will take WordPress beyond the days of locking posts while another person is editing, have the potential to speed up content creation and editing for groups working on the same website.</p>\n\n\n\n<p>&#8220;Very much looking forward to this phase. I think it will really enable larger teams to work on posts much easier,&#8221; WordPress developer Rich Holman <a href=\"https://make.wordpress.org/core/2023/07/03/real-time-collaboration/#comment-45051\">commented</a>. &#8220;I’ve mentioned this before but the ability to continue working on a published draft without the front-end updating seems important especially with more editors working on something, especially if doing more experimental edits.&#8221;</p>\n\n\n\n<p>For more details on the features being considered for this phase, check out the <a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">Phase 3 overview post</a>, along with Ventura&#8217;s more recent write-ups on how contributors will improve and expand WordPress&#8217; collaboration architecture with updates to <a href=\"https://make.wordpress.org/core/2023/07/03/real-time-collaboration/\">Real-Time Collaboration</a>, <a href=\"https://make.wordpress.org/core/2023/07/04/workflows/\">Workflows</a>, <a href=\"https://make.wordpress.org/core/2023/07/05/revisions/\">Revisions</a>, and the <a href=\"https://make.wordpress.org/core/2023/07/07/media-library/\">Media Library</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, 07 Jul 2023 19:40:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:\"WordCamp Central: WordCamp Rochester is Back!\";s:7:\"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:39:\"https://central.wordcamp.org/?p=3166570\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://central.wordcamp.org/news/2023/07/wordcamp-rochester-is-back/\";s: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:1772:\"<a href=\"https://central.wordcamp.org/files/2023/07/cropped-14120055196ucu6-scaled-1-1.jpg\"><img /></a>\n\n\n\n<p>On Saturday, September 30, 2023, Rochester will again (for the sixth time) host the region’s WordCamp for bloggers and web designers of all skill levels.</p>\n\n\n\n<p>Registration opens at 8:00am. Sessions begin at 9 a.m. and continue to 5 p.m. This year’s WordCamp will be held at the Rochester School of the Arts, 45 Prince Street, Rochester, NY 146017. Tickets are required in advance.&nbsp;</p>\n\n\n\n<p>The $25 ticket cost covers WordCamp Rochester swag, morning coffee, lunch, and the evenings’s after-party food. Participants are strongly encouraged to bring their laptop or tablet computers. Ticket purchase and program details are available at <a href=\"http://www.rochester.wordcamp.org/2023\">www.rochester.wordcamp.org/2023</a>. The capacity for this event is about 120 people, so getting tickets early is advised.</p>\n\n\n\n<p>WordCamps are held worldwide, locally run and purposely provided at a low cost for accessibility to all. WordCamp Rochester is dedicated to WordPress, blogging and web facility. WordCamps are sponsored by WordPress, the open-source, free platform for individuals, groups and businesses to build their own blogs and websites. WordPress.org began in 2003. Its administrators call it the “largest self-hosted blogging tool in the world, used on millions of sites and seen by tens of millions of people every day.”</p>\n\n\n\n<p>Similar to previous years, Rochester’s 2023 WordCamp will divide its workshops along two tracks, with sessions for every ability and level of use.</p>\n\n\n\n<p>Speakers will include WordPress users from Rochester, Buffalo, and beyond, with experience ranging from user/blogger to advanced developer.</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, 07 Jul 2023 18:36:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Michelle Frechette\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:41:\"WordPress.org blog: 6.3 Live Product Demo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15354\";s:7:\"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:57:\"https://wordpress.org/news/2023/07/6-3-live-product-demo/\";s: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:2911:\"<img width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Live-Product-Demo.png?resize=1024%2C576&ssl=1\" alt=\"WordPress 6.3 Live Product Demo Cover Art\" class=\"wp-image-15355\" />\n\n\n\n<p><strong>Want to learn more about WordPress 6.3, planned for release on August 8, 2023? Join the WordPress community for a first look at 6.3 in action during a live product demonstration.</strong></p>\n\n\n\n<p>6.3 release squad members, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/annezazu/\" target=\"_blank\">Anne McCarthy</a> and <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/richtabor/\" target=\"_blank\">Rich Tabor</a>, will team up with moderator, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/njwrigley/\" target=\"_blank\">Nathan Wrigley</a>, to guide attendees through the anticipated highlights of the upcoming release. This event will follow a similar format to the <a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\">live demo for 6.2</a>.</p>\n\n\n\n<p>Attendees will see recent improvements to the Site Editor, Patterns, Command Palette, and more. Following the demo, there will be a Q&amp;A session, and you may submit questions in advance via <a href=\"https://wordpress.slack.com/archives/C039R2P1ZC1\">Slack</a>. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Date, Time, and Location</h2>\n\n\n\n<p>Thursday, July 20, 2023 at <a href=\"http://time.unitarium.com/utc/1600\">16:00 UTC</a><br /><a href=\"https://us02web.zoom.us/j/88141234315?pwd=TE1Odk5Wd0hiVlNYWHB5Q2xCYkhSZz09\">Zoom Link</a> | Save this link and use it on July 20 to join the event.</p>\n\n\n\n<p>The event will be recorded, archived for on-demand viewing on <a href=\"https://wordpress.tv/\">WordPress.tv</a>, and shared in a recap post shortly afterward.</p>\n\n\n\n<h2 class=\"wp-block-heading\">About WordPress 6.3</h2>\n\n\n\n<p>To learn more about WordPress 6.3, please visit the following resources:</p>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">WordPress 6.3 Beta 2 Announcement</a></li>\n\n\n\n<li>Overview of the <a href=\"https://make.wordpress.org/core/6-3/\">6.3 release cycle</a></li>\n\n\n\n<li>A <a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">detailed guide</a> for testing 6.3</li>\n</ul>\n\n\n\n<p>Props to our panelists and moderator, and to <a href=\"https://profiles.wordpress.org/jpantani/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jpantani</a>, <a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>eidolonnight</a>, and <a href=\"https://profiles.wordpress.org/dansoschin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dansoschin</a> for helping prepare this announcement and supporting event logistics.</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, 07 Jul 2023 13:27:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";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:77:\"WordCamp Central: WordCamp San José 2023: Looking For Speakers And Sponsors!\";s:7:\"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:39:\"https://central.wordcamp.org/?p=3166438\";s:7:\"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:99:\"https://central.wordcamp.org/news/2023/07/wordcamp-san-jose-2023-looking-for-speakers-and-sponsors/\";s: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:2078:\"<div class=\"wp-block-image\">\n<img src=\"https://i0.wp.com/sanjose.wordcamp.org/2023/files/2023/06/Wapuu.png?resize=266%2C300&ssl=1\" alt=\"\" /></div>\n\n\n<p>WordCamp San José 2023 will take place on November 4-5, 2023 at Fidélitas University. That means we are currently looking for speakers who want to take the stage and share their knowledge, and sponsors who can help make this event unforgettable.</p>\n\n\n\n<p>Costa Rica is known as a country that stands out for its natural beauty, commitment to environmental sustainability, and quality of life, so we are looking for a great and diverse group of speakers to reflect our local community. Both new and experienced WordCamp speakers are welcome. If you would like to propose multiple topics, please submit the form multiple times, once for each topic.</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f50a.png\" alt=\"🔊\" class=\"wp-smiley\" /> <strong>Our deadline for submitting proposals is midnight EST on August 26, 2023. </strong></p>\n\n\n\n<p><strong>Apply at </strong><a rel=\"noreferrer noopener\" href=\"https://sanjose.wordcamp.org/2023/llamado-a-ponentes/\" target=\"_blank\">https://sanjose.wordcamp.org/2023/llamado-a-ponentes/</a><br /><strong>WordCamp San Jose is also looking for sponsors who can help with expenses. We are the largest WordCamp in Latin America. Be part of the fun and help us by bringing a great experience in terms of food, networking opportunities, and some fun contests!</strong></p>\n\n\n\n<p><strong><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f680.png\" alt=\"🚀\" class=\"wp-smiley\" /> Call for Sponsors: <a rel=\"noreferrer noopener\" href=\"https://sanjose.wordcamp.org/2023/call-for-sponsors/\" target=\"_blank\">https://sanjose.wordcamp.org/2023/call-for-sponsors/</a></strong></p>\n\n\n\n<p><strong><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" /> Buy your ticket here: <a rel=\"noreferrer noopener\" href=\"https://sanjose.wordcamp.org/2023/tickets/\" target=\"_blank\">https://sanjose.wordcamp.org/2023/tickets/</a></strong></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, 07 Jul 2023 07:17: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:12:\"roblesloaiza\";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:72:\"Do The Woo Community: Navigating the WooCommerce and WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75463\";s:7:\"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://dothewoo.io/navigating-the-woocommerce-and-wordpress-community/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:425:\"<p>If you have just started a business, or moving an existing one into this unique open source community, there is a lot to learn.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/navigating-the-woocommerce-and-wordpress-community/\">Navigating the WooCommerce and WordPress Community</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Jul 2023 07:07:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Hey: An Elegantly Simple WordPress Block Theme for Blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=144855\";s:7:\"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/hey-an-elegantly-simple-wordpress-block-theme-for-blogging\";s: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:2261:\"<p><a href=\"https://wordpress.org/themes/hey/\">Hey</a> is a block theme designed by Automattic for users <a href=\"https://wordpress.com/theme/hey\">on WordPress.com</a> and also released for free in the WordPress.org Themes Directory. It&#8217;s the kind of simple theme that enables you to quickly get started writing online, without having to configure a bunch of design elements. The homepage features a profile image (Site Logo), site title, and recent posts with dates.</p>\n\n\n\n<img />\n\n\n\n<p>Single posts display with the feature image at the top of the post, although this template can easily be edited if this is an undesirable feature. Previous and Next post navigation appears under the post. Users can add menu items to display at the top, but clicking the site logo brings the visitor back home in the absence of a navigation menu.</p>\n\n\n\n<img />\n\n\n\n<p>The Hey theme comes in two different styles &#8211; the default and a serif variation. Colors can be adjusted to create a more vibrant palette for the site design.</p>\n\n\n\n<img />\n\n\n\n<p>One major drawback to this theme, which may not be immediately evident by looking at the demo, is that if users want to display more than the three most recent posts, they will need to add the pagination block inside the query loop block. It will also need to be styled to match the theme better. The query loop can be edited to show more posts on the homepage.</p>\n\n\n\n<p>Although Hey is a simple personal blog theme, it also comes packaged with templates for WooCommerce compatibility. This is likely for the benefit of WordPress.com users who may want to quickly fire up a store. Self-hosted users who want to sell products with WooCommerce will be able to easily display things like the mini-cart, customer account block, product archive, product search results, and more.</p>\n\n\n\n<p>Overall, Hey is an elegantly simple block theme with a clean design and plentiful white space. It&#8217;s suitable for the person who wants an almost blank slate to get started, or just a theme that enables writing without any distraction for the reader. Check out the <a href=\"https://wordpress.com/theme/hey\">live demo</a> on WordPress.com and <a href=\"https://wordpress.com/theme/hey\">download Hey from WordPress.org</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, 06 Jul 2023 21:02:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:80:\"Do The Woo Community: Building a WooCommerce Point of Sales with Mathias Nielsen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75444\";s:7:\"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://dothewoo.io/building-a-woocommerce-point-of-sales-with-mathias-nielsen/\";s: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:434:\"<p>In this Woo DevChat we talk with Mathias from Oliver POS about his journey in building a point of sales for WooCommerce.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/building-a-woocommerce-point-of-sales-with-mathias-nielsen/\">Building a WooCommerce Point of Sales with Mathias Nielsen</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Jul 2023 09:08:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:49:\"WPTavern: WordPress 6.3 to Drop Support for PHP 5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146565\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wptavern.com/wordpress-6-3-to-drop-support-for-php-5\";s: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:3537:\"<p>WordPress is officially <a href=\"https://make.wordpress.org/core/2023/07/05/dropping-support-for-php-5/\">dropping support for PHP 5</a> in the upcoming 6.3 release, which is expected on August 8. WordPress&#8217; <a href=\"https://wordpress.org/about/requirements/\">minimum supported version</a> has sat at PHP 5.6.20 since 2019, but will be updated to 7.0.0 in the next release. The recommended PHP version will stay the same at 7.4+.</p>\n\n\n\n<p>&#8220;The minimum supported version was last adjusted in WordPress 5.2 in 2019, and since then usage of PHP 5.6 has dropped to 3.9% of monitored WordPress installations <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/about/stats/\" target=\"_blank\">as of July 2023</a>,&#8221; WordPress core developer John Blackbourn said.</p>\n\n\n\n<p>&#8220;There’s no concrete usage percentage that a PHP version must fall below before support in WordPress is dropped, but historically the project maintainers have used 5% as the baseline. Now that usage of PHP 5.6 is well below that at 3.9% and dropping by around 0.1% every few weeks, plans to increase the minimum supported PHP version can move forward.&#8221;</p>\n\n\n\n<p>Blackbourn also emphasized that WordPress&#8217; support for PHP 8.0, 8.1, and 8.2 is &#8220;very good&#8221; and contributors may soon act on <a href=\"https://make.wordpress.org/core/2023/06/20/proposal-criteria-for-removing-beta-support-from-each-php-8-version/\">a proposal for the criteria that would enable them to remove the &#8220;beta&#8221; support label</a> on new PHP versions. Nearly 26% of WordPress users are already running sites on PHP 8.0+. </p>\n\n\n\n<img />\n\n\n\n<p>Prior to this minimum required version boost, some hosts had even taken matters into their own hands in urging users to get on newer versions of PHP. Dreamhost <a href=\"https://twitter.com/idavinder/status/1673948104591122432\">charges additional fees</a> for sites that require <a href=\"https://help.dreamhost.com/hc/en-us/articles/360004672631-PHP-extended-support\">extended support</a> for PHP 7.4 and older. <a href=\"https://www.ionos.com/help/hosting/troubleshooting-for-php/php-extended-support/\">IONOS</a> and <a href=\"https://www.strato-hosting.co.uk/faq/hosting/what-is-strato-php-extended-support/\">Strato</a> have similar policies. </p>\n\n\n\n<p>The decision to bump the minimum supported version is happening after a lengthy seven-month long <a href=\"https://core.trac.wordpress.org/ticket/57345\">discussion</a>, which surprisingly <a href=\"https://core.trac.wordpress.org/ticket/57345#comment:93\">drew a little resistance</a>. Although sites that remain on PHP 5.6 cannot upgrade beyond WordPress 6.2, they will still receive security updates, as the project currently <a href=\"https://make.wordpress.org/security/2022/09/07/dropping-security-updates-for-wordpress-versions-3-7-through-4-0/\">backports them to versions 4.1+</a>. The bump to 7.0.0 for the minimum supported version will have many benefits for the WordPress ecosystem of themes and plugins, will significantly reduce memory usage for upgraded websites, and provide better security and improvements to core tooling.</p>\n\n\n\n<p>&#8220;There are no plans to bump the minimum supported PHP version on a schedule,&#8221; Blackbourn said. &#8220;The core team will continue to monitor usage of PHP versions and work with the hosting team to encourage users and hosting companies to upgrade their versions of PHP as swiftly as possible. The 5% usage baseline will continue to be used for the foreseeable future.&#8221;</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, 05 Jul 2023 21:30:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:84:\"WPTavern: WordPress 6.3 Beta 3 Released, Introduces UI Changes to Pattern Management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146527\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/wordpress-6-3-beta-3-released-introduces-ui-changes-to-pattern-management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3172:\"<p>WordPress contributors are onto another round of testing, as <a href=\"https://wordpress.org/news/2023/07/wordpress-6-3-beta-3/\">6.3 Beta 3 was released</a> this week. RC 1 is expected on July 18, and a live product demo is anticipated to be broadcast on Thursday, July 20, 2023 at 16:00 UTC. These demos have become a more regular part of the release process and allow viewers to familiarize themselves with important new features and updates coming in the release.</p>\n\n\n\n<p>Beta 3 includes approximately 34 updates to the Site Editor since the previous beta release, and more than 40 updates coming from Trac.</p>\n\n\n\n<p>A last-minute PR has <a href=\"https://github.com/WordPress/gutenberg/pull/52102\">renamed Library to Patterns</a> in the Site Editor and was cherry-picked to get it included in Beta 3. Automattic-sponsored Gutenberg contributor Aaron Robertshaw cited three reasons for the renaming:</p>\n\n\n\n<ul>\n<li>Discovery: this is an opportunity to make patterns front and center as we are introducing the ability to save custom patterns. They should be front and center in the &#8220;Design&#8221; tab.</li>\n\n\n\n<li>Clarity: library can be obscure and overlaps with other terminology (like Media Library). We didn&#8217;t get to add font library management in this round, but it would have made things more confusing (would a user expect to see their font library under &#8220;Styles&#8221; or an item called &#8220;Library&#8221;?). Calling it patterns removes that ambiguity.</li>\n\n\n\n<li>Presence: patterns is a unique name that has been established in the WP branding parlance for a bit and deserves more clear placement.</li>\n</ul>\n\n\n\n<p>This video from the PR gives a quick overview of the changes testers should see in the Patterns UI as of Beta 3:</p>\n\n\n\nGutenberg PR: Patterns: Rename Library to Patterns <a href=\"https://github.com/WordPress/gutenberg/pull/52102\">#52102</a>\n\n\n\n<p>Beta 3 <a href=\"https://github.com/WordPress/gutenberg/pull/51990\">introduces a new lock icon</a> to designate theme patterns as unable to be edited or modified. It also adds a <a href=\"https://github.com/WordPress/gutenberg/pull/51954\">sync status details section</a> within the pattern sidebar navigation screen. </p>\n\n\n\n<img />image credit: <a href=\"https://github.com/WordPress/gutenberg/pull/51990\">Gutenberg PR #51990</a>\n\n\n\n<p>There are a significant number of new things being introduced after Beta 1, which seems usual. Major features like the pattern creation and the Patterns section made their debut in <a href=\"https://wptavern.com/gutenberg-16-1-introduces-pattern-creation-and-library-adds-distraction-free-mode-to-site-editor\">Gutenberg 16.1</a> but had very little testing before being rolled into the upcoming WordPress 6.3 release. This is likely why UI changes are being introduced after Beta 1 has already shipped. </p>\n\n\n\n<p>Check out the <a href=\"https://wordpress.org/news/2023/07/wordpress-6-3-beta-3/\">Beta 3 release post</a> for more information on how to test. A Beta 4 is anticipated the week of July 11, followed by RC 1 on July 18. The general release is <a href=\"https://make.wordpress.org/core/6-3/\">scheduled</a> for August 8, 2023.</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, 05 Jul 2023 16:21:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: #82 – Louise Towler on How and Why You Can Make WordPress Sites Sustainable\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=146471\";s:7:\"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/podcast/82-louise-towler-on-how-and-why-you-can-make-wordpress-sites-sustainable\";s: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:50144:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcastwhich is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, how and why you need to be thinking sustainably when building websites.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you, and hopefully get you, or your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Louise Towler. She joined me at the recent WordCamp Europe in Athens to talk about websites and making them more sustainable.</p>\n\n\n\n<p>Louise is the founder of Indigo Tree, a UK based agency with deep expertise in WordPress websites. She gave a presentation at WordCamp Europe entitled, Digital sustainability: The benefits for business and the environment, in which she emphasized the impact websites can have on our planet. Her aim was to deliver practical tips for users and developers to help them make informed decisions. This presentation is the focus of today&#8217;s podcast, and we cover quite a lot of ground.</p>\n\n\n\n<p>Louise highlights the significant role which electricity plays in powering data centers and transmitting data to end devices. Even if data centers use renewable energy, there is still a need to address overall electricity consumption. She points out that the internet is the fourth largest polluter globally, surpassing the airline industry.</p>\n\n\n\n<p>We discussed how the continuous and widespread use of the internet has made it difficult to reduce its own impact, while still emphasizing the importance of the steps that we can take to make the internet more energy efficient.</p>\n\n\n\n<p>She suggests ways that we can all make a difference right away. Educating clients about the consequences of certain design choices, such as using large videos or auto-play features that require substantial data to load. Optimizing videos, images, and other website elements, which makes it possible to reduce data consumption and improve performance.</p>\n\n\n\n<p>The conversation then explores other suggestions, such as using modern image formats, using images as placeholders for videos, self hosted fonts, and considering the carbon footprint of email communications.</p>\n\n\n\n<p>Louise acknowledges the challenges of discussing environmental concerns with clients, whilst also explaining that we have to come up with ways to make clients understand that these decisions are beneficial to them as well. After all, an optimized website is one that is looked upon favorably by search engines. Whilst clients ultimately are the decision makers, informing them about the consequences of their choices can help them be more informed.</p>\n\n\n\n<p>Moving onto WordPress, we talk about the responsibility theme authors play. It&#8217;s a crucial role, helping users make sustainable choices. Her agency builds custom themes for clients which allows them to have full control over design decisions.</p>\n\n\n\n<p>We get into the subject of how legislation is certainly coming, and so getting in early and understanding the implications of such legislation will help your endeavors in the future.</p>\n\n\n\n<p>Towards the end of the podcast, we chat about some of the tools which you can use to assess the impact that your websites have, including a tool which Louise and her team have been working on for the last few years.</p>\n\n\n\n<p>If you&#8217;re interested in how your sites can become more sustainable, this podcast is for you.</p>\n\n\n\n<p>If you want to find out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Louise Towler.</p>\n\n\n\n<p>I am joined on the podcast today by Louise Towler. Hi Louise.</p>\n\n\n\n<p>[00:04:54] <strong>Louise Towler:</strong> Thank you for inviting me. Hello.</p>\n\n\n\n<p>[00:04:56] <strong>Nathan Wrigley:</strong> We&#8217;re going to talk today about, well possibly the most important topic ever, which is the environment and your website compared to the environment. Prior to that Louise, will you just tell us a little bit about you, so that we have some context. Who are you? What&#8217;s your relationship with WordPress and so on?</p>\n\n\n\n<p>[00:05:13] <strong>Louise Towler:</strong> Okay. I am the founder of Indigo Tree. We&#8217;re a small but beautiful WordPress agency based about 30 minutes on the train north of London in the UK. There&#8217;s 15 of us in total at the moment. We have an engineering team, a project management team, and a support team, and we build WordPress websites.</p>\n\n\n\n<p>I started building websites, well my first webpage that I built was built Christmas Day, the year 2000, because my husband was daft enough to buy me a book on html. So he cooked the turkey and I built myself a little webpage. I started freelancing about 20 years ago, and then one of my freelancing clients said to me, we&#8217;ve heard there&#8217;s this thing called WordPress. Would you mind building our website in WordPress? And I was like, okay, I&#8217;ll give it a go. And went off and Googled and found out how to do it, and the rest is history.</p>\n\n\n\n<p>[00:06:09] <strong>Nathan Wrigley:</strong> Nice. You did a talk today entitled The Benefits for Business and the Environment. Just give us a bit of a background about your thoughts on the environment. What I mean by that, is this something that you are concerned about in your normal life? Does the environment figure heavily in your daily life?</p>\n\n\n\n<p>[00:06:27] <strong>Louise Towler:</strong> It does. It&#8217;s really difficult to tread lightly on the planet. It&#8217;s very hard to do things in a sustainable way, but I think I&#8217;m very conscious of it. So I buy a few clothes, but I wear them a lot rather than throw them away, and the fast fashion thing. I use recycled paper. I try to do things in a good way. Turn off lights. Think about my travel. But it is genuinely hard. But then I have children and they&#8217;re going to live a lot longer than me, and global warming is going to affect them a lot more than it&#8217;s going to affect me. But 2050 is not that far away. And we are in trouble, as we can see by the mad world weather that&#8217;s happening at the moment.</p>\n\n\n\n<p>[00:07:16] <strong>Nathan Wrigley:</strong> You work in the website building industry, as do I. Which feels in my daily interaction with my computer, it feels like the cleanest thing ever. I have a shiny laptop. I have a shiny phone. None of them put smoke out of the back when I switched them on. You know, if I worked in the automotive industry, it would be obvious what my footprint was. But I switch on my computer, there&#8217;s no connection between that and the environment. And yet it&#8217;s pretty bad.</p>\n\n\n\n<p>[00:07:49] <strong>Louise Towler:</strong> Yeah.</p>\n\n\n\n<p>[00:07:50] <strong>Nathan Wrigley:</strong> We browse the internet. We&#8217;re probably asking Google and all the other rivals, trivial things all the time. So make the connection for us. What is the environmental impact? What are the things which are happening between me switching on my computer and browsing WordPress websites? What are the things that are going on? What&#8217;s the technology, the bits and pieces that we need to be thinking about?</p>\n\n\n\n<p>[00:08:13] <strong>Louise Towler:</strong> Well, if the internet was a country, it would be the fourth largest polluter. Compared to airlines, you know, that are 1.6%, it&#8217;s massive. It is just massive. And it&#8217;s fundamentally about electricity. Because it&#8217;s electricity that powers the data centers, whether or not they&#8217;re running on renewable energy, the fact is they still need electricity.</p>\n\n\n\n<p>You&#8217;ve got the transmission, the wires between the data centers and the end devices, and then you&#8217;ve got the power to power your device. If you&#8217;re on a phone, you are recharging it. If you&#8217;re on a laptop, you are plugging it in, and that&#8217;s all using electricity. And not all of that electricity is renewable and the electricity that comes through the wires, you don&#8217;t have any control about what proportion of that is renewable.</p>\n\n\n\n<p>On a hot, windy day in the UK, a vast proportion of that electricity is from renewable energy, from solar and wind turbines. But on a dark, gloomy day with no wind, a massive proportion of that is fossil fuel powered electricity.</p>\n\n\n\n<p>[00:09:27] <strong>Nathan Wrigley:</strong> It feels like we&#8217;re completely addicted to the internet. I use the car that I have, a bit. But I use the internet more or less continually. You know, I&#8217;ve got my phone, it&#8217;s constantly charged up. The merest thought in my head can easily lead me to whip out the phone, do some banal scrolling of Facebook or whatever it may be. And that feels like that&#8217;s crept up on us. We&#8217;re all using it all the time. You said what was it, 4%?</p>\n\n\n\n<p>[00:09:57] <strong>Louise Towler:</strong> It&#8217;s the fourth largest polluter.</p>\n\n\n\n<p>[00:09:59] <strong>Nathan Wrigley:</strong> Fourth largest polluter. Can you compare that to another industry? You mentioned airlines. Does the internet as a whole, so every website, all the online services that we can use and so on, does that pollute more than the airline industry? Because the airline industry is the poster child of pollution, isn&#8217;t it?</p>\n\n\n\n<p>[00:10:15] <strong>Louise Towler:</strong> I believe it does. I mean, the problem is finding out, and even measuring it is really hard. So all the estimates are that it is just massive, and it&#8217;s getting worse. With AI, the stat that I&#8217;ve read is that to do a search in ChatGPT takes four times as much energy as to do a search in Google. And to build that AI model takes a massive amount of processing power to suck in all the data and build out that model that then does predict the next word that&#8217;s going to come out in the chat box.</p>\n\n\n\n<p>And so it&#8217;s not getting better. When you are talking about carbon footprints and getting to net zero, you&#8217;ve not just got to change the energy mix so that you&#8217;re running off renewable energy. You need to actually reduce demand. In the UK there&#8217;s a carbon reduction in task force. Their target is by 2030, they will have reduced demand by 15% for electricity in comparison to 2021. You have to reduce the demand as well.</p>\n\n\n\n<p>[00:11:25] <strong>Nathan Wrigley:</strong> Right.</p>\n\n\n\n<p>[00:11:26] <strong>Louise Towler:</strong> And the connection to IT and websites is that if you transmit less data, you are, there&#8217;s not a direct correlation always, but you are essentially using less electricity to transmit that data.</p>\n\n\n\n<p>[00:11:37] <strong>Nathan Wrigley:</strong> So the easiest way to mitigate your use of the internet is just to stop using it. But that&#8217;s completely unrealistic now?</p>\n\n\n\n<p>[00:11:44] <strong>Louise Towler:</strong> Well, a company with zero carbon footprint is probably a company that&#8217;s not in business. You can&#8217;t not use the internet. What you have to do, we have to try and make sure the internet uses less electricity to do what it does.</p>\n\n\n\n<p>[00:11:59] <strong>Nathan Wrigley:</strong> Okay, so given that we&#8217;re not going to be switching our computers off, we&#8217;re not going back to the internet stone age, if you like. We&#8217;ve got to figure out ways to reduce the amount of carbon that we put out. So we&#8217;ve got to become responsible citizens because we&#8217;re using the internet. But also, we&#8217;re in a slightly unique position, you, I, and the people listening to this podcast, because we&#8217;re sitting behind the websites that are causing the pollution. And that&#8217;s, I guess, where the rest of this conversation is going to go. What are the things that we can do to make our websites for our clients, for ourselves, pollute a little bit less?</p>\n\n\n\n<p>[00:12:38] <strong>Louise Towler:</strong> Think about the data and educate your client. So in the first instance, if your client wants that amazing stock video on the banner of their homepage, that auto plays in the background and looks absolutely fab. But actually the amount of data that you are then having to load on the homepage to deliver that video is massive. Well explain to them the consequences of that decision.</p>\n\n\n\n<p>It&#8217;ll probably mean the homepage is a little bit slower, which won&#8217;t be as good for Core Web Vitals and for search. So whether or not they care about the planet, they should be caring about the performance of their website. And the fact is it will use more data and that&#8217;s not good for people or the planet.</p>\n\n\n\n<p>If I&#8217;m on a fixed price data plan, because I&#8217;m on a low income and my children&#8217;s school has a massive video on the homepage of their school website with lots of happy kids running around the playground. And every time I visit that website, I&#8217;m using up my scarce resources of data, auto playing that video, that&#8217;s not very respectful to me when I&#8217;m trying to go about my daily life.</p>\n\n\n\n<p>So there&#8217;s lots of levels you can talk to your clients about why it&#8217;s good to do things. So it&#8217;s things like optimizing videos, optimizing images. If you&#8217;re familiar with Core Web Vitals and trying to speed up websites, these are nothing new. But you know, design your website with two fonts rather than five.</p>\n\n\n\n<p>Think about when you embed videos on the page. The block editor, it&#8217;s really easy to embed a video from YouTube or Vimeo, but use a plugin and put a facade in front of it so that when you actually load the page it loads an image. If it&#8217;s below the fold, you can lazy load the image. If people don&#8217;t scroll down, the image doesn&#8217;t load, and it&#8217;s only when they click on that image that the video plays and actually downloads that extra data.</p>\n\n\n\n<p>So you are being really respectful to your visitors as well as to the planet by consciously thinking about these things. And it doesn&#8217;t cost anymore if you plan it in from the beginning. Talking to your clients and planning it, most clients are really happy to have that conversation because in the end, performance and speed should increase conversions and profit.</p>\n\n\n\n<p>[00:14:56] <strong>Nathan Wrigley:</strong> Actually, that&#8217;s a really good point. You mentioned, just as we were beginning, that you run an agency.</p>\n\n\n\n<p>[00:15:00] <strong>Louise Towler:</strong> Yeah.</p>\n\n\n\n<p>[00:15:01] <strong>Nathan Wrigley:</strong> Do you have this conversation with your clients?</p>\n\n\n\n<p>[00:15:03] <strong>Louise Towler:</strong> I talk about performance and speed.</p>\n\n\n\n<p>[00:15:08] <strong>Nathan Wrigley:</strong> Yeah, so how does that go down?</p>\n\n\n\n<p>[00:15:09] <strong>Louise Towler:</strong> Fine.</p>\n\n\n\n<p>[00:15:10] <strong>Nathan Wrigley:</strong> Have you ever had somebody push back and say, no, we need the video? Or is it generally a conversation of look, okay you could have the video, but here&#8217;s the reason why I think for the planet, you shouldn&#8217;t have the video. How does that conversation normally go?</p>\n\n\n\n<p>[00:15:19] <strong>Louise Towler:</strong> We advise them. It&#8217;s like with banners, with sliders, we advise them. I emailed something to a client last week saying, here&#8217;s the Google stats. About 8% will see banner number two. Do you really think banner number three, as one of your key important messages being viewed by 4% of your home paved visitors, you&#8217;re better off putting that content on the page. It is the client&#8217;s choice in the end, but I will educate them so they&#8217;re conscious of the choice that they&#8217;re making. Rather than not aware and then complain that nobody clicks through from banner number three. And I&#8217;m like, well, we did tell you.</p>\n\n\n\n<p>But there&#8217;s some things I don&#8217;t give clients a choice on, like accessibility. They don&#8217;t get a choice about having an accessible website because you don&#8217;t want to give people a choice where you don&#8217;t want them to make a poor decision.</p>\n\n\n\n<p>[00:16:04] <strong>Nathan Wrigley:</strong> And in terms of your agency, do you advertise your environmental credentials?</p>\n\n\n\n<p>[00:16:09] <strong>Louise Towler:</strong> We don&#8217;t really talk about it at the moment, but we will be dipping our toe in the water and talking more and more about it over the next few months, because we&#8217;ve been doing some interesting stuff in the background.</p>\n\n\n\n<p>[00:16:20] <strong>Nathan Wrigley:</strong> You mentioned that an autoplay video, that seems like the most extreme example. You know, you go to a website, suddenly you&#8217;ve downloaded without your realizing it, I don&#8217;t know, 10 megabytes of data that you really didn&#8217;t need. Just run through the components of a typical webpage. So what have we got? We&#8217;ve got text, we&#8217;ve got images, we&#8217;ve got video, we&#8217;ve got, audio like this.</p>\n\n\n\n<p>What are quick wins? What&#8217;s the order, if you like, that you should go through when in your head you&#8217;re trying to make a page more environmentally friendly?</p>\n\n\n\n<p>[00:16:49] <strong>Louise Towler:</strong> I would start with images because a website typically has more images than videos. And if you&#8217;re doing something with images like you are, I don&#8217;t know, using a CDN, or you&#8217;ve installed the performance plugin and you are delivering things as WebP, then one plugin and one solution might work across all images on your website.</p>\n\n\n\n<p>So I would definitely think about images in terms of making sure you deliver the right sized image for the device as well. So make sure that in your theme, you&#8217;ve got that function which saves it all out at the various different break points.</p>\n\n\n\n<p>[00:17:22] <strong>Nathan Wrigley:</strong> If you&#8217;re on a, mobile website, the image that&#8217;s loaded should be the same size as the device that you&#8217;re looking at. Not a great big image that&#8217;s been squished down, okay.</p>\n\n\n\n<p>[00:17:30] <strong>Louise Towler:</strong> Exactly. And that can be a bit tricky because sometimes on mobile sites for example, we&#8217;ll have a nice banner image, but we&#8217;ll make it cropped and square. Whereas on a desktop site you might have it that letter box shape. And actually it won&#8217;t really work on a mobile. It&#8217;s too sort of narrow and thin.</p>\n\n\n\n<p>So you sometimes need to be a bit careful about, especially with the block editor, do you need to have different versions of images unless the cropping is right in the middle. Doesn&#8217;t work very well with the block editor to just auto crop. It&#8217;s about thinking about it. So I definitely start with images.</p>\n\n\n\n<p>Little things like making sure you are using SVGs where it&#8217;s appropriate. If you&#8217;ve got an animated gif, turn it into a video. I then look at the videos. Just make sure you&#8217;ve got facades or posters on videos and try and persuade your client not to have that large banner video.</p>\n\n\n\n<p>I would then look at fonts and make sure all your fonts are self-hosted. Which is a good thing anyway because certainly from a GDPR perspective, if you are using Google fonts in Europe, then there&#8217;s been some case law around, it&#8217;s leaking data to Google about who&#8217;s using those fonts and you don&#8217;t want to be doing that.</p>\n\n\n\n<p>But that again will speed it up because you can cache the fonts and things like that. And subset the fonts. So I think you can do things where if you are only, if you&#8217;ve got a font set that&#8217;s in multiple languages, but actually your website&#8217;s just in English, only use the bit of the font that you need for the language that you are working in.</p>\n\n\n\n<p>And then I would definitely think about things, other things on the website, like email. If you&#8217;ve got a transactional site and you are sending out lots of confirmation of shipping emails. Do you need a really big logo in the email? Can it be a tiny logo or even just text on a colored background and make those emails have a lower carbon footprint as well.</p>\n\n\n\n<p>[00:19:18] <strong>Nathan Wrigley:</strong> How does WordPress out of the box do with helping you get to some of these targets?</p>\n\n\n\n<p>[00:19:26] <strong>Louise Towler:</strong> It&#8217;s not helpful.</p>\n\n\n\n<p>[00:19:28] <strong>Nathan Wrigley:</strong> So I was going to say, I imagine that most people listening to this podcast have an understanding of everything that you just said, but the typical user of WordPress is not somebody that&#8217;s listening this podcast. Used by millions of people who probably see the media library throwing the biggest image they&#8217;ve got, and that&#8217;s it.</p>\n\n\n\n<p>[00:19:43] <strong>Louise Towler:</strong> I think you&#8217;ve got to be a responsible theme author. As an agency, we build our own custom themes for each client. So we&#8217;re not constrained in any way at the design stage. But if you&#8217;re choosing either a free theme or a paid for theme, you can be quite wise about it. So if you are you&#8217;re building a brochure site for a client, you don&#8217;t need to choose a theme with every possible e-commerce, form plugin, event plugin, all that extra code. If you&#8217;re not using font awesome icons, then don&#8217;t let the theme pull in the complete font awesome icon set.</p>\n\n\n\n<p>Just download a little SVG. So try and think about the theme that you choose. It can be a bit of a pain to actually turn off on some of those very flexible all singing, all dancing dancing themes, the options when you just want something really simple.</p>\n\n\n\n<p>There are some plugins that can help. So for example, we often use a plugin called Perf Matters, which is really good for performance. And one of the things I particularly like about that plugin is, so if we are working with a client where they might have an inquiry form or a landing page with an inquiry form on it. You install a plugin, we use Gravity Forms. Really brilliant plugin. Love it. But of course you get that plugin code in the head of every page, just in case the form&#8217;s required. Well turn it off.</p>\n\n\n\n<p>You can use Perf Matters and go in, and go I only want the Gravity Form code to be embedded on these three pages, on the site that have forms on. Doesn&#8217;t need to be downloaded for any other pages.</p>\n\n\n\n<p>The same with something like Google Maps, the API for Google Maps. Often you&#8217;ll put it in so that you can have a nice map on your contact page. Well actually, number one, could you replace that map with an image, and then just link out to Google Maps? How many people are actually going to be scrolling in and out on the page?</p>\n\n\n\n<p>Think about it from the user&#8217;s perspective, but then actually just have that Google Maps API code in the contact page. Don&#8217;t have it anywhere else on your website. It&#8217;s just not needed. But you see it a lot where all the plugins inject all their stuff into the head on every single page just in case. So go through and turn things off.</p>\n\n\n\n<p>[00:22:02] <strong>Nathan Wrigley:</strong> You mentioned earlier that obviously this is something you&#8217;re trying to embed in your company. You also mentioned that you don&#8217;t have the conversation about accessibility. It&#8217;s just the way it is.</p>\n\n\n\n<p>[00:22:10] <strong>Louise Towler:</strong> Well, we talk about it. The only time we really push back is where clients have got brand colors, which aren&#8217;t AA accessible, and then we discuss with them whether we can change them.</p>\n\n\n\n<p>[00:22:21] <strong>Nathan Wrigley:</strong> But are you going to in the future be having more conversations like this?</p>\n\n\n\n<p>[00:22:26] <strong>Louise Towler:</strong> Yes.</p>\n\n\n\n<p>[00:22:27] <strong>Nathan Wrigley:</strong>And if so, how forceful are you going to be with your clients if they push back? Say, no, no, no, no. There&#8217;s a delicate line here, isn&#8217;t there? You want to do the best for your client and the best for your client may be a bitter pill for them to swallow.</p>\n\n\n\n<p>[00:22:39] <strong>Louise Towler:</strong> There may be a really good a brand reason, depending on the client, as to why they have to use a particular font. But I would be going to the client and saying, I&#8217;m going to tell you why it&#8217;s not a good idea. In the end, it is your choice. It is your website. You own the site once you&#8217;ve paid me for us to build it. So it is yours to do what you want with. But do it consciously, knowing the consequences of the decision that you are making.</p>\n\n\n\n<p>So I will always tell them, in the end it is their choice. But with things like brand and fonts and that, well you know, the consequences of pulling in an Adobe font is 6 to 800 milliseconds of a page load. That can be the difference between a first and second spot on google.</p>\n\n\n\n<p>So sometimes you can argue it really strongly from a commercial reason, and they will listen and go, right, let&#8217;s go back to our brand designer and get them to find some web fonts or some Google fonts that we can use. And elsewhere, yes, you&#8217;ll use that fancy type kit or whatever font, but let&#8217;s use something for the web that actually will work and not impact on the performance of the site. Because if they&#8217;re a commercial client, they&#8217;re going to care about the performance. We need to make them look good to their boss.</p>\n\n\n\n<p>[00:23:59] <strong>Nathan Wrigley:</strong> Given exactly what you just said, is there some accreditation that websites can expose to the world to say, we made an effort here? I&#8217;m trying to think of an example, but there are badges that you can get in all manner of industries to say, okay, we went through this training. We made the effort here, and so we have a badge to prove that we made an effort.</p>\n\n\n\n<p>Is there something that people can do on the internet to say, look, our website is consuming 50%, 30%, whatever, less energy than it might have done. We made an effort. Here&#8217;s our badge to prove it.</p>\n\n\n\n<p>[00:24:32] <strong>Louise Towler:</strong> I&#8217;m not aware of a badge, but there are lots of people doing lots of things out there. So there might be. I think it&#8217;s really hard because what might be a good score for a e-commerce site, might be of a poor score for a different type of site. And I think that in the end, yes, you can measure against other people, but actually you have to have that intrinsic motivation for just wanting to do it. It&#8217;s not about collecting badges.</p>\n\n\n\n<p>Does it matter if your site is AA accessible and you have a badge on your site? Or does it matter that you basically have enabled 40% of the population with disabilities or temporary impairments to actually access your goods and services, and you&#8217;ll increase your profits as a result?</p>\n\n\n\n<p>[00:25:15] <strong>Nathan Wrigley:</strong> So that was the website piece. You know, can you expose this credential to visitors? What about you as an agency? Can you expose your credentials to your clients? Is there anything there?</p>\n\n\n\n<p>[00:25:26] <strong>Louise Towler:</strong> Well, we&#8217;re working, and it is a very much a work in progress, towards something called B Corp, which is an accreditation thing that you can get for being, if you like, a good citizen to the planet. It covers environmental. It also covers governance, and more things to help with inclusivity and diversity. And we are rewriting our staff handbook, and we&#8217;re measuring our carbon footprint as part of that, as an agency. But we&#8217;re also doing other things as well. Making sure that we do things in a way that&#8217;s consciously responsible, and there&#8217;s got to be a business for good. We want to be a good citizen for the planet. And I think that&#8217;s quite a high standard. And there&#8217;s, I think about a thousand companies in the UK who have that. And we are not there yet, but it&#8217;s something that I think we can aspire to be.</p>\n\n\n\n<p>[00:26:12] <strong>Nathan Wrigley:</strong> Do you have any sense that this message that you are preaching here is beginning to catch on? You are definitely in the vanguard. Most people are not talking about this. If we go downstairs, we&#8217;re not really picking up on that message yet. But do you sense some kind of change? Are you communicating with people on a more regular basis about this? Clearly you are interested in it, but are you talking into the void or are people beginning to listen?</p>\n\n\n\n<p>[00:26:37] <strong>Louise Towler:</strong> There&#8217;s a lot of people in communities where the communities are talking about this a lot. I think what&#8217;s really nice is I was given the opportunity to speak at a conference, and this conference, to the entire WebPress community had a session about digital sustainability. I personally think that every conference that anyone puts on should have at least one speaker, or channel, or workshop, or something talking about sustainability in the industry, or sector that the conference is in. Because it is looming.</p>\n\n\n\n<p>The legislation is coming. The governments are legislating now, and at the moment in the UK it&#8217;s only very, very large businesses who have to do reporting. But if you are a large business wanting a government contract with a value of more than 5 million pounds, which you know, even small consultants and agencies can go for big contracts. You have to have your scope one, scope two, and some scope three emissions and a carbon reduction plan will be coming.</p>\n\n\n\n<p>By 2028 The National Health Service in the UK will require every product or service that is supplied to it to have a carbon footprint. So you need to be starting now because for some things that&#8217;s going to be really hard to do and it&#8217;s going to take a while to do.</p>\n\n\n\n<p>So start now with the little things, the quick wins. Start measuring where you are, because your carbon reduction plan has to say how you&#8217;re going to reduce. And then you have to show that you are making those reductions. So start measuring now, so that all the things you start doing now can be part of that reduction that you make and you can report on.</p>\n\n\n\n<p>[00:28:18] <strong>Nathan Wrigley:</strong> So you are describing things in the UK. In the UK in the future, you are literally going to be unable to get certain types of website client work if you cannot prove that you&#8217;ve done the due diligence.</p>\n\n\n\n<p>[00:28:31] <strong>Louise Towler:</strong> Yeah.</p>\n\n\n\n<p>[00:28:31] <strong>Nathan Wrigley:</strong> Okay, that&#8217;s really interesting. But still a way off. We&#8217;re still five years out from that portcullis closing?</p>\n\n\n\n<p>[00:28:37] <strong>Louise Towler:</strong> Yeah. But if you are a large business, very large business, you already have to do mandatory reporting. The government is slowly going to bring that down. It wouldn&#8217;t surprise me in the slightest if by 2030, as well as putting in my annual tax return, on my submission of my company accounts to Companies House, I have to do a carbon accounting report. Every small business.</p>\n\n\n\n<p>The EU, 23 million organizations there are in the EU at the moment, by 2028, all of them are going to be expected to put in some sort of carbon report on what they&#8217;re doing. The legislation is coming.</p>\n\n\n\n<p>But even quicker than that, procurement is starting to change. So I think it was the back end of 2021, Tesco sent out a letter to all of their suppliers saying, we want you to do these four things. You need to have a carbon reduction plan. You need to move to green energy. Otherwise you can&#8217;t be part of a supplier to Tesco. Doesn&#8217;t matter whether or not you are a large business or a small business, they sent it out as part of their procurement. So the government legislation is coming, but larger businesses are doing it quicker because they&#8217;re using procurement as a tool to do that.</p>\n\n\n\n<p>And then on top of that, for some organizations now it&#8217;s affecting their access to finance. So if I&#8217;m a pension fund or I want to invest in a large enterprise or a business, why would I invest in you, if you are not sustainable in 5, 10, 15 years time? They are now beginning to ask for those carbon reduction plans, sustainability report. What are you doing for your ESG as a condition of investment?</p>\n\n\n\n<p>[00:30:22] <strong>Nathan Wrigley:</strong> So the window of opportunity for ignoring this is fast closing?</p>\n\n\n\n<p>[00:30:25] <strong>Louise Towler:</strong> And why not get ahead of it? Why not be that agency that can help your clients with these challenges?</p>\n\n\n\n<p>[00:30:32] <strong>Nathan Wrigley:</strong> Although you described that there&#8217;s no badge necessarily for this. It really does feel that for the right client this is a conversation which will win you work. If you can prove that you are going to do this work now, like you said, who&#8217;s going to say no to a more green website? Would you like your website to be much more environmentally friendly than it could have been? Well, no, actually we&#8217;d like it to pollute more, please. That&#8217;s just not a conversation you&#8217;re going to get into.</p>\n\n\n\n<p>[00:30:56] <strong>Louise Towler:</strong> Exactly. Exactly.</p>\n\n\n\n<p>[00:30:58] <strong>Nathan Wrigley:</strong> That&#8217;s interesting. So the only piece that I can see in this conference where anything is mentioned about the environment is hosting. And even that, it&#8217;s probably I don&#8217;t know, one in fifty, one in a hundred who have that badge. Talk to us about that side. So obviously we build websites, we&#8217;ve got a computer, we know that it&#8217;s stored somewhere, but tell us about hosting, and what people are doing.</p>\n\n\n\n<p>[00:31:22] <strong>Louise Towler:</strong> Actually some of the hosting companies here are very green, but you have to consider the political climate. So if you are a hosting company based in Texas, in the US. And you are being told that you have to support big oil because that&#8217;s what runs Texas. You don&#8217;t talk about the fact that you are running your hosting data centers on green energy. So it&#8217;s not that they&#8217;re not. It&#8217;s just that they&#8217;re not, it&#8217;s not necessarily part of their marketing message at this point, because the political climate isn&#8217;t necessarily conducive to that.</p>\n\n\n\n<p>[00:31:55] <strong>Nathan Wrigley:</strong> So you are saying that the hosting industry broadly are doing a fairly good job of this?</p>\n\n\n\n<p>[00:32:00] <strong>Louise Towler:</strong> Well, some of them are, yeah. I know for a fact a lot of the Google Cloud hosting is green and a lot of the big, they&#8217;re using Google data centers.</p>\n\n\n\n<p>[00:32:09] <strong>Nathan Wrigley:</strong> That feels like one of the most grounded things that you can do. If you&#8217;re having a website, you can actually go out and look for green hosting.</p>\n\n\n\n<p>[00:32:16] <strong>Louise Towler:</strong> And the Green Software Foundation has a little URL. It&#8217;s a little tool. You can literally go and put in your domain name and it will tell you whether it&#8217;s running on a green hosting.</p>\n\n\n\n<p>[00:32:25] <strong>Nathan Wrigley:</strong> What is the Green Software Foundation?</p>\n\n\n\n<p>[00:32:27] <strong>Louise Towler:</strong> It&#8217;s a sort of organization that is talking about green software, green web, green all sorts of things. They&#8217;re doing some really interesting stuff. They work a lot with very large organizations. I think to be a member you have, like have to pay up 10,000 pounds or something. It&#8217;s like out of my league to be a member, but it doesn&#8217;t mean I can&#8217;t see what they&#8217;re doing and listen to what they&#8217;re doing.</p>\n\n\n\n<p>They&#8217;ve also got a really interesting free course that you can do on sustainable software development. And it gives you all the background and all the things you should be considering when you&#8217;re building software and websites basically, and the things that you can do to make them run better in a greener way.</p>\n\n\n\n<p>[00:33:09] <strong>Nathan Wrigley:</strong> If I wanted to make my website more SEOable, I&#8217;ve got a whole suite of tools available to me. And many of them will give me some sort of data saying, okay, this page is, you&#8217;ve done a good job here. Like a traffic light or something you, you know what I&#8217;m saying? </p>\n\n\n\n<p>[00:33:25] <strong>Louise Towler:</strong> Yep.</p>\n\n\n\n<p>[00:33:26] <strong>Nathan Wrigley:</strong> Are there tools similar to that, that we can use in WordPress?</p>\n\n\n\n<p>Maybe it&#8217;s some kind of extension to a browser where we can see what our browsing is doing on the internet. In other words, is there a plugin, something which will show us a dashboard saying, okay this page, based upon the hosting that you&#8217;ve told us you&#8217;re using is consuming or creating this much carbon debt.</p>\n\n\n\n<p>[00:33:51] <strong>Louise Towler:</strong> There&#8217;s individual tools at the moment that I am aware of. You can put in a URL and it will say, oh yes, your page is this many grams of CO2. Actually what we&#8217;ve done is something. We&#8217;ve been doing a thing. I did that thing of having a side project to the agency, and we&#8217;ve been building something for the past couple of years, and we&#8217;re about to launch a piece of software. It&#8217;s an extension to WordPress, which will actually, in the dashboard, show you a daily carbon footprint of your website based on daily visits and page views.</p>\n\n\n\n<p>[00:34:24] <strong>Nathan Wrigley:</strong> How is that working then? So presumably the daily page bit is fairly straightforward. This website has been consumed 25,000 times, we can make the connection there. But presumably it must be figuring out, okay, that page had a video on it. This one had nothing but text, and it&#8217;s based upon upon some hosting.</p>\n\n\n\n<p>[00:34:40] <strong>Louise Towler:</strong> So we&#8217;re basically measuring the page, a measure of the data or page weight for each page. And then we&#8217;re looking at the visitors to the pages as well.</p>\n\n\n\n<p>[00:34:50] <strong>Nathan Wrigley:</strong> And are you giving like a score out at the end?</p>\n\n\n\n<p>[00:34:52] <strong>Louise Towler:</strong> We&#8217;re not giving a score at the moment, but eventually when the software&#8217;s launched and there&#8217;s lots of people using it, we will be able to say, oh, actually, in comparison to other people using our software, you are in the top quarter, or bottom quartile or you are in the middle. So we can give some feedback. But more importantly, if you look at it and you use things like traffic, then you can start to see where you should be optimizing.</p>\n\n\n\n<p>[00:35:17] <strong>Nathan Wrigley:</strong> Okay. And is this tool going to give you helpful advice on how to optimize it?</p>\n\n\n\n<p>[00:35:22] <strong>Louise Towler:</strong> Yes, we&#8217;re building out a knowledge base as well.</p>\n\n\n\n<p>[00:35:23] <strong>Nathan Wrigley:</strong> I was going to say, it&#8217;s all very well saying this page is doing really badly, but, you know, tough luck.</p>\n\n\n\n<p>[00:35:27] <strong>Louise Towler:</strong> Yeah.</p>\n\n\n\n<p>[00:35:28] <strong>Nathan Wrigley:</strong> So, where will it point me? What are the sort of metrics that you&#8217;re going to be helping me with?</p>\n\n\n\n<p>[00:35:31] <strong>Louise Towler:</strong> We&#8217;ll be helping with all the basics. It&#8217;s actually about empowering the content editors. Because as website theme builders and as website developers and designers, we can build the most amazing AA accessible website that&#8217;s really lightweight and fast.</p>\n\n\n\n<p>And then a year later we could audit it and find, oh, content editors added, you know, 30 images and they didn&#8217;t realize they had to add alt text to each one. And they can have loaded that really large video and not realized that it needed a poster attribute to make sure that the page didn&#8217;t take a long time to load.</p>\n\n\n\n<p>So what we are trying to do is give that feedback to editors in the browser when they&#8217;re editing the site, in the backend of the admin. Because that continuous measurement, if they see a little spike, or they see that suddenly something&#8217;s changed, they can go in and fix it. Rather than end up just doing an annual check, or checking every so often and ending up with a list of defects to fix, basically.</p>\n\n\n\n<p>So the whole point is, it&#8217;s about designing out people making those unconscious mistakes in the first place. And making sure the website continues to be at the standard it should be at and potentially improves over time.</p>\n\n\n\n<p>[00:36:44] <strong>Nathan Wrigley:</strong> So slightly off piste a little bit. That&#8217;s lovely. I mean I would hope to be able to see that kind of data and it would be really useful to me as a website builder. What about by just general browsing the internet? Do you know if there&#8217;s any tool which can tell me, right at the end of today Nathan, you&#8217;ve been a poor citizen. Some kind of, I don&#8217;t know, a browser extension or something which tells me.</p>\n\n\n\n<p>[00:37:05] <strong>Louise Towler:</strong> I don&#8217;t know that. Nobody&#8217;s ever asked me that question, so I will have to take that away Nathan and I will have to come back to you, because I genuinely don&#8217;t know the answer to that.</p>\n\n\n\n<p>[00:37:13] <strong>Nathan Wrigley:</strong> I think that would be quite a useful thing to know. At the end of the year, Nathan, your internet use is the equivalent of a 20,000 mile flight or something that would be.</p>\n\n\n\n<p>[00:37:22] <strong>Louise Towler:</strong> You must be online a lot.</p>\n\n\n\n<p>[00:37:23] <strong>Nathan Wrigley:</strong> I really am. Yeah. Okay, when are you hoping to get this tool out?</p>\n\n\n\n<p>[00:37:28] <strong>Louise Towler:</strong> We are doing a soft launch, early adopter, by invitation to Indigo Tree clients mid-July.</p>\n\n\n\n<p>[00:37:33] <strong>Nathan Wrigley:</strong> Okay. So really soon.</p>\n\n\n\n<p>[00:37:35] <strong>Louise Towler:</strong> Yeah. And then from then on we&#8217;ll be building out new features and basically getting it to the point where we can launch it to people as a SaaS product.</p>\n\n\n\n<p>[00:37:45] <strong>Nathan Wrigley:</strong> So going to go beyond WordPress at some point?</p>\n\n\n\n<p>[00:37:47] <strong>Louise Towler:</strong> Couldn&#8217;t possibly say, but yes.</p>\n\n\n\n<p>[00:37:49] <strong>Nathan Wrigley:</strong> Maybe. Maybe, yeah.</p>\n\n\n\n<p>[00:37:50] <strong>Louise Towler:</strong> Well, it depends on the roadmap and it depends what interest we get. And for me it&#8217;s not just about the commercial side of, we to build something that&#8217;s obviously profitable and successful. It&#8217;s actually where can we make the biggest impact? How can we, with what we are doing, make sure that we get the biggest carbon reduction overall.</p>\n\n\n\n<p>And the great thing about when you&#8217;re measuring stuff is we can actually report on global stats that are sort of, you know, a thousand clients and cumulatively this month they have reduced their carbon footprint by this amount. You know, so it is going to be an interesting journey to see how we get on and where the biggest impact can be whilst being commercial as well.</p>\n\n\n\n<p>[00:38:26] <strong>Nathan Wrigley:</strong> Yeah. It really does sound interesting. Okay, so we&#8217;re going to have to wrap it up. We&#8217;re probably at the edge of the amount of time that we&#8217;ve got.</p>\n\n\n\n<p>Where would we go if we are curious about the things that you&#8217;ve talked about? So maybe that&#8217;s a link to your, the product that you&#8217;ve just mentioned. Maybe it&#8217;s just a more general set of resources. What are the two or three top places that you would send people?</p>\n\n\n\n<p>[00:38:45] <strong>Louise Towler:</strong> I&#8217;d definitely have a look at the Green Software Foundation. I would also go to, there&#8217;s a Slack channel in the WordPress. I think they&#8217;re just about to create a team in Core for sustainability. So I&#8217;d be going and talking to them.</p>\n\n\n\n<p>And then I would be keeping an eye on people like Wholegrain Digital. Tom and Vineeta talk about things a lot. Tom&#8217;s got a really great newsletter that you can subscribe to. So there&#8217;s lots of people talking about it, but I think it&#8217;s about figuring out where it fits with your particular clients. And some of our clients are very values based and will immediately go for this. Some people just need that more commercial argument as well.</p>\n\n\n\n<p>[00:39:26] <strong>Nathan Wrigley:</strong> Well, Louise, thank you for telling us all about your efforts regarding sustainability and the environment. It is a genuinely fascinating subject, and my prediction is that this conversation is only going to get louder and louder.</p>\n\n\n\n<p>[00:39:39] <strong>Louise Towler:</strong> I hope so.</p>\n\n\n\n<p>[00:39:39] <strong>Nathan Wrigley:</strong> As the years go on. Yeah, thank you for talking to me.</p>\n\n\n\n<p>[00:39:41] <strong>Louise Towler:</strong> You&#8217;re welcome. Thank you.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.linkedin.com/in/louisetowler/\">Louise Towler</a>. She joined me at the recent WordCamp Europe in Athens to talk about websites and making them more sustainable.</p>\n\n\n\n<p>Louise is the founder of <a href=\"https://indigotree.co.uk/\">Indigo Tree</a>, a UK based agency with deep expertise in WordPress websites.</p>\n\n\n\n<p>She gave a presentation at WordCamp Europe entitled, Digital sustainability: The benefits for business and the environment in which she emphasised the impact websites can have on our planet. Her aim was to deliver practical tips for users and developers to help them make informed decisions.</p>\n\n\n\n<p>This presentation is the focus of today&#8217;s podcast, and we cover quite a lot of ground.</p>\n\n\n\n<p>Louise highlights the significant role which electricity plays in powering data centres and transmitting data to end devices. Even if data centres use renewable energy, there is still a need to address overall electricity consumption. She points out that the internet is the fourth largest polluter globally, surpassing the airline industry.</p>\n\n\n\n<p>We discuss how the continuous and widespread use of the internet has made it difficult to reduce its own impact, whilst still emphasising the importance of the steps we can take to make the internet more energy-efficient.&nbsp;</p>\n\n\n\n<p>She suggests ways that we can all make a difference right away; educating clients about the consequences of certain design choices, such as using large videos or autoplay features that require substantial data to load. Optimising videos, images, and other website elements, which makes it possible to reduce data consumption <em>and</em> improve performance.</p>\n\n\n\n<p>The conversation then explores other suggestions such as using modern image formats, using images as placeholders for videos, self-hosted fonts, and considering the carbon footprint of email communications.</p>\n\n\n\n<p>Louise acknowledges the challenges of discussing environmental concerns with clients whilst also explaining that we have to come up with ways to make clients understand that these decisions are beneficial to them as well. After all, an optimised website is one that is looked upon favourably by search engines. Whilst clients ultimately are the decision makers, informing them about the consequences of their choices can help them be more informed.</p>\n\n\n\n<p>Moving onto WordPress, we talk about the responsibility theme authors play. It’s a crucial role, helping users make sustainable choices. Her agency builds custom themes for clients, which allows them to have full control over design decisions.</p>\n\n\n\n<p>We get into the subject of how legislation is certainly coming, and so getting in early and understanding the implications of such legislation will help your own endeavours in the future.</p>\n\n\n\n<p>Towards the end of the podcast we chat about some of the tools which you can use to assess the impact that your websites have, including a tool which Louise and her team have been working on for the last few years.</p>\n\n\n\n<p>If you’re interested in how your sites can become more sustainable, this podcast is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2023/session/digital-sustainability-the-benefits-for-business-and-the-environment/\">Louise WordCamp Europe presentation &#8211; Digital sustainability: The benefits for business and the environment</a></p>\n\n\n\n<p><a href=\"https://indigotree.co.uk/\">Indigo Tree website</a></p>\n\n\n\n<p><a href=\"https://perfmatters.io/\">Perf Matters plugin</a></p>\n\n\n\n<p><a href=\"https://www.gravityforms.com/\">Gravity Forms website</a></p>\n\n\n\n<p><a href=\"https://greensoftware.foundation/\">Green Software Foundation website</a></p>\n\n\n\n<p><a href=\"https://wordpress.slack.com/archives/C03JNV77Y57\">Sustainability Slack Channel</a></p>\n\n\n\n<p><a href=\"https://www.wholegraindigital.com/\">Wholegrain Digital website</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, 05 Jul 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"Do The Woo Community: What the Client Thinks They Know\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75453\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://dothewoo.io/what-the-client-thinks-they-know/\";s: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:385:\"<p>Clients consider they have learned a lot through GPT or by Googling it. They assume they know what will work best for them.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/what-the-client-thinks-they-know/\">What the Client Thinks They Know</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Jul 2023 09:32:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:89:\"Do The Woo Community: Productizing Your Agency Services with Shadi Manna and Jimmy Rosé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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75426\";s:7:\"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://dothewoo.io/productizing-your-agency-services-with-shadi-manna-and-jimmy-rosen/\";s: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:438:\"<p>Listen in on our Woo AgencyChat where Shadi and Jimmy talk about the journey of productizing your services.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/productizing-your-agency-services-with-shadi-manna-and-jimmy-rosen/\">Productizing Your Agency Services with Shadi Manna and Jimmy Rosén</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Jul 2023 06:58:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"WPTavern: WordCamp Dhaka 2023 Cancelled Due to Concerns of Corporate Influence on Community Decision-Making\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146490\";s:7:\"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://wptavern.com/wordcamp-dhaka-2023-cancelled-due-to-concerns-of-corporate-influence-on-community-decision-making\";s: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:6529:\"<p>WordCamp Dhaka (Bangladesh) 2023 has been <a href=\"https://dhaka.wordcamp.org/2023/\">cancelled</a> by The WordPress Community Team due to concerns of corporate influence on the community decision-making process. The camp was scheduled for August 5, and organizers had already secured a venue and progressed on moving the camp forward. </p>\n\n\n\n<p>The Community Team <a href=\"https://dhaka.wordcamp.org/2023/\">published a statement</a> on the event&#8217;s website, which cited the interference of corporate interests: </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>The WordPress Community Team’s primary goal is to support and nurture the WordPress community by enabling organizers to create amazing events that celebrate WordPress, its community, and&nbsp;<a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer/become-an-organizer/representing-wordpress/\">globally shared values</a>. The Community team cannot support the event if a WordCamp is not aligned with these values.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/meetup-program-basics/#the-five-good-faith-rules\">WordPress events benefit the WordPress community as a whole, not specific businesses or individuals</a>. The Community Team expects that WordCamps decisions should be guided by the community’s collective wisdom and not influenced by any one company’s interests. When companies attempt to exert influence on the planning process, the Community Team must step in to mediate. In this instance, we have decided to cancel WordCamp Dhaka 2023.</p>\n</blockquote>\n\n\n\n<p>The Community Team urged the Dhaka community to focus on collaborative organization, companies uplifting the community, and greater diversity in participation.</p>\n\n\n\n<p>In an equally vague <a href=\"https://make.wordpress.org/community/2023/07/03/incident-report-recent-cancelation-of-a-wordcamp/\">incident report</a> on WordPress.org, which doesn&#8217;t even identify the WordCamp that was cancelled, Community Team contributor Sam Suresh called it &#8220;an unfortunate but necessary decision.&#8221; He summarized the team&#8217;s reasons for the decision:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>The decision to cancel the event was not a result of inadequate planning or insufficient effort on the part of the organizing team. Instead, there were observable actions from local community members to influence decisions that would benefit specific individuals or companies. When this influence did not immediately lead to their desired results, the individuals aimed to undermine the organizing process and event success. While the Community Team took steps to mediate, the inappropriate behavior and actions we saw necessitated the cancelation. This is a rare and extreme decision and underscores the severity of the situation.</p>\n</blockquote>\n\n\n\n<p>Suresh said the issues applied to the local meetup group as well, and that all co-organizers and event organizers were removed from their roles and required to repeat their orientation to gain access again. A community deputy and a mentor were also removed from their roles in the project and the companies involved in the infractions were banned from sponsoring WordPress events for a year.</p>\n\n\n\n<p>&#8220;In times of challenges like these, it is important to remember that anyone can organize WordPress events regardless of who they work for and that WordPress community events are for the benefit of everyone, not any one business or individual,&#8221; Suresh said. &#8220;As a community, <a href=\"https://make.wordpress.org/handbook/community-code-of-conduct/#our-expectations\">we will not tolerate harassment or influencing unacceptable behaviors</a>.&#8221;</p>\n\n\n\n<p>Shortly after publishing, several community members commented with objections to the level of secrecy around the issues at hand and the people and companies involved. The Community Team&#8217;s nebulous posts on the matter seem to have further scandalized the situation, instead of offering clarity and transparency.</p>\n\n\n\n<p>&#8220;This post definitely abides by the ongoing policy of not letting the community know who is being censured by the Community Services team, even in cases of egregious action,&#8221; WordPress marketing and meta contributor Sé Reed commented.</p>\n\n\n\n<p>&#8220;I’ve seen multiple cases of people filing harassment reports and various Code of Conduct violations, and that person/people have had various consequences, including being removed from organizing teams. However, those people then cite various reasons for leaving the team, often outright lying. But because of the secrecy around these cases, no one says otherwise and those people can and often do continue to operate in the community without any repercussions beyond secretly losing their &#8216;official&#8217; role(s).&#8221;</p>\n\n\n\n<p>Reed highlighted the damaging effects of the secrecy surrounding these incidents, most notably that explaining the situation often falls to those who filed the report, as the Community Team abdicates any further responsibility after validating the report.</p>\n\n\n\n<p>&#8220;This action is damaging to the community as a whole, as we do not have a full picture of who we are working with and we continue to unknowingly support and empower people who have not honored their community commitments,&#8221; Reed said.</p>\n\n\n\n<p>Not all participants in the discussion were in favor of The Community Team identifying the individuals involved, but in this situation they demand to know the companies that were banned from sponsoring WordPress events.</p>\n\n\n\n<p>&#8220;I’m on the fence about knowing peoples’ names here, but I think people definitely need to know the <strong>companies</strong> involved; actively trying to sabotage a WordPress WordCamp is a serious breach of trust for the community,&#8221; WebDevStudios Director of Engineering Mitch Cantor said. &#8220;Especially when they may turn around and then make money from that said community they tried to sabotage.&#8221;</p>\n\n\n\n<p>Dealing with these types of sensitive situations is not an enviable task, but the community, for whom these decisions are designed to serve, is calling for a greater level of transparency regarding those who act in ways that are not aligned with WordPress&#8217; globally shared values.</p>\n\n\n\n<p>&#8220;One way or the other, protecting folks who have violated the Community Code of Conduct is a policy that very clearly needs to be revisited,&#8221; Reed said.</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, 03 Jul 2023 19:11:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 6.3 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15340\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2023/07/wordpress-6-3-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5894:\"<p>WordPress 6.3 Beta 3 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development.</strong> <strong>Please do not install, run, or test this version on production or mission-critical websites.</strong> Instead, it is recommended you evaluate Beta 3 on a test server and site. </p>\n\n\n\n<p>Get an overview of the <a href=\"https://make.wordpress.org/core/6-3/\">6.3 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-3/\">6.3-related posts</a> in the coming weeks for further details. Also, save the date for a live product demo tentatively scheduled for Thursday, July 20, 2023 at 16:00 UTC (link TBD). This will be a great opportunity to join the WordPress community to celebrate the accomplishments of 6.3 and this final chapter of <a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Phase 2</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Beta 3 highlights</h2>\n\n\n\n<p>Thanks to the many WordPress beta testers, this release contains approximately 34 (Site Editor) and 40+ (Trac) updates since the <a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">Beta 2 release</a>. Nice work, team!</p>\n\n\n\n<p>Testers should note that the &#8220;Patterns Library&#8221; is <a href=\"https://github.com/WordPress/gutenberg/pull/52102\">now simply called <em>Patterns</em></a> in the UI. Additionally, pattern details now include a <a href=\"https://github.com/WordPress/gutenberg/pull/51954\">sync status</a> and a <a href=\"https://github.com/WordPress/gutenberg/pull/51990\">lock icon</a> is added for theme patterns.</p>\n\n\n\n<p>Browse the technical details for issues addressed since Beta 2 using these queries:</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.3\">GitHub commits for 6.3</a></li>\n\n\n\n<li>Closed <a href=\"https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=06%2F28%2F2023..07%2F03%2F2023&milestone=6.3&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">Trac tickets</a> since June 28</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Test the new features in WordPress 6.3</h2>\n\n\n\n<p>Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether you have experience or not.&nbsp;</p>\n\n\n\n<p>While testing the upgrade process is essential, trying out new features is too. Review the many <a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">new features in WordPress 6.3</a> and focus your testing efforts on those areas in particular.</p>\n\n\n\n<ul>\n<li>Encountered an issue? Please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</li>\n\n\n\n<li>New to testing? This <a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">detailed guide</a> is a great place to start if you&#8217;ve never tested a beta release.</li>\n\n\n\n<li>Want to know more about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Vulnerability bounty doubles during the Beta/RC phases</h2>\n\n\n\n<p>Between the Beta 1 release and the final release candidate (RC), the <a href=\"https://make.wordpress.org/security/2023/06/28/doubling-the-bounties-for-wordpress-6-3-beta/\">monetary reward for reporting new, unreleased security vulnerabilities is double</a>. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Get WordPress 6.3 Beta 3</h2>\n\n\n\n<p>You can test WordPress 6.3 Beta 3 in three ways:</p>\n\n\n\n<ul>\n<li><strong>Option 1:</strong> Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li>\n\n\n\n<li><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.3-beta3.zip\">Beta 3 version (zip)</a>.</li>\n\n\n\n<li><strong>Option 3:</strong> Use the following WP-CLI command:<br /><code>wp core update --version=6.3-beta3</code></li>\n</ul>\n\n\n\n<p>The current target for the final release is <strong>August 8, 2023</strong>, which is about five weeks away. Your help testing this version ensures everything in this release is the best.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Beta 3 Haiku for You</h2>\n\n\n\n<p>Beta three, a peek<br />Summer here and winter there<br />A fourth in one week</p>\n\n\n\n<p><em>Thank you to the contributors who collaborated on this post: </em><a href=\"https://profiles.wordpress.org/dansoschin/\"><em>@DanSoschin</em></a>, <a href=\"https://profiles.wordpress.org/meher/\"><em>@Meher</em></a>, <a href=\"https://profiles.wordpress.org/jpantani/\"><em>@JPantani</em></a><em>, </em><a href=\"https://profiles.wordpress.org/eidolonnight/\"><em>@eidolonnight</em></a><em>, </em><a href=\"https://profiles.wordpress.org/davidbaumwald/\"><em>@davidbaumwald</em></a>, <a href=\"https://profiles.wordpress.org/priethor/\">@priethor</a>, and <a href=\"https://profiles.wordpress.org/dansoschin/\"><em>@DanSoschin</em></a> for the Haiku.</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, 03 Jul 2023 17:10:55 +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:\"Dan Soschin\";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:74:\"WPTavern: Ultimate Member 2.6.7 Patches Privilege Escalation Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146476\";s:7:\"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/ultimate-member-2-6-7-patches-privilege-escalation-vulnerability\";s: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:3293:\"<p>Authors of the Ultimate Member plugin have <a href=\"https://docs.ultimatemember.com/article/1866-security-incident-update-and-recommended-actions\">released version 2.6.7</a> with a patch for a privilege escalation vulnerability. Last week <a href=\"https://wptavern.com/hackers-actively-exploiting-unpatched-privilege-escalation-vulnerability-in-ultimate-member-plugin\">WPScan reported that Ultimate Member had still not fully patched the vulnerability</a> after multiple inadequate attempts. There was evidence that it was being actively exploited in the wild.</p>\n\n\n\n<p>Working through the complexities of this security issue, WPScan researcher Marc Montpas opened a <a href=\"https://core.trac.wordpress.org/ticket/58679#ticket\">ticket</a> on WordPress trac, identifying an issue with the meta key field in the usermeta table using accent insensitive collations:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Looking at the latest string of vulnerability issues that came up related to the Ultimate Member plugin I discovered that the usermeta table has an accent insensitive collation for the <code>meta_key</code> field. This results in queries for <code>wp_cãpăbilitiës</code> to return the actual <code>wp_capabilities</code> row! See <code>update_metadata()</code> function in wp-includes/meta.php</p>\n\n\n\n<p>Imagine the attack surface this brings. In fact, don&#8217;t imagine, just look at the recent attacks in the wild.</p>\n</blockquote>\n\n\n\n<p>This particular issue made it more difficult to fully patch the vulnerability in question. Ultimate Member released version 2.6.7 on July 1, 2023, which whitelists for metakeys the plugin stores while sending forms. The plugin&#8217;s security advisory details a few other changes that may affect third-party developers:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>2.6.7 also separates form settings data and submitted data and operates them in 2 different variables. </p>\n\n\n\n<p>[It] includes some significant changes to how forms submissions are handled. This may cause 3rd-party modifications to stop working. For Third-party developers, please update your customizations to support the new changes in the latest version</p>\n</blockquote>\n\n\n\n<p>Ultimate Member recommends users review and delete any unknown administrator accounts, reset all user passwords including the admin, enable SSL and backups, and send any advisories to site members and/or customers about the incident. The plugin&#8217;s developers are working on releasing a feature inside the plugin that will enable the website admin to reset passwords for all users, but it is still being finalized:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>The reason for this is a site using our plugin may have been hacked or injected with malware that sniffs login inputs, because this vulnerability issue is prone to these attacks, we recommend to reset passwords after updating with a security patch. This is to ensure the best protection for your website user’s passwords.</p>\n</blockquote>\n\n\n\n<p>All Ultimate Member users should update to the latest available version, 2.6.7, which has the patch for the vulnerability. The plugin&#8217;s developers are awaiting more feedback from WPScan and are evaluating all their extensions to ensure they are secure. </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, 03 Jul 2023 16:22:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:69:\"WordPress.org blog: WP Briefing: Episode 59: A Polyglot’s 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:53:\"https://wordpress.org/news/?post_type=podcast&p=15281\";s:7:\"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:68:\"https://wordpress.org/news/2023/07/episode-59-a-polyglots-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:30292:\"<p>Join WordPress Executive Director Josepha Haden Chomphosy in the 59th episode of the WordPress Briefing. Today she invites guest speaker Alex Kirk to discuss Polyglots&#8217; work to continue to help bring translation to WordPress.   </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br />Guests: <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a><br />Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a> and <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/\">Polyglots team</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/about/roadmap/\">Gutenberg Project roadmap</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/glotpress/\">GlotPress plugin</a></li>\n\n\n\n<li><a href=\"https://translate.wordpress.org/\">Translating WordPress</a> &#8211; Contribute to WordPress core, themes, and plugins by translating them into your language.</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a> &#8211; WordPress that runs entirely in your browser.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/05/08/translate-live-updates-to-the-translation-playground/\">Translate Live: Updates to the Translation Playground</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/handbook/about/roles-and-capabilities/\">Polyglots Roles and Capabilities</a> &#8211; Including the <a href=\"https://make.wordpress.org/polyglots/handbook/about/roles-and-capabilities/#general-translation-editor\">GTE</a> and <a href=\"https://make.wordpress.org/polyglots/handbook/about/roles-and-capabilities/#project-translation-editor\">PTE</a> roles.</li>\n\n\n\n<li><a href=\"https://href.li/?https://2023.wpcampus.org/\">WPCampus 2023</a> &#8211; A hybrid event, July 12th through the 14th, at Tulane University in New Orleans, Louisiana. Topics focus on the growth of higher education, accessibility, WordPress, and anyone who works in higher education.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/06/23/launch-your-wordpress-contributor-journey-through-the-mentorship-program-pilot/\">Launch your WordPress Contributor Journey through the Mentorship Program Pilot</a> &#8211; A cohort-based onboarding experience with guided courses and live workshops for those interested in contributing to the project but unsure where to begin.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/20/make-team-dashboards/\">Make Team Dashboards</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-15281\"></span>\n\n\n\n<p><em>( Intro music )</em></p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:00:10]&nbsp;</strong></p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p><em>( Intro music )</em></p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:00:39]&nbsp;</strong></p>\n\n\n\n<p>I have with me Alex Kirk, who is a longtime WordPress contributor and who has been instrumental in recent innovations in the Polyglots&#8217; work. Phase four of the Gutenberg project is native multilingual support, and so I see this work that is being done as instrumental, not only for our global community but in support of what&#8217;s to come in that specific roadmap.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:00:59]&nbsp;</strong></p>\n\n\n\n<p>So without further ado, Alex Kirk, welcome to the WordPress Briefing.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:01:03]</strong></p>\n\n\n\n<p>Hello, how are you doing?&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:01:05]</strong></p>\n\n\n\n<p>I&#8217;m good. I&#8217;m good. Can you, let&#8217;s, because I bet that not a lot of people know who you are, can you first start by just telling me a bit about your work with WordPress, and then let us know what GlotPress is, for those of us who don&#8217;t know yet?&nbsp;</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:01:19]</strong></p>\n\n\n\n<p>All right. So, Automattic sponsors me to work in the WordPress project on the Meta team and on the Polyglots team. So I spent time on improving or helping improve the software that powers the translation on WordPress.org. But I also work on the meta team on things like Matrix and evaluating if it would be a good fit for WordPress to switch to Matrix for their chat system.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:01:46]</strong></p>\n\n\n\n<p>So a lot of really big projects that you work on, all of that kind of stuff that has no easy solutions anymore, is where you are right now. Huh?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:01:56]</strong></p>\n\n\n\n<p>Yeah, there&#8217;s no clear path, but it&#8217;s our mission to find it. So that&#8217;s part of what makes things interesting.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:02:05]</strong></p>\n\n\n\n<p>Cool. So for folks who don&#8217;t know too much about the Polyglots team or generally translating WordPress, the software, can you let us know a bit about what GlotPress is?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:02:16]</strong></p>\n\n\n\n<p>Right. So the translation system that powers WordPress.org is called GlotPress. It used to be a standalone software that was developed a couple of years ago, and it was transformed into a WordPress plugin at some point, and now powers the translation that happens on WordPress.org. So we translate WordPress core there from English to other languages, plugins, themes, block patterns, and it all happens through this software called GlotPress. There are a couple GlotPress installations around the world, but I think the WordPress.org one is one of the bigger ones.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:02:55]</strong></p>\n\n\n\n<p>Probably, WordPress.org is pretty, pretty massive. Also, I think it&#8217;s great that you said that GlotPress was created a couple of years ago, like that, that indicates to me that you&#8217;re working on a really different timescale than a lot of folks are in WordPress.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:03:10]</strong></p>\n\n\n\n<p>So Alex, tell me a little bit about what it takes to ship translated WordPress software. So, I mean, for people who don&#8217;t need translated WordPress, like obviously we don&#8217;t have a good idea of what it takes to make sure that WordPress is available in so many languages. So what goes into the work of making sure that that happens?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:03:32]</strong></p>\n\n\n\n<p>All right, so typically the WordPress software and plugins and themes are primarily created in English. And for it to be available in other languages, it needs to be translated. And for that to be able to happen, the programmers need to make the software translatable. Basically, they&#8217;re providing each English string for the translation software to be available to be transformed, so to speak, into another language and to what it&#8217;s being transformed to. This is what the translators do. So they go into the GlotPress software and see the list of texts that need to be translated and translate it to their language that they speak. Typically there is a process around this.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:03:32]</strong></p>\n\n\n\n<p>So, we&#8217;ve got people who have lots of experience in translation. And specifically in translating WordPress or WordPress plugins. And they&#8217;re kind of the, the people who help ensure good quality of translation. So anybody who&#8217;s working the WordPress project, so basically who has a WordPress.org account, can come in and address the translation. And that translation enters the system, so to speak, in a waiting state. And then somebody who we promoted to be a Translation Editor will come along and take a look at your translation and will approve it or will give you suggestions how to do the translation in a better way, or come up with maybe even a better translation.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:05:03]</strong></p>\n\n\n\n<p>You know, when you have like a small thing that&#8217;s just not right, like a missing full stop or something like that. They might just add it for you. And well, as soon as the plugin or software is translated to a certain level of translations those translations will be shipped out to the WordPress installs.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:05:20]</strong></p>\n\n\n\n<p>So, for example, for a plugin, you would reach 90% of translated strings. Those translations will then be basically packed up into zip file, a language pack and delivered to each WordPress so that you can have the translations available there.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:05:35]</strong></p>\n\n\n\n<p>And is 90% the threshold for plugins only, or is that also the threshold for like themes and the CMS itself?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:05:34]</strong></p>\n\n\n\n<p>Well. We strive for 100%, I would say.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:05:47]</strong></p>\n\n\n\n<p>Good. <em>( laughs )</em></p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:05:48]</strong></p>\n\n\n\n<p>And, 90% more of a motivational point. To be actually honest, I&#8217;m not sure if the threshold is 90% for every project or even if it&#8217;s actually 90%. It&#8217;s different between different GlotPress installations and it&#8217;s basically something that is made as a setting that can be changed. There&#8217;s, it&#8217;s an arbitrary number. Typically you&#8217;d actually want to make sure that the most important strings are translated first. So the ones like, if you look at the whole picture, software usually consists of many parts, many of whom are not encountered by people on a regular basis. For example, error messages that could be like obscure error messages, and you could argue that those might be not as important. Or even sometimes you could even say like, do they need to be translated? Because if you encounter an error message and you search the internet, wouldn&#8217;t you probably want everybody to search for the English one to find the solution? But that set-aside, it&#8217;s important to have like the headline of the plugin or like the most important strings translated, and typically translating those most important strings will take you to a pretty high percentage so that we can then say it&#8217;s good enough to be shipped.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:07:02]</strong></p>\n\n\n\n<p>Gotcha. I see, I see. Okay. Well, we talked a bit earlier about GlotPress&#8217;s timeline. It has been around for a bit, I know. But with that kind of in mind, have there been any notable changes to GlotPress recently?&nbsp;</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:07:19]</strong></p>\n\n\n\n<p>Yeah, so I think for GlotPress there&#8217;s been a bit of an up and down over time in terms of engagement and progress on the software. But in, in the recent year, I think we&#8217;ve added a couple of things that have been very helpful for translators. So one of them was adding the commenting functionality, so yeah.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:07:35]</strong></p>\n\n\n\n<p>Super helpful. Shocked it wasn&#8217;t there before. Sorry, translators. Sorry, all of our polyglots.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:07:40]</strong></p>\n\n\n\n<p>Well, it can be like there was when GlotPress was created there, there is like the, a big part of GlotPress are these states, like the waiting state when you enter translation, and then there&#8217;s approved state, which basically a translation we say it&#8217;s set to current, and there&#8217;s all sorts of process around it. So if the software is updated or translation might get fuzzy. But also like, if somebody submits a translation that doesn&#8217;t fully conform to what&#8217;s the translation editors, or like what the standards of the translation community have been set to, then you would have to need to reject it.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:08:16]</strong></p>\n\n\n\n<p>And that has been something that we felt wasn&#8217;t a very good and enticing way of telling people like, we appreciate your work. It wasn&#8217;t just quite right, but it&#8217;s more of a rejection. So this is how we came up with this like, let&#8217;s give people the option to say what was wrong and give them a chance to try again without making them feel rejected.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:08:38]</strong></p>\n\n\n\n<p>Yeah. Sort of a &#8220;No, but&#8230;&#8221; as opposed to a, just refusal to receive it.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:08:45]</strong></p>\n\n\n\n<p>And other things that we&#8217;ve worked on is, like, with the recent search of AI, like getting help from AI on translation and also on reviews. So, there&#8217;s some interesting things that you can do with AI in that regard; that one important aspect of translations, it&#8217;s also that we&#8217;ve got glossaries for each language where people, basically the translation community, identifies certain words they want to translate them the same way every time.&nbsp;And with the AI, you can basically add to the prompt, like, please translate those words to those translations when you give me a translation for that. And as it can change over time, you can always adapt this to the prompt, and that has been proven quite helpful.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:09:25]</strong></p>\n\n\n\n<p>That is great. That&#8217;s one of those things I know that AI has been like a really popular thing to talk about. And AI, specifically for translations, I think has caused some concern that maybe we&#8217;ll just like translate it all and hope that computers get it right when we know pretty certainly that computers don&#8217;t always get the translations right. But that&#8217;s not what you&#8217;re talking about, right? What you&#8217;re suggesting is that AI would suggest what could be translated and what it could be translated to, and then human beings have to confirm that that&#8217;s correct, right?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:09:59]</strong></p>\n\n\n\n<p>That&#8217;s exactly it. So basically, we give suggestions to the translators, and then they can modify a translation before they press save. It&#8217;s more of a, like supporting them in getting the translations, like looking up words more quickly and all of that.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:10:16]</strong></p>\n\n\n\n<p>That&#8217;s wonderful. So is that the major sort of next step that is coming for GlotPress, or are there other things that we should keep an eye out for in that software?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:10:27]</strong></p>\n\n\n\n<p>So one direction that we&#8217;ve been taking GlotPress is basically making use of the fact that GlotPress is WordPress plugin now. And you know, typically, you would just use a GlotPress install. So on WordPress.Org, there&#8217;s like GlotPress installed, there&#8217;s translation projects created, something that we call &#8220;translation sets&#8221;. So for languages, you want to translate it to, it&#8217;s all pre-configured, and if you would install GlotPress to plugin on your own WordPress, it would be empty and not very useful. So what we&#8217;ve added is a way for you to basically be able to translate the plugins and themes that you&#8217;ve got installed in your WordPress into the language that you&#8217;re interested in.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:11:07]</strong></p>\n\n\n\n<p>So you might have a non-English website that you want to use certain plugins with, and they might not be fully translated at this point, so obviously, you could go to WordPress.org and help translate them, and that&#8217;s the way to, that&#8217;s preferred. But you could also now go install GlotPress on your own website and translate there. And then you have the translations there right when you enter them. And you can then contribute those translations back to WordPress.org.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:11:35]</strong></p>\n\n\n\n<p>So that&#8217;s with local GlotPress?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:11:37]</strong></p>\n\n\n\n<p>That&#8217;s something that we call local GlotPress. And you know, since we then have all these translations in the local database, it means we can do even more with those translations. So typically, language packs would be delivered to WordPress, but with local GlotPress, you&#8217;ve got like all the GlotPress software there.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:11:56]</strong></p>\n\n\n\n<p>So we can do things like inline translation. So, on your own WordPress and wp-admin, for example, we can highlight all the strings that can be translated, and those strings just have to right-click them and enter your translation, and that way, you can basically go about and translate the whole ui, seeing your progress, as you&#8217;re making, basically turning the screen from red to green.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:12:20]</strong></p>\n\n\n\n<p>Yeah. Yeah. So that&#8217;s something now that you can do in your local WordPress installation.&nbsp;</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:12:26]</strong></p>\n\n\n\n<p>Basically, it&#8217;s completely independent of WordPress.org. We would ask you to contribute the translations back when you have them, but being independent also allows you to translate like premium plugins, which could not be hosted on WordPress.org or doing something like that we call like hyper-local translation. So, for example, I speak Austrian German natively, but even inside Austria, we&#8217;ve got different dialects or like special words that we use. And if I wanted to create a website that&#8217;s targeted at the Viennese market, for example, I might want to use those specific terms. And this is something I would have to argue for those translations to be accepted on WordPress.org because it&#8217;s a, it&#8217;s like a very targeted market. But if I have a local GlotPress, I can do those translations there.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:13:11]</strong></p>\n\n\n\n<p>That seems awfully beneficial, especially as dialects. I&#8217;ve been having these conversations. I have, in my extended family, many children, and they are all learning languages and one of them has been having kind of thoughts about, like, dialects and how dialects are almost another language. And if so, like how do you know what everybody&#8217;s saying when you&#8217;re speaking all the same thing, but it&#8217;s kind of a little bit it sounds a little bit different.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:13:37]</strong></p>\n\n\n\n<p>That&#8217;s certainly a thing in the US, the distinct dialects across our country. And so I imagine that that&#8217;s gonna be a really beneficial sort of implementation for countries that have a lot of different regional variations and certainly smaller countries that have technically the same language as somebody else, but a lot of regional differences, regional specific things.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:14:01]</strong></p>\n\n\n\n<p>Is that the same or different as the live translations, Translate Live, that we talked about at the WordCamp Europe a couple weeks back?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:14:12]</strong></p>\n\n\n\n<p>Right. So, Translate Live is kind of the next step after local GlotPress. It&#8217;s like this happy marriage between the WordPress Playground and local GlotPress. So the WordPress Playground is also something that has come up a lot. It&#8217;s basically a way for you to run WordPress inside a browser window, so in JavaScript. And at first, it seems like mildly interesting, I would say. But when you combine it with other things like local GlotPress, it can lead to really interesting opportunities. So with inline translation, for example, on WordPress.org, you would typically find for every plugin, the UI would look the same. You would have a table of strings, and all that makes you realize you&#8217;re translating this certain plugin is that in the header of the page, it says this name of the plugin, but other than that, it can look really all the same.&nbsp;</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:15:07]</strong></p>\n\n\n\n<p>And now, with WordPress Playground, you can put up a WordPress and run this plugin inside that Playground. And now, if you add local GlotPress to the picture, you can also do the inline translation of that plugin inside the WordPress Playground. So you&#8217;ve got inline translation. We add the glossary so they do make sure that you translate things the same way that they&#8217;re expected, and you don&#8217;t have to install the plugin.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:15:33]</strong></p>\n\n\n\n<p>And still, you can see what the translations will look like. You can see the strings next to each other, and what I think is most important, you will start with the strings that you see first, which are the most important ones. When you&#8217;re in the table view, those strings might be somewhere buried in the middle, and yeah, it&#8217;s really hard to see progress if you start with kind of obscure error messages, for example, versus just starting with the things that you see first.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:16:02]</strong></p>\n\n\n\n<p>Yeah. So, moving translations away from table-based translations where you kind of have to know what you&#8217;re looking for. So the Translate Live, along with local GlotPress, along with WP Playground, is going to make it so that it&#8217;s easier to see visually what needs to be translated, where, what&#8217;s most valuable to translate for your mid users and your end users, basically.</p>\n\n\n\n<p>Yeah?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:16:30]</strong></p>\n\n\n\n<p>That, and also like for plug-in authors, it can be really good to see, you know, you can switch the languages in the Playground to another language, and you can quickly see like what&#8217;s the state of the translation in this language or in that language. And even things like, you know, Arabic as an RTL language rights to left language. The sidebar will change to the right, and you can also just switch language and see like, what&#8217;s my plugin like in this environment. I mean, this is not technically something that&#8217;s related to local GlotPress, but in this translation live ui, it&#8217;s very easy to change languages and see your plugin in another language.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:17:06]</strong></p>\n\n\n\n<p>I mean, it&#8217;s not specifically related to, to Translations Live, but also, I think that if we&#8217;re saying that WordPress not necessarily is going to lead the way with translations and native multilingual support in our CMS because, of course, it&#8217;s still a little bit far out on our roadmap. We certainly have an opportunity to have the best implementation of that.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:17:27]</strong></p>\n\n\n\n<p>And even if like that specific use case that you&#8217;re talking about isn&#8217;t related directly to what it is that you are working on for Polyglots and inside GlotPress and all of that, I do see that having more streamlined, more easy to see and access opportunities to like test the way that our software looks across varying environments, especially those that change it substantially from what we typically work in day-to-day for any individual developer or any individual WordPress site implementer.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:18:00</strong>]</p>\n\n\n\n<p>Like, I think that that is a big step forward for all of us and certainly for anyone who is having to use WordPress as not a native English speaker. And so you say it&#8217;s not related, but it still is a big, a big benefit for WordPress overall, I think, to have this kind of work happening so that we can have those benefits to the folks who are using our software.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:18:22]</strong></p>\n\n\n\n<p>So there were a couple of different things that you mentioned over the course of our conversation. We&#8217;re gonna put some links to the show notes for all of those. But one thing that you mentioned that just kind of went by, and we never really had an opportunity to talk about it. You talked about the, I think it was GTEs, Global Translation Editors, the folks that are like approved as final approvers of translations. If there is someone who&#8217;s listening to this podcast who wants to become a GTE someday, where would they go to do that?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:18:54]</strong></p>\n\n\n\n<p>So the path to GTE is a PTE.&nbsp;<em>( laughs )</em></p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:18:59]</strong></p>\n\n\n\n<p>So, we&#8217;ve got different levels of translation editors. Basically, you start, you could say you start off as a translator, and this is how you can kind of show that you can do good translations or that you&#8217;re very firm in your language. And this might make you be noticed in the community.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:19:16]</strong></p>\n\n\n\n<p>So we&#8217;re always looking for people who like to help with translations. And you might be then promoted to be a Project Translation Editor. Basically, it means that for a single language in a project, you&#8217;ll be able to approve translations. So, you&#8217;ll be the one who says, like, this translation is a good one and this conforms to the to the rules that we have stated as a translation community.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:19:42]</strong></p>\n\n\n\n<p>And further down the path then is the GTE, where you basically are allowed to approve translations across any project on translate.WordPress.org in your language. And that&#8217;s, usually you&#8217;ll be in, in that position with other GTEs.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:20:04]</strong></p>\n\n\n\n<p>So there is, like, in each community, there is like, we&#8217;re people based. We talk about what might be a good translation. We talk to each other, try to find rules that maybe prevent common mistranslations, or set the standards for how we want the software to be translated. And this is something where you get a voice as a translator, but as a GTE, you get into a position where you can actually make the changes or find consensus on how the software should be translated in your language.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:20:35]</strong></p>\n\n\n\n<p>And if folks are not familiar where the Polyglots team works and meets, where would they find you all?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:20:41]</strong></p>\n\n\n\n<p>At make.WordPress.org/polyglots.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:20:45]</strong></p>\n\n\n\n<p>Perfect. Alex, this has been such a fascinating conversation. Thank you so much for joining me today.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:20:50]</strong></p>\n\n\n\n<p>Thank you very much.&nbsp;</p>\n\n\n\n<p><em>( Intermission music )</em></p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:20:59]</strong></p>\n\n\n\n<p>So that brings us now to our small list of big things. First, WP Campus 2023 is taking place July 12th through the 14th. That&#8217;s a nonprofit three-day conference with topics that focus on the growth of higher education, accessibility, WordPress, and anyone who works in higher education.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:21:17]</strong></p>\n\n\n\n<p>It&#8217;s a hybrid event. There is an in-person component on the beautiful campus of Tulane University in New Orleans, Louisiana. I&#8217;ll add information about that in our show notes for anyone who would like to join in person or online.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:21:32]</strong></p>\n\n\n\n<p>The second thing is that the mentorship program pilot that I have been talking about a little bit over the last few months has been formally launched.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:21:39]</strong></p>\n\n\n\n<p>If you are interested in contributing more to the project but not sure where to begin, take a look at this comprehensive onboarding experience. It&#8217;s cohort-based. It has some personalized one-to-one mentorship. There are guided courses, live workshops, all of that. So read more about it in our show notes and sign up for one-on-one team mentorship.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:21:59]</strong></p>\n\n\n\n<p>And then, finally, Matt mentioned at WordCamp Europe an idea that he had been thinking of for some time a Make team dashboard that would sort of help define team metrics and help identify for individual contributors what should indicate team health and where they can find the most impactful projects to work on.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:22:20]</strong></p>\n\n\n\n<p>A post has since been published on make.WordPress.org/meta calling for additional feedback on that idea, so that we have an understanding of what this could be, how the dashboard can kind of come to be. And so stop by and add your thoughts there in the comments.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:22:38]</strong></p>\n\n\n\n<p>And that, my friends, is your small list of big things.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:22:42]</strong></p>\n\n\n\n<p>Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p><em>( Outro music )</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:\"Mon, 03 Jul 2023 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";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:49:\"Do The Woo Community: Opportunities on 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:28:\"https://dothewoo.io/?p=75409\";s:7:\"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://dothewoo.io/opportunities-on-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:360:\"<p>There are many ways to be a guest or host on the podcast. Or maybe you have an idea you would like to pitch.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/opportunities-on-do-the-woo/\">Opportunities on Do the Woo</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Jul 2023 08:10:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:104:\"Gutenberg Times: Extending Gutenberg and the block editor, testing WordPress 6.3 – Weekend Edition 259\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=24561\";s:7:\"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:110:\"https://gutenbergtimes.com/extending-gutenberg-and-the-block-editor-testing-wordpress-6-3-weekend-edition-259/\";s: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:14380:\"<p>Howdy, </p>\n\n\n\n<p>I am sending this while traveling back from WordCamp Leipzig, where I had great conversations with people from the German WordPress community. I published a few photos on Twitter: <a href=\"https://twitter.com/bph/status/1675157669479366657\">here</a>, <a href=\"https://twitter.com/bph/status/1675123509117288448\">here</a>, <a href=\"https://twitter.com/bph/status/1675106732823965696\">here</a>, and on <a href=\"https://www.linkedin.com/feed/update/urn:li:activity:7080834770032586754/\">LinkedIN</a>. Language switching is as difficult as context switching. </p>\n\n\n\n<p>WordPress 6.3 Beta 1 is released, as well as Gutenberg 16.1.  More below. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-word-press-6-3\">WordPress 6.3 </a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-gutenberg-16-1\">Gutenberg 16.1 </a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-theme-development-for-full-site-editing-and-blocks\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p><strong>If you haven&#8217;t yet, it&#8217;s time to reseaver your seat! for <a href=\"https://us02web.zoom.us/webinar/register/7516851799317/WN_AFgYtmyaRviAY3b2oGP2pg\">next  week&#8217;s Gutenberg Live Q &amp; A on July 6th, 2023, at 17:00 UTC</a> </strong></p>\n\n\n\n<p class=\"has-accent-color has-text-color has-large-font-size\"><strong>Leveraging Gutenberg&#8217;s architecture to take plugin development to new levels.</strong></p>\n\n\n\n<p>Learn how Gutenberg components and scripts can be used outside the block editor to revamp a plugin&#8217;s code base in this Case Study of GiveWP 3.0 with Jason Adams, Director of Development, Jon Waldstein, Lead Developer of GiveWP and co-host Lena Morita, JavaScript Developer on the Components team. </p>\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/7516851799317/WN_AFgYtmyaRviAY3b2oGP2pg\"><img /></a>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-word-press-6-3\">WordPress 6.3 </h3>\n\n\n\n<p>On Tuesday, <a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">WordPress 6.3 Beta 2</a> was released, after Beta 1 wasn&#8217;t quite finished the day before. The release team is also preparing a Walk-through for later this month, to introduced many of the new features coming to a WordPress instance near you on August 8, 2023. </p>\n\n\n\n<p>Please, <a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">help test WordPress 6.3</a>, and report issue you encounter. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-gutenberg-16-1\">Gutenberg 16.1 </h3>\n\n\n\n<p>Gutenberg 16.1 was released led by Isabel Brison and Ramon Dodd. In their release post, <a href=\"https://make.wordpress.org/core/2023/06/29/whats-new-in-gutenberg-16-1-29-june/\">What’s new in Gutenberg 16.1? (29 June)</a>, they highlight the following functionality: </p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/29/whats-new-in-gutenberg-16-1-29-june/#your-templates-and-patterns-your-library\">Your templates and patterns, your library</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/29/whats-new-in-gutenberg-16-1-29-june/#create-your-site-without-distraction\">Create your site without distraction</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/29/whats-new-in-gutenberg-16-1-29-june/#text-blocks-now-with-footnotes\">Text blocks: now with footnotes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/29/whats-new-in-gutenberg-16-1-29-june/#achieve-more-with-the-site-editor-sidebar\">Achieve more with the Site editor sidebar</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>It was great fun to catch up with Tammie Lister as my guest on the Gutenberg Changelog.  I hope you also have fun listening to us discussing the milelong Changelog for this Gutenberg release. <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-85-gutenberg-16-1-wordpress-6-3/\">The episode and the show notes are already available</a>. The transcript is still in the works.</p>\n\n\n\n<img />To book cases, two developers having fun and a podcast episode \n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p class=\"is-style-no-vertical-margin\"><strong>🎙️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-85-gutenberg-16-1-wordpress-6-3/\">Gutenberg Changelog #85 – Gutenberg 16.1, WordPress 6.3</a> with special guest, Tammie Lister and host Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<p><strong>Sarah Gooding</strong> also reported on the Gutenberg 16.1 in her article: <strong><a href=\"https://wptavern.com/gutenberg-16-1-introduces-pattern-creation-and-library-adds-distraction-free-mode-to-site-editor\">Gutenberg 16.1 Introduces Pattern Creation and Library, Adds Distraction Free&nbsp;Mode to Site Editor</a>, </strong>highlighting additional functionality found in this mamooth release.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his latest video, <a href=\"https://www.youtube.com/watch?v=s1L28GuA-y0\"><strong>Unlocking the Power of Navigation in WORDPRESS 6.3: What YOU Need to Know</strong></a>, <strong>Dave Smith</strong>, JavaScript developer at Automattic and core contributor, walked us through the updates to the Navigation handling in the Site Editor. It helped me wrap my head around all the different aspects of creating mulitple menus, style them and add them to templates and template parts in the site editor. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Anne McCarthy and Emily Clark will co-host a <a href=\"https://make.wordpress.org/core/2023/06/29/hallway-hangout-performance-improvements-for-wordpress-6-3/\"><strong>Hallway Hangout to discussion WordPress 6.3 performance improvement</strong></a> on July 27, 2023 at 15:00 UTC to discuss WordPress 6.3 performance improvements led by performance reps Emily Clark and Felix Arnzt and also look ahead to WordPress 6.4. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Mike McAlister</strong> advocates for <a href=\"https://olliewp.com/dont-call-it-gutenberg-anymore/\"><strong>Don’t call it Gutenberg anymore (unless you actually mean to)</strong></a>. &#8220;<strong>it’s time to drop the Gutenberg vocabulary</strong>&nbsp;from our day to day usage, unless we’re&nbsp;<em>actually</em>&nbsp;talking about the Gutenberg project or development plugin.&#8221; he wrote. In the post he gives a quick overview of the history of Gutenberg development and how the block editor made it into the WordPress. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Rich Tabor </strong>published a new Pattern in the directory on WordPress.org: <a href=\"https://wordpress.org/patterns/pattern/two-column-matted-gallery-images/\"><strong>Two Column, Matted Gallery Images</strong></a>. &#8220;I really want to keep pushing whats possible with all this new design tooling in WordPress.&#8221; Tabor <a href=\"https://twitter.com/richard_tabor/status/1674877679084994561\">tweeted.</a> With WordPress 6.3 you will have a way to create patterns for your site via the site editor. It used the same interface that allows you to create reusable blocks, now called &#8220;synched patterns&#8221;. </p>\n\n\n\n<img />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"4-theme-development-for-full-site-editing-and-blocks\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>In his, <strong>Benjamín Pérez Sout</strong> at Yotako,vannounces the new plugin release that allows users to <a href=\"https://blog.yotako.io/new-release-figma-adobexd-editon-as-gutenberg-blocks/\"><strong> Edit your Figma &amp; Adobe XD designs as WordPress Gutenberg blocks</strong></a>. The toolset of Yotaku provides some amazing synergies between AI and various design tools to Gutenberg Blocks. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher continued his series <em>Creating a block theme for developers</em> with <a href=\"https://www.twitch.tv/videos/1846930916\">Part 4</a> and <a href=\"https://www.twitch.tv/videos/1858860550\">Part 5 </a></strong>on Twitch. If you want to catch up on Parts 1 through 3, they are available on <a href=\"https://www.youtube.com/ryanwelchercodes\"><strong>Welcher&#8217;s YouTube Channel</strong></a></p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>The recording of this week&#8217;s <a href=\"https://wordpress.tv/2023/06/30/developer-hours-exploring-editor-extensibility/\"><strong>Developer Hours: Exploring Editor Extensibility</strong></a> is now online with <strong>Michael Burridge</strong>, <strong>Nick Diego</strong>, and <strong>Ryan Welcher</strong> giving demos on various ways developer can already extend blocks and the editor experience. They also shared lots of resources and examples. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Igor Benic</strong> explained in his blog post <a href=\"https://www.ibenic.com/how-to-programmatically-add-a-block-in-the-wordpress-block-editor/\"><strong>How to Programmatically add a block in the WordPress Block Editor</strong></a>. &#8220;When working with custom blocks or custom solutions to enhance the WordPress Block Editor, you might need to have a way to add blocks programmatically to the editor.&#8221; he wrote and showed how to use &#8211; <code>wp.blocks.createBlock</code> &#8211;<code> wp.data.dispatch(\'core/block-editor\').insertBlocks</code> to accomplish the task. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Working with Blocks also means getting data via the Rest API. The team of <em>Learn WordPress </em>just published the new course on <a href=\"https://learn.wordpress.org/course/developing-with-the-wordpress-rest-api/\"><strong>Introduction to developing with the WordPress REST API</strong></a>. &#8220;This course presents a developer-oriented introduction to using and developing with the WP REST API. If you want to learn to use the WP REST API to power your next site build, plugin, or theme, or you just want to understand how it works, then this course is for you.&#8221; they wrote. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Train Station at Leipzig, Germany. Photo by Birgit Pauli-Haack</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 02 Jul 2023 06:30: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:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:74:\"Gutenberg Times: Gutenberg Changelog #85 – Gutenberg 16.1, WordPress 6.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=24618\";s:7:\"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://gutenbergtimes.com/podcast/gutenberg-changelog-85-gutenberg-16-1-wordpress-6-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:63882:\"<p>Tammie Lister and Birgit Pauli-Haack discuss Gutenberg 6.1 and WordPress 6.3 and what’s coming to 6.3<br /></p>\n\n\n\n<p>Add a summary/excerpt here</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-85-gutenberg-16-1-wordpress-6-3/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-85-gutenberg-16-1-wordpress-6-3/#transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<p><a href=\"https://www.hostinger.com/blog/tammie-lister-podcast\">Podcast With Tammie Lister: How Gutenberg Evolves and the Future of WordPress</a> with Emma Young at Hostinger</p>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=X8Op-q_8s6M\">Creating Gutenberg &#8211; Live Q &amp; A w/ leads Tammie Lister, Joen Asmussen and Matias Ventura</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Upcoming Live Q &amp; As</h2>\n\n\n\n<p>July 6th, 2023 &#8211; 17:00 UTC  <strong><a href=\"https://us02web.zoom.us/webinar/register/9616879430415/WN_AFgYtmyaRviAY3b2oGP2pg\">Leveraging Gutenberg&#8217;s architecture to take plugin development to new levels</a></strong></p>\n\n\n\n<p>July 21, 2023-17:00 UTC <a href=\"https://us02web.zoom.us/webinar/register/7516879458017/WN_lqwBBSkSR1Wcdf8BUr5udQ\"><strong>Live Q &amp; A with designers and developers for WordPress VIP. </strong></a>They created a bridge between Figma Design themes and the theme.json file for classic and block themes</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.3</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">WordPress 6.3 Beta 2</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">Help Test WordPress 6.3</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg 16.1</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/06/29/whats-new-in-gutenberg-16-1-29-june/\">What’s new in Gutenberg 16.1? (29 June)</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/gutenberg-16-1-introduces-pattern-creation-and-library-adds-distraction-free-mode-to-site-editor\">Gutenberg 16.1 Introduces Pattern Creation and Library, Adds Distraction Free&nbsp;Mode to Site Editor</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Interactivity API</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/03/30/proposal-the-interactivity-api-a-better-developer-experience-in-building-interactive-blocks/\">Proposal: The Interactivity API – A better developer experience in building interactive blocks</a></p>\n\n\n\n<p>WordPress.TV: <a href=\"https://wordpress.tv/2023/04/18/developer-hours-introduction-to-the-interactivity-api/\">Developer Hours: Introduction to the Interactivity API</a></p>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So hello and welcome to our 85th episode of the Gutenberg Changelog podcast. In today&#8217;s episode, we will talk about Gutenberg 6.1, WordPress 6.3 and that&#8217;s pretty much it. We have a full program alone with that. I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and full-time core contributor for WordPress open source project sponsored by Automattic. And I&#8217;m so happy that Tammie Lister joins me today. She&#8217;s one of the Gutenberg design leads of phase one and design lead of WordPress 6.3 release squad and will be the editor tech co-lead on the all underrepresented gender squad for 6.4. In her day job Tammie works at the global agency Inpsyde from Germany as a developer. Good afternoon, Tammie. So happy to see you again. Thank you so much for making the time to be on the show. How are you?</p>\n\n\n\n<p><em>Tammie Lister</em>: I am great. Thank you so much for having me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, it&#8217;s so wonderful. And for our longtime listeners, you are no stranger. You&#8217;ve been on the Gutenberg Live Q&amp;A few years ago, and you were part of the last year&#8217;s developer hours, and it&#8217;s actually the first time that you&#8217;re on the podcast. How did that happen? For those of you listening for the first time, tell me a little bit about your WordPress work and what you&#8217;re doing now.</p>\n\n\n\n<p><em>Tammie Lister</em>: So my WordPress journey has been a long one and an awesome one. Like a lot of people, I started out by blogging and poking around themes and then I worked for a long time on the problems with themes, went via core through BuddyPress and then for a long time I worked as creating themes and working through that. And that&#8217;s where I started really my contribution journey through the theme review team and a little bit in core. And then Gutenberg, I guess it was my adventure by Gutenberg. The seed of Gutenberg is rooted in a lot of people from the theming background. It&#8217;s one of those not so hidden facts about Gutenberg, that a lot of people who worked on it had that background as well. And I&#8217;ve been really lucky since I worked on that project, to have quite an adventure working in various roles from design.</p>\n\n\n\n<p>And at the moment, I&#8217;m really lucky to be balancing back my developer skills. I&#8217;ve always done both, but at the moment I&#8217;m really focusing on how can I raise back up those skills, and I&#8217;m really lucky to be doing that in an agency role. So I am now getting to work with this amazing thing that we&#8217;ve created in the editor and getting to implement it within the agency at a development level so that I&#8217;m having all sorts of fun now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I can imagine that. That&#8217;s awesome. Well, thank you so much and yes, so you will have opinions about the extensibility of Gutenberg, which is one of the top…</p>\n\n\n\n<p><em>Tammie Lister</em>: Only a few.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That will come or that has been in the background or in the other current of all the new features, where&#8217;s the extensibility or how can we extend this?&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Announcements</strong></h3>\n\n\n\n<p>So before we dive into the recent releases, I want to tell you dear listeners all about the two live Q&amp;As that are coming up in July. So next week, we have on July 6, 2023 at 17:00 UTC and I&#8217;m not going to convert this to any other time right now. Time zones are the bane of my existence at the moment. So we have the topic, leveraging Gutenberg&#8217;s architecture to take plugin development to new levels, and we learn about how Gutenberg components and scripts can be used outside the block editor to revamp a plugins code base.</p>\n\n\n\n<p>So this is a case study of GiveWP 3.0, how that&#8217;s come about and we will have a guest, Jason Adams, who&#8217;s the director of development and Jon Waldstein, who&#8217;s the lead developer on the show. And my co-host will be Lena Morita who is a JavaScript developer on the components team. So she has some really geeky questions for the two and she&#8217;s quite excited about it, and I&#8217;m really looking forward to it because I find it fascinating when developers discover all the ways to use existing components and script to build on top of Gutenberg. And it saves so much development time and it opens up new synergies between the core and the added functionality in a plugin.</p>\n\n\n\n<p>So if you&#8217;re interested to dive in, the next one, two weeks later on July 21st, also at 17:00 UTC, we will hold the next live Q&amp;A with designers and developers of WordPress VIP, and they created a bridge plugin between Figma design themes and the theme JSON file for the classic and block themes. And it&#8217;s a fascinating way to keep faithful to the existing design systems and start spinning up new sites that mirror that design system without a whole lot of friction in between us. My co-host will be Joni Halabe from the web team at Georgetown University, also a very interesting live Q&amp;A. I&#8217;m really happy that we&#8217;re putting it together.</p>\n\n\n\n<p>The last one, you have to just subscribe to the newsletter so you get early access to it, newsletter at the Gutenberg Times and should you listen to this episode, I know a lot of people binge listen to it. If you listen to this episode after July 22nd, check out the Gutenberg Times YouTube channel for the recordings of that. We always record them, we have them transcribed, we have a post on the Gutenberg Times with the resources shared and all that. So even if you miss it, but the live Q&amp;A is really interesting because all of a sudden from the demos that are there, there comes these very quick questions from the audience and I really like having that a live show. So that&#8217;s that.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What’s Released &#8211; WordPress 6.3</strong></h3>\n\n\n\n<p>We are coming to the what&#8217;s released section and we come to what happened last night. So today, we are recording it on Thursday, June 28th and this morning in I think 1:30, WordPress 6.3 beta two was released. And were you up at that time?</p>\n\n\n\n<p><em>Tammie Lister</em>: No, I got up as far as about just hitting 11:00 UK time at night and I could see it wasn&#8217;t going to be the 11:00, so I left the amazing people that were doing and I&#8217;d kept going that far, and I bowed out and got some sleep because it was the second night running.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, there was a second shift coming in from Australia.</p>\n\n\n\n<p><em>Tammie Lister</em>: Which is amazing. That&#8217;s part of the global project. We all get to open doors and close doors after each other, leave post-it notes virtually up for each other. There was a lot of that going on for the past two days and I think that&#8217;s the important thing. It&#8217;s been two days we&#8217;ve been working to get this out.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, the make blog has one was the delay for one day and then also the explanation why it&#8217;s now called beta two instead of beta one.</p>\n\n\n\n<p><em>Tammie Lister</em>: Systems are hard.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Systems are hard, releases are hard. I have switched my role for this release from doing for three releases, dev notes wrangling to actually be editor triage, co-lead with four other people. And this has been quite an interesting experience because all of a sudden, I&#8217;m looking behind the scenes and how timely a lot of PRs are to getting into the beta. And then it&#8217;s not only that there&#8217;s in the plugin, but you also need to sync the core data, the PHP code with the Gutenberg code and that is another big adventure for the tech leads. And you get to do this, when is it? In September before beta 6.4.</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah. And I think you never know the unknowns until you know them and then you document, and then you try and that&#8217;s the important part of this amazing journey that is these big projects. You can predict most things but it&#8217;s always going to be the thing that you don&#8217;t predict. Honestly, we are doing incredible. Everyone is doing incredible. We just have to remember humans’ need to sleep sometimes and I think that is the beauty we learn. One of the amazing things we do now, which we didn&#8217;t do before is we have the use of the time zones. We use that. We have multiple leads. I think back even a few years ago, we didn&#8217;t have that for these roles and by having that, we can take advantage of time zones and lives and different people, but just documenting and writing, I think there&#8217;s going to be some like, &#8220;Okay, so that could happen.&#8221; Okay, now we document this, now we learn this and that&#8217;s great.</p>\n\n\n\n<p>There&#8217;s stuff I now want to learn about. My curious brain is like, &#8220;Okay, well this went wrong. Okay, so how do we learn?&#8221; And that&#8217;s great because our documentation gets better. That&#8217;s generally what happens in between releases where people debrief and then take everything that happened in a release and then the next release gets better each time. We rise on the past release each time.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right, yeah. As you know, this big project, nobody really knows everything. So the collaborative effort is…</p>\n\n\n\n<p><em>Tammie Lister</em>: And if they claim to, I really think they need to go for a little walk in the countryside and think about themselves because nobody does and that&#8217;s amazing. You&#8217;ve just got to be very humble and just go, &#8220;Okay, on we go.&#8221; I just wanted to say shout out to everyone that was working so hard the past 48 hours and then some. You saw some beautiful handovers of patches, people just teleporting in on their phones and doing things and just some amazing open source hearts. You saw a lot of that going on.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I saw a lot of also the humbleness stuff. I don&#8217;t know, does somebody else is able to help me?</p>\n\n\n\n<p><em>Tammie Lister</em>: I don&#8217;t know, but I might know someone who does in their mental Rolodex going through a list of people, and that&#8217;s amazing to do. It&#8217;s not like I might know, I&#8217;m going to struggle with it for a while and then I&#8217;m not going to come up with a good solution. That does not help anybody.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: No, no, no. At that moment, you need somebody who knows. But it&#8217;s also…</p>\n\n\n\n<p>Tammie Lister: It would help otherwise you make it worse. It&#8217;s like the I will fix this and make it worse. Nobody needs that at 10:00 at night.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Not on a software that&#8217;s used by millions of people.</p>\n\n\n\n<p><em>Tammie Lister</em>: But a beta is a beta. And I think that&#8217;s the amazing thing we all have to&#8230; Now, let&#8217;s test it now let&#8217;s poke it and do things and nothing is ever going to be bug free. We always want that, but we do our best every time. I am so excited about how big this changelog is.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, we&#8217;re getting to that. But I just wanted to do a shout-out for Brian Alexander who&#8217;s heading the test team. He has put together some amazing instructions on how you can make really impactful contributions to this open source project and we will share the link in the show notes. So when you go to the test <a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">make.webpress.org/test</a>, that&#8217;s the first post that will come up is help test WordPress 6.3. There are quite a few features coming in and they all need testing and they all need hitting the real life scenarios. Have plugins that use some of that, themes, just poke it from all the ends and it&#8217;s really necessary. And like every beta, it&#8217;s beta, but the bugs that we find now in the beta two, three and four, we don&#8217;t have to fix later when the release is done. So yes.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Gutenberg 16.1</strong></h3>\n\n\n\n<p>What also was released was Gutenberg 16.1 and that&#8217;s when 255 PRs merged with this release by 69 contributors and it&#8217;s just amazing what all went in there. It&#8217;s also understandable because if it went for the last minute, nothing really gets done in life, I found. And everybody wanted to get their work merged, so it will be in the next WordPress release and with the beta this week, it&#8217;s the last plugin release for enhancements and new features to come in. After that, it&#8217;s all bug fixing. So that made it for a mile long changelog. And Tammie and I will do our best to pick the stars amongst the 255, the bright shining stars and the highlights for you and talk them through. So do you want to hit us off with the first thing or do you have any other comments to add?</p>\n\n\n\n<p><em>Tammie Lister</em>: Wow, the amount. I guess the first one would be the navigation menu sidebar, the renaming, duplication, and deleting of navigation menus from browse mode sidebar. Navigation menu sidebar, the maturity of that in general, it feels such a long adventure the navigation menu has come on and I think that&#8217;s also maybe this point is why there was so much as well. It&#8217;s not the final-final release, it&#8217;s like Photoshop when you name a final-final 01 file or something, but it&#8217;s a closure and I think having a navigation block, having things changed, all these things, it&#8217;s a closure for a lot of these features. So I think navigation, it feels like quite a closure on some of these things as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And it now made real sense. I think it really needed to gruel it and often and throw out concepts and get new ones there. So there&#8217;s navigation and then there is the sidebar menu in the site editor that also has a navigation piece to it.</p>\n\n\n\n<p><em>Tammie Lister</em>: But bringing that functionality means that you then&#8230; There&#8217;s this weird separation, but it allows that to feel more cohesive and native. That&#8217;s the best words I can think of it. I think navigation&#8217;s going to take a little while to get a lot of people using because navigation&#8217;s over here and all these kinds of things. It&#8217;s that maturity of that feature and the dependability of that feature and the work there. I&#8217;ve definitely started feeling that it feels more robust to use with these changes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: It&#8217;s pretty exciting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I finally feel the same way. I was always a little hesitant to touch the navigation because I knew it wasn&#8217;t finished. So I didn&#8217;t want…</p>\n\n\n\n<p><em>Tammie Lister</em>: You sneeze near it, it&#8217;ll fall over, bless it. And I say that having worked on it myself, but it&#8217;s just a really hard problem. Turns out navigation&#8230; Linking alone is a hard problem, but navigation is linking plus plus plus. It&#8217;s a really difficult problem. If you just write code, it felt easier. But if soon as you add any interface, it&#8217;s really difficult.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And it&#8217;s also such a prominent piece of a website that you build, that it really needs to…</p>\n\n\n\n<p><em>Tammie Lister</em>: And people are very bonded to a particular way of using navigation in WordPress as well. So we&#8217;ve got to retrain that mindset.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that definitely is true. And so we have the navigation and the sidebar and the site editor as a navigation menu where you can do certain things and from that menu, from that sidebar, you already can rename, duplicate menus, or delete them. You cannot create them. That&#8217;s what you do when you create, you add a navigation block to a template part to the header or to the footer and then on the right hand sidebar on the white sidebar, that&#8217;s where you assemble your menu or the many menus.</p>\n\n\n\n<p><em>Tammie Lister</em>: I like that consciousness of creating them somewhere else. There there&#8217;s so many opinions on separation and workflows. I feel like&#8230; This is a complete personal opinion, but making navigation too easy, I think that you end up with too many navigation everywhere. That&#8217;s always been one of our problems, that you end up with people drowning in menus. So I think that there&#8217;s a balance that there&#8217;s a maturity of navigation. I think that&#8217;s where the overlap of this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, definitely. And I like that in the site editor left side navigation, you just touch on the overall website, but you always go into the canvas to actually make changes.</p>\n\n\n\n<p><em>Tammie Lister</em>: The best words I can use is assembly there. I don&#8217;t know if that&#8217;s a good word, but it feels like assembly there, functionality doing here. And then that&#8217;s what it feels like. The different mental models that I&#8217;m moving in between when I&#8217;m doing things and I&#8217;m for that, different areas having very distinct different mental models when I&#8217;m doing it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I like that too because I can&#8217;t have two different thoughts in my head at the same time and be productive.</p>\n\n\n\n<p><em>Tammie Lister</em>: Life&#8217;s too short.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So that&#8217;s why I like the next item, that the footnotes block is now coming to text blocks and that&#8217;s really something that we have all been waiting for a long time. And I know that Ella van Durpe has also tried multiple ways to get this done and I think she has such great ideas that she all pursued them all. And in the GitHub, you can have the history of all the footnotes, but I think this version is really hitting it out of the park. It works well. You put the cursor where you need the footnote, you get it from the menu from the inside menu bar menu dropdown on the block toolbar, and then you say footnote, and then it gets you right into the place where the content of the footnote, you can add that and it does the numbering itself.</p>\n\n\n\n<p>So if you say, &#8220;Oh, I put a footnote in the middle of a paragraph, but also I need another one on top of it,&#8221; it recounts them so automatically. So that&#8217;s a really good feature. And it has color controls, but it also follows whatever your paragraph or your link color is. I just see that when you change the background of a paragraph, you get what you always get with links is if you change the text, you also need to change the link color. But that is something that&#8217;s the nature of the beast and there is no automation for that. But I&#8217;m really happy that this block comes and it will be in 6.3.</p>\n\n\n\n<p><em>Tammie Lister</em>: Footnotes has an adventure for many years. I think footnotes is one of those, to me, it&#8217;s a sign of maturity for an editor. Quite a few see it as extra functionality or features. But it really is something that if you are in a particular field or you are particularly using, that you will not use an editor unless it has the footnotes functionality. It&#8217;s whether you choose to use or not. There&#8217;s no doubt whether you would want, you wouldn&#8217;t even have a plugin. It would be base functionality. So I think I am very glad to see it. Also, it&#8217;s a really strong indicator of things like collaboration. It sets that. It may not feel like it, but it is. It sets those using that canvas in a little bit of a different way as well. So I&#8217;m really pleased to see it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: And that experimenting outside to then bring in, I think is a real good way forward to start seeing the interface as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, definitely. Definitely. And then you could actually move the footnotes block where all the footnotes are to the end of things or put them a little bit further. So it&#8217;s also quite versatile.</p>\n\n\n\n<p><em>Tammie Lister</em>: That&#8217;s really important depending on what article you&#8217;re writing as well. I do not claim to know any different medical whatever articles, but I&#8217;m sure that there are certain rules and regulations around where things go and depending on articles and what order things go. So having that functionality that you can determine yourself is better for everybody.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, absolutely. Absolutely, yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: The next big one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yep, go ahead.</p>\n\n\n\n<p><em>Tammie Lister</em>: I feel like there&#8217;s a whole episode here on patterns and I guess the big one here is the naming and language to me is&#8230; Again, we talk about maturity, well renaming reusable blocks, rename to my patterns and add option to also add a non-synced pattern. This is big, it&#8217;s a small big thing I guess because it&#8217;s a big thing, but it&#8217;s not a massive feature, is it? But it also is a massive feature. Reusable blocks are quite limited but really quite bonded for some people. So I think that we got to respect that. But patterns to me are what everyone always wanted with reasonable blocks. When everyone describes what they want from a reusable block, it&#8217;s a mature functional pattern that has all the things that patterns are getting like syncing, all these things. And that&#8217;s what patterns are getting now.</p>\n\n\n\n<p>So I don&#8217;t know what you feel, but that to me it&#8217;s just maturity of patterns, you have blocks, patterns, template parts, templates. It makes sense.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh yeah, yeah. They&#8217;re pretty much cut from the same cloth and all had different names and also different models. So you had to get here for template parts, you need to go there for a reusable block and you had a pattern here, but they all had different updates kind of thing. So if you update a reusable block, it updates on all instances. A pattern doesn&#8217;t have any updates, so every time you put them into a canvas, they are all disintegrating. They don&#8217;t know about itself anymore. But what I like is that you now can create your own patterns and that is something that a lot of people were missing, that you were dependent on the pattern directory or you were dependent on the theme to provide your patterns or some third-party directory where you can copy paste it over, but you are not able to say, &#8220;Oh, this is a marvelous pattern. Can I store that on my site?&#8221; And now you can.</p>\n\n\n\n<p>And it&#8217;s the same interface or same workflow that you are accustomed to when you create a reusable block and there&#8217;s only one change there&#8230; Well, one attribute, it&#8217;s called sync this over all the instances, yes or no, it&#8217;s a toggle switch. So if you switch it on, you get a reusable block that if you change it, it changes all the instances. And if you switch it not on, it&#8217;s a pattern which does not update. But this is also, and you say, &#8220;Okay, but I want, when I change the style of my pattern, I want it to be replicated over all the instances.&#8221; It&#8217;s coming. This is the first step. This is the first step to unify the wording, unify the interface. And then also, you don&#8217;t have this duplicate mental model anymore. You find them and you can edit them at the same spaces. It&#8217;s called my custom patterns. That&#8217;s how you find them in the pattern list. And then in the block when you highlight them, there is manage your patterns. So it&#8217;s a great step and it&#8217;s one that we have been really all waiting for.</p>\n\n\n\n<p><em>Tammie Lister</em>: And putting my agency hat on, really trying to explain all this language. People, they work in design systems, they work in simple language and been able to sell this easier by simpler language that it behaves more like a design system as they expect. This all is that. You don&#8217;t have to then build a system on top because then the system will be easily done within, you don&#8217;t then have to bring the system. So I am very excited about this. It is the start. It is something that I would&#8217;ve liked a couple of years ago, but we had so much to do. We&#8217;ll get there. And I think that is the thing of there&#8217;s so much changing to do. Patterns are really getting strong. When they first came out, it felt like, &#8220;Oh, you can do patterns.&#8221; But they are so powerful. People get patterns way more than blocks as well. If you explain a block, people are like, &#8220;You don&#8217;t need to make blocks.&#8221; And I think we&#8217;re going to see less blocks people making and more patterns with this because patterns are just more useful then.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That&#8217;s what I have been seeing as well is also that people say, &#8220;Okay, I don&#8217;t have to create a custom block just because I want a group of blocks in my site.&#8221;</p>\n\n\n\n<p><em>Tammie Lister</em>: As much as I love block variations, I love all these things that you can do because blocks were amazing. I&#8217;d like to see less because then it means that patterns are doing what they&#8217;re meant to do because that&#8217;s what humans see. The interface that we&#8217;re having for pattern browsing and all that, we&#8217;re getting onto the management stuff that&#8217;s also part of this, that is just better as a human. Those human interfaces, once humans are using that, that&#8217;s way better than the tiny little pickers that we have for blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. But I wanted to go back to what you said, while I would love to have it two years ago, but I think sometimes waiting helps you really to see the big picture, the whole picture. So two years ago, we didn&#8217;t have template parts, yeah?</p>\n\n\n\n<p><em>Tammie Lister</em>: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Or we didn&#8217;t know yet how they&#8217;re going to fit in into the block themes and in pattern, we&#8217;re just at the beginning, but we didn&#8217;t know how to lock them. How to lock certain pieces of it.</p>\n\n\n\n<p><em>Tammie Lister</em>: When I say that, that&#8217;s just eagerness and that&#8217;s also…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes, impatience. I see it, I want it.</p>\n\n\n\n<p><em>Tammie Lister</em>: Way too many people in the agency just want it tomorrow because honestly, those are the people who are trying to solve it with design systems who are trying to work around the problem today. Absolutely, these toys are amazing. And that then means these bigger systems can start using. They don&#8217;t have to build on top or around. They can build a lot more natively and the more native you can build, the easier upgrades, the easier components, everything. And it&#8217;s just a better experience for everybody.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right, right. Or you see the power now and you say, &#8220;Oh, wouldn&#8217;t it be great? And then you have to wait.</p>\n\n\n\n<p><em>Tammie Lister</em>: If no one ever has to go through a load of patterns and I&#8217;ve actually had to do this, go through someone makes a change in patterns, but this was quite a while ago. If you use patterns and then you had to make a change in patterns at scale, that was hard to do before. Not having to do that, that&#8217;s going to be amazing. So getting all the amazing benefits of all these things, but having the amazing benefits of things like reusable blocks, but with these visual benefits that humans have. Yeah, it&#8217;s amazing. We have all the toys.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And there&#8217;s one more toy coming, which is now you can get a preview of block themes in your site. We all remember the customizer where you install a theme on your website and then you use the customizer and you were able to preview your site with the theme. And that hasn&#8217;t happened yet, but now it&#8217;s here for block themes as well. You see where you have all your themes, you see a live preview button and that gets you into a similar interface as the site editor. And then you can navigate your site with the theme that is installed but not activated yet. So you can see how your blocks behave, you see how your posts behave, and in advance you don&#8217;t have this what Helen Hou-Sandí always calls the save and pray feature there.</p>\n\n\n\n<p><em>Tammie Lister</em>: What you see might maybe what you get, but possibly not.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Probably different, yes. And it&#8217;s amazing to see this in block themes. You also see all the style variations and how they would change your website and it&#8217;s really amazing. And it&#8217;s in 16.1 and it will come to 6.3 soon.</p>\n\n\n\n<p><em>Tammie Lister:</em> And moving on to the site editor, the distraction free. We&#8217;ve had distraction free, so it&#8217;s like ta-da. But having that with the site editor, been able to create and just go get away. I remember&#8230; Age, that Dreamweaver full screen mode. And you now got that. The day where you could suddenly do visual in Dreamweaver, we&#8217;ve now got that in WordPress. Wow. It&#8217;s incredible to think that we can do that and you&#8217;ve got that without some of the ickiness. Bless it. Without tables. But we&#8217;ve now got that and that means that you can really focus on what you&#8217;re creating. And sometimes like if you&#8217;re doing some of these three-column query or whatever when you&#8217;re trying to do, you do not need those side panels and everything in the way. So distraction free is really, really nice to be able to do that and create.</p>\n\n\n\n<p>We talked earlier about modes when you&#8217;re doing things that really helps you with that creation mode, there&#8217;s a reason why when you are writing, you have those zen modes and that really works for people. Or you have that get away from my desktop all the apps. I don&#8217;t know what you feel, but I think this is just a small improvement to life.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Absolutely.</p>\n\n\n\n<p><em>Tammie Lister</em>: Quality of life improvement.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Absolutely. And it&#8217;s a good one, when you can do an almost one-to-one preview of your site for that particular page, it opens up so much or it takes away so much worry. It&#8217;s really a better life there.</p>\n\n\n\n<p><em>Tammie Lister</em>: Know what you&#8217;re getting rather than guessing what you&#8217;re getting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And test this, please test this so much.</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah. And again, that&#8217;s the part of this. A lot of these things, they&#8217;re going in and they&#8217;ve been tested by the people that are creating them and they&#8217;re amazing humans, but they are not the people that are going to be poking it. It&#8217;s now up to people that are listening to this, the people that are going to be testing, who are the people that should be poking it and using it. And I think that is exactly what this is about.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Absolutely, absolutely. And what is now coming back to the site editor is editing templates as well as content. At the beginning of when the site editor was introduced, it was already there, but people got confused. Am I editing a page? Or they were not confused. They didn&#8217;t have that concept of a template part like this is just the template that drives all the pages and they made changes, and then were surprised that the changes were duplicated on all the pages. So it was taken out of the editor, and now it comes back with some guidance for the content creator of, &#8220;Okay, you can edit that now and when you&#8217;re in the template, you get all this whole title kind of thing.&#8221; It names the things that are in there. And when you&#8217;re on a page, it gives you the page title exactly how you put it in and then you can edit it. But when you go into the places where the template is, it tells you this is a template piece, do you want to edit now? And then gets you out of the editing mode into a template editing mode.</p>\n\n\n\n<p>And I think that the guardrails there really help with the mental image as well. This is a template, I don&#8217;t want to screw that up. I just want this on my page. I want that content done. And you can do it in the site editor. Do you have to go back to the WP admin? Once in a while when you create pages, yes, yeah. But sometimes you want to edit things and you want to see it with&#8230; that&#8217;s the good part in this section now when you have the edit the page content as well as the template, is you see the page and it&#8217;s all in its context. How will it show up on the site? There is no, &#8220;Oh, okay. There is something on the sidebar that&#8217;s interfering with my page.&#8221; And it&#8217;s the same thing that we talked about before where as long as you see the full context of your page, all the worry goes away.</p>\n\n\n\n<p><em>Tammie Lister:</em> I love what you said as well about having something in and then taking it away. I think that&#8217;s really, really important because sometimes when something&#8217;s completely new, it doesn&#8217;t work because it&#8217;s new, it&#8217;s not because it&#8217;s a bad idea and this is showing, it just needed to be delivered in a certain way. And I think not everything, but quite a few things that have been added a little bit recently are that. They are re-adding a slightly different variation once we&#8217;ve got things together. So sometimes you&#8217;ve got to find the combination of the puzzle to put these pieces in or the order to put them in. And this is exactly one of those, it needed to come in a certain order.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I had some interesting conversations at WordCamp Europe. I had a lot of conversations at WordCamp Europe, but some of them were really interesting because I think if you&#8217;re not a developer, it&#8217;s really hard to understand that you have a vision for what people want to do. But unless you start programming and putting it in, you don&#8217;t know yet how it&#8217;s going, how it&#8217;s going to work. So let&#8217;s put it with the features in and then see what other people think about it and then reiterate on it.</p>\n\n\n\n<p><em>Tammie Lister</em>: It&#8217;s part of the freedom of creating in the open and part of what we&#8217;ve learned with this whole project is by creating in a plugin, we get to experiment. I want to use the word play because experiment sometimes feels a little bit harsh, it feels serious, but we get to play and see if this goes here, what did someone feel about it? This goes here. Testing things was really, really hard to do in core and it has been really, really hard. But by having it in this and been able to backtrack quicker, and that has been something that has happened time and time again of, &#8220;Oops, nope, let&#8217;s try this.&#8221; Or, &#8220;Okay, well this idea didn&#8217;t work this time.&#8221; We&#8217;ve still got it in the code base. It&#8217;s just back now. We haven&#8217;t completely lost it.</p>\n\n\n\n<p>In core, ideas go and get lost because it&#8217;s a big space, sadly. So having that flexibility, I think we are doing it a lot more as a project and having that healthier macro experimentation. But it&#8217;s seeing those mature ideas come. I love seeing things that was talked about, like you said footnotes, but things that were said years and years ago and it&#8217;s like, &#8220;Yay, they finally shipped.&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And it&#8217;s not because they couldn&#8217;t ship it earlier. It&#8217;s also you didn&#8217;t know yet how other pieces that needed to fit.</p>\n\n\n\n<p><em>Tammie Lister</em>: It&#8217;s like baking a cake. It needs to be the right time and the right ingredients need to be available, and the right people to taste the cake. I don&#8217;t know, that metaphor went really weird, but right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, only chocolate lovers love chocolate cake, right?</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah. And sometimes you are not delivering chocolate cake, you are delivering a Victorian sponge and to the wrong crowd. I don&#8217;t know.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Those metaphors are really…</p>\n\n\n\n<p><em>Tammie Lister</em>: It&#8217;s not working. Backtrack, what&#8217;s the next thing?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Let&#8217;s try it again. We all have experiences, but it&#8217;s not in WordPress. So creating something really, really new in WordPress with a lot of backwards compatibility promises, it&#8217;s really hard.&nbsp;</p>\n\n\n\n<p><em>Tammie Lister</em>: I always describe it as the difference between moving a little rowing boat to moving an ocean liner. One of them big Disney cruises or these giant things and then moving a little rowing boat. It is really easy, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: It&#8217;s not the same.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah. But this editing piece, I think it&#8217;s really so much better now and I think it meets the vision now. So what&#8217;s also in the site editor bar is some template details. You might have already seen that, but now it also respects the settings and there is some language going on as well. Some language changes. You see the home template details, but that only tells you, okay, how many blog posts are on it? So it&#8217;s the blog home and not only just the homepage. So if you switch it to a static page, you will see that in the pages and not in the template pages. But it&#8217;s really good to have those template details in the site editor on the sidebar, it gives you a little bit more context.</p>\n\n\n\n<p><em>Tammie Lister</em>: With components, I guess one of them to call out is the button has a size prop, which is a small little thing, but it&#8217;s maturity of the burn block, how many sites have burned every one of them? And having something like that is really big. It&#8217;s going back to one of my favorite topics of design systems. If we are building off core as a basis, you need to have these foundational things as part of it. So I&#8217;m really excited to see. Anytime I see that or any of the blocks getting different attributes, I am giddy with excitement about all those things. Basically because it means I can then use them.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You can use them, you can create styles with them. You can have different variations on the buttons and you don&#8217;t have to create a new block for the buttons.</p>\n\n\n\n<p><em>Tammie Lister:</em> Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Another block that got some nice features, an additional feature in there is the list block. It now has a different numbering type for the ordered list. So you could have alphabetical numbering or numbered numbering or Roman lit numbering and then capitals and then small cases. So now you have quite some options in there. I really like that. It&#8217;s catching up with other documentation or writing tools where you have that. But yeah, it&#8217;s good to have it in there.</p>\n\n\n\n<p><em>Tammie Lister</em>: And image block has as aspect ratio control. For some reason, I wanted to say radio control. That was exciting. I think that&#8217;s a whole different thing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Multimedia, an image has radio.</p>\n\n\n\n<p><em>Tammie Lister</em>: Which again is maturity, right? You mentioned parity with tools. It is, right? We need to have the best of these tools so that people use them natively. So that&#8217;s really what a lot of this is maturity of these tools, I think.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And that was particularly important because you want your patterns when you switch out the images, you have them in a certain aspect ratio and when you switch them out and somebody puts in another image, you want it in the same aspect ratio and not blow up the whole pattern.</p>\n\n\n\n<p><em>Tammie Lister</em>: Could ruin a party, that really can.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I&#8217;m scrolling past it, but there is just stop to say that the interactivity API will not be in 6.3. It has been merged for the Gutenberg plugin, but it will only be available&#8230; they&#8217;re aiming for 6.4, which is not so far away, actually. September is the next beta. So it&#8217;s really going forward. There were some questions in the community about the interactivity API. A lot of people are very excited about it.</p>\n\n\n\n<p><em>Tammie Lister</em>: We&#8217;re going to have some really nice toys for Christmas.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And November 8th is I think the release of 6.4. So let&#8217;s get those toys wrapped up for Christmas.</p>\n\n\n\n<p><em>Tammie Lister</em>: That&#8217;s actually going to be some really interesting testing, I think. Some difference in testing because yes, we&#8217;ve done, but how you test some of that stuff is going to be a little bit different, I think.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And we need a lot more examples.</p>\n\n\n\n<p><em>Tammie Lister</em>: That&#8217;s where I&#8217;m going. How do you push some of that stuff?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And definitely there&#8217;s some documentation. I think they started with the documentation now. There were quite a few insights already in the make blog on core. I think two of them, and I can certainly add them to the show notes. So people who are all interested in that and want to help with the rollout, definitely can get a headstart on it, but not in 6.3.</p>\n\n\n\n<p><em>Tammie Lister</em>: The next one, I&#8217;m going past so much, this is such a long list. It&#8217;s amazing. It is in the design tool section and that&#8217;s a sticky position. That&#8217;s not a phrase. Try re-enabling non-root sticky position. So actually, I think any improvements to things like this is really nice. The fact that we have this shows maturity of design tools. So I think that&#8217;s part of calling this out. Design tools as a whole are a concept that is still relatively new to us, but design tools means again, that people are going to build using it. And so I&#8217;m really excited anytime that any of our refinement happens to any of our design tools.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I think in 6.2, the sticky position was already introduced for the header and the footer, but it was not for the sidebar because somehow it was really, really hard.</p>\n\n\n\n<p><em>Tammie Lister</em>: Sticky is hard. Sticky is hard to stick.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You never get it to stick. And it needed to be a root wrapper or root block to make it sticky. You couldn&#8217;t do it in a column block where you have a sidebar and make that sticky.</p>\n\n\n\n<p><em>Tammie Lister</em>: Because CSS.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Because of CSS, yes. Yeah. So there is another attempt to make this work and needs definitely testing.</p>\n\n\n\n<p><em>Tammie Lister:</em> Yes, I was about to say that if anything needs testing, any time you see something listed in design tools, I would point anyone who is building themes or building anything to please test around those things because these are what really you will be building with. Having native sticky positions is much better than having to call on libraries or add things. And again, it means that people who want to build and create in the editor themselves have that capability to create some incredible, powerful, beautiful designs without having lack of access to them. It all sets us up to what amazing things could be done with the default themes, and that&#8217;s super exciting, what Christmas is going to bring there with all these tools.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So the next one is actually for media and we need to set this up a bit. So when you copy paste something from Google or from another website and there&#8217;s images in there, when you paste them into your canvas, the image will always go back to the original. So when the original site goes away, especially when you migrate from one domain to the other, the image goes away. And now there was a little button on every image where you could say and if it was allowed from the source site, that you could add that image to your library with a button. But of course when you have 15 images, it&#8217;s a little harder to do that. So now in the pre-publish screen, there is a section that suggests that you upload the external images and gives you a button and you can do it all at once. You also can click on the images and see how they show up in the post or in the page. So I think that&#8217;s a great addition to…</p>\n\n\n\n<p><em>Tammie Lister</em>: Just what people expect. Again, and I do not belittle it by saying that. It&#8217;s more just, it just raises it up. It&#8217;s what people expect, it&#8217;s what people want. So it&#8217;s amazing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It really raises the quality of the tools that you use, that it actually helps you also with the little things. Images are important.</p>\n\n\n\n<p><em>Tammie Lister</em>: Quality of life. Really, the release is quality of life and completion, which is a beautiful summer thing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And refinement.</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah. So I think we&#8217;re going to talk maybe a little bit later about the command section, but we&#8217;re into commands.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We&#8217;re good?</p>\n\n\n\n<p><em>Tammie Lister</em>: Going down the list, there&#8217;s two things about the commands and that is add commands to templates, template parts and styles, and to related commands as well. I don&#8217;t know if you want to talk about commands right now or later?</p>\n\n\n\n<p>Birgit Pauli-Haack: We could. So we have a name now for it.</p>\n\n\n\n<p><em>Tammie Lister</em>: We do.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: In the development, it was always called the command center, but now it&#8217;s command palette and it tries to convey that&#8217;s the tool when you hit control K in the site editor, it gives you quick access to various commands, context-sensitive. And so you can say go to library or go to templates or go to template parts or delete template parts. All this you can do, and it&#8217;s also extensible. So you can create commands for your plugins, you can create commands for your themes as well. But the API is very, very new. So there are commands and with this release, there are commands with template, template parts, styles, how to manage the custom patterns, which custom patterns are the former reusable blocks. Sync patterns. So now you can say to your command palette, manage patterns or you also get UI commands for your post editor. So where you can say, add new post or something like that. So it&#8217;s not the center of it because it&#8217;s not a mission control palette or something like that. Or dashboard, it&#8217;s just you have a thought that you wanted…</p>\n\n\n\n<p><em>Tammie Lister</em>: It&#8217;s your friendly helper there and there. And I think what these are doing is giving you examples. As you said, this is the start and it&#8217;s new. So by having these there, and this is just to start again, I think it&#8217;s worth of saying these are an example that someone could look at and be like, &#8220;Oh, that&#8217;s how you write one,&#8221; as well. So I am super curious to do that myself and be like, &#8220;Oh, okay, that&#8217;s how you write one. Okay.&#8221; And I am really excited to see what people create with this. Now we have decided the name, I was going to call it Bob, but it didn&#8217;t catch on.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I always call him Fred.</p>\n\n\n\n<p><em>Tammie Lister</em>: I call everyone Bob. No idea. Everyone picks a name that they call things repetitively, I think. And now that it has a name, which is amazing. And I think one of the good things is its translatable. And I think that was key in all of it. Personally, as long as it&#8217;s translatable, as long as we agree to something, we get it in, things can change. But let&#8217;s get it in and iterate. So these are great examples to then copy, rehash, and learn from. So I think 6.4, we&#8217;ll probably see more. And then I imagine there&#8217;s going to be a flowy of plugins, some nice little iterations and people exploring what it means to have these things as well. So it&#8217;s going to be very exciting to see what people create.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I&#8217;m really happy about that. I would&#8217;ve never thought that my website tool would have these quick commands that I can just call up and then do stuff.</p>\n\n\n\n<p><em>Tammie Lister</em>: So the way that I think of it is a combination of&#8230; Because initially, I was Alfred was where my mind went because it&#8217;s searchy, I think of it now like Alfred. And if this, then that, and those two things combined is where I go because it is that, but it&#8217;s also workflow. So it&#8217;s that but in WordPress for me, and I am very excited about extending that and then where people take it, because people always take it in a way that you would never expect it to go. So I think the next year or so, we&#8217;re going to see some really exciting things come from that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I totally agree with that.</p>\n\n\n\n<p><em>Tammie Lister</em>: New toys.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: New toys for everybody when the biggest toy is probably creating those commands and find, &#8220;Yeah, oh I can do this. It&#8217;s not that hard.&#8221;</p>\n\n\n\n<p><em>Tammie Lister</em>: And then even vigilant spaces to be able to create those commands ourselves. That becoming easier and easier I think is something that will happen over time as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I totally get it. I want to get into programming so much and lock myself away for two weeks and do all this.</p>\n\n\n\n<p><em>Tammie Lister</em>: You don&#8217;t have to lock yourself away for it, but that&#8217;s all right.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So I&#8217;m scrolling and scrolling and scrolling. I don&#8217;t see anything anymore.</p>\n\n\n\n<p><em>Tammie Lister</em>: So much. And I think that&#8217;s the thing. If we are going through the bug fixes and the enhancements and there&#8217;s just so much, I like the repetitive word flaky because when I see the fix flaky, that means that all the things which flaky is a bug report for, it kind of works and it kind of didn&#8217;t. I love that we&#8217;re down to that end of polishing, is my reflection on that. So I think that is really, really exciting that there&#8217;s so much polishing here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and I think that was actually the outlook for 6.3, that most of the features get in and then we&#8217;re almost already…</p>\n\n\n\n<p><em>Tammie Lister</em>: This is a giant section of those, which I love.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Are we done? I think we&#8217;re done. Oh yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: There are a lot of documentation fixes. Code quality fixes, code quality in block library, code quality in site editor. No, this is cool. Yes. Tooling. Yeah, the whole testing thing was kind of, whoa.</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That&#8217;s what you were talking about.</p>\n\n\n\n<p><em>Tammie Lister</em>: And I think that&#8217;s the thing that&#8217;s there. It&#8217;s probably testing coming in for command as well, but it&#8217;s all maturity of that. As I&#8217;m scrolling down, I&#8217;m seeing improving, improving, improving, improving.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. No, I think we made it. Yay.</p>\n\n\n\n<p><em>Tammie Lister</em>: Yay.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>WordPress 6.3 Beta</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So we want to bring it back to the WordPress 6.3 beta and talk a little bit about what this means plus tickets for 6.3.</p>\n\n\n\n<p><em>Tammie Lister</em>: I think one of the big things to think about is yes, there are things in now, but things that are in are going to have to respond to feedback. So whilst you might think, &#8220;Oh, that burden is perfectly placed,&#8221; I am really paraphrasing here, &#8220;That burden might not be perfectly placed.&#8221; So during beaters, you might see that burden moves because that burden needs to be in a better place. And there are a couple of tickets out there at the moment, which one of them particularly has things could be done in a better way. That&#8217;s where I&#8217;m going with this. So we are going to see that. We are going to see, &#8220;Oh dear, this breaks this under this circumstance when we actually tested it under this load or we tested it under this situation.&#8221; Because you can test under all the situations you think, but you don&#8217;t have that until you are real world testing or you&#8217;re testing. And as the betas get towards the higher numbers, we&#8217;re on two now. So we&#8217;re probably going to go at least four I would say, I don&#8217;t know.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> I agree, I agree.</p>\n\n\n\n<p><em>Tammie Lister</em>: I want to be optimistic. But realism kicks in here a little bit. You&#8217;re going to see fixes. So people need to bug report. People need to test or poke it, prod it, and use it. If you find something, see something, report something is the biggest thing because if you see something at release candidate, it&#8217;s a little bit late. It&#8217;s like shouting after the sheep have left the field. But if you say something now, it can be fixed. So if something doesn&#8217;t work with the plugin that is the only reason your client&#8217;s site works, now&#8217;s the reason to say basically.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, definitely. And there will be. So I also wanted to caution some of the more eager WordPress news people or that want to grab screenshots and that kind of thing. There might be changes there.&nbsp;</p>\n\n\n\n<p><em>Tammie Lister</em>: Going back to my button moving.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: For instance, one change is from 6.0 to beta or to 16.2, so plugin releases 6.0 to 6.2, which will probably have some of the things that will get into 6.3 WordPress. But there was one menu item in the site editor on the bottom that was called library. And that has been renamed to patterns because that&#8217;s what&#8217;s in there. It&#8217;s the reusable block that are patterns now, template parts that are patterns now, and your custom patterns that are patterns now. And one was thinking about the library part for a long time because also there will be a fonts library, something like that. But then there were quite a few smart people who said, &#8220;Well, if I&#8217;m looking for fonts, I won&#8217;t go to library. I go to my styles and that&#8217;s a separate place.&#8221;</p>\n\n\n\n<p>So while we were using it, it was rethought what would make it a better idea or better metaphor for that. And pattern is something that&#8217;s WordPress branded and that a lot of people are really responding to. So library was not, it removes cognitive load when you have to think about, &#8220;I need to think of library.&#8221; When you see patterns, that&#8217;s where you want to go. So that&#8217;s just one example. There might be others. So when you do a screenshot for your video, make sure you have the latest beta or the latest…</p>\n\n\n\n<p><em>Tammie Lister</em>: Really, screenshots is release candidate as much as it feels late, it&#8217;s not. There&#8217;s several weeks and that&#8217;s when you&#8217;ll find a lot of documentation takes it as well. I&#8217;ll working on the about page and we&#8217;re going to be doing the graphics around there as much as possible. But honestly, the final-final 01 PSD graphics&#8230; I don&#8217;t have to deal with PSDs, that&#8217;s when you take them because things rightly about translation.</p>\n\n\n\n<p>This language though, I think so many of these language refinements happening, whether you agree with it or not, because language is so subjective and everyone has feelings about Bob or Fred, what things should be called, is a sign of maturity of the product, is that we&#8217;re working our own language system and we&#8217;re saying these things are called this because it makes sense in our ecosystem. So I welcome that we&#8217;re finally clarifying some language and not just confusing everybody because it&#8217;s always been very confusing. We&#8217;re finally settling on some terms and we are then documenting what they are called because one of the problems we&#8217;ve always done is called something and then not written it down. So actually doing that is really helpful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Release candidate is scheduled for the 27th of July, so it&#8217;s another four weeks to go. So caution.</p>\n\n\n\n<p><em>Tammie Lister</em>: So you got to let the dust settle, you got to let stuff go. If everything is amazing and unicorns walk and everything, then nothing will change, but something&#8217;s going to change because humans in software.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it&#8217;s going to change. And computers, right? Computers are involved, all bets are off, right?</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah. And that&#8217;s okay, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: That&#8217;s totally okay. Just if you&#8217;re going on holiday, maybe have a friend do your screenshot for your blog post.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. So before we all come to an end, just a reminder, the two live Q&amp;As on July 6th and July 21st. Hit the registration button so we can all see you also on the live show and with some great demos. Before we end this show, do you have anything that you want to&#8230; How can people get in touch with you, Tammie?</p>\n\n\n\n<p><em>Tammie Lister</em>: I&#8217;m karma Toast on all the things and I&#8217;m still around core, I&#8217;m around everywhere and I would love to speak to people. I will be at WordCamp U.S. as well if someone else is going. So I&#8217;d love to say hi, but reaching out, I&#8217;m always welcome.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Awesome, awesome. Thank you so much for being on the show. And as always, dear listeners, the show notes will be published on gutenbergtimes.com/podcast. This is episode 85, and if you have questions or suggestions or news you want us to cover, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. That&#8217;s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. So thank you so much Tammie. It has been a great pleasure geeking out with you over Gutenberg.</p>\n\n\n\n<p><em>Tammie Lister</em>: It&#8217;s been a pleasure. It&#8217;s always great talking to you. Thank you so much for having me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Thank you so much, and you all have a good weekend and a good week and I&#8217;ll see you all or hear you all in the next two weeks. Take care, bye-bye.</p>\n\n\n\n<p> </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, 01 Jul 2023 20:43:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Gutenberg Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:92:\"WPTavern: WordPress Plugin Review Team Adds 6 New Sponsored Volunteers, Opens Applications \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146444\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/wordpress-plugin-review-team-adds-6-new-sponsored-volunteers-opens-applications\";s: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:2286:\"<p>A new era has begun for WordPress.org&#8217;s Plugin Review Team. Mika Epstein, who has served for the past decade, is stepping down, but not before<a href=\"https://make.wordpress.org/plugins/2023/06/29/plugin-review-team-update-the-next-phase-begins/\"> launching a new crew of volunteers</a>.</p>\n\n\n\n<p>The team is responsible for approving newly submitted plugins, maintaining the Plugin Reviewer Handbook, as well as investigating any reported security issues and guideline violations.</p>\n\n\n\n<p>Historically, the Plugin Review team has had very little turnover, but a new crop of six sponsored volunteers will be contributing an estimated 50+ hours per week. The new members include <a href=\"https://profiles.wordpress.org/davidperez/\">David Pérez</a>, <a href=\"https://profiles.wordpress.org/eherman24/\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/frantorres/\">Francisco Torres</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/martatorre/\">Marta Torre</a>, and <a href=\"https://profiles.wordpress.org/pacomarchante/\">Paco Marchante</a>. Their efforts are already in demand as they work to tackle a large backlog of plugins. </p>\n\n\n\n<p>&#8220;Given the nature of the work the team does, joining this team is a little different than some of the others: each new member will go through a vetting process by current team members before being selected,&#8221; Epstein said. &#8220;Some of the things the team is looking for are: a solid track record as a plugin developer; the ability to communicate clearly, kindly and constructively – both with other developers and users; interest in improving tools and processes; and excellent collaborative and conflict-management skills.&#8221; </p>\n\n\n\n<p>Epstein is encouraging more volunteers to apply, if they have at least five hours per week to devote to the team, as they could still use more help. Prospective team members can <a href=\"https://make.wordpress.org/plugins/handbook/apply/\">submit an application</a>, which will be evaluated by current team members. Applicants will be required to send examples of plugins they have coded to demonstrate their experience, provide references, and detail some of their contributions to the project.</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, 01 Jul 2023 02:52: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:105:\"Post Status: WordPress 6.3 Beta 2 • Help Test • WPDiversity • Plugin Team Next Phase • Mentorship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=149753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://poststatus.com/wordpress-6-3-beta-2-help-test-wpdiversity-plugin-team-next-phase-mentorship/\";s: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:21961:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (June 26, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Release season is upon us as we approach WordPress 6.3&#8217;s August 8th release. Your help is needed testing the latest changes. <br /><br />Do you run or attend WordPress events and notice only one type of person is attending? What can you do to be a good ally to foster, promote, and support diversity and an inclusive space? Sign up now for the July 20th WPDiversity workshop. <br /><br />Stop by the Plugin team to wish Mika a happy retirement as she hands over the work to the 6 new Plugin Review teammembers. <br /><br />Applications to be mentored as a contributor in the inaugural Mentorship Program have now closed. The team is selecting both mentors and mentees at this time and will kick off the first cohort on July 12. <br /> </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fas_rocket kt-info-svg-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">WP6.3b2 • Test • WPDiversity • Mentorship • Plugin Team Next Steps</h2><p class=\"kt-blocks-info-box-text\">β <a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">WordPress 6.3 Beta 2</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f9d1-1f3fd-200d-1f4bb.png\" alt=\"🧑🏽‍💻\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">Help Test WordPress 6.3</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f9d5-1f3ff.png\" alt=\"🧕🏿\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/community/2023/06/22/attention-wordpress-event-organizers-this-important-workshop-on-july-20-2023-is-for-you/\">Attention WordPress event organizers: This important workshop on July 20, 2023 is for you!</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f50c.png\" alt=\"🔌\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/plugins/2023/06/29/plugin-review-team-update-the-next-phase-begins/\">Plugin Review Team Update: The next phase begins</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f9d1-1f3fb-200d-1f3eb.png\" alt=\"🧑🏻‍🏫\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/project/2023/06/23/launch-your-wordpress-contributor-journey-through-the-mentorship-program-pilot/\">Launch your WordPress Contributor Journey through the Mentorship Program Pilot</a><br /><br /></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/06/people-of-wordpress-allison-dye/\">People of WordPress: Allison Dye</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">WordPress 6.3 Beta 2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">Help Test WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/episode-58-a-new-wave-for-wordpress-events/\">WP Briefing: Episode 58: A New Wave for WordPress Events</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-5\">\n<div class=\"wp-block-column is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-3\">\n<div class=\"wp-block-column is-layout-flow\">\n<h2 class=\"wp-block-heading\">WordPress 6.3</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/30/6-3-release-parties-schedule-and-hosts/\">6.3 Release Parties Schedule and hosts</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">WordPress 6.3 Beta 2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/25/bug-scrub-schedule-for-6-3/\">Bug Scrub Schedule for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/wordpress-6-3-planning-roundup/\">WordPress 6.3 Planning Roundup</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Roadmap to 6.3</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/accessibility/2023/06/16/accessibility-team-meeting-notes-june-16-2023/\">Accessibility Team Meeting Notes: June 16, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/06/29/recap-of-the-diverse-speaker-training-group-wpdiversity-amer-emea-on-june-28-2023/\">Recap of the Diverse Speaker Training group (#WPDiversity) AMER/EMEA on June 28, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/22/attention-wordpress-event-organizers-this-important-workshop-on-july-20-2023-is-for-you/\">Attention WordPress event organizers: This important workshop on July 20, 2023 is for you!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/21/meetup-organizer-newsletter-june-2023/\">Meetup Organizer Newsletter: June 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/21/wceu-2023-community-table-recap/\">WCEU 2023 Community Table Recap</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/19/next-generation-of-wordpress-events-updates/\">Next Generation of WordPress Events: Updates</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/29/hallway-hangout-performance-improvements-for-wordpress-6-3/\">Hallway Hangout: Performance Improvements for WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/29/whats-new-in-gutenberg-16-1-29-june/\">What’s new in Gutenberg 16.1? (29 June)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/27/a-week-in-core-june-26-2023/\">A Week in Core – June 26, 2023</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/06/the-style-book-a-one-stop-shop-for-styling-block-themes/\">The Style Book: a one-stop shop for styling block themes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/06/navigating-the-block-editor-handbook/\">Navigating the Block Editor Handbook</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/06/upgrading-the-site-editing-experience-with-custom-template-part-areas/\">Upgrading the site-editing experience with custom template part areas</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/27/dev-chat-summary-june-21-2023/\">Dev Chat Summary: June 21, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/26/editor-chat-agenda-june-28th-2023/\">Editor Chat Agenda: June 28th, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Design</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/05/25/wordpress-6-3-design-kickoff/\">WordPress 6.3 design kickoff</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/06/06/design-share-may-22-jun-2/\">Design Share: May 22–Jun 2</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/06/23/online-monthly-docs-team-contributor-day-june-27-2023/\">Online monthly Docs Team Contributor Day June 27, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/docs/2023/06/23/summary-for-docs-team-meeting-june-20-2023/\">Summary for Docs Team meeting, June 20, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/06/28/hosting-team-meeting-agenda-2023-06-28/\">Hosting Team meeting agenda 2023-06-28</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/hosting/2023/05/15/is-wordpress-compatible-with-php-8/\">Is WordPress compatible with PHP 8?</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/06/20/make-team-dashboards/\">Make Team Dashboards</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/15/triaging-open-issues-on-trac-for-make-teams/\">Triaging open issues on Trac for Make Teams</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/13/new-filter-controls-discover-commercial-and-community-in-the-theme-and-plugin-directory/\">New Filter Controls: Discover “Commercial” and “Community” in the Theme and Plugin Directory</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/11/linking-to-supporting-orgs/\">Linking to Supporting Orgs</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/09/new-curation-filter-in-pattern-directory/\">New curation filter in Pattern Directory</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/mobile/2023/04/11/contribute-to-the-future-of-the-wordpress-app/\">Contribute to the Future of the WordPress App</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/06/30/catalog-performance-testing-results/\">Catalog Performance Testing Results</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/06/27/community-meeting-recap-2023-06-27/\">Community Meeting Recap (2023-06-27)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/06/26/last-week-openverse-2023-06-19-2023-06-26/\">A week in Openverse: 2023-06-19 – 2023-06-26</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/06/27/performance-chat-summary-27-june-2023/\">Performance Chat Summary: 27 June 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/06/29/plugin-review-team-update-the-next-phase-begins/\">Plugin Review Team Update: The next phase begins</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/06/28/agenda-weekly-polyglots-chat-june-28-2023-0700-utc/\">Agenda: Weekly Polyglots Chat – June 28, 2023 (07:00 UTC)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/06/23/launch-your-wordpress-contributor-journey-through-the-mentorship-program-pilot/\">Launch your WordPress Contributor Journey through the Mentorship Program Pilot</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Support</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/06/wp-contributor-mentorship-program-support-team-edition/\">WP Contributor Mentorship Program: Support team edition</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/sustainability\">Sustainability</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/sustainability/2023/06/30/sustainability-chat-summary-june-30-2023/\">Sustainability Chat Summary, June 30, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">Help Test WordPress 6.3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/06/07/fse-program-testing-call-24-momery-makeover/\">FSE Program Testing Call #24: Momery Makeover</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/06/28/themes-team-meeting-notes-june-27-2023/\">Themes Team Meeting Notes – June 27, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/06/24/proposal-lets-actively-promote-the-learn-wordpress-platform-in-learn-wordpress-content/\">Proposal: Let’s actively promote the Learn WordPress platform in Learn WordPress content</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/22/training-team-meeting-recap-20th-june-2023/\">Training Team Meeting Recap – 20th June 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/20/proposal-new-contributor-guide-program/\">Proposal: New Contributor Guide Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/06/19/brainstorm-table-lead-wordcamp-us-2023-contributor-day/\">Brainstorm &amp; Table Lead – WordCamp US 2023 Contributor Day</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/developing-for-multisite/\">Developing for Multisite</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/how-to-start-using-wordpress-playground/\">How to start using WordPress Playground</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/wpphotos-moderator-training/\">WPPhotos Moderator Training</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/using-the-block-editor-tips-and-shortcuts-for-efficiency/\">Using the block editor: Tips and shortcuts for efficiency</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/using-headings-for-accessibility-and-seo/\">How to use headings for accessibility and&nbsp;SEO</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/advanced-multisite-management/\">Advanced Multisite Management</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/fr-the-difference-between-reusable-blocks-block-patterns-templates-and-template-parts/\">Différences entre blocs réutilisables, compositions de blocs, modèles et éléments de modèle</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=common-wordpress-apis-dashboard-widgets\">Common WordPress APIs: Dashboard Widgets</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-sendig-block-theme-8\">WP dev livestream: Sendig block theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=introducing-domains-4\">Introducing… Domains!</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=introducing-domains-3\">Introducing… Domains!</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=tips-and-shortcuts-for-using-the-block-editor-streamlining-content-creation-apac\">Tips and shortcuts for using the block editor &amp; streamlining content creation (APAC)</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=tips-and-shortcuts-for-using-the-block-editor-streamlining-content-creation\">Tips and shortcuts for using the block editor &amp; streamlining content creation</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=using-the-row-and-stack-blocks-apac\">Using the row and stack blocks (APAC)</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-sendig-block-theme-7\">WP dev livestream: Sendig block theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=custom-tables-in-wordpress\">Custom tables in WordPress</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=developer-hours-exploring-editor-extensibility\">Developer Hours: Exploring Editor Extensibility</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=hallway-hangout-lets-chat-about-wordpress-6-3-and-block-theming\">Hallway Hangout: Let’s chat about WordPress 6.3 and block theming</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=the-wordpress-developer-quiz\">The WordPress developer Quiz</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-can-chat-gpt-help-wordpress-developers-and-designers\">How can Chat GPT help WordPress developers and designers?</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-set-up-a-free-wordpress-test-website-and-explore-code-2\">How to set up a free WordPress test website (and explore code!)</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/creating-a-4-page-business-website/\">Creating a 4-page business website</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/\">jQuery 3.7.0</a></li>\n\n\n\n<li><a href=\"https://nodejs.org/en/blog/release/v20.2.0\">Node v20.2.0 released</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-04-13-1\"></a><a href=\"https://www.php.net/archive/2023.php#2023-05-11-1\">PHP 8.2.6 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-05-11-2\">PHP 8.1.19 Released!</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/13.0/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases/tag/2.5.5\">Composer 2.5.5</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 01 Jul 2023 02:36: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:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:52:\"WordPress.org blog: People of WordPress: Allison Dye\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15287\";s:7:\"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/2023/06/people-of-wordpress-allison-dye/\";s: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:12498:\"<p><strong>A way to escape chronic pain and give a sense of independence, is what using WordPress means for Italian-American Allison Dye. Now as a project manager and social media content manager living in North Carolina, USA, she uses the software in her work and  in disability-advocacy.</strong></p>\n\n\n\n<p><strong>The&nbsp;<em>People of WordPress</em>&nbsp;series shares inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.</strong></p>\n\n\n\n<img width=\"1024\" height=\"537\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/fi-allison-dye.jpg?resize=1024%2C537&ssl=1\" alt=\"Allison Dye\" class=\"wp-image-15292\" />\n\n\n\n<p>Allison was first introduced to WordPress when she was 13 years old. Her parents gave her own WordPress website to use, play, test, and try whatever she wanted with it. Her health issues had started when she was eight years old, and being able to express who she was and learn new skills provided an escape she needed. </p>\n\n\n\n<h2 class=\"wp-block-heading\">My first encounter with WordPress</h2>\n\n\n\n<p>Allison said: &#8220;While the technical aspects of my new WordPress website intrigued me, I was more interested in the space it made for me to write. All throughout my childhood I had struggled with chronic pain, fatigue, and other unexplained symptoms. Having a private world I could call my own, I was able to write my story.&#8221;</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;There is something truly amazing about having a place to tell your story.&#8221;</p>\n<cite>Allison Dye</cite></blockquote>\n\n\n\n<p>Her family faced many doctors, nurse, specialists and hospital visits, but could not get an answer to the difficulties faced by Allison. She said: &#8220;I felt like my life and world were out of control. But logging onto my little website and typing away on the computer keys gave me a sense of control. I couldn’t always do things that other kids had the energy to do. But I could get lost in writing for hours. I couldn’t control my life story, but I could write about it.&#8221;</p>\n\n\n\n<p>She felt it was like writing letters to her future self and would act as a reminder of how strong she had become. Even now when Allison writes on her website, she feels it is writing letters to her past self, expressing reassurance and pride. The practice of writing online continues to help her reflect on how she coped and made it through the difficulties.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress in the real world</h2>\n\n\n\n<p>Allison hoped her early experiences with hospitals and being unwell was just part of being a child, and that in adulthood she would be healthy. She longed for this time.</p>\n\n\n\n<p>Growing up did not bring her this dream of a healthier life and an end to chronic pain. In fact, her condition worsened as she went through her teens and at 18 she finally received a diagnosis of Multiple Sclerosis.</p>\n\n\n\n<img width=\"768\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/allison-2.jpg?resize=768%2C1024&ssl=1\" alt=\"Allison stood in front of trees\" class=\"wp-image-15290\" />Allison enjoying time with nature and trees\n\n\n\n<p>This changed what had been conventional job choices, as she was not able to handle a 9 to 5 work schedule. She could not drive herself to work on some days and relied on her mother to help with transport. She knew that she would have to find another way to work and she was determined to find it.</p>\n\n\n\n<p>She began writing music and book reviews online, and then moved onto writing blog posts. As they were published she started to receive payment and a sense of power over her life. She said: &#8220;WordPress felt familiar, typing on the computer keys felt comfortable, and sharing my words with the world felt surreal.&#8221;</p>\n\n\n\n<p>Allison&#8217;s sense of ownership of the software became part of her strength. &#8220;I think I believed WordPress was mine somehow. I was learning that WordPress is something that belongs to everyone in some way. And I loved it.&#8221;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Finding work with WordPress</h2>\n\n\n\n<p>The confidence using the platform gave Allison led her to find more about what it could do and meet other people who used it. She said: &#8220;The thing I love about WordPress is that it’s not just for developers or bloggers or SEO experts. I began to meet more people in the community and was delighted to find people like me, who didn’t know the technical stuff, but were a part of WordPress.&#8221;</p>\n\n\n\n<p>This global community orbiting around the software gave her an opportunity to meet social media managers, designers, and people from many different areas. She found that &#8216;there was a place for everyone&#8217;. The guiding strength and fascination Allison found and still finds today is in that community. Allison said: &#8220;The community felt as important as the rest of everything that makes WordPress what it is. It felt like it was about people and relationships as well as codes and databases.&#8221;</p>\n\n\n\n<p>In 2020, she was hired by a WordPress company. She said: &#8220;I like being a part of a WordPress company, and I love that I contribute to a team that helps people with their websites. I understand the importance of having a space that’s yours. Whether it’s a business or personal site, having a website gives you the power of telling your own story.&#8221;</p>\n\n\n\n<p>WordPress gave Allison a freedom and an independence. She did not have to work a 9 to 5 job, rely on others to drive her on bad days with her MS, nor worry about days when she wanted to stay in her sweatshirts rather than go into an office to work. She said: &#8220;I have a 100% remote job which I can do despite the plot twists in my story, thanks to WordPress and the people in it.&#8221;</p>\n\n\n\n<p>WordPress took Allison into the world of project management for a small agency, and this experience was to help guide her path, skills and confidence into the future. She went on to work in content management in WordPress, building pages for awareness campaigns for non profit organizations and small businesses as a contractor. She helps people update their websites, add and edit content, perform basic updates and help them to learn how to use their sites. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;I tell all my clients to use WordPress because there is really no other solution that can scale as easily for growing organizations and small businesses. I love how WordPress allows them to tell their stories, share their passion, and have a place to call their own on the internet.&#8221;</p>\n<cite>Allison Dye</cite></blockquote>\n\n\n\n<p>As a fluent English and Italian speaker, Allison is able to support clients in different countries from where she lives. &#8220;I love that with WordPress I&#8217;m able to support clients remotely. This is thanks to all of the many WordPress contributors, developers, project managers, content writers, and many, many volunteers that work tirelessly to enable people around the world to use WordPress.&#8221;</p>\n\n\n\n<p>Allison also became a certified as an English As A Second Language (ESL) teacher. &#8220;My affinity for words and languages allows me to teach passionately and creatively. I’m Italian-American and am fluent in English and Italian. Teaching English allows me to share my passion for communication with others.&#8221;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Welcomed into the WordPress community</h2>\n\n\n\n<img width=\"1024\" height=\"562\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/WPCoffeeTalk-Allie-Dye.png?resize=1024%2C562&ssl=1\" alt=\"Allie interviewed for a podcast on her use of WordPress\" class=\"wp-image-15293\" />Allie interviewed for a podcast on her use of WordPress\n\n\n\n<p>Allison attributes mentors and supporters in the WordPress community for helping her appreciate she really is part of it. Allison recalled: &#8220;It felt unreal. I wasn’t a dev, I don’t know how to code, and yet I got to be a part of it all? I felt like I was a fake. But Kimberly continues to remind me that I’m real, I get to be here, I get to stay, I have a place.&#8221;</p>\n\n\n\n<p>She was later encouraged to contribute by a WordPress community member to the Big Orange Heart, which aims to support and promote positive well-being and mental health within remote working communities. She said she felt &#8216;honored typing my words, pieces of my story, and sharing them with a community of people&#8217;.</p>\n\n\n\n<p>She also joined the <a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021</a> online organizing team. </p>\n\n\n\n<p>Allison enjoys the fact that in the WordPress community, &#8216;everyone here is constantly working to be better and do better&#8217;.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Facing the future with strength from her friends and colleagues in WordPress</h2>\n\n\n\n<img width=\"675\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/allison-1.jpg?resize=675%2C900&ssl=1\" alt=\"\" class=\"wp-image-15289\" />\n\n\n\n<p>Allison was later diagnosed with two additional neurological conditions: Functional Neurological Disorder and Migraine. She said: &#8220;If it were not for WordPress I would really be unable to work. But WordPress and its community continue to be a part of my life and I am grateful to everyone who&#8217;s helped me along my way. I don&#8217;t know where I would even be without it.&#8221;</p>\n\n\n\n<p>She strives to raise awareness of dynamic disabilities and invisible illnesses like her own through podcasts and social media. She feels that her WordPress friends have helped her both in her professional life and in her wish to be an advocate for others with disabilities too.<br /><br />Allison hopes reading of her experience will help others who are worried about not progressing in a WordPress career due to health concerns.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;I hope that it will remind anyone reading this that WordPress is a space for everyone. Healthy or not, developer or not, blogger or not — WordPress belongs to you too.&#8221;</p>\n<cite>Allison Dye</cite></blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community.&nbsp;Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributors</h2>\n\n\n\n<p>Thanks to Allie Dye (<a href=\"https://profiles.wordpress.org/allisondye/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>allisondye</a>)&nbsp;for sharing about her adventures in WordPress.</p>\n\n\n\n<p>Props to Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>) and the late Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sthakor</a>) for interviews and writing the feature, Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>) for work on images, and to Meher, Maja Loncan (@mloncar) and Chloe Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>) for reviews.</p>\n\n\n\n<p>The&nbsp;<em>People of WordPress</em>&nbsp;series thanks Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\"><img width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" /><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Jun 2023 21:23: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:11:\"Abha Thakor\";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:100:\"WPTavern: WP Feature Notifications Contributors Seek Feedback on Admin Notices with Community Survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146339\";s:7:\"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/wp-feature-notifications-contributors-seek-feedback-on-admin-notices-with-community-survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2075:\"<p>The WP Feature Notifications project has <a href=\"https://make.wordpress.org/core/tag/feature-notifications/\">launched a community survey</a> to get feedback on the current system of notices in the WordPress admin. The project aims to create a better way to manage and deliver notifications in the admin, and the survey is intended to further refine this work.</p>\n\n\n\n<p>A few months ago, <a href=\"https://wptavern.com/wp-feature-notifications-project-progresses-towards-mvp-for-standardizing-admin-notifications\">the project released version 0.2.0 of the feature plugin</a> in which contributors implemented a more robust JavaScript-based system for standardizing how notifications appear in the admin. This is a <a href=\"https://github.com/WordPress/wp-feature-notifications/releases/tag/0.2.0\">proof of concept plugin</a> that uses demo data only. They are working towards an MVP for 0.3.0, which will remove the demo content and provide a functional notification system. Contributors have also put together <a href=\"https://www.figma.com/file/sC0QzxbY1Azm6wtc2X6bXV/WP-Notify-design-blueprints-i6-(by-Nick-Heurter)?type=design&node-id=158-105&mode=design\">an updated design</a> based on the idea of <a href=\"https://github.com/WordPress/wp-feature-notifications/issues/253\">working within WordPress&#8217; existing design system</a>.</p>\n\n\n\n<img />\n\n\n\n<p>&#8220;The team has recently made some solid progress on things like database storage and REST API endpoints,&#8221; WordPress core contributor Joe Bailey-Roberts said. &#8220;However this is slightly paused for now so we can revise things if necessary, based on the survey results. We also have an updated design for the admin notices UI that we’ll shortly be showcasing, which came out of the WCEU Contributor Day.&#8221;</p>\n\n\n\n<p>Anyone who uses WordPress is welcome to <a href=\"https://forms.gle/XBh1U53MYLni4hsHA\">take the survey</a> &#8211; it&#8217;s for developers and users alike. It takes just a few minutes and may help shape the direction of the WP Feature Notifications project in the future.</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, 30 Jun 2023 21:18:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WordCamp Central: WordCamp Finland: back to Tampere with educational, insightful and thought-provoking talks\";s:7:\"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:39:\"https://central.wordcamp.org/?p=3166382\";s:7:\"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:131:\"https://central.wordcamp.org/news/2023/06/wordcamp-finland-back-to-tampere-with-educational-insightful-and-thought-provoking-talks/\";s: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:3153:\"<p>The first-ever Finnish WordCamp gathered a few hundred fellow WordPress enthusiasts to Tampere back in 2015. This September, on 14.-15., our community will return to the city where everything started.</p>\n\n\n\n<p>Content has been planned with all skill levels, employment types and interests in mind. We do not discriminate, and WordPress users, developers, designers, people working in agencies or as a freelancer and other enthusiasts are all welcome, regardless of the experience level.</p>\n\n\n\n<p>We are more than thrilled about the upcoming lineup of talks and speakers. The best and most exciting part is that many of the topics do come outside of the WordPress world! WordCamp Finland will truly have educational, insightful and thought-provoking talks for everyone.&nbsp;</p>\n\n\n\n<p>Here’s a sneak peak of some of the topics:</p>\n\n\n\n<ul>\n<li>Analytics in GDPR era</li>\n\n\n\n<li>Climate change and WordPress, things to consider</li>\n\n\n\n<li>Optimizing e-commerce</li>\n\n\n\n<li>Work fatigue, how to prevent it and cope from it</li>\n\n\n\n<li>Open source and WordPress communities, how do those benefit you?</li>\n\n\n\n<li>Web Platform API’s and Gutenberg, modern Javascript development with WordPress</li>\n\n\n\n<li>Terminal and WP-CLI</li>\n\n\n\n<li>Designing more accessible websites and accessibility testing</li>\n\n\n\n<li>Achieving better and more inclusive web design, content and UX</li>\n\n\n\n<li>Security and hacked websites</li>\n\n\n\n<li>…and much more!</li>\n</ul>\n\n\n\n<p><a href=\"https://finland.wordcamp.org/2023/\">WordCamp Finland 2023</a> sessions will take place in Tampere on Friday 15. September. Most of the sessions will be held in English, although there are a handful of sessions held in Finnish as well.</p>\n\n\n\n<p>The day before, on Thursday 14. September, a contributing evening will take place starting at 16:00. The contributing evening will feature workshops where you can contribute and learn about various WordPress-related topics in a hands-on setting. No coding skills required!</p>\n\n\n\n<p>During the whole event, there will also be ample time for networking and meeting other WordPress enthusiasts. Getting to meet and learn from other WordPress users face-to-face is one of the main reasons people attend WordCamps. In addition to learning from each other, attendees often make new friends and find employees/employers from the WordCamp crowd.&nbsp;</p>\n\n\n\n<p><a href=\"https://finland.wordcamp.org/2023/tickets/\">Secure your tickets</a> now and ensure you’ll get to experience all of the insightful talks and activities with a welcoming community!</p>\n\n\n\n<p>The full list of speakers, session descriptions and schedule will be published in early August, so make sure to follow us on <a href=\"https://twitter.com/wordcampfinland\">Twitter</a>, <a href=\"https://www.facebook.com/WordCampFinland\">Facebook</a> and <a href=\"https://www.linkedin.com/company/wordcamp-finland\">Linkedin</a> to get the latest updates. Naturally the WordPress Finland Slack has <a href=\"https://fi.wordpress.org/chat/\">#events-wcfi</a> channel and discussion is ongoing on <a href=\"https://m.facebook.com/groups/597228300478293/\">WPWoofi</a> Facebook group.</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, 30 Jun 2023 13:51: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:\"Timi Wahalahti\";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:108:\"WPTavern: Gutenberg 16.1 Introduces Pattern Creation and Library, Adds Distraction Free Mode to Site Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146374\";s:7:\"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:117:\"https://wptavern.com/gutenberg-16-1-introduces-pattern-creation-and-library-adds-distraction-free-mode-to-site-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3391:\"<p><a href=\"https://make.wordpress.org/core/2023/06/29/whats-new-in-gutenberg-16-1-29-june/\">Gutenberg 16.1</a> was released this week, debuting of the Pattern Library, which coincides with <a href=\"https://wptavern.com/reusable-blocks-renamed-to-patterns-with-synced-and-non-synced-options\">reusable blocks getting renamed to synced patterns</a>. Users can now create and manage their own patterns that will also show up in the block inserter. Custom patterns are saved to the new Library alongside custom template parts.</p>\n\n\n\n<img />\n\n\n\n<p>This release also adds a new Distraction Free mode to the Site Editor, which removes all controls and menus, functioning in a similar way to the mode added to the content editor in October 2022. The mode can be accessed under the more menu of the Site Editor.</p>\n\n\n\n<p>Automattic-sponsored engineer Andrei Draganescu <a href=\"https://github.com/WordPress/gutenberg/pull/51173\">submitted the PR</a> for the feature and cited three reasons why the Site Editor could benefit from a Distraction Free mode:</p>\n\n\n\n<ul>\n<li>Because distraction free work is a good environment to cultivate</li>\n\n\n\n<li>Because the command center makes full chrome UI useless for power users</li>\n\n\n\n<li>Because it enables a really 1:1 preview &#8211; while maintaining everything editable</li>\n</ul>\n\n\n\n<p>Draganescu published a video of the Distraction Free mode working in concert with the new Command Palette:</p>\n\n\n\n\n\n\n\n<p>Another new feature in this release is automated footnotes.<a id=\"d213a119-9478-49c0-b53c-1ceba4b8b5a0-link\" href=\"https://wptavern.com/feed#d213a119-9478-49c0-b53c-1ceba4b8b5a0\" class=\"fn\">*</a> Users can add them by highlighting the text and selecting Footnote from the formatting menu. This will automatically insert the note and create a Footnote block at the bottom of the content. (This block can be moved.)</p>\n\n\n<ol class=\"wp-block-footnotes\"><li id=\"d213a119-9478-49c0-b53c-1ceba4b8b5a0\">This is an example of a footnote. <a href=\"https://wptavern.com/feed#d213a119-9478-49c0-b53c-1ceba4b8b5a0-link\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/21a9.png\" alt=\"↩\" class=\"wp-smiley\" />︎</a></li></ol>\n\n\n<p>Footnotes can be added inside paragraph, heading, and list blocks, and are saved as post meta. The Footnote block doesn&#8217;t seem to be accessible in the block inserter. It is automatically created and inserted with the first footnote. </p>\n\n\n\n<img />\n\n\n\n<p>A few other notable features in this release include the following:</p>\n\n\n\n<p></p>\n\n\n\n<ul>\n<li>Live block theme previewing in the Site Editor moved out of experimental stage, available for block themes under <em>Appearance > Themes</em></li>\n\n\n\n<li>Site Editor sidebar now displays template and settings configuration details for the home and index templates</li>\n\n\n\n<li>Aspect ratio controls added to Image block</li>\n</ul>\n\n\n\n<p>Gutenberg 16.1 is included in the upcoming WordPress 6.3 release, but if you want to take advantage of these features before August, you will need to be using the plugin or <a href=\"https://wptavern.com/wordpress-6-3-beta-2-released-ready-for-testing\">test 6.3 Beta 2</a>. Check out the <a href=\"https://make.wordpress.org/core/2023/06/29/whats-new-in-gutenberg-16-1-29-june/\">release post</a> for the full changelog that includes all the latest enhancements, bug fixes, and performance and accessibility improvements.</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, 30 Jun 2023 03:04:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:108:\"WPTavern: Hackers Actively Exploiting Unpatched Privilege Escalation Vulnerability in Ultimate Member 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:30:\"https://wptavern.com/?p=146380\";s:7:\"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:119:\"https://wptavern.com/hackers-actively-exploiting-unpatched-privilege-escalation-vulnerability-in-ultimate-member-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:2446:\"<p>WPScan is reporting a hacking campaign <a href=\"https://blog.wpscan.com/hacking-campaign-actively-exploiting-ultimate-member-plugin/\">actively exploiting an unpatched vulnerability in the Ultimate Member plugin</a>, which allows unauthenticated attackers to create new user accounts with administrative privileges and take over the site. The vulnerability has been assigned a CVSSv3.1 (Common Vulnerability Scoring System) score of 9.8 (Critical).</p>\n\n\n\n<p>Automattic&#8217;s <a href=\"https://wp.cloud/\">WP.cloud</a> and <a href=\"https://pressable.com/\">Pressable.com</a> hosting platforms picked up on a trend in compromised sites where each had rogue new administrators popping up. After further investigation they found a discussion on the WordPress.org support forums about a potential <a href=\"http://wordpress.org/support/topic/possible-priv-esc-vulnerability/\">Privilege Escalation vulnerability</a> in the plugin, as well as indications that it was already being <a href=\"https://wordpress.org/support/topic/register-role-ignored-and-user-became-an-admin/\">actively exploited</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/ultimate-member/\">Ultimate Member</a>, which is active on more than 200,000 WordPress sites, patched the plugin, but WPScan reports that it wasn&#8217;t sufficient.</p>\n\n\n\n<p>&#8220;In response to the vulnerability report, the creators of the plugin promptly released a new version, 2.6.4, intending to fix the problem,&#8221; WPScan security researcher Marc Montpas said. &#8220;However, upon investigating this update, we found numerous methods to circumvent the proposed patch, implying the issue is still fully exploitable.</p>\n\n\n\n<p>&#8220;Adding to the urgency of the situation, a look at our monitoring systems also confirmed attacks using this vulnerability were indeed happening in the wild.&#8221;</p>\n\n\n\n<p>WPScan has identified more than a dozen IP addresses from which exploits are originating, common usernames for malicious accounts, and other indicators of compromise, such as malicious plugins, themes, and code. Check the <a href=\"https://blog.wpscan.com/hacking-campaign-actively-exploiting-ultimate-member-plugin/\">security advisory</a> if you believe you have been compromised.</p>\n\n\n\n<p>Version 2.6.6 is the latest release from the Ultimate Member plugin but it is still believed to be vulnerable. WPScan recommends users disable the plugin until it has been adequately patched.</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, 30 Jun 2023 01:35:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:91:\"WordPress Foundation: 2023 Kim Parsell Memorial Scholarship Recipient: Yumi Nishioka (mimi)\";s:7:\"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:41:\"https://wordpressfoundation.org/?p=569710\";s:7:\"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:95:\"https://wordpressfoundation.org/news/2023/2023-kim-parsell-memorial-scholarship-recipient-mimi/\";s: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:1692:\"<p><a href=\"https://us.wordcamp.org/2023/announcing-the-2023-kim-parsell-memorial-scholarship-winner-yumi-nishioka/\">This year’s Kim Parsell Memorial Scholarship recipient</a> is <a href=\"https://profiles.wordpress.org/mimitips/\">Yumi Nishioka (mimi)</a>. mimi is a passionate WordPress contributor who embodies the values that Kim would have appreciated.</p>\n\n\n\n<p>mimi is a Web/UI Designer and Developer based in Tokyo, and has been a WordPress contributor since 2018. She was lead organizer of WordCamp Tokyo 2019. That year she also began hosting a personal study group on the Gutenberg Project, which meets twice a month. Then in 2021, she started co-organizing monthly&nbsp;small study sessions&nbsp;about Design and WordPress.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><em>While there have been numerous contributions I’m proud of, one that stands out is my commitment to the core code. Although it was a small code change, the experience of being actively involved in the open-source software that I use daily was incredibly rewarding.</em></p>\n<cite>&#8211; mimi</cite></blockquote>\n\n\n\n<p>The WordPress Foundation created this memorial scholarship in 2015, to honor the memory of longtime WordPress contributor Kim Parsell and ensure that Kim’s values would continue to be infused into the WordPress community.</p>\n\n\n\n<p>This scholarship provides travel to WordCamp US for a woman who contributes to the WordPress open source project, and who would not otherwise be able to attend WordCamp US.&nbsp;<a href=\"http://wordpressfoundation.org/projects/kim-parsell-memorial-scholarship/\">More information on the scholarship, including past recipients, is available here</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, 29 Jun 2023 15:43:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Julia Golomb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Do The Woo Community: Reflecting Back on WordCamp Europe 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75373\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://dothewoo.io/reflection-on-wordcamp-europe-2023/\";s: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:368:\"<p>In this episode, nothing goes untouched. A lot of great reflection on WordCamp EU 2023 in Athens.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/reflection-on-wordcamp-europe-2023/\">Reflecting Back on WordCamp Europe 2023</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jun 2023 12:28: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:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"WPTavern: WordPress 6.3 Beta 2 Released, Ready for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146291\";s:7:\"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:68:\"https://wptavern.com/wordpress-6-3-beta-2-released-ready-for-testing\";s: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:4422:\"<p>WordPress 6.3 hit a major milestone today with the <a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">release of Beta 2</a>. The release leads opted to skip Beta 1, which was delayed yesterday after some technical issues with packaging the release, and have moved straight on to Beta 2. </p>\n\n\n\n<p>As WordPress 6.3 is set to be the last major release of the Gutenberg project&#8217;s Phase 2 focus on customization, it ties up many loose ends related to the Site Editor and usability in general. It rolls in the ten most recent releases of the Gutenberg plugin &#8211; versions 15.2 through 16.1. </p>\n\n\n\n<p>Major interface enhancements in this release, as outlined by the comprehensive <a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">6.3 testing guide</a>, include the following: </p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/#command-palette\">Command Palette</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/#improved-page-management\">Improved Page Management</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/#content-editing-in-site-editor\">Content Editing in Site Editor</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/#distraction-free-mode-in-site-editor\">Distraction Free Mode in Site Editor</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/#block-theme-preview\">Block Theme Preview</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/#using-the-style-book-in-the-styles-site-view\">Using the Style Book in the Styles’ Site View</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/#styles-revisions\">Styles Revisions</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/#top-toolbar-improvements\">Top Toolbar Improvements</a></li>\n</ul>\n\n\n\n<p>Patterns are also getting a big boost in this release, as reusable blocks have been <a href=\"https://wptavern.com/reusable-blocks-renamed-to-patterns-with-synced-and-non-synced-options\">renamed to &#8220;synced patterns.&#8221;</a> Pattern creation is now available to users and a new pattern library will be located inside the editor for saving and managing both synced and unsynced patterns. Theme authors now have the capability to register custom patterns to templates, so they appear in the start modal to speed up page building.</p>\n\n\n\n<p>WordPress 6.3 will introduce three new blocks, including <a href=\"https://make.wordpress.org/core/2023/04/19/whats-new-in-gutenberg-15-6-19-april/#details-block-experimental\">details</a>, <a href=\"https://make.wordpress.org/core/2023/03/13/whats-new-in-gutenberg-15-3-13-march/#new-time-to-read-block\">time-to-read</a>, and <a href=\"https://github.com/WordPress/gutenberg/pull/49797\">footnotes</a>, along with many improvements to existing blocks.</p>\n\n\n\n<p>This release comes with significant performance updates, most notably the addition of <a href=\"https://core.trac.wordpress.org/ticket/12009\">defer and async support to the WP Scripts API</a> and <a href=\"https://core.trac.wordpress.org/ticket/58235\">fetchpriority support for images</a>. Support for PHP versions 8.0+ has been improved, along with block template resolution, image lazy loading, and the emoji loader. </p>\n\n\n\n<p>In the rare event that the manual update of a theme or plugin fails, <a href=\"https://core.trac.wordpress.org/ticket/51857\">auto-rollback</a> is available as of WordPress 6.3.</p>\n\n\n\n<p>Beta 2 testers are encouraged to <a href=\"https://core.trac.wordpress.org/newticket\">file bug reports on WordPress Trac</a>. During beta testing until the last RC, the WordPress project will also be <a href=\"https://make.wordpress.org/security/2023/06/28/doubling-the-bounties-for-wordpress-6-3-beta/\">doubling its monetary reward</a> for any new, unreleased security issues that are uncovered. The vulnerabilities must be found in new code in order to qualify for the doubled reward.</p>\n\n\n\n<p>Check out the <a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">Beta 2 release post</a> for more information on new features, accessibility improvements, and instructions on how to test. WordPress 6.3 is scheduled for release on August 8, 2023.</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, 29 Jun 2023 03:28: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: WordCamp Asia 2024 Scheduled for March 7-9 in Taipei\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146336\";s:7:\"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/wordcamp-asia-2024-scheduled-for-march-7-9-in-taipei\";s: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:1883:\"<p>WordCamp Asia has announced its dates for 2024. The flagship event is now officially scheduled for March 7-9, in Taipei, Taiwan. Organizers have secured the <a rel=\"noreferrer noopener\" href=\"https://www.ticc.com.tw/wSite/mp?mp=2\" target=\"_blank\">Taipei International Convention Center (TICC)</a> venue to host the event, which is located in the business district not far from Taipei 101, formerly known as the Taipei World Financial Center, a skyscraper that is the city&#8217;s most visible landmark. TICC has a capacity of more than 3,000 people.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>&#8220;The local community is massive and I’ve been told that WordCamp Taiwan (this October) alone would boast of at least 500 attendees,&#8221; organizer John Ang said after visiting Taipei with his team to sign the venue. &#8220;While we were on the same trip, we were lucky to be able to celebrate  the 20th Anniversary of WordPress with the Taiwanese community.</p>\n\n\n\n<p>&#8220;There’s also active work bringing in government support and other open source communities across the region (e.g. Hong Kong) to WordCamp Asia next year.&#8221; </p>\n\n\n\n<img />photo credit: <a href=\"https://asia.wordcamp.org/2024/preparations-has-started-for-wordcamp-asia-2024/\">Preparations have started for WordCamp Asia 2024</a>\n\n\n\n<p>WordCamp Asia attendees can expect 3-5 tracks of sessions featuring diverse presentations across a range of topics for beginners and seasoned WordPress professionals alike. The venue also offers ample common areas for networking.</p>\n\n\n\n<p>More details on the event and calls for speakers and sponsors should be coming soon. Those who are hopeful to attend can subscribe to updates on <a href=\"https://asia.wordcamp.org/2024/\">the event&#8217;s website</a> or follow <a href=\"https://twitter.com/WordCampAsia\">@WordCampAsia</a> on Twitter.</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, 29 Jun 2023 00:31:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:40:\"WordPress.org blog: WordPress 6.3 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15193\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-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:15161:\"<p>WordPress 6.3 Beta 2 is ready for download and testing. This is the first release of the 6.3 cycle, as there was no Beta 1 due to technical issues with packaging the release. Rather than further delaying a beta release, the release squad has decided to package and ship Beta 2.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development.</strong> <strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, the release squad recommends you evaluate Beta 2 on a test server and site.</p>\n\n\n\n<p>WordPress 6.3 demonstrates incredible progress toward achieving the goals outlined in the <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a> and is the <a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">final major release of Phase 2</a>. Phase 2 has focused mainly on the Site Editor, enabling site creators to build websites, design compelling layouts, and manage content without toggling between multiple configuration areas or editing code.</p>\n\n\n\n<p>Learn more about Gutenberg updates debuting since WordPress 6.2 by reviewing prior editions of <em>What’s New in Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2023/02/24/whats-new-in-gutenberg-15-2-22-february/\">15.2</a>, <a href=\"https://make.wordpress.org/core/2023/03/13/whats-new-in-gutenberg-15-3-13-march/\">15.3</a>, <a href=\"https://make.wordpress.org/core/2023/03/22/whats-new-in-gutenberg-15-4-22-march/\">15.4</a>, <a href=\"https://make.wordpress.org/core/2023/04/05/whats-new-in-gutenberg-15-5-05-april/\">15.5</a>, <a href=\"https://make.wordpress.org/core/2023/04/19/whats-new-in-gutenberg-15-6-19-april/\">15.6</a>, <a href=\"https://make.wordpress.org/core/2023/05/04/whats-new-in-gutenberg-15-7-03-may/\">15.7</a>, <a href=\"https://make.wordpress.org/core/2023/05/20/whats-new-in-gutenberg-15-8-may-17/\">15.8</a>, <a href=\"https://make.wordpress.org/core/2023/05/31/whats-new-in-gutenberg-15-9-31-may/\">15.9</a>, <a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/\">16.0</a>, and <a href=\"https://make.wordpress.org/core/2023/06/29/whats-new-in-gutenberg-16-1-29-june/\">16.1</a>.</p>\n\n\n\n<p>WordPress is the result of contributions by users, developers, and extenders across the globe. As this community seeks new features, the platform will continue to evolve, including the site editing features and beyond. Get an overview of the <a href=\"https://make.wordpress.org/core/6-3/\">6.3 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-3/\">6.3-related posts</a> in the coming weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A first look at 6.3</h2>\n\n\n\n<p>This latest WordPress release includes many updates spanning all platform areas, emphasizing the editing experience and polishing usability.&nbsp;This release contains more than 500 new features and enhancements and 400+ bug fixes.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Performance</h3>\n\n\n\n<p>Following the incredible <a href=\"https://make.wordpress.org/core/2023/04/05/wordpress-6-2-performance-improvements-for-all-themes/\">performance improvements introduced in 6.2</a>, the release includes more than 170 performance-related updates, including adding <a href=\"https://core.trac.wordpress.org/ticket/12009\">defer and async support to the WP Scripts API</a> and <a href=\"https://core.trac.wordpress.org/ticket/58235\">fetchpriority support for images</a>. Optimizations were made to <a href=\"https://github.com/WordPress/wordpress-develop/pull/4097\">block template resolution</a>, <a href=\"https://core.trac.wordpress.org/ticket/58211\">image lazy-loading</a>, and the <a href=\"https://core.trac.wordpress.org/ticket/58472\">emoji loader</a>, all of which benefit LCP performance. Support for PHP versions <a href=\"https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&keywords=~php8+-php81+-php82&milestone=6.3&order=priority\">8.0</a>, <a href=\"https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&keywords=~php81&milestone=6.3&order=priority\">8.1</a>, and <a href=\"https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&keywords=~php82&milestone=6.3&order=priority\">8.2</a> has been improved.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Site Editor</h3>\n\n\n\n<p>The Site Editor expands to include navigating and editing <a href=\"https://make.wordpress.org/core/2023/05/20/whats-new-in-gutenberg-15-8-may-17/#add-the-pages-menu-to-the-site-editor-50463\">pages</a>, <a href=\"https://make.wordpress.org/core/2023/04/19/whats-new-in-gutenberg-15-6-19-april/#style-variations-in-browse-mode\">styles</a>, <a href=\"https://github.com/WordPress/gutenberg/issues/50418#top\">templates</a>, and <a href=\"https://github.com/WordPress/gutenberg/issues/44461\">content</a>. The unified site editing experience will include a <a href=\"https://github.com/WordPress/gutenberg/issues/49175\">distraction-free mode</a>, enhanced <a href=\"https://make.wordpress.org/core/2023/02/24/whats-new-in-gutenberg-15-2-22-february/#enhancements-to-navigation-in-the-site-editor\">navigation</a>, and an <a href=\"https://github.com/WordPress/gutenberg/issues/35503\">improved loading experience</a>. Additionally, you can use the Site Editor to <a href=\"https://make.wordpress.org/core/2023/05/20/whats-new-in-gutenberg-15-8-may-17/#add-theme-previews-for-block-themes-50030\">preview a block theme</a> and adjust your site before activating the new theme. This release includes <a href=\"https://github.com/WordPress/gutenberg/pull/50089\">style revisions</a> so you can toggle between and preview different saved styles. Rounding out the changes, 6.3 ushers in a new <a href=\"https://make.wordpress.org/core/2023/05/31/whats-new-in-gutenberg-15-9-31-may/#command-tool\">Command Palette</a>, enabling users to context switch and perform actions quickly across different sections of the site editing experience.</p>\n\n\n\nPrototype of the Command Palette in action\n\n\n\n<h3 class=\"wp-block-heading\">Blocks</h3>\n\n\n\n<p>New blocks for <a href=\"https://make.wordpress.org/core/2023/04/19/whats-new-in-gutenberg-15-6-19-april/#details-block-experimental\">details</a> and <a href=\"https://github.com/WordPress/gutenberg/pull/51201\">footnotes</a> debut in this release, along with updates for better handling of <a href=\"https://github.com/WordPress/gutenberg/issues/51138\">image aspect ratios</a> and improved fallback states. <a href=\"https://make.wordpress.org/core/2023/04/19/whats-new-in-gutenberg-15-6-19-april/#spacer-block-gets-spacing-presets\">Spacer blocks</a> now include presets, and the cover block gets updates for managing <a href=\"https://make.wordpress.org/core/2023/03/22/whats-new-in-gutenberg-15-4-22-march/#color-and-layout-support-for-cover-block\">text colors and layout support</a>.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/Spacing-Presets.png?ssl=1\" alt=\"\" />The new height control for the Spacer block\n\n\n\n<h3 class=\"wp-block-heading\">Patterns and Design</h3>\n\n\n\n<p>Reusable blocks have been renamed to <a href=\"https://github.com/WordPress/gutenberg/pull/51144\"><em>synced patterns</em></a>. This change reflects the unification of reusable blocks and traditional block patterns (unsynced patterns) within the Editor. A <a href=\"https://make.wordpress.org/core/2023/04/05/whats-new-in-gutenberg-15-5-05-april/#patterns-as-template-starters\">new option</a> allows you to assign patterns to templates, adding the ability to have starter patterns to speed up the creation process. Site creators can now easily create, save, and manage custom synced and unsynced patterns, as well as browse a <a href=\"https://make.wordpress.org/meta/2023/06/09/new-curation-filter-in-pattern-directory/\">directory of curated patterns</a>. Additionally, the <a href=\"https://make.wordpress.org/core/2023/03/13/whats-new-in-gutenberg-15-3-13-march/#leveling-up-duotone\">duotone filter</a> and <a href=\"https://make.wordpress.org/core/2023/04/05/whats-new-in-gutenberg-15-5-05-april/#style-captions-via-the-styles-interface\">captions</a> can now be edited in the Styles interface.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/Styling-Captions.png?ssl=1\" alt=\"\" />Style your captions in the new Styles interface\n\n\n\n<h3 class=\"wp-block-heading\">Usability<strong> </strong></h3>\n\n\n\n<p>Some key usability highlights include <a href=\"https://github.com/WordPress/gutenberg/issues/40450\">toolbar updates</a>, <a href=\"https://make.wordpress.org/core/2023/03/22/whats-new-in-gutenberg-15-4-22-march/#updated-template-descriptions\">updated template descriptions</a>, enhanced <a href=\"https://make.wordpress.org/core/2023/05/31/whats-new-in-gutenberg-15-9-31-may/#enhancements-site-editor\">list view drag-and-drop</a>, improved <a href=\"https://github.com/WordPress/gutenberg/issues/49264#top\">padding and margin controls</a>, and a new area for <a href=\"https://github.com/WordPress/gutenberg/issues/50397#top\">managing patterns</a> (including reusable blocks, now called <em>synced patterns</em>.) <a href=\"https://github.com/WordPress/gutenberg/issues/50891\">Link control</a> receives some updates, rounding out high-level usability enhancements in 6.3.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/Add-and-modify-descriptions-for-templates.png?ssl=1\" alt=\"\" />Add and modify descriptions for templates\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility</h3>\n\n\n\n<p>WordPress remains steadfast in making the site-building experience accessible to everyone. 6.3 incorporates over 50 accessibility improvements across the platform. Improved labeling, optimized tab and arrow-key navigation, revised heading hierarchy, and <a href=\"https://core.trac.wordpress.org/ticket/50523\">new controls in the admin image editor</a> allow those using screen readers, keyboard navigation, and other assistive technology to navigate more easily. The <a href=\"https://core.trac.wordpress.org/ticket/32510\">login form</a>, <a href=\"https://core.trac.wordpress.org/ticket/40470\">installation steps</a>, and list tables (for <a href=\"https://core.trac.wordpress.org/ticket/32170\">sorting</a> and <a href=\"https://core.trac.wordpress.org/ticket/21516\">selection</a>) have all been updated. Additional accessibility tickets are viewable in <a href=\"https://core.trac.wordpress.org/query?status=closed&focuses=~accessibility&milestone=6.3&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">the WordPress Trac</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Other notes</h3>\n\n\n\n<p>This release includes <a href=\"https://core.trac.wordpress.org/ticket/51857\">auto-rollback</a> for failed manual updates of themes and plugins.</p>\n\n\n\n<p><em>Please note that the features in this list may change before the final release.</em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Testing makes WordPress stronger!</h2>\n\n\n\n<p>Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether you have experience or not.&nbsp;</p>\n\n\n\n<p>While testing the upgrade process is essential, testing new features is too. Review the many new features listed above and focus your testing efforts on those areas in particular.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>New to testing? This <a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">detailed guide</a> is a great place to start if you&#8217;ve never tested a beta release.</p>\n\n\n\n<p>Want to know more about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Vulnerability bounty doubles during Beta 2</h3>\n\n\n\n<p>Between the Beta 2 release and the final release candidate (RC) for each new WordPress version, the <a href=\"https://make.wordpress.org/security/2023/06/28/doubling-the-bounties-for-wordpress-6-3-beta/\">monetary reward for reporting new, unreleased security vulnerabilities is doubled</a>. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get WordPress 6.3 Beta 2</h3>\n\n\n\n<p>You can test WordPress 6.3 Beta 2 in three ways:</p>\n\n\n\n<p><strong>Option 1:</strong> Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.3-beta2.zip\">Beta 2 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.3-beta2</code></p>\n\n\n\n<p>The current target for the final release is <strong>August 8, 2023</strong>, which is about six weeks away. Your help testing this version ensures everything in this release is the best.</p>\n\n\n\n<h3 class=\"wp-block-heading\">The first haiku for 6.3</h3>\n\n\n\n<p>A chapter closes<br />Excitement yet much newness<br />Phase 2 finale</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post:</em> <a href=\"https://profiles.wordpress.org/dansoschin/\"><em>@DanSoschin</em></a>, <a href=\"https://profiles.wordpress.org/meher/\"><em>@Meher</em></a>, <a href=\"https://profiles.wordpress.org/jpantani/\"><em>@JPantani</em></a>, <a href=\"https://profiles.wordpress.org/cbringmann/\"><em>@CBringmann</em></a>, <a href=\"https://profiles.wordpress.org/audrasjb/\"><em>@AudrasJB</em></a>, <a href=\"https://profiles.wordpress.org/annezazu/\"><em>@annezazu</em></a>, <a href=\"https://profiles.wordpress.org/ndiego/\"><em>@ndiego</em></a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\"><em>@davidbaumwald</em></a>, <a href=\"https://profiles.wordpress.org/desrosj/\"><em>@desrosj</em></a>, <a href=\"https://profiles.wordpress.org/priethor/\"><em>@priethor</em></a>, <a href=\"https://profiles.wordpress.org/flixos90/\"><em>@flixos90</em></a>,<a href=\"https://profiles.wordpress.org/wildworks\"> @wildworks</a>, <em>and </em><a href=\"https://profiles.wordpress.org/jpantani/\"><em>@JPantani</em></a><em> for authoring the haiku</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:\"Wed, 28 Jun 2023 23:30:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";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:70:\"WPTavern: #81 – James Dominy on Why AI Is to Be Embraced, Not Feared\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=146283\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/podcast/81-james-dominy-on-why-ai-is-to-be-embraced-not-feared\";s: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:52362:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast, which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case how AI and WordPress can work together.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for. WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you. And hopefully get you or your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have James Dominy. James is a computer scientist with a master&#8217;s degree in bioinformatics. He lives in Ireland working at the WP engine Limerick office.</p>\n\n\n\n<p>This is the second podcast recorded at WordCamp Europe, 2023 in Athens. James gave a talk at the event about the influence of AI on the WordPress community and how it&#8217;s going to disrupt so many of the roles which WordPressers currently occupy.</p>\n\n\n\n<p>We talk about the recent rise of ChatGPT, and the fact that it&#8217;s made AI available to almost anyone. In less than 12 months, many of us have gone from never touching AI technologies to using them on a daily basis to speed up some aspect of our work.</p>\n\n\n\n<p>The discussion moves on to the rate at which AI systems might evolve, and whether or not they&#8217;re truly intelligent or just a suite of technologies which masquerade is intelligent. Are they merely good at predicting the next word or phrase in any given sentence? Is there a scenario in which we can expect our machines to stop simply regurgitating texts and images based upon what they&#8217;ve consumed; a future in which they can set their own agendas and learn based upon their own goals?</p>\n\n\n\n<p>This gets into the subject of whether or not AI is in any meaningful way innately intelligent, or just good at making us think that it is, and whether or not the famous Turing test is a worthwhile measure of the abilities of an AI.</p>\n\n\n\n<p>James&#8217; his background in biochemistry comes in handy as we turn our attention to whether or not there&#8217;s something unique about the brains that we all possess. Or if intelligence is merely a matter of the amount of compute power that an AI can consume. It&#8217;s more or less certain that given time machines will be more capable than they are now. So when if ever does the intelligence Rubicon get crossed?</p>\n\n\n\n<p>The current AI systems can be broadly classified as Large Language Models or LLMs for short, and James explains what these are and how they work. How can they create a sentence word by word if they don&#8217;t have an understanding of where each sentence is going to end up?</p>\n\n\n\n<p>James explains that LLMs are a little more complex than just handling one word at a time, always moving backwards and forwards within their predictions to ensure that they&#8217;re creating content which makes sense, even if it&#8217;s not always factually accurate.</p>\n\n\n\n<p>We then move on from the conceptual understanding of AI to more concrete ways it can be implemented. What ways can WordPress users implement AI right now? And what innovations might we reasonably expect to be available in the future? Will we be able to get AI to make intelligent decisions about our websites SEO or design, and therefore be able to focus our time on other more pressing matters?</p>\n\n\n\n<p>It&#8217;s a fascinating conversation, whether or not you&#8217;ve used AI tools in the past.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all the links in the show notes by heading to WPTavern.com forward slash podcast. Where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you James Dominy.</p>\n\n\n\n<p>I am joined on the podcast today by James Dominy. How are you doing James?</p>\n\n\n\n<p>[00:04:51] <strong>James Dominy:</strong> I&#8217;m well, thanks. Hi Nathan. How are you doing?</p>\n\n\n\n<p>[00:04:53] <strong>Nathan Wrigley:</strong> Yeah, good, thanks. We&#8217;re at WordCamp Europe. We&#8217;re upstairs somewhere. I&#8217;m not entirely sure where we are in all honesty. The principle idea of today&#8217;s conversation with James is he&#8217;s done a presentation at WordCamp Europe all about AI. Now, I literally can&#8217;t think of a topic which is getting more interest at the moment. It seems the general press is talking about AI all the time.</p>\n\n\n\n<p>[00:05:17] <strong>James Dominy:</strong> Yeah.</p>\n\n\n\n<p>[00:05:17] <strong>Nathan Wrigley:</strong> It&#8217;s consuming absolutely everything. So it&#8217;s the perfect time to have this conversation. What was your talk about today? What did you actually talk about in front of those people?</p>\n\n\n\n<p>[00:05:24] <strong>James Dominy:</strong> Right. So my talk was about the influence of AI on the WordPress community. The WordPress community involving, in my mind, roughly three groups. You&#8217;ve got your freelancer, single content generator, blogger. You have someone who does the same job but in a business as in an agency or a marketing or a brand context. And then on the other side, you&#8217;ve got software developers who are developing plugins or working on the actual WordPress Core.</p>\n\n\n\n<p>And AI is going to be changing the way all of those people work. Mostly I focused on the first and the third groups. I don&#8217;t know enough about the business aspects to really talk about the agency and the marketing side of things.</p>\n\n\n\n<p>I personally, I&#8217;m a software developer, so I suppose I really skewed towards that in the end. But, my wife has been a WordPresser for 15, 20 years, which is how I ended up doing this. And a lot of the things that she&#8217;s been using ChatGPT quite actively recently.</p>\n\n\n\n<p>And she&#8217;s been chatting to me after work going, you know, I was trying to use ChatGPT to do X Y Z. And I thought, well, you know, that&#8217;s interesting. I know some bit about machine learning and the way these things work. I&#8217;ve read some stuff on the internals and I have opinions.</p>\n\n\n\n<p>[00:06:33] <strong>Nathan Wrigley:</strong> Perfect.</p>\n\n\n\n<p>[00:06:34] <strong>James Dominy:</strong> So that&#8217;s how I got here.</p>\n\n\n\n<p>[00:06:35] <strong>Nathan Wrigley:</strong> Yeah. Well, that&#8217;s perfect. Thank you. It seems like at the moment the word ChatGPT could be easily interchanged with AI . Everybody is using that as the pseudonym for AI and it&#8217;s not really, is it? It really is a much bigger subject. But that is, it feels at the moment, the most useful implementation in the WordPress space. You know, you lock it into the block editor in some way shape and you create some content in that way.</p>\n\n\n\n<p>[00:07:00] <strong>James Dominy:</strong> And I mean, I am absolutely guilty of that. I think the number of times I&#8217;ve said ChatGPT, I mean AI generative systems, or something during my workshop this morning is well beyond count.</p>\n\n\n\n<p>it is likely to fall victim of a trademark thing at some point. Like Google desperately tries to claim that Google is a trademark and shouldn&#8217;t be used as a generic term for search. I expect the same thing will happen with ChatGPT at some point.</p>\n\n\n\n<p>[00:07:25] <strong>Nathan Wrigley:</strong> This is going to sound a little bit, well, maybe snarky is the wrong word, but I hope you don&#8217;t take it this way, but it feels to me that the pace of change in AI is so remarkably rapid. I mean, like nothing I can think of. So, is there a way that we can even know what AI could look like in a year&#8217;s time, two years&#8217; time, five years&#8217; time? So in other words, if we speculate on what it could be to WordPress, is that a serious enterprise? Is it serious endeavor? Or are we just hoping that we get the right guess? Because I don&#8217;t know what it&#8217;s going to be like.</p>\n\n\n\n<p>[00:07:59] <strong>James Dominy:</strong> I think if we rephrase the question a bit, we might get a better answer. So AIs are human design systems. And there is a thing called the alignment problem where there is an element of design to AIs, and we give it a direction, but it doesn&#8217;t always go the direction we want and I think that is the unanswerable part of this question.</p>\n\n\n\n<p>Yes, there are going to be emergent surprises from the capabilities of AIs. But for the most part, AIs are developed with a specific goal in mind. Large language models were developed, okay I&#8217;m taking a wild educated guess here perhaps, but they were developed with the idea of producing text that sounded like a human. And I mean, we&#8217;ve had the Turing test for nearly a hundred years, more than a hundred years? 21, yeah, more than a hundred years now.</p>\n\n\n\n<p>So I mean, that&#8217;s been a goal for a hundred years. Everyone says that AI has advanced rapidly and it has, but the core mathematical principles that are involved, those haven&#8217;t advanced. I don&#8217;t want to take away from the people who&#8217;ve done the work here. There has been work that&#8217;s been put into it, but I think what&#8217;s really given us the quantum leap here is the amount of computational power that we can throw at the problem.</p>\n\n\n\n<p>And as long as that is increasing exponentially, I think we can expect that the models themselves will get exponentially better at roughly the same rate as the amount of hardware we throw at it.</p>\n\n\n\n<p>[00:09:28] <strong>Nathan Wrigley:</strong> So we can stare into the future and imagine that it&#8217;s going to get exponentially, logarithmically it&#8217;s going to, it&#8217;s just going to get better and better and better. But we can&#8217;t predict the ways that it might output that betterness. Who knows what kind of interface there&#8217;ll be, or.</p>\n\n\n\n<p>[00:09:41] <strong>James Dominy:</strong> Yeah. I think better&#8217;s a very evasive term perhaps, on my part. I think there are specific ways that it is going to get better. For example, we are going to see less confused AIs, because they are able to process more tokens. They have deeper models. Deeper statistical trees for outputs. They&#8217;re able to take more context in and apply it to whatever comes out. So in that sense we&#8217;re going to see a better output from an AI. Is it going to ever be able to innovate? Ooh, that&#8217;s a deep philosophical question, and I mean we can get into that, but I don&#8217;t know that we have time.</p>\n\n\n\n<p>[00:10:20] <strong>Nathan Wrigley:</strong> I think I would like to get into that.</p>\n\n\n\n<p>[00:10:22] <strong>James Dominy:</strong> Okay.</p>\n\n\n\n<p>[00:10:22] <strong>Nathan Wrigley:</strong> Because when we begin talking about AI, I think the word which sticks is intelligence. The artificial bit gets quickly forgotten and we imagine that there is some kind of intelligence behind this, because we ask it a fairly straightforward, or even indeed quite complicated question.</p>\n\n\n\n<p>And we get something which appears to pass the Turing test. Just for those people who are listening, the Turing test is a fairly blunt measure of whether you are talking to something which is a human or not human, masquerading as a human. And if something is deemed to have passed the Turing test, it&#8217;s indistinguishable from a human.</p>\n\n\n\n<p>And so, I have an intuition that really what we&#8217;re getting back, it&#8217;s not intelligent in any meaningful sense of the word. It&#8217;s kind of like a regurgitation machine. It&#8217;s sucking in information and then it&#8217;s just giving us a best approximation of what it thinks we want to hear. But it&#8217;s not truly intelligent. If you asked it something utterly tangential, that it had no capacity, it had no data storage on, it would be unable to cope with that, right?</p>\n\n\n\n<p>[00:11:22] <strong>James Dominy:</strong> I think yes. If you can clearly delineate the idea of, we have no data on this, which is very difficult considering the amounts of information that, you know, give something access to Wikipedia and that AI generative system might well be able to produce an opinion on practically anything these days.</p>\n\n\n\n<p>But if it hasn&#8217;t read the latest paper on advanced quantum mechanic theory, it&#8217;s not going to know it. That text isn&#8217;t going to be there. Could it reproduce that paper? That&#8217;s a subtely different question, because then it comes down to, well, when a human produces that paper, what are they really doing?</p>\n\n\n\n<p>They&#8217;re synthesizing their knowledge from a bunch of different things that they&#8217;ve learned, and they&#8217;re producing text in a language, in a grammar, that they have learned in a very similar way, that statistically speaking this sentence follows this grammatical form. Because I have learned that as a child through hearing it several thousand times from the people around me and my parents. What&#8217;s different?</p>\n\n\n\n<p>A more practical example here, I was having this discussion earlier today, and someone said yes, but they&#8217;re not truly intelligent. But if you consider it, even now, we can ask Chat GPT something, and I&#8217;m going to be abstract cause I don&#8217;t have a concrete example here, I&#8217;m sorry. But we can say to ChatGPT, I want you to produce a poem in the style of Shakespeare, a sonnet or something. But I want you to use a plot from Goethe.</p>\n\n\n\n<p>Okay, fine. Now it can do that. It can give you a response. I&#8217;m not sure that it&#8217;ll be a good response. I haven&#8217;t tried that particular one. But in that context, if you are asking a human to do that, and we automatically make the assumption of other human beings that they understand. And, sorry, I&#8217;m making air quotes here. That they understand, in quotes, who Goethe is. That that is a person and a character. That Goethe has a particular style and a proclivity for a certain pattern in his plots.</p>\n\n\n\n<p>And that those are all, to use a computer science term, symbolic representations. Abstract concepts. So is ChatGPT actually understanding those abstract concepts? Does it understand that Goethe is a person? Educated guests here, probably not. But it does understand that Goethe refers to a certain, can draw a line in all the stuff that it has learned and know this is Goethe.</p>\n\n\n\n<p>It has a concept of what it thinks Goethe is. Then from there it can say, and he has done work on the following things, and these are plots. And so it kind of understands. There&#8217;s another line there about what a plot is, which is a very abstract concept.</p>\n\n\n\n<p>Does that mean it&#8217;s intelligent? Does that mean it understands? I don&#8217;t know. That&#8217;s my answer because I did biochemistry at university, and there&#8217;s also the question there, and it&#8217;s exactly the same question. It&#8217;s at what point do the biological machines, the biochemical machines, your actual proteins and things that are obviously on their own, unintelligent, and yet when they act in concerts, they produce a cell, and a living being.</p>\n\n\n\n<p>Where does that boundary exist? Is it gray? Is it a hard line? And the same for me is true of the intelligence question here. Intelligence is a, it&#8217;s an aglomeration of lots of small, well-defined things that when they start interacting, become more than the sum of their parts. Does it come down to the Turing test? I mean, the fact that people on support, little support popups on the web, have to ask, are you a human every now and then. It immediately says, we have AIs that have passed the Turing test long ago.</p>\n\n\n\n<p>But here in this case, like the extended Turing test is the thing actually intelligent? I don&#8217;t know. I genuinely don&#8217;t know the answer there. In some sense, yes, because it&#8217;s doing almost the same thing as we are, just in a different, with different delineations and different abstractions, but the process is probably the same.</p>\n\n\n\n<p>[00:15:33] <strong>Nathan Wrigley:</strong> Given that you&#8217;ve got a background in, forgive me, did you say biochemistry?</p>\n\n\n\n<p>[00:15:37] <strong>James Dominy:</strong> Yeah, biochemistry and computer science, bioinfomatics.</p>\n\n\n\n<p>[00:15:39] <strong>Nathan Wrigley:</strong> Yeah, do you have an intuition as to whether the substrate of the brain has some unique capacity that can lock intelligence into it? In other words, is there a point at which a computer cannot leap the hurdle? There&#8217;s something special about the brain, the way the brain is created? This piece of wetwear in our head.</p>\n\n\n\n<p>[00:16:00] <strong>James Dominy:</strong> Unpopular opinion, I think it comes down to brute force count. We&#8217;ve got trillions of cells. Large language models, I don&#8217;t know what the numbers are for GPT4, but we&#8217;re not at trillions yet. Maybe when we get there, I don&#8217;t know where the tipping point is, you know. Maybe when we get to tens of billions, or whatever number it happens to be, is the point where this thing actually becomes intelligent.</p>\n\n\n\n<p>And we would be unable to distinguish them from a human, other than the fact that we&#8217;re looking at a screen that, that we know it&#8217;s running on the chip in front of us. But if it&#8217;s over the internet and it&#8217;s on a machine running, or whether we&#8217;re talking to a person in the support center. Or we are at the McDonald&#8217;s kiosk of 2050 and being asked whether we want fries with that. If we can&#8217;t see the person who&#8217;s asking the question, if we&#8217;re at the drive-through, we can&#8217;t see the person. Do we care?</p>\n\n\n\n<p>[00:16:54] <strong>Nathan Wrigley:</strong> Interesting. You mentioned a couple of times large language models, often abbreviated just to LLM. My understanding at least, forgive me I&#8217;m, I really genuinely am no expert about this. This is the underpinning of how it works. I&#8217;m going to explain it in crude terms, and then I&#8217;m hoping you&#8217;ll step in and pad it out and make it more accurate.</p>\n\n\n\n<p>[00:17:12] <strong>James Dominy:</strong> I should caveat anything that I say here with I also am not an expert on these, but I will do what I can.</p>\n\n\n\n<p>[00:17:17] <strong>Nathan Wrigley:</strong> So a large language model, my understanding is that things like ChatGPT are built on top of this, and essentially it is vacuuming up the internet. Text, images, whatever data you can throw at it. And it&#8217;s consuming that, storing that. And then at the point where you ask it something, so write a sonnet in the style of Goethe, written by Shakespeare. It&#8217;s then making a best approximation, and it&#8217;s going through a process of, okay, what should the first word be? Right, we&#8217;ve decided on that. Now, let&#8217;s figure out the second word, and the third word and the fourth word. Until finally it ends in a full stop and it&#8217;s done.</p>\n\n\n\n<p>And that&#8217;s the process it&#8217;s going through. Which seems highly unintelligent. But then again, that&#8217;s what I&#8217;m doing now. I&#8217;m probably selecting in some way what the next word is and what the next word is. But yeah, explain to us how these large language models work.</p>\n\n\n\n<p>[00:18:03] <strong>James Dominy:</strong> I think that&#8217;s a pretty fair summation. I think the important bit that needs to be filled in there is that what we perceive and use as customers of AI systems in general is a layer of several different models. There is a lot of pre-processing that goes into our prompts and post-processing in terms of what comes out.</p>\n\n\n\n<p>But fundamentally the large language model is, yes, it&#8217;s strings of text generally. There are different systems that the AI images, image systems, are a different form of maths. Most of them, at least the ones that I know of, are mostly based on something called Stable Diffusion.</p>\n\n\n\n<p>We can chat about that separately, but large language models tend to be trained on a large pile of text where they develop statistical inferences for the likelihood of some sequence of words following some other sequence of words. So as you say, like, if I know that a pile of words were written by Goethe, then I can sub select that aspect of my trained data.</p>\n\n\n\n<p>And I&#8217;m personifying an AI here already. The AI can circumscribe, isolate a portion of its training set, and say, okay I will use this subset of my training, and use the statistical values for what words follow what other words that Goethe wrote. And then you will get something in the style of Goethe out.</p>\n\n\n\n<p>[00:19:29] <strong>Nathan Wrigley:</strong> It&#8217;s kind of astonishing that that works at all. That one word follows another in something which comes out as a sentence because, I don&#8217;t know if you&#8217;ve ever tried that experiment on your phone where you begin the predictive text. On my phone there&#8217;s there&#8217;s usually three words above the little typewriter, and it tries to say what the next word is based upon the previous word.</p>\n\n\n\n<p>[00:19:49] <strong>James Dominy:</strong> It&#8217;s not called auto corrupt for nothing.</p>\n\n\n\n<p>[00:19:50] <strong>Nathan Wrigley:</strong> Yeah, so you just click them at the end of that process, you have fantastic gibberish. It&#8217;s usually quite entertaining, and yet this system is able to, in some way just hijack that whole process and make it so that by the end the whole thing makes sense in isolation.</p>\n\n\n\n<p>It is Goethe. It looks like Shakespeare, sounds like Shakespeare, could easily be Shakespeare. How is it predicting into the future such that by the end, the whole thing makes sense? Is there more processing going on than, okay, just the next word. Is it reading backwards?</p>\n\n\n\n<p>[00:20:22] <strong>James Dominy:</strong> Yes absolutely. Again, not an expert on LLMs, but there is this thing called a Markov Model. Which is a much more linear chain. It&#8217;s used often for bioinformatics, for genome and predicting the most likely next amino acid or nucleic acid in a genomic or a proteomic sequence.</p>\n\n\n\n<p>And so Markov Models are very simple. They have a depth and that is how much history they remember of what they&#8217;ve seen. So you point a Markov Model at the beginning of the sequence of letters of nucleic, the ACGT&#8217;s. And then you want to say, okay, I&#8217;ve managed to sequence this off my organism. I&#8217;ve got a hundred bases and I want to know what the most likely one after that is, because that&#8217;s where it got cut off.</p>\n\n\n\n<p>You give it a hundred, maybe you have a buffer of 10. So it remembers the last ten. It sort of slides this window of visibility over the whole sequence and mathematically starts working out, you know, what comes after an A? Okay, 30% of the time it&#8217;s a C. 50% of the time it&#8217;s a G. And by the end of it, it can with reasonable accuracy to some value of how much information you&#8217;ve given it, predict okay, in this particular portion of 10 that I&#8217;ve seen, the next one should be T.</p>\n\n\n\n<p>And they get better as you give them more and more information. As you give them a bigger and bigger window. As you let them consume more and more memory whilst they&#8217;re doing their job, their accuracy increases.</p>\n\n\n\n<p>I imagine the same is true of large language models, because they do. They don&#8217;t just predict the next word, they operate on phrases, on whole sentences. At some point, maybe they already do, but I imagine they operate on whole paragraphs. And again, it depends on what you&#8217;re trying to produce. Like if you&#8217;re trying to produce a legal contract that&#8217;s got a fairly prescribed grammar and form to it. And you know, then like statistically you&#8217;re going to produce the same paragraph over and over again because you want the same effect out of contracts you do all the time.</p>\n\n\n\n<p>[00:22:22] <strong>Nathan Wrigley:</strong> You described this slider. That really got to the nub of it. I genuinely didn&#8217;t realize that it wasn&#8217;t doing any more than just predicting the next word. And because that&#8217;s the way I thought about it, I thought it was literally astonishing that it could throw together a sentence based upon just the next word, if it didn&#8217;t know what two words previously it had written.</p>\n\n\n\n<p>It&#8217;s back to my predictive text, which produces pure gobbledygook. But it still, occasionally, it goes down a blind alley, doesn&#8217;t it? Because although that is, presumably 99 times out of a hundred that will lead to a cogent sentence, which is readable. Occasionally it does this thing, which I think has got the name hallucinate, where it just gets slightly derailed and goes off in a different direction. And so produces something which is, I don&#8217;t know, inaccurate, just nonsense.</p>\n\n\n\n<p>[00:23:06] <strong>James Dominy:</strong> Yes. Well known for being confidently wrong for sure. I&#8217;ve experienced something similar, and I find that it is especially the case where you switch contexts. Like when you are asking it to do more than one thing at a time, and you make a change to the first thing that you expect to carry over into the context of the second task, and it just doesn&#8217;t. It gets confused.</p>\n\n\n\n<p>And then the two things, this is especially true in coding, where you ask it to produce one piece of code and a function here, and another piece of code and a function on the other side. And you expect them, those two functions to interoperate correctly. Which means that you have to get the convention, the interface between those two things, the same on both sides.</p>\n\n\n\n<p>But if you say, actually, I want this to be called Bob, that doesn&#8217;t necessarily translate. Again, I suppose this is my intuition. There are a lot of ways that that failure can happen. The most obvious one is that you&#8217;re doing too much and it&#8217;s run out of tokens.</p>\n\n\n\n<p>Tokens are sort of an abstraction. Sorry I used that word a lot. Computer scientist. Tokens are, they&#8217;re not strictly speaking individual words, but they are a rough approximation of a unit of knowledge, context. I don&#8217;t know what the right word here. They chose token, right? So, if you use the API for ChatGPT, one of the things that you pass is how many tokens is the call allowed to use?</p>\n\n\n\n<p>Because you are charged by tokens. And if you say only 30 tokens, you get worse answers than if you give it an allowance of a hundred tokens. Meaning that you might have given it a problem that exceeds the window that I was describing earlier. That sort of backtrack of context that it&#8217;s allowed to use.</p>\n\n\n\n<p>Or you give it to two contexts and together they just go over and then it&#8217;s confused because it doesn&#8217;t know which, again, I say this as a semi-educated guess. We as humans don&#8217;t have a good definition of what context means in this conversation. How do we expect a computer system to?</p>\n\n\n\n<p>[00:25:05] <strong>Nathan Wrigley:</strong> Just as you&#8217;ve been talking, in my head, I&#8217;ve come up with this analogy of what I now think AI represents to me, and it represents essentially a very, very clever baby. There&#8217;s this child crawling around on the ground, I really do mean an infant who you fully forgive for knocking everything over and, tipping things over, damaging things and what have you. And yet this child can speak. So on the one hand, it can talk to you, but it&#8217;s just making utterly horrific mistakes because it&#8217;s a baby and you forgive it for that. So I don&#8217;t know how that sits, but that&#8217;s what&#8217;s it landed in my head.</p>\n\n\n\n<p>[00:25:40] <strong>James Dominy:</strong> I wouldn&#8217;t say that AI is in its infancy anymore, but it&#8217;s probably in its toddler year, and maybe we need to watch out when it turns two.</p>\n\n\n\n<p>[00:25:47] <strong>Nathan Wrigley:</strong> So we&#8217;ve, done the sort of high level what is AI and all of that. That&#8217;s fascinating. But given that this is a WordPress event and it&#8217;s a WordPress podcast, let&#8217;s bind some of this stuff to the product itself. So WordPress largely is a content creation platform. You open it up, you make a post, you make a page, and typically into that goes text, sometimes images, sometimes video, possibly some other file formats. But let&#8217;s stick with the model of text and images. Why do we want, or how could we put AI into WordPress? What are the things that might be desirable in a WordPress site that AI could assist us with?</p>\n\n\n\n<p>[00:26:21] <strong>James Dominy:</strong> I am totally going to be stealing some ideas from the AI content creation things that have happened this morning. I mean, there&#8217;s the obvious answer. I need to generate a thousand words for my editor by 4:00 PM today. Hey, ChatGPT, can you generate a thousand words on topic, blah?</p>\n\n\n\n<p>I think there are a lot of other places. I&#8217;d be super surprised if this hasn&#8217;t actually happened already. But, hey ChatGPT, write me an article that gets me to the top five Google ranking.</p>\n\n\n\n<p>The other obvious place for me as a software developer is using it to develop code. Humans are inventive. We&#8217;re going to see a lot of uses for AI that we never thought of. That&#8217;s not a bad thing at all. The more ways that we can use AI, I think the better.</p>\n\n\n\n<p>Yes, there are questions about the dangers, and I&#8217;m sure that&#8217;s a question coming up later on, so I won&#8217;t dive into them now, but in the WordPress community, there&#8217;s content creation, but there&#8217;s also content moderation, where AI can probably help a lot. Analyze this piece of text to me and tell me is it spam? Does it contain harmful or hateful content?</p>\n\n\n\n<p>Again, it&#8217;s a case of you get what you give. There&#8217;s that story about Microsoft, I think it was Microsoft, and the chatbot that turned into a horrible Nazi racist within about two hours, having been trained on Twitter data. We need to be careful about that, certainly. I&#8217;m struggling to think of things beyond the obvious.</p>\n\n\n\n<p>[00:27:47] <strong>Nathan Wrigley:</strong> Well, I think probably it is going to be the obvious, isn&#8217;t it? Largely, people are popping in text and so having something which will allow you within the interface, whether you are in a page builder or whether you&#8217;re using the Gutenberg editor, the ability to interrupt that flow and say, okay, I&#8217;ve written enough now, ChatGPT, take over. Give me the next 300 words please. Or just read what I&#8217;ve written and can you just finish this? I&#8217;m almost there.</p>\n\n\n\n<p>[00:28:11] <strong>James Dominy:</strong> Yeah, we are doing it already, even if it&#8217;s a sort of fairly primitive flow now where we write some stuff in our block editor, copy it up, pop it in ChatGPT or Bard or whatever, and say, hey, this is too formal. Or this is not formal enough. And it&#8217;s really great at that. Make this sound more businessy. And it understands the word businessy. The tool integration, it&#8217;s obvious in a lot of ways, but I think there are going to be a lot of non-obvious integrations. Like, oh wow, I wish I thought of that, and, you know, made my millions off that product. I mean, Jetpack is doing it already, you know. I am able to actively engage with ChatGPT whilst I&#8217;m editing my blog post. Fantastic.</p>\n\n\n\n<p>Another thing that I&#8217;ve just thought of is oh, I run a WooCommerce site and I want to use, not necessarily ChatGPT, but some other AI system to analyze product sales and use that to promote, to change the listing on my product site, so that I can sell more product. That&#8217;s going to happen.</p>\n\n\n\n<p>[00:29:09] <strong>Nathan Wrigley:</strong> Yeah, given that it&#8217;s incredibly good at consuming data.</p>\n\n\n\n<p>[00:29:13] <strong>James Dominy:</strong> Yeah, or even generating it on the fly. Generate 300 different descriptions of this product and randomize them. Put them out there and see which one sells best. We are doing that manually already. It&#8217;s AB testing at a larger scale.</p>\n\n\n\n<p>[00:29:28] <strong>Nathan Wrigley:</strong> Yeah. You can imagine a situation where the AI runs the split test, but it&#8217;s divided over 300 variations. And it decides for itself which is the winner.</p>\n\n\n\n<p>[00:29:39] <strong>James Dominy:</strong> On a day-to-day basis.</p>\n\n\n\n<p>[00:29:40] <strong>Nathan Wrigley:</strong> On an hourly basis. Implements the winner and then begins the whole process over and over again. I also wonder if in WordPress there is going to be AI to help lay out things. So at the moment we have the block editor. It enables you to create fairly complex layouts. We also have page builders, which allow us to do the same thing. So it alludes to what I was speaking about a moment ago.</p>\n\n\n\n<p>Talking, so literally talking, as well as typing in. I would like a homepage. I would like that homepage to show off my plumbing business, and here&#8217;s my telephone number. I&#8217;d like to have a picture of me, or somebody doing some plumbing, some additional content down there. You get the picture?</p>\n\n\n\n<p>[00:30:17] <strong>James Dominy:</strong> Yeah, absolutely.</p>\n\n\n\n<p>[00:30:18] <strong>Nathan Wrigley:</strong> A few little prompts, and rather than spitting out text or an image, whole layouts come out. And we can pick from 300 different layouts. I&#8217;ll go for that one, but now make the buttons red. The AI takes over the design process in a way.</p>\n\n\n\n<p>[00:30:32] <strong>James Dominy:</strong> Yeah. I&#8217;m going to confess here that I&#8217;m absolutely stealing this opinion from the AI panel earlier. I think the danger for WordPress specifically there, is that that level of automation for us with human engagement and, you know, developing something through conversation with an AI, might actually skip WordPress entirely. Why must the AI choose WordPress to do this?</p>\n\n\n\n<p>Maybe if we as a WordPress community invest in making WordPress AI integrated, then yeah, absolutely. Then hopefully we&#8217;re first to market with that in a way. And then it will generate stuff in WordPress. But there&#8217;s no, there&#8217;s no reason for it to maybe choose a Wix page as a better solution for you as a plumber, who doesn&#8217;t update things very often. You just want a static, you know.</p>\n\n\n\n<p>Chances are it&#8217;ll just say, here is some HTML it does the job for you, it&#8217;s pretty. I made some images for you as well. And, all you need to do is run the sequence of commands to, SSH it up to provider of your choice. Or I have selected this provider because I know how much they all charge and this is the cheapest. Or you&#8217;ve asked for the fastest, whatever.</p>\n\n\n\n<p>[00:31:41] <strong>Nathan Wrigley:</strong> Oh, interesting, okay. So it&#8217;s not just bound inside the WordPress interface. Literally, put this in the cheapest place as of today. And then if it changes in the next 24 hours, just move it over there and change the DNS for me and.</p>\n\n\n\n<p>[00:31:53] <strong>James Dominy:</strong> One day. For sure. Yeah.</p>\n\n\n\n<p>[00:31:54] <strong>Nathan Wrigley:</strong> Okay. So that very nicely ties into the harms.</p>\n\n\n\n<p>[00:31:58] <strong>James Dominy:</strong> There it is.</p>\n\n\n\n<p>[00:31:58] <strong>Nathan Wrigley:</strong> What we&#8217;ve just laid out is potentially quite harmful to a lot of the jobs that people do inside of WordPress. We&#8217;ve just described a workflow in which many of the things that we would charge clients for, which we could potentially get AI to do. Whether that&#8217;s a voice interface or a visual interface or a type, we&#8217;re typing in.</p>\n\n\n\n<p>So that is concerning, if we are giving AI the option to put us out of work. And I know at the moment, this is the hot topic. I&#8217;m pretty sure that there&#8217;s some fairly large organizations who have begun this process already. They&#8217;ve taken some staff who are doing jobs which can be swapped out for AI, and they&#8217;ve shed those staff.</p>\n\n\n\n<p>And whilst we&#8217;re in the beginning phase of that, it seems like we can swallow so much of people getting laid off. The problem, potentially is, if we keep laying people off over and over and over again and we give everything over to the AI, we suddenly are in a position where, well, there&#8217;s no humans in this whole process anymore. Does any of that give you pause for thought?</p>\n\n\n\n<p>[00:32:53] <strong>James Dominy:</strong> Yeah, it certainly does. I think we should temper our expectations of the capabilities of AI. So there&#8217;s a technical term called a terminal goal. The delineation between specific artificial intelligences and machine learning, in that world, and the concept of the general artificial intelligences, which is what everyone thinks of when they think of the I in artificial intelligence, is an AI that is capable of forming its own terminal goals.</p>\n\n\n\n<p>Its own, don&#8217;t get me wrong, like we have AIs that are capable of forming what are called intermediate nodes. If you tell an AI of a particular type to go and do a particular thing, then it is capable of forming intermediate steps. In order to do the thing you&#8217;ve told me, I need to first do this, which requires me to do that. And, you know, it forms a chain of goals, but none of those goals are emergent from the AI. They are towards a goal we have given the AI externally.</p>\n\n\n\n<p>That ability to form a goal internally is the concept of a terminal goal. And we don&#8217;t have, large language models don&#8217;t have terminal goals. Large language models, stable diffusion, all of the different algorithms that are hot topics today, are all couched within the idea of solving a problem given to them as an input.</p>\n\n\n\n<p>Which means there&#8217;s always going to need to be a human. At least with what we&#8217;ve got now. No matter how good these models get, how much brain power we give them. And this maybe is going against what I said earlier of like, I think it&#8217;s probably a quantity thing.</p>\n\n\n\n<p>Maybe there&#8217;s a tipping point. Maybe there&#8217;s a tipping point where the intermediate goal that it forms is indistinguishable from a terminal goal in a human brain. But for the moment, I think there always needs to be a human there to give the AI the task to solve. Open AI isn&#8217;t just running servers randomly just doing stuff. It spends its computational time answering users prompts and questions.</p>\n\n\n\n<p>[00:34:48] <strong>Nathan Wrigley:</strong> So if we pursue artificial intelligence research, and the end goal is to create an AGI, then presumably at some point we&#8217;ve got something which is indistinguishable from a human because it can set its own goals.</p>\n\n\n\n<p>[00:35:02] <strong>James Dominy:</strong> The cyberpunk dystopia, right?</p>\n\n\n\n<p>[00:35:03] <strong>Nathan Wrigley:</strong> But we&#8217;re not there yet. This is a ways off, my understanding at least anyway. But in the more short term, let&#8217;s bind it to the loss of jobs.</p>\n\n\n\n<p>[00:35:11] <strong>James Dominy:</strong> In my workshop this morning, I think the primary point that I wanted to get across is, if you are currently in the WordPress community, employed and or making an income out of WordPress. ChatGPT, Bard, generative AI, large language models are a tool that you should be learning to use. They&#8217;re not going to replace you.</p>\n\n\n\n<p>Maybe that&#8217;s less true on the content generation side, because large language models are particularly good at that. But there&#8217;s a flip side to that because on the software development side, programming languages have very strict grammars, which means the statistical model is particularly good at producing output for programming languages.</p>\n\n\n\n<p>It&#8217;s not good at handling the large amounts of complexity that can exist in large pieces of code. But equally so, I mean, if you ask it to give you a hundred items of things to do in Athens, whilst I&#8217;m totally, totally, working hard at a conference, uh, then you are probably going to get repeats. You might run into the confusion problem, the hallucination issue at some point there, where just a hundred is too much.</p>\n\n\n\n<p>Nobody has ever written an article of a hundred things to do in Athens in a day. I don&#8217;t know, I haven&#8217;t tried that. I&#8217;m guessing that there are going to be limitations. So some jobs are more in threat than others, but I think that if you&#8217;re already in the industry, or in the community and working with it, go with it and, absorb the tools into your day-to-day flow.</p>\n\n\n\n<p>It&#8217;s going to make you better at what you do. Faster at what you do. Hopefully able to make more money. Hopefully able to communicate with more people, translations et cetera. Make your blog multilingual. There are a lot of things that you can use it for that aren&#8217;t immediately coming after your job.</p>\n\n\n\n<p>The problem for me, and this again is the point that I was trying to get across in the workshop, the problem is the next generation. The people who are getting into WordPress today and tomorrow, and in six months time. Who are coming into a world where AI is already in such usage that it&#8217;s solving the simple problems. And the same as true, my editor wants 200 words or whatever on fun things to do in Athens overnight.</p>\n\n\n\n<p>Okay, great. ChatGPT can do that for the editor. Why does he need a junior content writer anymore? But the problem is, I mean, we&#8217;ve already said, sometimes it&#8217;s spectacularly wrong. Does that editor always have the time to actually vet the output? Probably not. And so the job of that junior is going to transform into, they need to be a subeditor. They need to be a content moderator almost, rather than a content generator.</p>\n\n\n\n<p>But that&#8217;s a skill that only comes from having written the content yourself. We learn by making mistakes, and if we are not making those mistakes because AI is generating the stuff, and either not making mistakes or making mistakes that we haven&#8217;t made before ourselves, and thus don&#8217;t recognize his mistakes. So my fear of the job losses aspect of AI is not that it&#8217;s going to wipe out people who are working already. It&#8217;s going to make that barrier to entry for the next generation, it&#8217;s knocking the bottom rung out of the ladder.</p>\n\n\n\n<p>And unless we change the ways that we teach people as they are entering the community, the WordPress community, the industry, and all the industries which AI is going to affect, the basics, and we focus on it. You know, it&#8217;s a catch 22. We have to teach people to do stuff without AI, so they can learn the basics. But at the same time, they also have to learn how to use AI so they can do the basics in the modern world.</p>\n\n\n\n<p>And I mean, we get back to that old debate like, why am I learning trigonometry in school? Because maybe someday it actually helps you do your job. Admittedly, so far, not so much. But I will say this. History, I did history in school. That has surprisingly turned out to be one of the most useful subjects I ever did, just because it taught me how to write. Which I didn&#8217;t learn in English class. Go figure.</p>\n\n\n\n<p>[00:39:17] <strong>Nathan Wrigley:</strong> It sounds like you are quite sanguine for now. If you are in the space and listening to this podcast now, everything is fine right now.</p>\n\n\n\n<p>[00:39:26] <strong>James Dominy:</strong> Yeah.</p>\n\n\n\n<p>[00:39:27] <strong>Nathan Wrigley:</strong> Maybe less sanguine for the future. Given that, do you think that AI more broadly needs to be corralled. There need to be guardrails put in place. There needs to be legislation. I don&#8217;t know how any of that works, but manufacturers of AI being put under the auspices of, well it would have to be governments, I guess. But some kind of system of checks and balances to make sure that it&#8217;s not, I don&#8217;t know, deliberately producing fakes. Or that the fakes are getting, the hallucinations are getting minimized. That it&#8217;s not doing things that aren&#8217;t in humanity&#8217;s best interests.</p>\n\n\n\n<p>[00:39:59] <strong>James Dominy:</strong> Absolutely. Yes. Although I&#8217;m not sure how we could do a good job of it, to be fair. The whole concept of, we want AIs to operate in humanity&#8217;s best interests. Who decides? The alignment problem crops up here where, it&#8217;s well known that we can train an AI to do something we think that it&#8217;s going to do, and it seems to be doing that thing until suddenly it doesn&#8217;t.</p>\n\n\n\n<p>And we just get some weird output. And then when we go digging, we realize actually it was trying to solve an entirely different problem to what we thought we were training it on, that just happened to have a huge amount of overlap with the thing that we did. But when we get to those edge cases, it goes off in what we think is a wildly wrong direction. But it is solving the problem that it was trained to solve. We just didn&#8217;t know we were training it to solve that problem.</p>\n\n\n\n<p>As far as regulation goes. Yes, I think regulation, it&#8217;s coming. I really want to say nobody could be stupid enough to put weapons in the hands of an AI. The human race has proved me wrong several thousand times already in history. Yeesh, I personally think that that&#8217;s an incredibly stupid idea. But then the problem becomes what&#8217;s a weapon?</p>\n\n\n\n<p>Because a weapon these days can be something as subtle as enough ability to control trading, high frequency trading. Accidentally crash a stock market. It&#8217;s already happened. Accidentally, and again, I&#8217;m air quoting the accidentally here, accidentally crash your competitor&#8217;s stock, or another nation&#8217;s stock market. AI is there, is being used as a validly useful tool to participate in the economy, but the economy can be used as a weapon.</p>\n\n\n\n<p>Putting AI in control of the water infrastructure in arid countries. Optimization, it can do those jobs a lot better. It can see almost instantaneously when there&#8217;s a pressure drop. So there&#8217;s a leak in this section of the pipe. Somebody needs to go fix it. And also it can just shut off the water to an entire section of the city because, I don&#8217;t know, it feels like it. Because for some reason it is optimizing for a different goal than we actually think we gave it.</p>\n\n\n\n<p>The trick is we can say, we can input into ChatGPT, I want you to provide water to the entire city in a fair and equitable way. That doesn&#8217;t mean that&#8217;s what it&#8217;s going to do. We just think that that&#8217;s what it&#8217;s going to do. We hope.</p>\n\n\n\n<p>[00:42:26] <strong>Nathan Wrigley:</strong> I think we kind of come back to where we started. If we had a crystal ball, and we could stare five, two years, three years, 10 years into the future. That feels like it would be a really great thing to have at the moment. There&#8217;s obviously going to be benefits. It&#8217;s going to make work certainly more productive. It&#8217;s going to make us be able to produce more things. But as you&#8217;ve just talked over the last 20 minutes or so, there&#8217;s also points of concern and things to be ironed out in the near term.</p>\n\n\n\n<p>[00:42:52] <strong>James Dominy:</strong> Absolutely, yeah.</p>\n\n\n\n<p>[00:42:53] <strong>Nathan Wrigley:</strong> We&#8217;re fast running out of time, so I think we&#8217;ll wrap it up if that&#8217;s all right? A quick one James, if somebody is interested, you&#8217;ve planted the seed of interest about AI and they want to get in touch with you and natter about this some more, where would they do that?</p>\n\n\n\n<p>[00:43:06] <strong>James Dominy:</strong> The best way is probably email. I am not a social person in the social media sense. I don&#8217;t have Twitter. I don&#8217;t do any of that. So I&#8217;m probably terrible for this when I think about it. My email is, J for Juliet, G for golf, my surname D O M for mother, I, N for November, Y for yankee at gmail.com. Please don&#8217;t spam. Please don&#8217;t get AI to spam me.</p>\n\n\n\n<p>[00:43:30] <strong>Nathan Wrigley:</strong> Yeah, yeah. James Dominy, thank you so much for joining us today.</p>\n\n\n\n<p>[00:43:34] <strong>James Dominy:</strong> Thank you for the opportunity. It&#8217;s been great fun, and I&#8217;ve really enjoyed being able to kind of deep dive into a lot of the stuff I just had to gloss over in the workshop. Thank you.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.linkedin.com/in/jamesdominy/?originalSubdomain=ie\">James Dominy</a>.</p>\n\n\n\n<p>James is a computer scientist with a masters degree in bioinformatics. He lives in Ireland, working at the WPEngine Limerick office.</p>\n\n\n\n<p>This is the second podcast recorded at WordCamp Europe 2023 in Athens. James gave a talk at the event about the influence of AI on the WordPress community, and how it’s going to disrupt so many of the roles which WordPressers currently occupy.</p>\n\n\n\n<p>We talk about the recent rise of ChatGPT and the fact that it’s made AI available to almost anyone. In less than twelve months many of us have gone from never touching AI technologies to using them on a daily basis to speed up some aspect of our work.</p>\n\n\n\n<p>The discussion moves on to the rate at which AI systems might evolve, and whether or not they’re truly intelligent, or just a suite of technologies which masquerade as intelligent. Are they merely good at predicting the next word or phrase in any given sentence? Is there a scenario in which we can expect our machines to stop simply regurgitating text and images based upon what they’ve consumed; a future in which they can set their own agendas and learn based upon their own goals?</p>\n\n\n\n<p>This gets into the subject of whether or not AI is in any meaningful way innately intelligent, or just good at making us think that it is, and whether or not the famous Turing test is a worthwhile measure of the abilities of an AI.</p>\n\n\n\n<p>James’ background in biochemistry comes in handy as we turn our attention to whether or not there’s something unique about the brains we all possess, or if intelligence is merely a matter of the amount of compute power that an AI can consume. It’s more or less certain that given time, machines will be more capable than they are now, so when, if ever, does the intelligence Rubicon get crossed?</p>\n\n\n\n<p>The current AI systems can be broadly classified as Large Language Models, or LLMs for short, and James explains what these are and how they work. How can they create a sentence word by word if they don’t have an understanding of where each sentence is going to end up? James explains that LLMs are a little more complex than just handling one word at a time, always moving backwards and forwards within their predictions to ensure that they’re creating content which makes sense, even if it’s not always factually accurate.</p>\n\n\n\n<p>We then move on from the conceptual understanding of AI to more concrete ways it can be implemented. What ways can WordPress users implement AI right now, and what innovations might we reasonably expect to be available in the future? Will we be able to get AI to make intelligent decisions about our website’s SEO or design, and therefore be able to focus our time on other, more pressing, matters?</p>\n\n\n\n<p>It’s a fascinating conversation whether or not you’ve used AI tools in the past.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://openai.com/blog/chatgpt\">ChatGPT</a></p>\n\n\n\n<p><a href=\"https://stablediffusionweb.com/\">Stable Diffusion</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Markov_model\">Markov Model</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, 28 Jun 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"Akismet: How to Add CAPTCHA and reCAPTCHA to 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:27:\"http://akismet.com/?p=70973\";s:7:\"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:43:\"https://akismet.com/blog/wordpress-captcha/\";s: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:25456:\"<p>Implementing a CAPTCHA or reCAPTCHA system is a highly effective way to protect your WordPress website or ecommerce business from spam and bots, which is crucial for ensuring online security.</p>\n\n\n\n<p>All that sounds great, but the effort involved in solving a CAPTCHA often results in reduced conversions. According to <a href=\"https://moz.com/blog/having-a-captcha-is-killing-your-conversion-rate\">Moz</a>, including a CAPTCHA could result in a loss of 3.2% of conversions. Yikes!</p>\n\n\n\n<p>That&#8217;s why today, we&#8217;ll explain the problem with the traditional CAPTCHA setup, offer a stand-out alternative, and provide steps to add CAPTCHA and reCAPTCHA to your WordPress site, if that&#8217;s still the route you feel most comfortable with.</p>\n\n\n\n<p>After following this guide, your website will be safer and more secure for your visitors.</p>\n\n\n\n<p>Let&#8217;s get started!</p>\n\n\n\n<span id=\"more-70973\"></span>\n\n\n\n<h2 class=\"wp-block-heading\">The problem with traditional CAPTCHA solutions</h2>\n\n\n\n<p>While <a href=\"https://support.google.com/a/answer/1217728?hl=en#:~:text=CAPTCHA%20(Completely%20Automated%20Public%20Turing,known%20as%20challenge%2Dresponse%20authentication.\">CAPTCHA</a> systems have been widely adopted for their ability to prevent spam and bot activity, they do come with a number of drawbacks. Make sure you’re aware of these downsides before you use a WordPress CAPTCHA plugin.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">1. They’re challenging for those with visual impairments</h3>\n\n\n\n<p>Traditional CAPTCHA systems often rely on distorted images of text, making it difficult for users with visual impairments to solve them. This can lead to accessibility issues and discourage visitors from interacting with your site.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/06/image12.png\" alt=\"example of a CAPTCHA asking the user to select squares with red spheres\" class=\"wp-image-70975\" width=\"385\" height=\"463\" />\n\n\n\n<h3 class=\"wp-block-heading\">2. They create a frustrating experience&nbsp;</h3>\n\n\n\n<p>CAPTCHAs can be frustrating and time-consuming to solve, particularly when the distorted text is difficult to read. This annoyance can cause people to leave your site without completing their intended action, such as submitting a form or making a purchase. Sometimes, visitors may even have to solve multiple CAPTCHAs —&nbsp;a real test of endurance.</p>\n\n\n\n<h3 class=\"wp-block-heading\">3. They can generate false positives</h3>\n\n\n\n<p>CAPTCHA systems can sometimes incorrectly identify real human users as bots, preventing them from accessing your site or submitting forms. This can lead to a loss of leads, customers, or subscribers.</p>\n\n\n\n<h3 class=\"wp-block-heading\">4. They’re easily bypassed by sophisticated bots</h3>\n\n\n\n<p>As bots become more advanced, they’re increasingly able to bypass traditional CAPTCHA systems, rendering them less effective at preventing spam and malicious activity on your site.</p>\n\n\n\n<h3 class=\"wp-block-heading\">5. They can create a negative user experience</h3>\n\n\n\n<p>Implementing CAPTCHA systems can negatively impact your site&#8217;s user experience, particularly when the CAPTCHAs are overly complex or difficult to solve. This can lead to lower visitor satisfaction and, ultimately, decreased engagement and conversions.</p>\n\n\n\n<h3 class=\"wp-block-heading\">6. They can lead to lower conversion rates</h3>\n\n\n\n<p>As mentioned above, the frustrating experience of solving CAPTCHAs can lead to users abandoning your site before completing their intended actions. This can result in lower conversion rates for your business.</p>\n\n\n\n<h3 class=\"wp-block-heading\">7. They can cause higher page load times</h3>\n\n\n\n<p>Implementing CAPTCHA systems can also contribute to slower page load times, as they often require additional resources and scripts to load. This can negatively impact your site&#8217;s performance and search engine rankings.</p>\n\n\n\n<p>Given these challenges, it&#8217;s important to find a solution that’s both effective at preventing spam and bots, while also providing a positive user experience. That&#8217;s where Akismet comes in to save the day.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How does Akismet address these issues?</h2>\n\n\n\n<p>Akismet addresses the shortcomings of traditional CAPTCHA systems by employing advanced algorithms and a continuously-updated database of spam signatures. It can effectively identify and block spam and malicious activity without any user input and without annoying barriers for site visitors.&nbsp;</p>\n\n\n\n<p><strong>The result is enhanced accessibility, a superior user experience, and fewer false positives.&nbsp;</strong></p>\n\n\n\n<p>Even the most sophisticated bots can be identified and blocked by Akismet due to its advanced spam detection technology and constantly-updated database. By staying ahead of emerging threats, Akismet ensures your online presence remains secure and your valuable content and data are safeguarded.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The benefits of using Akismet over CAPTCHA</h2>\n\n\n\n<p>Given the challenges associated with traditional CAPTCHA solutions, Akismet presents several benefits that make it a compelling and superior alternative for WordPress site owners.</p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Greater user-friendliness</h3>\n\n\n\n<p>Akismet doesn&#8217;t require users to solve puzzles or enter codes, ensuring a more pleasant and frustration-free browsing experience. It operates seamlessly in the background, allowing visitors to focus on your content and offerings without any distractions or interruptions.</p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Improved accessibility for all users</h3>\n\n\n\n<p>Akismet can be used by people with vision impairments because it doesn’t use visual puzzles to block spam and bots. This approach makes sure that your website is user-friendly and welcoming to a diverse audience, creating a positive online environment for everyone.</p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Greater accuracy in spam detection</h3>\n\n\n\n<p>Akismet uses advanced algorithms and a vast database of spam signatures to minimize false positives. This means that genuine users can access and interact with your site without being mistakenly identified as bots. This accurate spam detection helps build a trustworthy online presence and improve user experiences.</p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Robust effectiveness against malicious activity</h3>\n\n\n\n<p>Akismet is highly effective at identifying and blocking spam and malicious activity, including sophisticated bots that can bypass traditional CAPTCHA systems. Its constantly-updated database and advanced spam detection technology ensure your website remains secure and protected from emerging threats.</p>\n\n\n\n<h3 class=\"wp-block-heading\">5. Optimized performance and load times</h3>\n\n\n\n<p>Akismet runs in the background and won&#8217;t slow down your website by using extra data or running unnecessary scripts. This means your website will stay fast and responsive for your visitors, which can help improve your search engine rankings and create a great browsing experience.</p>\n\n\n\n<p>If this sounds like a solid prospect, you&#8217;ll be delighted to hear that we&#8217;re discussing how to install and set up Akismet on WordPress next.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to add Akismet to WordPress</h2>\n\n\n\n<p>Incorporating <a href=\"https://akismet.com/\">Akismet</a> into WordPress comment and contact forms is a breeze, and you can accomplish it in just a few steps. However, the procedure might differ slightly depending on the contact form or plugin you&#8217;re using. Let&#8217;s explore how it&#8217;s done!</p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Install the Akismet plugin</h3>\n\n\n\n<p>Akismet can be used for free to get rid of spam <a href=\"https://akismet.com/blog/wordpress-pros-and-cons-of-enabling-comments/\">comments</a> and harmful form submissions on your non-commercial site. Websites run for commercial purposes can choose from several affordable premium options.</p>\n\n\n\n<p>First, install and activate the plugin.</p>\n\n\n\n<p>To do this, log in to your WordPress dashboard, go to the <strong>Plugins</strong> tab, click <strong>Add New</strong>, and search for it. The plugin is usually included in the top &#8220;<strong>Featured</strong>&#8221; list.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/06/image6.png\" alt=\"finding Akismet in the WordPress repository\" class=\"wp-image-70976\" width=\"450\" height=\"197\" />\n\n\n\n<p>To install the plugin, click on<strong> Install Now</strong> and then <strong>Activate</strong>. After activation, go to <strong>Settings</strong> and select <strong>Akismet Anti-Spam</strong>. Under <strong>Settings</strong>, locate the <strong>API key</strong> field.</p>\n\n\n\n<p>You can get the key by going to the Akismet website and creating an account.&nbsp;</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/06/image7.png\" alt=\"Aksimet homepage with the text, \" />\n\n\n\n<p>Once you finish the signup process on the website, log in to your new account then locate <strong>My Account</strong> and choose <strong>Add Subscription</strong>.</p>\n\n\n\n<p>You can select your desired plan next. The <strong>Personal</strong> plan is free for individual website use if your site is considered &#8220;non-commercial.&#8221;</p>\n\n\n\n<p>After registering, you’ll receive an API key in the My Account section. Copy this key and then navigate to the WordPress dashboard&#8217;s <strong>Settings → Akismet Anti-Spam</strong> screen. Next, paste the key into the <strong>API Key</strong> field.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/06/image1.png\" alt=\"Akismet settings in WordPress\" class=\"wp-image-70979\" width=\"450\" height=\"267\" />\n\n\n\n<p>Click on <strong>Save Changes</strong> to finish.</p>\n\n\n\n<p>Akismet will automatically filter comment spam and put it in a queue for review on the dashboard. But if you want it to work on your contact form(s), you&#8217;ll need to complete another step.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Add Akismet to your contact form</h3>\n\n\n\n<p>By default, WordPress does not have a contact form feature. Therefore, you’ll need to use plugins to include contact forms on their sites. The method to add these forms will vary based on the plugin being used.</p>\n\n\n\n<p>Some popular contact form plugins, including <a href=\"https://jetpack.com/features/discussion/contact-forms/\">Jetpack</a>, already have Akismet support built-in.&nbsp;</p>\n\n\n\n<p>Other plugins necessitate setting up Akismet add-ons to incorporate spam protection into their forms. <a href=\"https://www.gravityforms.com/\">Gravity Forms</a> is the most popular example of this.</p>\n\n\n\n<p>Still other WordPress plugins like <a href=\"https://wordpress.org/plugins/contact-form-7/\">Contact Form 7</a> require a code snippet to add Akismet support.</p>\n\n\n\n<p>Thankfully, it&#8217;s easy to configure Akismet on your contact forms, no matter which method you choose.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Set up the anti-spam settings in Akismet</h3>\n\n\n\n<p>Akismet is very much a set-it-and-forget-it type of tool. Just install, activate, and you&#8217;re basically done. But it also allows you to control how to handle contact form spam a bit more precisely.</p>\n\n\n\n<p>The plugin is configured, by default, to send flagged comments to a holding queue located in the <strong>Comments</strong> section of the WordPress dashboard so that you can review them later. You can also set up Akismet to delete spam entirely.</p>\n\n\n\n<p>If this sounds appealing, just go to<strong> Settings → Akismet Anti-Spam</strong> and locate the <strong>Settings</strong>.&nbsp;</p>\n\n\n\n<p>Scroll down to the section called <strong>Strictness</strong>.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/06/image10.png\" alt=\"Strictness settings for Akismet\" class=\"wp-image-70980\" width=\"450\" height=\"170\" />\n\n\n\n<p>Akismet is good at identifying which messages are spam and which ones are legitimate, which means you can delete the spam messages from your contact form without worry. However, if you want to keep all messages, you can select the option to <strong>Always put spam in the Spam folder for review</strong>.</p>\n\n\n\n<p>Remember that Akismet stores spam comments for 15 days before they&#8217;re deleted. So, if you go for this option, review your queue regularly.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Still want to use CAPTCHA?</h2>\n\n\n\n<p>Although we suggest using Akismet due to its ease-of-use and success in blocking spam and bots, we realize that certain users may still want to learn how to add CAPTCHA to WordPress. This section will provide clear instructions on how to integrate both CAPTCHA and reCAPTCHA into a WordPress contact form.</p>\n\n\n\n<h3 class=\"wp-block-heading\">1. How to add CAPTCHA to a WordPress contact form</h3>\n\n\n\n<p>Although most well-known contact form plugins include CAPTCHA functionality, you can also manually incorporate CAPTCHA into any form element on WordPress that&#8217;s being misused. This not only includes contact forms, but also comment forms, <a href=\"https://akismet.com/blog/how-to-enable-or-disable-user-registration-in-wordpress/\">user registration pages</a>, login pages, and opt-in forms.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 1: Install and activate the Friendly CAPTCHA for WordPress plugin</h4>\n\n\n\n<p>For the purposes of this tutorial, we&#8217;re using the <a href=\"https://wordpress.org/plugins/friendly-captcha/\">Friendly CAPTCHA for WordPress</a> plugins, though there are other options available.&nbsp;</p>\n\n\n\n<p>Go to your WordPress dashboard then to <strong>Plugins → Add New</strong> and search for the plugin by name.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/06/image8-1.png\" alt=\"Friendly Captcha for WordPress plugin\" class=\"wp-image-70982\" width=\"225\" height=\"188\" />\n\n\n\n<p>Once you locate it, click <strong>Install → Activate</strong>.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 2: Add the site key and secret key</h4>\n\n\n\n<p>To input your<strong> </strong>Site key and Secret key, locate<strong> Friendly Captcha</strong> in the dashboard, then click <strong>Settings</strong>.</p>\n\n\n\n<p>Then go to the <a href=\"https://friendlycaptcha.com\">Friendly Captcha</a> website and create an account. Pick a plan, then copy your site key.&nbsp;</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/06/image5.png\" alt=\"creating a Friendly Captcha account\" class=\"wp-image-70983\" width=\"450\" height=\"199\" />\n\n\n\n<p>Go back to your WordPress installation and paste in the<strong> Site key</strong> in the appropriate field. Then go back to your account on the website and generate an API key by typing in a name for it then clicking <strong>Create API Key.</strong>&nbsp;</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/06/image13.png\" alt=\"creating an API key\" class=\"wp-image-70984\" width=\"450\" height=\"195\" />\n\n\n\n<h4 class=\"wp-block-heading\">Step 3: Finish configuring settings</h4>\n\n\n\n<p>For this tutorial, please select the comment form box to enable forms and keep all other settings at their default values to configure the remaining options based on your preferences.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 4: Save and view</h4>\n\n\n\n<p>Once you&#8217;re done making changes, click <strong>Save Changes,</strong> then visit a live blog post to verify the comment form is working as intended.</p>\n\n\n\n<h3 class=\"wp-block-heading\">2. How to add reCAPTCHA to a WordPress contact form</h3>\n\n\n\n<p>Google reCAPTCHA adds an extra layer of protection to your contact forms, using a two-step verification process. This tool can help stop bots and spammers, as they&#8217;ll need to pass the reCAPTCHA test. You can use a WordPress CAPTCHA plugin to get the job done. Here&#8217;s how you can incorporate it into your WordPress contact form:</p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 1: Install and activate a WordPress reCAPTCHA plugin</h4>\n\n\n\n<p>First, install and activate the <a href=\"https://wordpress.org/plugins/simple-google-recaptcha/\">Simple Google reCAPTCHA plugin</a>. Just search for it by name under <strong>Plugins → Add New</strong>. Then click <strong>Install → Activate</strong>.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/06/image11.png\" alt=\"the Simple Google reCAPTCHA plugin\" class=\"wp-image-70985\" width=\"450\" height=\"251\" />\n\n\n\n<p>After activation, navigate to<strong> Settings → Google reCAPTCHA</strong> to configure the plugin settings.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 2: Configure the plugin settings</h4>\n\n\n\n<p>The plugin will prompt you to enter Google reCAPTCHA keys. You can obtain these keys for free from the official reCAPTCHA website by clicking the <strong>register your domain</strong> link at the top of the page.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/06/image2.png\" alt=\"warning to register your domain \" class=\"wp-image-70986\" width=\"450\" height=\"65\" />\n\n\n\n<h4 class=\"wp-block-heading\">Step 3: Obtain reCAPTCHA API keys by registering your website</h4>\n\n\n\n<p>The <strong>register your domain</strong> link directs you to the Google reCAPTCHA website, where you can register your site to work with reCAPTCHA.</p>\n\n\n\n<p>Sign in with your Google account, and you&#8217;ll see the <strong>Register a new site</strong> page. Enter the necessary basic information to register your site.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/06/image14.png\" alt=\"registering a site with Google\" class=\"wp-image-70987\" width=\"450\" height=\"190\" />\n\n\n\n<p>In the <strong>Label</strong> field, input your website name or any name of your choice to help you identify your site later.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 4: Add a new site</h4>\n\n\n\n<p>Next, choose the <strong>reCAPTCHA V2</strong> radio button to reveal two new options.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/06/image9-1.png\" alt=\"options for reCAPTCHA type\" class=\"wp-image-70988\" width=\"450\" height=\"129\" />\n\n\n\n<p>To add the reCAPTCHA checkbox to your site, select the first option,<strong> I&#8217;m not a robot </strong>checkbox.</p>\n\n\n\n<p>In the <strong>Domains</strong> text box, add the domain name of your website.</p>\n\n\n\n<p>You can also add multiple domains or subdomains by clicking the plus <strong>+</strong> icon, enabling you to use the same API keys across different websites.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 5: Add domain and email to your reCAPTCHA site</h4>\n\n\n\n<p>Google will automatically add your email address under <strong>Owners</strong>. You can also add another email if desired. Then accept the terms of service.</p>\n\n\n\n<p>Select the <strong>Send alerts to owners</strong> checkbox to allow Google to send emails if they detect any misconfigurations or suspicious activity.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 6: Submit and register your WordPress site</h4>\n\n\n\n<p>After completing the form, click <strong>Submit</strong> to register your site.</p>\n\n\n\n<p>Google reCAPTCHA will display a success message, along with the site key and secret key.</p>\n\n\n\n<p>Use these API Keys in your website&#8217;s plugin settings.</p>\n\n\n\n<p>Navigate to <strong>Settings → Google reCAPTCHA</strong> from your WordPress dashboard.</p>\n\n\n\n<p>On the <strong>Settings</strong> page, paste the site key and secret key.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/06/image4.png\" alt=\"creating Google reCAPTCHA keys\" class=\"wp-image-70989\" width=\"450\" height=\"105\" />\n\n\n\n<p>The plugin will incorporate reCAPTCHA verification into the WordPress comment form, registration form, reset password form, new password form, and login form.</p>\n\n\n\n<p>You can disable reCAPTCHA on the login form by selecting the appropriate checkbox.</p>\n\n\n\n<p>Remember to click <strong>Save Changes</strong> to store the API keys and activate reCAPTCHA.</p>\n\n\n\n<p>You have now successfully added reCAPTCHA to your WordPress comment form. Check the comment section of your blog posts to ensure it&#8217;s working correctly.</p>\n\n\n\n<p>So now you know how to add CAPTCHA or reCAPTCHA to your WordPress contact forms. Although these options can reduce spam and bot activity, we suggest using Akismet instead because it is easy to use, more accessible, and effective against advanced bots.</p>\n\n\n\n<p>Regardless of the solution you choose, however, keeping your WordPress site secure from spam and malicious activity is crucial for maintaining a positive user experience, safeguarding your online presence, and protecting your reputation.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently asked questions about CAPTCHA and reCAPTCHA</h2>\n\n\n\n<p>Still curious about CAPTCHA, reCAPTCHA, and how to safeguard the contact forms on your website? Let&#8217;s take a look at some answers to the most commonly asked questions on the subject.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What is CAPTCHA?</h3>\n\n\n\n<p>CAPTCHA, which stands for “Completely Automated Public Turing test to tell Computers and Humans Apart”, is a security measure used on websites to prevent automated bots from submitting forms, leaving comments, or performing other actions that should only be done by human users. CAPTCHAs typically require users to solve visual puzzles — such as identifying distorted text or selecting specific images — to prove that they’re not bots.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What is reCAPTCHA?</h3>\n\n\n\n<p>reCAPTCHA is a more advanced version of CAPTCHA developed by Google. It improves upon traditional CAPTCHA systems by incorporating machine learning and advanced risk analysis techniques to better differentiate between human users and bots. reCAPTCHA is designed to be more user-friendly, with some versions requiring people only to click a checkbox.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/06/image3.png\" alt=\"I\'m not a robot checkbox\" class=\"wp-image-70990\" width=\"315\" height=\"86\" />\n\n\n\n<h3 class=\"wp-block-heading\">What is Akismet?</h3>\n\n\n\n<p>Akismet is a powerful anti-spam solution for WordPress websites, developed by Automattic, the company behind WordPress.com. It uses advanced algorithms and a continuously-updated database of spam signatures to identify and block spam comments and form submissions, without requiring user input or creating accessibility barriers. Akismet operates in the background (kind of like an invisible CAPTCHA, in a sense), providing a seamless and user-friendly browsing experience.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Is Akismet better than CAPTCHA and reCAPTCHA?</h3>\n\n\n\n<p>While each solution has its own advantages, Akismet is generally considered more user-friendly and accessible compared to CAPTCHA and reCAPTCHA. It doesn&#8217;t require users to solve puzzles or enter codes, making it easier for those with visual impairments and providing a smoother browsing experience overall. Akismet is also highly effective at blocking spam and bots, even as they evolve and become more sophisticated.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Does Akismet integrate with contact form plugins like Contact Form 7?</h3>\n\n\n\n<p>Yes, Akismet integrates with many popular WordPress contact form plugins, including Contact Form 7. By connecting Akismet to your contact form plugin, you can effectively protect your forms from spam submissions without the need for CAPTCHA or reCAPTCHA.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What are real-world examples of sites using Akismet?</h3>\n\n\n\n<p>Akismet is trusted by over 100 million websites worldwide, including well-known enterprise brands such as <a href=\"https://www.microsoft.com/\">Microsoft</a>, <a href=\"https://akismet.com/blog/convertkit-customerstory/\">ConvertKit</a>, and <a href=\"https://www.bluehost.com/\">Bluehost</a>. Its widespread adoption and use by major companies serve as strong social proof for its effectiveness in preventing spam and ensuring a secure, user-friendly online experience.&nbsp;</p>\n\n\n\n<p>Should you choose Akismet for your contact and registration forms, you&#8217;ll be in good company, joining millions of other websites that have successfully protected their online presence from spam and malicious activity.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Akismet: Non-intrusive spam protection for WordPress&nbsp;</h2>\n\n\n\n<p>To keep your WordPress site free from <a href=\"https://akismet.com/blog/spambots-theyre-not-just-like-us-introducing-akismets-newest-spam-fighting-feature/\">spam and bots</a> while ensuring a good user experience and accessibility, you should use Akismet. It offers an effective way to combat spam that doesn&#8217;t disrupt your site visitors&#8217; browsing experience.</p>\n\n\n\n<p>If you add Akismet to your WordPress site, it will use complex calculations and a big collection of spam markers to keep your site safe from unwanted content. In addition, it integrates smoothly with well-known tools for contact forms, making sure that everyone can use your website securely and without hassle.</p>\n\n\n\n<p>While CAPTCHA and reCAPTCHA may still be preferred by some, Akismet stands out as a user-friendly, effective, and accessible alternative for securing your WordPress contact forms against spam and bots. And by choosing Akismet, you&#8217;re investing in the success of your online presence and ensuring a pleasant experience for your visitors, which is definitely worth prioritizing.</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, 28 Jun 2023 13: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:11:\"Jen Swisher\";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:56:\"WPTavern: WordPress 6.3 Will Introduce A Command Palette\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146321\";s:7:\"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://wptavern.com/wordpress-6-3-will-introduce-a-command-palette\";s: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:3341:\"<p>Last week Gutenberg contributors were engaged in a spirited debate regarding <a href=\"https://wptavern.com/wordpress-contributors-discuss-renaming-command-center-tool\">a proposal to rename the new Command Center to Wayfinder</a>. The feature, designed to be an extensible quick search and command execution tool, will land in WordPress 6.3.</p>\n\n\n\n<p>The majority of participants in the <a href=\"https://github.com/WordPress/gutenberg/issues/50925\">discussion</a> were strongly against calling it Wayfinder, as the term doesn&#8217;t translate well, nor does it make the feature&#8217;s benefits easy to understand.  Wayfinder was proposed as a unique name that &#8220;has the potential to evoke a sense of curiosity, exploration, and discovery.&#8221; There were several attempts to wrap up the discussion with notes on alternatives even when it was apparent that the general consensus was unequivocally not in favor of the term Wayfinder.</p>\n\n\n\n<p>Automattic-sponsored Gutenberg contributor Anne McCarthy <a href=\"https://github.com/WordPress/gutenberg/issues/50925#issuecomment-1610044400\">commented</a> on the issue with the decision, which she said was reached after consulting project leadership and reading through the comments:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><em><strong>Let’s move forward with Command Palette.</strong></em></p>\n\n\n\n<p>Reasoning: easier to translate, consistent across other tooling outside of WordPress, matches current functionality, eases discoverability/understanding of value, and leans generic which matches the concerns raised here. </p>\n\n\n\n<p>Ultimately, we can always discuss renaming if the feature reaches a point of evolution outside of this initial name. As raised above, that would be more worth risking a unique name for than something that exists in other products and that ultimately we want people to quickly understand/find value in. Plus if we hold off on that name for the future, it can create a nice marketing push for something truly unique when/if the time comes. If folks have additional specific concerns around this naming, please speak up sooner rather than later.</p>\n</blockquote>\n\n\n\n<p>McCarthy also requested other contributors ensure the re-naming is updated throughout the interface for the upcoming release.</p>\n\n\n\n<p>This was an important decision that needed to be made ahead of WordPress 6.3 Beta 1, which was supposed to be released today but was <a href=\"https://make.wordpress.org/core/2023/06/27/wordpress-6-3-beta-1-postponed/\">delayed</a> to Wednesday, June 28, due to an unrelated issue. The Command Palette will likely be introduced in blog posts, the 6.3 About page, and countless third-party resources so the proposal urgently needed a conclusion.</p>\n\n\n\n<p>It’s also to the team’s credit that they didn’t force a fancy marketing name and instead landed on the side of the majority of contributors who were in favor of using clear language. The API for the Command Palette <a href=\"https://github.com/WordPress/gutenberg/pull/51169\">is now public</a> and ready for developers to create their own custom commands. Using a term that is easy to understand and translate will engender more global community buy-in, as <a href=\"https://wordpress.org/about/stats/\">52% of WordPress users</a> run the software in a language other than English.</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, 28 Jun 2023 01:46:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:51:\"WPTavern: WordCamp Europe 2024 Calls for Organizers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146294\";s:7:\"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-europe-2024-calls-for-organizers\";s: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:3609:\"<p>WordCamp Europe 2023 in Athens attracted more than 2,500 attendees from 94 countries, made possible by 112 organizers and 250 volunteers. The event is now looking forward to 2024, which will be hosted by the Italian WordPress community in Torino, Italy, June 13-15. This modern city is located at the foot of the Alps in northwestern Italy and has more than 2,000 years of history to explore.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>WCEU 2024 is <a href=\"https://europe.wordcamp.org/2024/call-for-organisers/\">calling for organizers</a> who will serve on one of a dozen teams that have been operating for the past few years, including attendee services, budget, design, sales and sponsors, communications, and more.</p>\n\n\n\n<p>Those selected to organize will begin planning WCEU in September 2023 and will work with a distributed team on a weekly basis until June 2024. </p>\n\n\n\n<p>During the 2023 event&#8217;s speaker announcements, the WCEU organizing team was <a href=\"https://wptavern.com/wceu-2023-publishes-schedule-reaffirms-commitment-to-diversity\">criticized for the second year in a row regarding its commitment to diversity</a>. The previous year organizers were called out for the <a href=\"https://europe.wordcamp.org/2022/diversity-at-wceu/\">lack of diversity on the organizing team</a> and this year the complaint was a lack of diversity in the speaker selection.</p>\n\n\n\n<p>WCEU 2023 organizers published a <a href=\"https://europe.wordcamp.org/2023/transparent-selection-processes/\">transparent account of the various selection processes</a> used for organizers, speakers, media partners, and others involved in the event. The article states that organizers are shortlisted based on their skills, with an effort &#8220;to keep gender parity high whilst also selecting people from all available European WordPress communities.&#8221; It also states that applicants&#8217; experience and enthusiasm are chief among selection factors but organizers also reach out to encourage underrepresented groups to apply:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>During the selection process we don’t have anything that resembles a “positive discrimination” policy, whereby we choose people based on their race, color, background, gender, sexual identity, or any other attribute; we solely chose people based on their stated experience and enthusiasm to be part of the team&#8230;</p>\n\n\n\n<p>Acknowledging that diversity within the Organizing team is important, we reach out to community groups and members before and during the application process, encouraging people to apply where we have historically seen underrepresentation.</p>\n</blockquote>\n\n\n\n<p>The article concludes with a statement of willingness to modify this selection process if the organization is not able to achieve a diverse lineup:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>WordCamp Europe is an iterative event; each year learns from the last and 2024 will be no different. We cannot take for granted that achieving diversity one year guarantees it the next. As a flagship WordCamp event we may need to positively discriminate to achieve gender parity, or fair representation of communities. </p>\n</blockquote>\n\n\n\n<p>The <a href=\"https://europe.wordcamp.org/2024/call-for-organisers/\">call for 2024 organizers</a> does not identify any changes that have been made to the selection process. Prospective organizers will need to <a href=\"https://europe.wordcamp.org/2024/call-for-organisers/application-form/\">fill out the application form</a> highlighting their skills, experience, and desired role.</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, 27 Jun 2023 21:40: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:80:\"WPTavern: Reusable Blocks Renamed to Patterns with Synced and Non-Synced Options\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146252\";s:7:\"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:91:\"https://wptavern.com/reusable-blocks-renamed-to-patterns-with-synced-and-non-synced-options\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7029:\"<p>There has always been some confusion and overlap between reusable blocks and patterns. The difference was that reusable blocks can be created and edited in the block editor and then reused in other places &#8211; inserted into posts or pages. Block patterns, once inserted, can be edited and are not synced. They give users the ability to apply the same layout to different posts and pages. </p>\n\n\n\n<p>Reusable blocks have now been <a href=\"https://github.com/WordPress/gutenberg/pull/51144\">renamed to patterns</a>, with the option to be synced, which offers the same functionality as the former reusable blocks where all instances can be updated at once. Non-synced patterns are just regular patterns &#8211; those that can be edited independently of other other instances that have been inserted. These updates are coming in Gutenberg 16.1 and will be included in the upcoming WordPress 6.3 release.</p>\n\n\n\n<p>WordPress contributor Aki Hamano posted a diagram to Twitter regarding the renaming, which was confirmed as an accurate representation of the changes.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I am trying to understand about the new naming of \"Pattern\" in WordPress. I currently understand it as this figure represents, is this correct? <a href=\"https://t.co/WxKFRotB0V\">pic.twitter.com/WxKFRotB0V</a></p>&mdash; Aki Hamano / 浜野 哲明 (@tetsuaki_hamano) <a href=\"https://twitter.com/tetsuaki_hamano/status/1672984350680567809?ref_src=twsrc%5Etfw\">June 25, 2023</a></blockquote>\n</div>\n\n\n\n<p>&#8220;Clients already find the pattern and reusable block concept very difficult to grasp,&#8221; WordPress developer Mark Howells-Mead commented on the pull request for the renaming. &#8220;This change will make things much harder for regular users to comprehend.&#8221; </p>\n\n\n\n<p>Gutenberg contributor Paal Joachim Romdahl commented that it would be helpful to have more time to test this in a few versions of the Gutenberg plugin, as WordPress 6.3 beta 1 is expected this week. Learning materials and documentation will need to be updated with very little notice.</p>\n\n\n\n<p>Gutenberg contributor Daniel Richards encouraged contributors to see the change as part of &#8220;<a href=\"https://github.com/WordPress/gutenberg/issues/41717\">the great unification</a>,&#8221; an effort towards consolidating the many different block types into a single concept and streamlining the content and site editors.</p>\n\n\n\n<p>&#8220;In the future it might also be possible for template parts to be considered &#8216;synced patterns&#8217;, and at that point things become much more streamlined and there are far fewer concepts for users to grasp,&#8221; Gutenberg contributor Daniel Richards said. </p>\n\n\n\n<p>&#8220;So the hope is that this is a first step on the path to making things easier for users, rather than more difficult. But I do realize that for existing users it&#8217;s quite a shift.&#8221;</p>\n\n\n\n<p>As part of this effort, WordPress 6.3 will also introduce pattern creation in the block editor using the same interface that it previously used for reusable blocks. Pattern creation necessitates having a place for users to view and manage their patterns. WordPress 6.3 will also include a first pass at <a href=\"https://github.com/WordPress/gutenberg/pull/51078\">a Pattern Library inside the Site Editor</a>, which will include both patterns and template parts. Gutenberg designers shared <a href=\"https://make.wordpress.org/design/2023/06/19/design-share-jun-5-jun-16/?mc_cid=4941c0b11f&mc_eid=68ffa9a210\">a preview</a> of what this would look like a couple weeks ago:</p>\n\n\n\n<a href=\"https://i0.wp.com/make.wordpress.org/design/files/2023/06/patterns.gif?ssl=1\"><img src=\"https://i0.wp.com/make.wordpress.org/design/files/2023/06/patterns.gif?resize=776%2C540&ssl=1\" alt=\"\" class=\"wp-image-11211\" /></a>image credit: <a href=\"https://make.wordpress.org/design/2023/06/19/design-share-jun-5-jun-16/?mc_cid=4941c0b11f&mc_eid=68ffa9a210\">WordPress Design Share June 5-16</a>\n\n\n\n<h3 class=\"wp-block-heading\">The Potential of Partially Synced Patterns</h3>\n\n\n\n<p>In May, contributors began a discussion about the concept of <a href=\"https://github.com/WordPress/gutenberg/discussions/50456\">partially synced patterns</a>, which Daniel Richards summarized:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Today, when you insert a pattern, the blocks from that pattern are completely decoupled and standalone. There&#8217;s no way to tell that those blocks originated from a pattern, especially since they can be edited to no longer resemble the source pattern.</p>\n\n\n\n<p>Partially synced mode is different. When a pattern that&#8217;s partially synced is inserted, it retains a reference to the source pattern. The blocks within the pattern are locked so that they cannot be removed or reordered and new blocks cannot be inserted (this is called&nbsp;<code>contentOnly</code>&nbsp;locking). Only specific parts of the pattern considered &#8216;content&#8217; can be edited (denoted by adding&nbsp;<code>__experimentalRole: \'content\'</code>&nbsp;to a block&#8217;s definition).</p>\n\n\n\n<p>When the source pattern is updated, all instances of blocks that reference the source pattern are updated too (much like a reusable block), but the&nbsp;<code>content</code>&nbsp;values the user entered are retained. The best way to think of this is that the user can update the design of a pattern, but doesn&#8217;t lose content that exists in templates and posts.</p>\n</blockquote>\n\n\n\n<p>This concept will not make it into the upcoming version of WordPress, as contributors are still discussing one of many complex implementations, but it offers a glimpse of what might be more granular control coming to patterns in the future. Partially synced patterns would bring distinct benefits to many CMS and content design use cases where clients may be editing content. </p>\n\n\n\n<p>&#8220;I am a site developer for an agency, and am actively making sites for clients using Gutenberg every day,&#8221; Eric Michel said. &#8220;Probably our biggest pain point right now is that the editor does not handle types of content that are mostly standardized with small content customizations per post &#8211; things like contact directories, majors at a university, products in a catalog.</p>\n\n\n\n<p>&#8220;For us, the absolute dream scenario is what you are proposing, except with the inclusion of the ability to alter the primary template and have all of the pages that use that template automatically change as well.&#8221; </p>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/discussions/50456\">discussion</a> on making partially synced patterns possible continues in search of an implementation that will ensure users don&#8217;t modify the patterns in ways that destroy the ability to display the retained content. WordPress 6.3 will ship with synced and non-synced pattern options, and partially synced patterns may land further down the road in a future release.</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, 27 Jun 2023 02:11:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:128:\"Gutenberg Times: Reusable Blocks are Patterns too, Style Book, Block Handbook Navigator and Command Center—Weekend Edition 258\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=24511\";s:7:\"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:135:\"https://gutenbergtimes.com/reusable-blocks-are-patterns-too-style-book-block-handbook-navigator-and-command-center-weekend-edition-258/\";s: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:15495:\"<p>Howdy, </p>\n\n\n\n<p>It&#8217;s been a more quiet week. Many people have been working hard to get the latest features into the next Gutenberg release, so they can also be merged with WordPress 6.3. If you want to start testing, the <a href=\"https://github.com/WordPress/gutenberg/releases/tag/untagged-c35f7346f2e514d1fedb\">Gutenberg 16.1 RC is available here</a>. The changelog is massive. Next week, Tammie Lister will be going over this with me when we record the next Gutenberg Changelog. </p>\n\n\n\n<p>On Friday, I&#8217;ll hope on a train to Leipzig and give a presentation to the attendees of the <a href=\"https://wptavern.com/wordpress-confirms-8-pilot-events-to-launch-the-next-generation-of-wordcamps-in-2023\">back-to-the-roots, no frills WordCamp</a>. Added thrill for me: it&#8217;s my first time presenting in German about technology. Oy. </p>\n\n\n\n<p>Next week is also WordPress 6.3 Beta 1 release. Get ready for testing and filing bug reports! The best way to learn what will be in 6.3 is by using the beta version and heed the <a href=\"https://make.wordpress.org/test/2023/06/07/fse-program-testing-call-24-momery-makeover/\">Testing Call #24: Momery Makeover</a>. Testing a new version pre-release, is an open-source contribution with the highest impact. If you are keen to learn how to do it, please let me know and I do a short tutorial zoom with you. </p>\n\n\n\n<p>This weekend edition seems rather short, too </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-drop-cap\"><strong>Join us </strong>for the <a href=\"https://us02web.zoom.us/webinar/register/7516851799317/WN_AFgYtmyaRviAY3b2oGP2pg\">next Gutenberg Live Q &amp; A July 6th, 2023, at 17:00 UTC</a> </p>\n\n\n\n<p><strong>Leveraging Gutenberg&#8217;s architecture to take plugin development to new levels.</strong></p>\n\n\n\n<p>Learn how Gutenberg components and scripts can be used outside the block editor to revamp a plugin&#8217;s code base in this Case Study of GiveWP 3.0 with Jason Adams, Director of Development, Jon Waldstein, Lead Developer of GiveWP and co-host Lena Morita, JavaScript Developer on the Components team. </p>\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/7516851799317/WN_AFgYtmyaRviAY3b2oGP2pg\"><img /></a>\n</div></div>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#reusable\">Reusable blocks are now called Patterns</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p class=\"is-style-no-vertical-margin\"><strong>🎙️ </strong> New episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-85-gutenberg-16-1-wordpress-6-3/\">Gutenberg Changelog #85 – Gutenberg 16.1, WordPress 6.3</a> with special guest, Tammie Lister and host Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<p>In his latest <a href=\"https://make.wordpress.org/design/2023/06/19/design-share-jun-5-jun-16/\"><strong>Design Share: Jun 5–Jun 16</strong></a>, <strong>Joen Assmussen</strong> shares the work of the WordPress Design team on the </p>\n\n\n\n<ul>\n<li>flow of creating patterns via the Site Editor, </li>\n\n\n\n<li>Top Toolbar refinements, </li>\n\n\n\n<li>ideas on how to customize the Drop Caps, </li>\n\n\n\n<li>more customization tools for the list blocks, </li>\n\n\n\n<li>Home template details panel </li>\n\n\n\n<li>Site editor publishing, and</li>\n\n\n\n<li>Interesting mock-ups for a redesign of the Learn.WordPress pages. </li>\n</ul>\n\n\n\n<img />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Jamie Marsland</strong> shared in his latest video,<a href=\"https://www.youtube.com/watch?v=wmIZ5w7MFng\"><strong> WordPress Block Theme Secret Hacks You Didn&#8217;t Know Existed</strong></a>, five secret features of Block Themes, you might not know about. Marsland also offers a Block Theme course: <em><a href=\"https://www.pootlepress.com/wordpress-full-site-editing-course/\">Mastering Site Editing and WordPress Block Themes</a>, so you can get a head start</em>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Wes Theron</strong> also shares his secrets, too in the tutorial <a href=\"https://learn.wordpress.org/tutorial/using-the-block-editor-tips-and-shortcuts-for-efficiency/\"><strong>Using the block editor: Tips and shortcuts for efficiency</strong></a> on <em>Learn WordPress</em>. He has eight tips and shortcuts for you to work faster and more efficiently in the block editor. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In this video on WordPress TV, <strong>Kathryn Presner</strong> and <strong>Sarah Snow</strong> showed their students how to <a href=\"https://wordpress.tv/2023/06/22/create-a-four-page-wordpress-website-explore-plugins-contact-forms/\"><strong>Create a four-page WordPress website: Explore Plugins + Contact&nbsp;Forms</strong></a>. Watch this workshop to learn about plugins–how to find them, how to vet them, what can go wrong–in WordPress in 2023.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Another new feature is coming to WordPress 6.3, the Command Center. Be aware that&#8217;s only the working title and contributors discuss renaming it. <strong>Sarah Gooding</strong> reports on the discussion <a href=\"https://wptavern.com/wordpress-contributors-discuss-renaming-command-center-tool\"><strong>WordPress Contributors Discuss Renaming Command Center Tool</strong></a>. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"reusable\">Reusable blocks are now called Patterns</h3>\n\n\n\n<p>Creating patterns using the block editor has been one of the most requested features since Patterns have been available and since the release of the Pattern directory on WordPress.org in Summer of 2021.  It&#8217;s now coming to the editor in WordPress 6.3 version. It uses the same workflow as creating reusable blocks. To remind you: create a collection of blocks, group them, and use the 3-dot menu &#8220;Create reusable Block&#8221; except it now says &#8220;Create custom pattern&#8221;. </p>\n\n\n\n<p>Turns out Patterns and Reusable blocks are cut almost from the same cloth. The only difference is that the change to a reusable block synchs over all the instances the block has been used, hence the new name &#8220;synched pattern&#8221;.  There is now a toggle switch to &#8220;Keep all pattern instances in sync&#8221; or not. This is the first iteration: the name change and the creation workflow. </p>\n\n\n\n<p>To re-use the pattern, you find them in different places, though. Synched patterns are listed in the list of Blocks in the Inserter and available via slash &#8220;/&#8221; command. Unsynched patterns are in a new Pattern category = Custom Patterns in the Patterns Tab in the big blue button inserter.</p>\n\n\n\n<p>There are many users, and I might be one of them, who find patterns, should also be at least partially sync-able. That feature is planned to come to the block editor after WordPress 6.3 is released. It will take a few more thoughts on how to separate the various pieces. You might want to synch the design but not the words, or styles but not the images. The headings but not the links. And immediately you see that this can be quite complicated. So, it might take some more time. You can read up on the genesis of this new feature in the PR <a href=\"https://github.com/WordPress/gutenberg/pull/51144\">Reusable blocks: Rename to &#8216;Patterns&#8217; and add option to also add a non-synced Pattern. (51144)</a></p>\n\n\n\n<img />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Ganesh Dahal</strong>, also <a href=\"https://css-tricks.com/author/ganeshdahal/\">writer at CSS-Tricks</a>, published his first article on the WordPress Developer Blog about <a href=\"https://developer.wordpress.org/news/2023/06/the-style-book-a-one-stop-shop-for-styling-block-themes/\"><strong>The Style Book: a one-stop shop for styling block themes</strong></a>. The Style Book is the new one-stop Global Style feature of the Site Editor that allows you to add all global or per-block design elements with a live preview window. This also lets users create a new set of variations that they can modify with a single click.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Wrestling with a huge theme.json might deter people from creating block themes. <strong><a href=\"https://twitter.com/walb0\">Petter Walbø Johnsgård</a> </strong>developed the npm package <a href=\"https://www.npmjs.com/package/@theme-json/create\"><strong>@theme-json/create</strong></a>  that helps you with that.  It allows you to create a logical directory structures to separate out various parts of the theme.json. It makes it easier to maintain and quickly navigate to the necessary area you wish to modify.  This way you can standardize variables and reference them in our theme.json, and makes it them much more maintainable when designers decide to make changes. (<em>Thank you to <a href=\"https://twitter.com/ClorithMJ\">Marius Jensen</a> for the tip</em>).</p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post for the Torque Magazine,  <a href=\"https://torquemag.io/2023/06/wordpress-widget-areas/\"><strong>How to Add Widget Areas to WordPress (Block &amp; Classic Themes)</strong></a>, <strong><a href=\"https://twitter.com/nschaeferhoff\">Nick Schäfferhoff</a> </strong> took a look at different ways to add widgets to your WordPress theme. You learn how to use widgetized areas and create new ones in classic themes, as well as how to make widgets show up in your block themes.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</h2>\n\n\n\n<p>It might be the post you have been waiting for. In his post on<strong><a href=\"https://developer.wordpress.org/news/2023/06/navigating-the-block-editor-handbook/\"> How to Navigate the Block Editor Handbook</a></strong>, <strong>Michael Burridge</strong> leads the way with Compass and Maps so to speak. &#8220;The Block Editor Handbook is intimidating even for seasoned developers. If you are new to block development, you’re likely to feel completely overwhelmed. This guide will help you find your way around the Block Editor Handbook. It suggests a learning path that will help you become an expert in no time.&#8221; he wrote in the excerpt</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Brian Coords</strong> published a tutorial about <a href=\"https://www.briancoords.com/custom-lists-in-wordpress-with-register-block-style/\"><strong>Custom Lists in WordPress with Register Block Style</strong></a>. He explains how to work with Block styles without a build process. It&#8217;s a great way to learn to customize the blocks without any JavaScript and very little php. </p>\n\n\n\n<p>Earlier this year, Justin Tadlock wrote about <a href=\"https://developer.wordpress.org/news/2023/02/creating-custom-block-styles-in-wordpress-themes/\"><strong>Creating custom block styles in WordPress themes</strong></a>, that could be another great tutorial for you.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Skyline of Athens, view of the Acropolis from the roof of the Museum for contemporary art by Birgit Pauli-Haack</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 Jun 2023 06:07: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:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"WPTavern: Really Simple SSL Plugin Adds Free Vulnerability Detection\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146129\";s:7:\"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/really-simple-ssl-plugin-adds-free-vulnerability-detection\";s: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:2999:\"<p><a href=\"https://wordpress.org/plugins/really-simple-ssl/\">Really Simple SSL</a>, a popular plugin used on more than five million sites for installing SSL certificates, handling website migrations, mixed content, redirects, and security headers, has added a new feature in its most recent major update.</p>\n\n\n\n<p>Version 7.0.0 introduces vulnerability detection as part of a partnership with WP Vulnerability, an open source, free API created by <a href=\"https://www.wpsysadmin.com/\">Javier Casares</a> with contributions from other open source, freely available databases. Once enabled, it notifies users if a vulnerability is found and suggests actions.</p>\n\n\n\n<p>&#8220;Really Simple SSL mirrors the free database with its own instance to secure stability and deliverability, but of course provides the origin database with an API to enrich, or improve its current data,&#8221; Really Simple Plugins developer Aert Hulsebos said.</p>\n\n\n\n<p>The new vulnerability detection feature is not enabled by default, so users will need to <a href=\"https://really-simple-ssl.com/instructions/about-vulnerabilities/\">enable it in the settings</a>. A modal will pop up where users can configure their notifications and run the first scan.</p>\n\n\n\n<img />\n\n\n\n<p>When emailed about a vulnerability users can manually respond with an action or set the plugin to automatically force an update (when available) after 24 hours of no response. There are other automated actions the plugin can take based on how users configure the Measures section of the settings.</p>\n\n\n\n<img />\n\n\n\n<p>For the past several years Really Simple SSL has been providing SSL certificate configuration and installation via Let&#8217;s Encrypt as a first pass at securing WordPress sites. To finance this for the free users, the plugin also has a Pro version that handles Security Headers, such as Content Security Policies, which are highly complex for most and not easily configured.</p>\n\n\n\n<p>&#8220;We figured that with our reach we could impact security on the web as a whole, by adding features in order of impact on security,&#8221; Hulsebos said. &#8220;So vulnerabilities, after hardening features specific to WordPress, was next. </p>\n\n\n\n<p>&#8220;The nature of our partnership with Javier and WP Vulnerability is sponsoring the efforts of WP Vulnerability and appointing a security consultant ourselves to this open-source effort to improve, and moderate the open-source database daily. WP Vulnerability does not compensate us, nor does it have a stake in Really Simple SSL. Vulnerability detection is available for everyone and always will be.&#8221;</p>\n\n\n\n<p>Because Really Simple SSL started as a lightweight SSL plugin, Hulsebos said they have taken a modular approach to minimize impact on users who only want or need certain features. Following the launch of the new vulnerability detection feature, the plugin&#8217;s authors plan to add login security with 2FA to better secure authentication on WordPress sites.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Jun 2023 21:34: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:51:\"BuddyPress: BuddyPress community &amp; contribution\";s:7:\"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=330214\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://buddypress.org/2023/06/buddypress-community-contribution/\";s: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:15099:\"<p>Last but not least! This is the final episode of our post series about the new direction we plan to take regarding the BuddyPress project. If you’re just discovering this series, we advise you to read about the 4 first episodes of it.</p>\n\n\n\n<span id=\"more-330214\"></span>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-6 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://buddypress.org/2023/04/buddypress-has-a-new-purpose/\">BuddyPress has a new purpose</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://buddypress.org/2023/05/lets-better-organize-the-buddypress-plugin/\">Let’s better organize the BuddyPress plugin</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://buddypress.org/2023/05/what-new-features-will-be-coming-to-buddypress/\">What new features will be coming to BuddyPress?</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://buddypress.org/2023/06/how-should-back-end-front-end-buddypress-interfaces-evolve/\">How should back-end &amp; front-end BuddyPress Interfaces evolve?</a></blockquote>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n\n\n\n<p>This post is finally focusing on the feedback you shared with us <a rel=\"noreferrer noopener\" href=\"https://buddypress.org/support/topic/what-is-the-most-important-thing-buddypress-is-missing/\" target=\"_blank\">here</a> &amp; <a rel=\"noreferrer noopener\" href=\"https://wptavern.com/buddypress-plugin-usage-declining-remaining-contributors-discuss-path-forward\" target=\"_blank\">there</a> about the BuddyPress community &amp; BuddyPress contribution.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Key feedbacks about BuddyPress community</h2>\n\n\n\n<ul>\n<li>« <strong>A better website</strong> would help. No amount of new features will help if they can’t be discovered »</li>\n\n\n\n<li>« <strong>Lack of documentation</strong> for developers and code examples. Codex must be improved. »</li>\n\n\n\n<li>« BuddyPress still remains the best in the plugin industry but it <strong>needs more love</strong> from the community. »</li>\n\n\n\n<li>« BuddyPress has been suffering from a <strong>low number of contributors</strong> in recent years. »</li>\n\n\n\n<li>« ideology and maybe personal politics superseded the pushing of features that users wanted »</li>\n\n\n\n<li>« there was way <strong>too much push back</strong> on fixes and new features »</li>\n\n\n\n<li>« <strong>Key features never materialize</strong> »</li>\n</ul>\n\n\n\n<p>A new theme for this community website is a must-have, I agree. Although our current theme does a good job, it has remained unchanged for years. We had begun to work on this but in a way that wasn’t in line with my conviction on this topic. That’s absolutely fine with me as long as we ship! It didn’t happen unfortunately, we didn’t manage to attract enough contributor energy. So I’m back with my conviction: we should build the Block Theme I told you about in episodes <a href=\"https://buddypress.org/2023/05/what-new-features-will-be-coming-to-buddypress/\">3</a> &amp; <a href=\"https://buddypress.org/2023/06/how-should-back-end-front-end-buddypress-interfaces-evolve/\">4</a> with the secondary goal of using it for BuddyPress’ network sites! In my opinion, we’d kill two birds with one stone <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f94c.png\" alt=\"🥌\" class=\"wp-smiley\" />.</p>\n\n\n\n<p>Ideally, all BuddyPress code should be available on our <a rel=\"noreferrer noopener\" href=\"https://buddypress.trac.wordpress.org/\" target=\"_blank\">Trac environment</a>. It’s fine to use GitHub as it’s using Git which is more intuitive than SVN, but at some point (eg: when the feature is stable), the code should be mirrored on <a rel=\"noreferrer noopener\" href=\"https://buddypress.trac.wordpress.org/\" target=\"_blank\">Trac</a>. We need a central place where people can open tickets, contribute to any parts of our project <strong>and be sure to be rewarded with our lovely contributors badge</strong>. Although I believe optional components (or any new Add-ons) should live in their own repository on the <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/plugins/\" target=\"_blank\">WordPress.org plugins directory</a>, I also think they should primarily live into our <a rel=\"noreferrer noopener\" href=\"https://buddypress.trac.wordpress.org/\" target=\"_blank\">Trac</a> when it’s about contributing to their code. This way it will be easier for us to maintain all Add-ons making sure they behave nicely with each other when they are all activated. The confusions about where to contribute to the BP REST API experience convinced me that maintaining it on Trac once a stable version has been released (or included into Core for this API) is the right move to make (<em>not to mention the fact I need to explore many different places to credit all contributors to a major BuddyPress release</em>).</p>\n\n\n\n<p>Contributors shouldn’t be confused about where to contribute to BuddyPress, there’s only one <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/261d.png\" alt=\"☝\" class=\"wp-smiley\" />URL to know: <a rel=\"noreferrer noopener\" href=\"https://buddypress.trac.wordpress.org/\" target=\"_blank\">https://buddypress.trac.wordpress.org/</a>.</p>\n\n\n\n<p>Documentation is very important and, let’s face it, we’re not good at it <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4d5.png\" alt=\"📕\" class=\"wp-smiley\" />. The <a href=\"https://codex.buddypress.org/\">codex</a> is not updated as frequently as it used to be, the « wiki » model where everyone can contribute to docs is no more efficient.</p>\n\n\n\n<p>The first 4 to 5 months of 2022, we’ve tried to organize <a href=\"https://buddypress.org/2022/04/march-documentation-contributor-meetings-summary/\">contributors meetings</a> to update the codex. The results were not at the level of our expectations:</p>\n\n\n\n<ul>\n<li>No new contributors showed up, code contributors &#8211; including me -(many thanks to <a target=\"_blank\" href=\"https://profiles.wordpress.org/dcavins/\" rel=\"noreferrer noopener\">David</a> and <a target=\"_blank\" href=\"https://profiles.wordpress.org/vapvarun/\" rel=\"noreferrer noopener\">Varun</a>) did their best but we missed some new energy to ship something concrete.</li>\n\n\n\n<li>As coders, we naturally put our efforts on the tools putting up this <a target=\"_blank\" href=\"https://imath-buddypress-codex.pf11.wpserveur.net/\" rel=\"noreferrer noopener\">staging site</a>, and retrospectively, I think these efforts should have been directed on content.</li>\n\n\n\n<li>We couldn’t work on any plugin major release during this period.&nbsp;</li>\n</ul>\n\n\n\n<p id=\"documentation\">I believe we need a <strong>Documentation leader</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f468-200d-1f3eb.png\" alt=\"👨‍🏫\" class=\"wp-smiley\" /> to organize this part, lead a documentation team and carry on the work we started on splitting resources between two targets (end-users and developers) :</p>\n\n\n\n<ul>\n<li><strong>use</strong>.buddypress.org: would replace the <a href=\"https://codex.buddypress.org/\">codex</a> and contain resources about using BuddyPress</li>\n\n\n\n<li><a href=\"https://developer.buddypress.org/\">developer.buddypress.org</a>: it was built during <a href=\"https://buddypress.org/2019/09/buddypress-5-0-0-le-gusto/\">BuddyPress 5.0</a> development cycle to provide our REST API endpoints reference. We need to complete it with <s>a Plugin</s> an Add-on handbook, a Theme handbook and BuddyPress code reference.</li>\n</ul>\n\n\n\n<p>We <a href=\"https://buddypress.trac.wordpress.org/ticket/8897#comment:3\">have recently decided</a> to include a docs subdirectory to our main BuddyPress repository. This is where <strong>documentation (and its history) will primarily live from now on! </strong>This move reflects the fact we acknowledge documentation is as important as code.</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/06/contributor-badges.png\"><img width=\"583\" height=\"386\" src=\"https://buddypress.org/wp-content/uploads/1/2023/06/contributor-badges.png\" alt=\"\" class=\"wp-image-330220\" /></a></div>\n\n\n<p>And we’ll reward documentation contributors just like code contributors with props &amp; a BuddyPress contributor badge on their WordPress.org profile (as shown above).</p>\n\n\n\n<p>Our <a target=\"_blank\" href=\"https://buddypress.org/support/\" rel=\"noreferrer noopener\">support forums</a> is another strategic area <strong>we absolutely need to be better on</strong>. Some figures about it are very impressive, eg: there are 127,716 posts inside the <a target=\"_blank\" href=\"https://buddypress.org/support/forum/how-to/\" rel=\"noreferrer noopener\"><u>How-to &amp; Troubleshooting</u></a> category. Do we still need all these posts? I’m sure we don’t: some posts are probably about very old versions of BuddyPress and can be misleading nowadays. We should archive what’s no more up to date, have a specific tag for resolved questions, get rid of duplicates, etc. There again, I believe we need a <strong>Support leader</strong> to tackle all manner of improvements and manage a team of support contributors.</p>\n\n\n\n<p><strong>Last but not least</strong>: how do we collaborate about plugin features or fixes?</p>\n\n\n\n<p>I believe it’s what’s at the root of the 3 last key feedbacks. I can understand some frustrations you shared because I’m feeling the same <strong>regularly </strong>when it comes to contributing to WordPress code. As a contributor it’s difficult to be pushed back for reasons we do not agree on or that we don’t understand, to see a ticket postponed indefinitely or even worst to be ignored. I personally try to always write a few words in my ticket replies to say « hi, thanks for your feedback » or explain why I’m not sure we should do what you’re suggesting because <strong>I value your contribution &amp; I know it’s important for you</strong>. We can agree or disagree, we can change our minds, we can take bad decisions, the most important is to <strong>act at some point with BuddyPress community interests in mind</strong>. We can always act again to revert some mistaken changes. We all learn from our mistakes and <strong>I’d rather </strong><strong>make</strong><strong> a lot of mistakes than stay still</strong>. Here’s my advice if you strongly believe we should fix an issue or add a new feature: have it built and share it with us as <a target=\"_blank\" href=\"https://codex.buddypress.org/participate-and-contribute/contribute-with-code/\" rel=\"noreferrer noopener\">patches</a> or <a target=\"_blank\" href=\"https://bpdevel.wordpress.com/2022/03/06/using-pr-to-share-your-patches-on-buddypress-trac/\" rel=\"noreferrer noopener\">pull requests</a>. Most of the time <strong>doing is half deciding</strong>!</p>\n\n\n\n<p>Yes we currently have a « low number of contributors » and yes I believe BuddyPress deserves more love <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" />. Again you are all welcome to express yourselves on code, documentation, support, events, etc. Don’t hesitate to contribute even if you just started BuddyPressing, we’ll always help you and believe my experience, you’ll learn a lot. I had no ideas about PHP Object Oriented programming, PHPUnit, Continuous Integration, React, SASS etc.. <strong>I’ve learnt all this contributing to BuddyPress</strong>.</p>\n\n\n\n<p>Oh, <strong>one more thing</strong>: let’s meet during a BuddyCamp, a BuddyPress online meeting or at least do talk about BuddyPress during as much as possible contributor days or WordCamps! If you need help with your contribution table or with your slides, don’t be shy or afraid: ask us about it <a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/messages/buddypress\" target=\"_blank\">here</a>!</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Props <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f917.png\" alt=\"🤗\" class=\"wp-smiley\" /> !</h2>\n\n\n\n<p>First: many thanks to <a href=\"https://buddypress.org/members/dcavins/\">@dcavins</a> for his review <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f60d.png\" alt=\"😍\" class=\"wp-smiley\" />.</p>\n\n\n\n<p>Many thanks for your feedbacks, it’s a great first step, what about contributing to your ideas with us as a next step?</p>\n\n\n\n<p>David McCan, Derin Tolu, basicD, Tom Watts, Sander van Dragt, Mr David Hoy, Tara, Jann, Vicent Nemeyimana, Bryant, <a target=\"_blank\" href=\"https://buddypress.org/members/muhittinsahilli/\" rel=\"noreferrer noopener\">muhittinsahilli</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/johnjamesjacoby/\" rel=\"noreferrer noopener\">johnjamesjacoby</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/ok2net/\" rel=\"noreferrer noopener\">ok2net</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/espellcaste/\" rel=\"noreferrer noopener\">espellcaste</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/riversdale1844/\" rel=\"noreferrer noopener\">riversdale1844</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/djpaul/\" rel=\"noreferrer noopener\">djpaul</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/dimensionmedia/\" rel=\"noreferrer noopener\">dimensionmedia</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/sunsetcowboy/\" rel=\"noreferrer noopener\">sunsetcowboy</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/egyptimhotep/\" rel=\"noreferrer noopener\">egyptimhotep</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/staion/\" rel=\"noreferrer noopener\">staion</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/shahriar83/\" rel=\"noreferrer noopener\">shahriar83</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/unsalkorkmaz/\" rel=\"noreferrer noopener\">unsalkorkmaz</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/osmor1/\" rel=\"noreferrer noopener\">osmor1</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/giannis4/\" rel=\"noreferrer noopener\">giannis4</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/gomle/\" rel=\"noreferrer noopener\">gomle</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/fanvid/\" rel=\"noreferrer noopener\">fanvid</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/fawp/\" rel=\"noreferrer noopener\">fawp</a>, <a target=\"_blank\" href=\"https://buddypress.org/members/coolhunt/\" rel=\"noreferrer noopener\">coolhunt</a> &amp; <a target=\"_blank\" href=\"https://buddypress.org/members/imath/\" rel=\"noreferrer noopener\">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:\"Fri, 23 Jun 2023 19:33: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:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: WordPress Pattern Directory Updated to Show Curated Patterns by Default\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146143\";s:7:\"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:92:\"https://wptavern.com/wordpress-pattern-directory-updated-to-show-curated-patterns-by-default\";s: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:3905:\"<p>If you haven&#8217;t visited the <a href=\"https://wordpress.org/patterns/\">WordPress Pattern Directory</a> lately, it may look very different from when it <a href=\"https://wptavern.com/the-wordpress-org-block-pattern-directory-now-live\">launched two years ago</a>. At first there was an emphasis on getting the community to contribute to the resource but the directory has now passed more than 1,500 patterns. </p>\n\n\n\n<p>Contributors are making changes to provide a more curated experience ahead of the inclusion of <a href=\"https://github.com/WordPress/gutenberg/issues/44611\">a new Pattern Directory Explorer</a> that is still in progress. A recent <a href=\"https://make.wordpress.org/meta/2023/06/09/new-curation-filter-in-pattern-directory/\">update</a> to the Pattern Directory alters the homepage and category pages to show curated patterns by default, a change that has been a bit confusing for some when returning to the directory. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Anyone know where all the block patterns have gone on <a href=\"https://t.co/LpzR9lR7uc\">https://t.co/LpzR9lR7uc</a> ? <a href=\"https://t.co/Dt9EK7Ssik\">https://t.co/Dt9EK7Ssik</a> <a href=\"https://twitter.com/hashtag/gutenberg?src=hash&ref_src=twsrc%5Etfw\">#gutenberg</a></p>&mdash; Jamie Pootlepress &#8211; YouTuber and WP Plugin builder (@pootlepress) <a href=\"https://twitter.com/pootlepress/status/1671881903593623556?ref_src=twsrc%5Etfw\">June 22, 2023</a></blockquote>\n</div>\n\n\n\n<p>The curated patterns are those by WordPress.org &#8211; the core bundled patterns. Community-contributed patterns are available as a filter in the dropdown of the directory&#8217;s menu.</p>\n\n\n\n<img />\n\n\n\n<p>There are only 46 core patterns, so some category pages tend to look a little sparse and far less colorful than when community patterns are selected. At the moment, having curated patterns display by default does not offer the best experience for users coming to browse, as Pootlepress founder Jamie Marsland pointed out on Twitter. Automattic-sponsored contributor Rich Tabor responded that there is still more work to be done on providing a better curated experience in the Pattern Directory. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">The top ones are the best. Still lots to do though.</p>&mdash; Rich Tabor (@richard_tabor) <a href=\"https://twitter.com/richard_tabor/status/1672196325201575936?ref_src=twsrc%5Etfw\">June 23, 2023</a></blockquote>\n</div>\n\n\n\n<p>&#8220;This change also prepares to support the Pattern Explorer in the editor,&#8221; Automattic-sponsored contributor Kelly Choyce-Dwan said in the announcement. &#8220;It’s still in progress, but it will be possible to search through community-submitted patterns directly from the editor.&#8221;</p>\n\n\n\n<p>Choyce-Dwan referenced an effort that is currently underway to <a href=\"https://github.com/WordPress/gutenberg/issues/44611\">bring a new flyout to the patterns tab of the inserter</a> inside WordPress, making the modal a place where users can more easily explore and access patterns from the directory. </p>\n\n\n\n<p>There are also related discussions on how <a href=\"https://github.com/WordPress/pattern-directory/issues/573\">themes could create pattern bundles</a>, enabling the possibility of users filtering by theme. In this discussion, Automattic-sponsored contributor Anne McCarthy suggested these pattern bundles could be automatically submitted to the directory upon the theme&#8217;s approval, which would make it effortless for theme authors to contribute them.</p>\n\n\n\n<p>Updates to the Pattern Directory&#8217;s filtering are part of the redesign work on WordPress.org and more discussions are happening on <a href=\"https://github.com/WordPress/pattern-directory/issues/\">the Pattern Directory GitHub</a> repository.</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, 23 Jun 2023 17:44:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:70:\"WPTavern: WordPress.com Makes Monetization Features Available for Free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146188\";s:7:\"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/wordpress-com-makes-monetization-features-available-for-free\";s: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:3111:\"<p>WordPress.com has been known to <a href=\"https://wptavern.com/wordpress-com-ends-recent-pricing-experiment-reverts-to-previous-model\">experiment with its pricing</a> from time to time, and the platform announced another major change today. Users on the Free plan are now able to use monetization features without upgrading. </p>\n\n\n\n<p>In the past, WordPress.com users who wanted to earn money on their websites by collecting donations, creating a newsletter, or selling items or subscriptions, had to be on one of the paid plans. These <a href=\"https://wordpress.com/support/monetize-your-site/\">monetization features</a> are now available to all users on all tiers.</p>\n\n\n\n<p>The fee structure varies, based on the user&#8217;s plan.  Transaction fees are the highest for Free users at 10%, but it gives creators the opportunity to see if they can make money without it costing anything upfront. Commerce plan users ($70/month or $45/month billed annually) don&#8217;t pay any transaction fees. Stripe also collects 2.9% + US$0.30 for each payment made to a Stripe account in the US.</p>\n\n\n\n<p></p>\n\n\n\n<table><tbody><tr><td><strong>WordPress.com Plan</strong></td><td><strong>Payment Fees</strong></td></tr><tr><td>WordPress.com Commerce</td><td>0%</td></tr><tr><td>WordPress.com Business</td><td>2%</td></tr><tr><td>WordPress.com Premium</td><td>4%</td></tr><tr><td>WordPress.com Personal</td><td>8%</td></tr><tr><td>WordPress.com Free</td><td>10%</td></tr></tbody></table>\n\n\n\n<p>Self-hosted WordPress users already have many free plugin options to monetize theirs sites but with that comes the requirement of knowing how to maintain and update their own sites. WordPress.com&#8217;s offering is targeted at creators who just want to get started making money online. The company is inching closer to being a one-stop shop for websites, especially as it <a href=\"https://wordpress.com/blog/2023/06/21/how-to-transfer-your-domain-to-wordpresscom/\">makes a play for former Google Domains customers</a> who are looking for somewhere to host domains after theirs were sold to Squarespace.</p>\n\n\n\n<p>It&#8217;s important to note that creating a full-featured online store is still restricted to Business and Commerce plans. Using <a href=\"https://wordpress.com/support/pay-with-paypal/\">Pay with PayPal</a> to accept credit and debit card payments via PayPal is also only available via an upgraded plan.</p>\n\n\n\n<p>WordPress.com&#8217;s <a href=\"https://wordpress.com/pricing/\">pricing</a> page has not yet been updated to reflect monetization features as being free &#8211; i.e. the Personal plan still lists paid subscribers and premium content gating as an upgrade. It&#8217;s possible the team hasn&#8217;t edited that page yet or this may be another pricing experiment. </p>\n\n\n\n<p>Expanding the availability of monetization features is likely to be received as a positive change, since users are not losing any features that were previously free. Instead, they have the opportunity to see if they can monetize and then adjust their plans based on their comfort level with the transaction fees extracted.</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, 22 Jun 2023 22:58:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:57:\"WPTavern: Gravatar Adds New Payment Features for Profiles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=146134\";s:7:\"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:68:\"https://wptavern.com/gravatar-adds-new-payment-features-for-profiles\";s: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:3203:\"<p>Up until yesterday, the Gravatar (Globally Recognized Avatar) blog lay dormant for nine years, the <a href=\"https://blog.gravatar.com/2014/07/23/something-funny-happened/\">last post</a> chronicling how the team set out to create a Gravatar app that somehow &#8220;<a href=\"https://wptavern.com/automattics-planned-gravatar-app-morphs-into-a-selfies-app-for-android\">morphed into a Selfies app</a>.&#8221; Communication went silent after that, although the Twitter account posted occasionally.</p>\n\n\n\n<p>The service has pivoted to become &#8220;a personal digital business card&#8221; where users can link to various apps and websites that help to establish their identities online. </p>\n\n\n\n<p>Gravatar announced this week that it has <a href=\"https://blog.gravatar.com/2023/06/21/new-on-gravatar-collect-payments-on-the-go/\">launched new payment features for profiles</a>. Users have the option to add links for PayPal, Venmo, and Patreon. The Gravatar team is looking at adding Cash App and more providers in the future. </p>\n\n\n\n<p>On mobile, profiles appear with new &#8220;Send Money&#8221; and &#8220;Share Profile&#8221; buttons. Each profile has its own unique QR code that can be copied and shared.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img />\n\n\n\n<p>The payment accounts show up as links that visitors can click through. Users can also display links to cryptocurrency wallet addresses, including Bitcoin (BTC), Litecoin (LTC), Dogecoin (DOGE), Ethereum (ETH), XRP, and Cardano (ADA). </p>\n\n\n\n<p>Profiles can be customized with a background image, photo gallery, social links, and links to verified services.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img />\n\n\n\n<p><br />Gravatar is used by Slack, Atlassian (owner of Jira and Trello), GitHub, Stack Overflow, and Disqus, serving millions of requests per day. Another new major user is  OpenAI, which displays users&#8217; Gravatar images when chatting with ChatGPT. The service is also <a href=\"https://wordpress.org/documentation/article/use-gravatars/#:~:text=WordPress%20integrates%20Gravatars%20into%20every,elsewhere%20on%20the%20WordPress%20site.\">integrated with every WordPress install</a>, and an Automattic representative confirmed there are no plans to change this.</p>\n\n\n\n<p>Automattic reported that the company does not receive a cut of any payments passed through Gravatar links, nor does it have financial partnerships with any of the payment providers. The company also has no visibility into the transactions that happen through Gravatar payment links.</p>\n\n\n\n<p>During the past nine years, the small Gravatar team has been improving how profile pages look, adding services that can be verified, working to improve the hashing and security of data, and maintaining the infrastructure required to store and serve so many images and profiles.</p>\n\n\n\n<p>&#8220;We aren’t currently working on a Gravatar app, but it is something we are considering,&#8221; an Automattic representative told the Tavern.</p>\n\n\n\n<p>After the Selfies app was retired, some of the code went into Jetpack and is now part of the app. Jetpack users can manage their Gravatar profile information and avatar photo inside the app. </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, 22 Jun 2023 18:58:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:75:\"Do The Woo Community: Woo AgencyChat Live with Jimmy Rosén and Shadi Manna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75343\";s:7:\"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://dothewoo.io/woo-agencychat-live-with-jimmy-rosen-and-shadi-manna/\";s: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:869:\"<p>Woo AgencyChat Live with Jimmy Rosén and Shadi Manna June 22, 2023 Transcript Shadi: Here we are, the agency chat interview with Bob. Thanks for inviting us. My name is Shadi Manna from Progressus.io and... Jimmy: And I\'m Jimmy Rosen from Angry Creative. Shadi: Where should we get started, Jimmy? Jimmy: I don\'t know. How &#8230;</p>\n<p class=\"read-more\"> <a class=\"\" href=\"https://dothewoo.io/woo-agencychat-live-with-jimmy-rosen-and-shadi-manna/\"> <span class=\"screen-reader-text\">Woo AgencyChat Live with Jimmy Rosén and Shadi Manna</span> Read More &#187;</a></p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woo-agencychat-live-with-jimmy-rosen-and-shadi-manna/\">Woo AgencyChat Live with Jimmy Rosén and Shadi Manna</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jun 2023 06:55: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:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:64:\"Post Status: Launching a WordPress Product in Public: Session 18\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=149660\";s:7:\"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://poststatus.com/launching-a-wordpress-product-in-public-session-18/\";s: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:62269:\"<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p><a href=\"https://twitter.com/coreymaass\">Corey Maass</a> and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> continue the development of their new WordPress plugin, <a href=\"https://crop.express/\">Crop.Express</a>. In this episode, they discuss the importance of finding personal fulfillment, embracing the journey, and enjoying the process of pursuing hobbies and personal projects. They encourage everyone to reevaluate their definition of success and find meaning in the act of creation while also cherishing the connections and collaborations that come along the way.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Redefining Success and Goals</strong>: The idea of reevaluating one&#8217;s definition of success. Instead of solely focusing on financial gain or external measures, there is a shift towards valuing the impact and value brought to others through one&#8217;s work or personal projects. Success is viewed as creating something meaningful that brings joy or usefulness to users rather than solely pursuing monetary goals.</li>\n\n\n\n<li><strong>Importance of Collaboration and Connection</strong>: The value of collaboration and building connections with like-minded individuals. The joy derived from hobbies or personal projects can be enhanced by sharing experiences, exchanging ideas, and working together with others. Building lasting friendships and relationships through shared interests can be a source of support and fulfillment.</li>\n\n\n\n<li><strong>Embracing the Process and Finding Fulfillment in the Journey</strong>: The importance of enjoying the process and finding fulfillment in the act of creating or working on something rather than solely focusing on the end result. The journey itself, the learning, the challenges, and the growth that occur along the way can be sources of joy and satisfaction. It&#8217;s about finding meaning and enjoyment in the present moment rather than solely fixating on the outcome.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"https://balsamiq.com/\">Balsamiq</a></li>\n\n\n\n<li><a href=\"https://www.meetup.com/\">Meetup.com</a></li>\n\n\n\n<li><a href=\"https://slack.com/trials?remote_promo=f4d95f0b&d=7013y000002pzGQAAY&nc=7013y000002q165AAA&utm_source=google&utm_medium=paid_search&utm_campaign=ppc_google_amer_en_brand_selfserve_discount&utm_content=slack-pg-ss-all-us-brand_7013y000002pzGQAAY&utm_term=Slack_Exact_._slack_._e_._c_._611662283461&gad=1&gclid=CjwKCAjwv8qkBhAnEiwAkY-ahrvtUlvMruMS8SCCYA3MqgkRfViYepC5CP2yCdrFJkc4X3xdPxz3sxoCzVcQAvD_BwE&gclsrc=aw.ds\">Slack</a></li>\n\n\n\n<li><a href=\"https://wordpress.com/\">WordPress</a></li>\n\n\n\n<li><a href=\"https://twitter.com/\">Twitter</a></li>\n\n\n\n<li><a href=\"https://www.instagram.com/\">Instagram</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"http://twitter.com/coreymaass\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2 class=\"wp-block-heading\">Session 18 Corey &amp; Cory Launch a WordPress Product Live</h2>\n\n\n\n<p><strong>C&amp;C 18</strong></p>\n\n\n\n<p>[00:00:00] <strong>Corey Maass:</strong> And don&#8217;t forget to record this time. Yeah, no.</p>\n\n\n\n<p>[00:00:23] <strong>Cory Miller:</strong> Excellent. All right everybody. Welcome back to Corey and Cordy launching a pro WordPress product live session 18. And we&#8217;ve had, we were just kind of in prep for this real quick, just talking about a little of the things that&#8217;s been going on in our lives. It&#8217;s always fun to talk real life with a great person like Corey.</p>\n\n\n\n<p>So, um, this time we&#8217;re just gonna kind of talk about catching up. We&#8217;ve been out kind of the last two, maybe three weeks I wanna say. Yep. And, um, I have been on, uh, uh, last week I was at CLOUDFEST in Austin for post status. Then we extended and went on a Epic Clark w Griswold type. Um, Road trip. Got to see Carlsbad Caverns.</p>\n\n\n\n<p>Um, and, and they were closed. Yes. No, dead ants on the roof of the minivan. When we did render vans, I had to go Griswold South. Um, but I know you&#8217;ve had things going on too, so, um, that&#8217;s a little snippet for me just trying to kinda get things a little bit better sane for me work-wise. And, um, I think that&#8217;s in preparation for the.</p>\n\n\n\n<p>Real conversation here, but um, you wanna Yeah. Updates on what you&#8217;ve been&nbsp;</p>\n\n\n\n<p>[00:01:36] <strong>Corey Maass:</strong> up to. Yeah. And on my end, so it&#8217;s, I&#8217;ve, so I&#8217;ve got, you know, one, one main client and, uh, I have a monthly. They, they ask me to stay within a window of, of how much I work and what, uh, what I actually like about that is I tend to work a little less the beginning of the month.</p>\n\n\n\n<p>Um, and then, uh, which lets me work on side projects or lets me work on the house or whatever. Uh, Um, and then towards the end of the month, you know, the days get longer to make sure I hit my quota, um, and maximize my budget. But, um, so at the beginning of the month I wound up helping my dad drive from South Carolina up to Maine, um, which is a really fun road trip with dad.</p>\n\n\n\n<p>But, you know, and of course the, the client website goes down when I&#8217;m the farthest from my computer. Uh, you know, sitting at a restaurant in, uh, Fredericksburg, Virginia, if you ever have the opportunity, it&#8217;s a beautiful little place to stop. Um, but anyway, and then you can probably hear from my voice. I think last week I begged off because I was sick as a dog.</p>\n\n\n\n<p>Um, And it&#8217;s funny, it actually, you&#8217;re like, oh, it&#8217;s been I think two, three weeks and I&#8217;m like, it feels like it&#8217;s been months. Cuz I spent at least, uh, a few days last week. Literally just in bed in a NyQuil haze, you know? So it felt like weeks went by and, um, you know, and then you come out of that and you&#8217;ve gotta scramble to make up work and, um, get caught up on life.</p>\n\n\n\n<p>And, um, and then for me time, um, Always means house projects. So we&#8217;ve built another, uh, 11 times eight. So 88 feet of fencing. No. And then we turn a corner, so about 120 feet of fencing, stockade, fencing, cuz we&#8217;re getting a new foster dog. Um, and uh, so setting up a room for him and anyway, yeah, it just gets crazy.</p>\n\n\n\n<p>And, uh, and so I think you and I touched. Space briefly last week and, and said, okay, so, you know, that&#8217;s fine. We missed a week or two. Let&#8217;s, let&#8217;s start, um, moving forward. I was like, all right, you know, I&#8217;m still working on a review of, uh, the product. I&#8217;ll get you a new version for post status. I don&#8217;t think you heard from me until nine minutes ago.</p>\n\n\n\n<p>Uh, that never happened. So, yeah. You know, but it&#8217;s like, and I hate to. It, it&#8217;s easy to fall into like, well, it&#8217;s not out yet, so it, you know, there are no expectations other than our own. Yeah. Which is true. Um, you know, but it&#8217;s also like, I mean, this is, this is part of why we do this, right? Like, yeah. We&#8217;re, we&#8217;re at least part of our, our aspirations is, is freedom, uh, to make our own choices, to manage our own hours, to work on what we wanna work on.</p>\n\n\n\n<p>Um, which also means, I mean, family comes first and health comes first, and Yeah. You know, and, and paying clients come first when you&#8217;re at this stage. So, you know, these are just things we have to juggle and, and keep trying to make progress. I mean, it says everything to me that. You and I at least are like, okay, let&#8217;s keep talking once a week.</p>\n\n\n\n<p>Where are we at? You know? And, and cuz I have other people who I&#8217;ve worked with who many, many other people who, who ghost or who just wanna stop. There&#8217;s, there&#8217;s inherently so much shame in all of it that the moment they miss a day or a deadline or don&#8217;t hit the mark in some fashion, don&#8217;t want to talk about it.</p>\n\n\n\n<p>You know, I have friends who we&#8217;ve been talking about, Collaborating for years talking about like music or art or whatever. And, and now we, we, we&#8217;ve gone months where we&#8217;ll talk every week or every month, you know, how are you, how are the kids, da, da da. And we literally won&#8217;t, we won&#8217;t talk about the subject now because there&#8217;s, you know, because we didn&#8217;t, one of us didn&#8217;t move forward with it.</p>\n\n\n\n<p>There&#8217;s shame associated with it, so, you know. Definitely none of it&#8217;s that important, you know?&nbsp;</p>\n\n\n\n<p>[00:05:56] <strong>Cory Miller:</strong> Yeah, exactly. Like we started with really good intentions and openness. Um, what it occurs to me is just kinda your references back to music and bands and stuff is like, I&#8217;ve not, I, I played an instrument when I was in like middle school, but I&#8217;ve not been in a band, but it&#8217;s occurs to me.</p>\n\n\n\n<p>It&#8217;s like, it seems like that you&#8217;re, mm-hmm. Stru, you know, struggling to kinda get something going. And then there&#8217;s seasons of life that happened. Um, this, this stage of my life and my career, I really see more of the seasonal aspects of life. Yeah. Better than I ever have. And you go. You know, just things you don&#8217;t, you can&#8217;t anticipate, or if you tried to, you&#8217;d have another set of problems.</p>\n\n\n\n<p>And, um, it&#8217;s just like you said, like we&#8217;ve got other priorities, but, uh, it&#8217;s important for us to keep talking. I, I think too, when I think about entrepreneurship, I think there&#8217;s like part real hard work just doing things, trying to do it consistently, getting things out there, getting the next thing, and then there&#8217;s this bigger part.</p>\n\n\n\n<p>Which is, maybe somebody would&#8217;ve called it luck, you know? But it is like magic. You know? You stay around doing something. Maybe bands operate like this, I don&#8217;t know, but like you, you got enough interest, you know something&#8217;s there, you just haven&#8217;t figured it out yet. And then a magical moment, and I say magic cuz it&#8217;s like oftentimes in my career, specifically my professional career as an entrepreneur couldn&#8217;t have planned those things, man.</p>\n\n\n\n<p>They just happened, you know? Um, however, I might have tried to take credit for them. They just happened and it&#8217;s like the reading I&#8217;ve been and work I&#8217;ve been doing too personally is like creativity. You don&#8217;t control creativity. Those really magical moments we&#8217;re talking about, they kind of blossom out.</p>\n\n\n\n<p>And there was somebody I was just like, well, Anna, who runs feeder bars, Lindsay and her have been friends for a decade, you know? Anna tried so many things over the years, so many things, and then Vita Bars was the spark, the magic that made it happen. Mm-hmm. Now, now she&#8217;s full-time with it and she&#8217;s got employees and all that kind of stuff.</p>\n\n\n\n<p>So like all that time it&#8217;s kinda like learning the piano. People go, oh, you&#8217;re at the piano. You&#8217;re doing this beautiful thing at the wedding, or whatever it is. They don&#8217;t think about all those years spent. Right. You know, in the practice of it, and it&#8217;s kinda like that moment too. It&#8217;s like, I&#8217;m dribbing for a second, but do enough things to get to a moment that, that you probably didn&#8217;t plan.</p>\n\n\n\n<p>I think most of us, at least the entrepreneurs I know would say. Yep. That&#8217;s about it. Absolutely. Yeah. However, we like to think we control it and plan it. We don&#8217;t.&nbsp;</p>\n\n\n\n<p>[00:08:59] <strong>Corey Maass:</strong> And there&#8217;s, there&#8217;s time. Sometimes you, you, you ha you just have to let time go by. It&#8217;s like, in music, it&#8217;s one of the hardest things I&#8217;ve, I&#8217;ve had to learn.</p>\n\n\n\n<p>It&#8217;s like for years I made music and put out music, made music, and put out music. And then I actually started writing music that people were like, oh, this is a summertime song. It&#8217;s the end of the summer. We&#8217;re not gonna put it out now. That&#8217;d be dumb. So we&#8217;re gonna sit on it and you, and it&#8217;s like in actual pop music, you can find out that there, there were pop songs, but huge, huge hits.</p>\n\n\n\n<p>And in our minds, you know, you&#8217;re picturing, you know, Taylor Swift yesterday was in the, in the recording studio and then today you&#8217;re hearing the song cuz that&#8217;s cuz music can be live. Um, and in this day and age, sometimes that&#8217;s true and it&#8217;s a truer than it used to be. It used to be that, you know, a band would go into a studio and produce an album and it would take months and yada yada, you know.</p>\n\n\n\n<p>But a lot of the times thing, tunes or tracks or albums are actually held back. To try to be released strategically. It&#8217;s like big movies that sit on shelves for, you know, years potentially, because they&#8217;re like, this is a Christmas day blockbuster, we&#8217;re not gonna release, you know, or a summertime when all the kids are outta school type of movie.</p>\n\n\n\n<p>You know, we&#8217;re not gonna release it on the second day of school on a Tuesday. That&#8217;s dumb, you know? Um, but we don&#8217;t, we don&#8217;t really think about that, but, There&#8217;s sometimes there&#8217;s strategic reasons and sometimes like this where it&#8217;s like, I&#8217;m a lot better about it than I used to be, especially since, um, years ago now.</p>\n\n\n\n<p>So for a while I tried to make music an actual career or second career, um, and it really broke my heart. And so I stepped away from it for a while, and then when I was getting back into it, this is where having an amazing spouse is worth everything. Lindsay and I sat down, my Lindsay spelled with an A, sat down and, and she&#8217;s like, okay, so you, you know, you wanna get back into music.</p>\n\n\n\n<p>Great. Like, how do we, how does it not break your heart again? And one of the things that, that. Came outta that conversation was me being able to articulate like, okay, I&#8217;m not taking it as seriously this time, it&#8217;s a hobby. Mm-hmm. And, and so suddenly a lot of things changed. One, you know, I couldn&#8217;t just go out and, and buy new instruments or, you know, throw money at it the way I used to.</p>\n\n\n\n<p>Sure. But it also meant that like I could work on, like, I have found that I make a lot of. Music in the fall and then tend to not make any music, but it, but a lot of that music that I finish, I can like leak out again, a track a month or I can wait until summertime and put it out or whatever. And so it&#8217;s like I&#8217;ve got these big waves rather than it just being, you know, picturing this straight line of productivity.</p>\n\n\n\n<p>Um, and I think it, that kind of goes for this, this stuff too, like, This stuff. Uh, entrepreneurship side hustles. They&#8217;re, they&#8217;re side hustles. And for a long time I, I was like, I want this to be a day job. Still would love it. I&#8217;d still love my own product to be my primary focus. Then it&#8217;s a job that&#8217;s very different, right from, um, side, side hustles, um, ideas, putting out little apps, little ideas, um, little products.</p>\n\n\n\n<p>I mean, um, so. And so it&#8217;s, it&#8217;s picking things up, putting things down, um, and, and these days being okay with, again, letting some time go by or occasionally changing priorities even for a, a little while. Um, cuz there was a time when. I remember one time in particular that I was like, I was in between paying client gigs and came up with an idea [00:13:00] for an app and was like, okay, I&#8217;ve gotta crank this out and then it&#8217;s also gotta make money.</p>\n\n\n\n<p>And it was like the dumbest little idea. I won&#8217;t even share it, I&#8217;m embarrassed. Um, but it was like, it was an app that nobody wanted, you know? It solved a problem that nobody had. It was just an idea. But I remember like, Going, this is the first time where I, I, it has to make money. And I was like, it&#8217;s never gonna make money.</p>\n\n\n\n<p>Like, and I&#8217;m, so, I&#8217;m putting myself in danger here. That&#8217;s dumb. You know? Um, and that&#8217;s not to say that there aren&#8217;t entrepreneurial journeys. With VC capital or, you know, we&#8217;ve gotta double down and, and make this our full-time gig and all that stuff. But it&#8217;s like, at least for me, I find often that I&#8217;m, if I&#8217;m making decisions from a position of desperation, of, of need.</p>\n\n\n\n<p>That I&#8217;m not gonna make the best decision, you know, cuz my priorities, I can&#8217;t have any, I can&#8217;t have proper perspective on it. So, stepping back for a few weeks, honestly, what I look forward to is going back into my code, realizing that I did everything wrong and cleaning it up and then it&#8217;s a better product.</p>\n\n\n\n<p>And, and you know, are we the worst off for having missed a few weeks? Maybe. Who can say nothing&#8217;s obvious? Um, you know, but again, you know, just trying to keep moving forward with it.&nbsp;</p>\n\n\n\n<p>[00:14:19] <strong>Cory Miller:</strong> I think it&#8217;s like when we&#8217;re thinking about bands and hit music or products and entrepreneurs think about, you know, with or, and Anna and yours.</p>\n\n\n\n<p>My experience in this is like, If there&#8217;s enough of a fire to keep it going. Mm-hmm. You know, just enough. It doesn&#8217;t have to be a bonfire. There&#8217;ll be times of that for sure, but, but then mostly it&#8217;s probably just. Sometimes a little candle, sometimes just a little mini campfire. But if there&#8217;s enough in fuel in there that there&#8217;s something here.</p>\n\n\n\n<p>I think time is on your, like you said, as time goes by, time is on your side because yeah, it&#8217;s only a matter of time where th where things kinda move and shift and the, the market, the world where you&#8217;re like that. Some of the classic stories, the person I&#8217;m thinking of, I think it&#8217;s a product company and how it came out.</p>\n\n\n\n<p>It&#8217;s just a recent example, but the classic ones were in Founders at Work where you almost stumbled into, backed into what became the hit thing. But you couldn&#8217;t have kind of planned that. Right. Um, where you were just keeping on a path enough, knew something was here, didn&#8217;t thought you had a beat on it a couple of times, and then just really it was just.</p>\n\n\n\n<p>The fire was stoked long enough where something did really hit and it became this, it, it became its own thing, I guess. Yeah. Lot of the, and I&#8217;m not, go ahead. A lot of the entrepreneurial stories I hear, they aren&#8217;t like the VC route. We saw a big market and we went after and we got a big money. Uh, that&#8217;s a, that&#8217;s an outlier I think, um, for the, Millions of us, the rest of us, I think it&#8217;s mostly backing into something, staying around long enough to find the opportunity that really fits.</p>\n\n\n\n<p>[00:16:09] <strong>Corey Maass:</strong> Yeah. Chipping away at it, having, having fun with it, working around real life needs, family, money, mortgages, healthcare, you know, that kind of stuff. And it&#8217;s like, and that&#8217;s kind of the difference. Like I, I have friends who I. Are, have always wanted to do something. And I&#8217;m like, so outside of their job and, and so I&#8217;m like, so do something, you know, talking art, music, entrepreneurship, whatever.</p>\n\n\n\n<p>And it&#8217;s like you just, you, you, you have it in you or you don&#8217;t is one aspect and then the timing is right. Where it&#8217;s like you have that drive and you look around and you&#8217;re like, okay, right now I&#8217;ve got a couple hours a day where I&#8217;ve got. Whatever commitment you need, you know, to work at it. And so, um, and I think you and I also, I mean this is, this is the warm and fuzzy moment, but it&#8217;s like you and I also I think, have looked for an opportunity to work together for a long time.</p>\n\n\n\n<p>So it&#8217;s like we will continue to be friends and, you know, hopeful partners in something kind of always, you know. Yep. Um, I do have to say that. We have to keep the fire burning at least long enough to, so that I get to rock the swag at WordCamp us. That&#8217;s true. These are the, these are the real important things.</p>\n\n\n\n<p>[00:17:40] <strong>Cory Miller:</strong> Um, yeah, a absolutely. I know. Um, no, and I think that&#8217;s the other part on, down to this is, you know, at the base I enjoy our conversations. It it, it&#8217;s this hot, crazy hobby we might have of. Seeing what&#8217;s out there, seen, seeing something following the path down it. And, uh, I still believe in the product. Yeah.</p>\n\n\n\n<p>Um, but it&#8217;s funny, it&#8217;s like I believe in the product, but I also believe in the path that might lead to something else. Yeah. Because, I mean, well, we&#8217;re on our second iteration of a product. Like, not even same product, there&#8217;s similarities. Mm-hmm. But like, we went down this path to here and I think it just adds to the ongoing conversation that we&#8217;re having is something&#8217;s gonna happen.</p>\n\n\n\n<p>Yeah. And then there&#8217;s a flat, simple, practical byproduct. All of this is that we&#8217;re having a conversation live and sharing our philosophies, sharing our thoughts, sharing our actions, um, all these things that has another byproduct that could lead us in another direction altogether, which is good. Yeah.</p>\n\n\n\n<p>Yeah. You just say from a professional opportunity standpoint,&nbsp;</p>\n\n\n\n<p>[00:18:53] <strong>Corey Maass:</strong> right, exactly. I mean, it&#8217;s the part, being part of the same network overlapping concentric circles. Um, And, uh, and kinda seeing what comes out of it. Cuz the other, I think the other thing I&#8217;m, I&#8217;m thinking in from the perspective of somebody who&#8217;s listening, who&#8217;s like, right, you, you know, you are both established.</p>\n\n\n\n<p>You have, you know, other income streams or you&#8217;ve got your networks, you&#8217;ve, you know, and, and you&#8217;re also putting a product out there. Like, I still see people on entrepreneurial forums that are like, you know, somebody&#8217;s gonna steal my idea. And, and we have gone the other direction and, and obviously we&#8217;re not the first, but, um, of, you know, just brazenly putting it out there and taking our sweet time.</p>\n\n\n\n<p>Let&#8217;s be honest. Like if we were other people, if we had venture capital, if we, you know, Didn&#8217;t have, you know, responsibilities and mortgages and things like we&#8217;d eat ramen and we&#8217;d have cranked this thing out years, uh, months ago. And, um, and there&#8217;s absolutely the chance that somebody listens and goes, oh, that&#8217;s a great idea.</p>\n\n\n\n<p>And, and comes in and, and, Steals it and releases it before we do. Um, you know, but it&#8217;s still, like you just said, it&#8217;s all part of the journey. We&#8217;re going to put our own twist on it. We&#8217;re going to put our own experience on it and, uh, and continue to iterate on the project, the product too. So when the product does come out, like it&#8217;s very much ours.</p>\n\n\n\n<p>And it might overlap with other people&#8217;s, but frankly it already will. Like, that&#8217;s the nature of. Pretty much any product. There&#8217;s no, there&#8217;s, there&#8217;s really, you know, almost nothing that hasn&#8217;t been invented. Um, and I also, another, uh, thread I saw recently again on, um, I think it was Reddit, one of the entrepreneurial ride along, or, or one of those subreddits, um, That people were concerned about not having an idea.</p>\n\n\n\n<p>And everybody else was like, just you, you don&#8217;t, you know, okay, don&#8217;t, don&#8217;t steal an idea and reproduce it. Like that&#8217;s boring. But you know, if you can build the better mousetrap, if you can build the better to-do list, if you can build the better time tracking app, uh, you know, whatever, do it. Like, that&#8217;s how most.</p>\n\n\n\n<p>Competition starts as, as these pretty subtle little differences. Um, and then you listen to your users, you listen to your own gut, and you end up di I feel like you end up diverging more and more and more. Um, you know, and or you&#8217;ve got, you&#8217;ve got a network that, that you can tap into that existing client or existing products can&#8217;t or whatever.</p>\n\n\n\n<p>So, um, You know, it&#8217;s all, I guess I, these days I view it, I view it as kind of as a game, which is more flippant than it probably sounds, but it&#8217;s like you&#8217;re wheeling and dealing, but there&#8217;s times when you win and there&#8217;s times when you lose. God. I&#8217;m being very metaphorical here, but, um, you know, but it&#8217;s the, the.</p>\n\n\n\n<p>I view it as an ebb and flow, which is, uh, again, I think for me the, the way that I had to phrase it a while ago was like, this is a hobby. And, uh, and so it&#8217;s, it&#8217;s meant to be fun. Um, and that isn&#8217;t to say that everything we do has to be fun cuz, and, and, or that I don&#8217;t take it seriously, but, um, but it gives you, I think, a little more perspective.</p>\n\n\n\n<p>You don&#8217;t have, I don&#8217;t, I don&#8217;t have board members that I have to, or, you know, or stockholders that I have to appease. Um, And I don&#8217;t have, uh, you know, I don&#8217;t have to burn the, the, the candle at both ends, um, to make ends meet if there&#8217;s a bug. And I&#8217;ve got users that are depending on me, that happens with my apps or my plugins once in a while, but it&#8217;s honestly like once in a while.</p>\n\n\n\n<p>That&#8217;s fun. I don&#8217;t wanna do it all the time, but it&#8217;s like, oh, I&#8217;ve gotta do a little hackathon and, and you know, figure this out until 2:00 AM cuz a bunch of people are depending on me. That&#8217;s fun too, you know? So,&nbsp;</p>\n\n\n\n<p>[00:22:45] <strong>Cory Miller:</strong> Yeah. It occurs to me it&#8217;s really a low pressure and stress for us, which is what we both need.</p>\n\n\n\n<p>Right. Um, having a little bit more, I mean, I guess that&#8217;s the definition of a hobby, right? You know, enjoyment without the stress and pressure. Yeah. When it switches from hobby. Oftentimes it counts with stress and pressure. Yeah.&nbsp;</p>\n\n\n\n<p>[00:23:08] <strong>Corey Maass:</strong> Well, and and it&#8217;s interesting cuz like I, I worked at startups, you know, it&#8217;s like I&#8217;ve done, I&#8217;ve done a lot of work in WordPress, um, and there&#8217;s been a lot of overlap.</p>\n\n\n\n<p>But I also, for a long time specifically was working for and with and at startups, um, of different natures. Um, and some of it was WordPress work and some of it was not. But there, there, and I was in New York City for a long, long time, um, so-called Silicon Alley. Um, during the WeWork stuff, I think I&#8217;ve mentioned that before.</p>\n\n\n\n<p>You can actually see me in the WeWork movie and, um, and all that. And I was surrounded by people who were hustling all the hustlers and, and all that stuff. And it&#8217;s like, Most people were chipping away. I mean, almost like, like almost anything. It&#8217;s a, everything&#8217;s a bell curve, right? So most of the people on the bell curve were just chipping away, you know, and they weren&#8217;t burning themselves out, but they weren&#8217;t also only working a day a week or something.</p>\n\n\n\n<p>And you had people who were working very, very hard. And you did have people who were there just for the lifestyle and honestly spent all day just playing ping pong. Um, and were there for the beer kegs, you know? Um, But working at different startups, like I&#8217;ve worked at startups where it was all hustle, hustle, hustle, and we&#8217;ve gotta put in long hours.</p>\n\n\n\n<p>And, um, and I, I found that I got out of those pretty quickly in part because I would, would burn out. Um, and I think it would be different if I had been in charge. Um, but like the one main startup where I was CTO was. Um, I think there&#8217;s a cultural difference here. Um, but it was in Nashville. It wasn&#8217;t in New York.</p>\n\n\n\n<p>So there&#8217;s, um, there two things were different. We were not in the hustle bustle of New York City. Nashville&#8217;s a little more easygoing. Um, but also we were generally all, you know, in our thirties and older, we weren&#8217;t all a type. Hustler entrepreneurs. Um, and then, uh, stereotypically, uh, down south you&#8217;ve got family values are, uh, or at least the family itself is prioritized higher.</p>\n\n\n\n<p>And so we, there, we absolutely put in some long days, but for the most part it was. A priority of the founder and subsequently everybody else on the team that, you know, you wouldn&#8217;t, if it could be done tomorrow, if it was five or six o&#8217;clock, then fine. Do it tomorrow. You know, keep chipping away, make good progress.</p>\n\n\n\n<p>But, um, you know, but you didn&#8217;t, we didn&#8217;t have to burn ourselves out. Uh, we weren&#8217;t gonna really get anywhere by burning ourselves out. And, and we did just fine till we ran outta money, which happens with startups. Um, you know, but it, but it doesn&#8217;t, it doesn&#8217;t always have to be that crazy atmosphere. Yeah.</p>\n\n\n\n<p>I, I&nbsp;</p>\n\n\n\n<p>[00:26:02] <strong>Cory Miller:</strong> can&#8217;t help but think there&#8217;s a shift going on globally too, with work.&nbsp;</p>\n\n\n\n<p>[00:26:07] <strong>Corey Maass:</strong> Um, what, sorry, what, what was it like at, like, ithe or, you know, some of the, the bigger places you&#8217;ve worked?&nbsp;</p>\n\n\n\n<p>[00:26:13] <strong>Cory Miller:</strong> The biggest place I have been be beyond like liquid web would be, um, I was at a seminary and I think there was 150, 200 people employed by the seminary.</p>\n\n\n\n<p>Maybe that it&#8217;s too much. No, I actually, there&#8217;s a hundred, 150, um, that, that was just a very academic setting, so it was money, always money. So, Um, I loved it cause it was a learning stuff, but as far as like in the past, um, you know, I worked at newspapers, so it was always deadline. I think it was more startup, you know?</p>\n\n\n\n<p>Yeah. Very much startup. Except every day we were launching a new product.&nbsp;</p>\n\n\n\n<p>[00:26:58] <strong>Corey Maass:</strong> That&#8217;s, that&#8217;s insane.&nbsp;</p>\n\n\n\n<p>[00:27:00] <strong>Cory Miller:</strong> Which I think is why I probably liked entrepreneurship is just the deadlines and product is, it was so fulfilling to come. At the end of the day. But as far as values and stuff goes, I think I learned more in my leadership from what the not to do what I didn&#8217;t like, the obsession with whatever the goal was at the expense of people and just realistically, like what are we expecting people to do?</p>\n\n\n\n<p>You know, I could, my truck. Get it all, get it up to 150 miles per hour and get into the red line, then it&#8217;s eventually gonna break. And I don&#8217;t think you can do that. We try to do that with people. Um, but I took a lot of those lessons leadership wise. I had, um, probably some things I go, I&#8217;m not gonna do that ever.</p>\n\n\n\n<p>My last job before I started iThemes, um, I worked for a really amazing pastor. The one that kind of refreshed my optimism that. There could be one who at the time, the way I understood the Bible was be just a shepherd. You know? Um, he was really awesome. I really, I, I took his archive as a leader into, into I themes or eventually when we grew on our team.</p>\n\n\n\n<p>But you&#8217;re right, the first, first couple years, um, it was just fun and new. It was creating stuff. With hopes and dreams and thoughts and ideas and, uh, it was messy. Um, it was messy, but we got to do some cool stuff. We did like create an office that eventually grew to about 5,000 square feet and got to, like, my dad actually drove up.</p>\n\n\n\n<p>From about two hours from where he lives from us and came and helped me, helped us demolish some of the walls that were up at this place. Cause we wanted more of that bigger open thing and we went to IKEA and get all the tables. And I think about all that initial time, very romantically, very affectionately, because it was just, we didn&#8217;t all know.</p>\n\n\n\n<p>We didn&#8217;t know what we were doing. I sure as hell didn&#8217;t know what I was doing, but it was fun creating something that. What would our expression look like? And so I would say for the first three years it was just kinda hanging on and having fun with, yeah, doing some real stuff. Um, there was electricity in the air and uh, with a whole set of problems that developed out of that.</p>\n\n\n\n<p>And then I think when we hit about a million in revenue, I couldn&#8217;t manage the team by myself. Um, we were up to at least 10 people by that time and. I think things got more serious and probably professional, um, in the sense of, okay, you know, we, we had health insurance probably I think our first year. As soon as we hired the first couple employees we needed to get health insurance type of thing.</p>\n\n\n\n<p>And uh, but I think that year something was different is like, we&#8217;ve got something here. Yeah. Lining in the bottle. Let&#8217;s figure out how to protect it, grow it. Maintain it. And um, and so we needed some of the structure in there. Um, my value as leader though, was always, like, I did a talk early on. I was like, I wanted to build a tree house.</p>\n\n\n\n<p>I wanted to have a tree house, and I wanted to invite all these cool people to play with me in the tree house. That&#8217;s what it was the first couple years. And, and some really good stuff came out of that. Um, you know, we didn&#8217;t fall out of the tree house and break her arm. Um, mostly, and then it was, it was shifting of like, holy crap, like look at this thing, we gotta figure out that.</p>\n\n\n\n<p>And then, but when it really serious was toward the end when it was like, oh, there was more children of our employees than there were employees, and that was responsibility barrier. And then it&#8217;s like, house gets a little serious, you know? Yeah.&nbsp;</p>\n\n\n\n<p>[00:31:07] <strong>Corey Maass:</strong> That&#8217;s interesting. Um,&nbsp;</p>\n\n\n\n<p>[00:31:11] <strong>Cory Miller:</strong> so yeah, I&#8217;m. I look back at that time very fondly and nostalgically.</p>\n\n\n\n<p>Um, cuz I remember it was toward the end of the year. No, it was after the first of the year. And I got invited to be in, uh, entrepreneurs organization and said, well, you need a million in sales. And I remember going to our accountant like in January and going, okay, where do we hit? And we were like, $70 over a million or something.</p>\n\n\n\n<p>And I thought we did it, but here&#8217;s how weird it was. More treehouse thing is like, That money didn&#8217;t flow directly to me. That was, I wasn&#8217;t swimming in the lap of luxury or anything. It was like that childhood c childish feeling of I get the high score on Gallagher. Oh wow. We did it. We did it. You know, and, uh, [00:32:00] but what&#8217;s, what&#8217;s crazy related to the whole entrepreneur journey is I think that was probably, I.</p>\n\n\n\n<p>Those circumstances and timing and backing into that was just ideal, obviously. But I go, it wasn&#8217;t all luck, right? It was both. It was all luck, all hard work. You know? It was both. Um, cuz I&#8217;ve since then tried to recreate the magic experiment, you know? Yeah. It was cool. My partner came in, I think it was our first year, we had our first office, and I would buy these, sorry, I&#8217;m these plastic tables from Sam&#8217;s Club.</p>\n\n\n\n<p>Mm-hmm. Basically picnic tables, you know. Yeah. And I was like, these are our desks. I held onto that for the longest time until we got our next office. And Matt was like my co he was like, Time to time to probably upgrade from the white desk. And I was like, no, I don&#8217;t want to. I did eventually. Um, but I think that was part of that magic right time, right place, right?</p>\n\n\n\n<p>People were partners, right. WordPress. Um, but it, I that those conditions were really conducive to creativity and magic and pulling. People were pull. Pulled in to that, like Christine was one, um, I think it was our second or third team member, man, changed the change, solidified the entire direction of the company and.</p>\n\n\n\n<p>Um, huge, uh, different people like Dusti Bolton, Matt Danner, and Kristen Rutten, and different people that poured into our orbit. I go, wow, this is cool. So like when you talk about band, I go, that&#8217;s what my band was. Mm-hmm. Because it&#8217;s just like, we just made really good music for a long time. Yep. Uh, but how do I recreate that?</p>\n\n\n\n<p>That&#8217;s been the obsession for the last five years. Uh, until I just go, that was done. That was there. Yeah. That was album. I laid, we laid, excuse me. And it&#8217;s on to new music, right?&nbsp;</p>\n\n\n\n<p>[00:34:03] <strong>Corey Maass:</strong> Yeah. Or yeah, arriving at a different thing, different voices. You can&#8217;t just recreate the same thing. Music&#8217;s always the perfect metaphor in, in entrepreneurship, ownership and programming.</p>\n\n\n\n<p>And I think there&#8217;s a reason why so many of us are into music or are musicians or whatever. Um, but yeah, and I think that&#8217;s, That&#8217;s what a lot of, like, I, I was really into all the entrepreneur stories for a long time and I&#8217;m glad I listened to a bunch of the podcasts and, you know, and whatnot. But you can&#8217;t recreate somebody else&#8217;s story can be inspired&nbsp;</p>\n\n\n\n<p>[00:34:44] <strong>Cory Miller:</strong> by for sure.</p>\n\n\n\n<p>[00:34:46] <strong>Corey Maass:</strong> Oh hundred percent. A hundred percent. And, and, and some of it is good advice or, you know, in certain situations you&#8217;re like, oh, you know, I remember this thing. It&#8217;s like, like reading a playbook, but you still have to know what plays to apply or whatever.&nbsp;</p>\n\n\n\n<p>[00:35:01] <strong>Cory Miller:</strong> I, so when I le met Lindsay and in like 2010, which was that year, we hit a million, um, we started this thing that, um, was called Startup Sofa.</p>\n\n\n\n<p>[00:35:13] <strong>Corey Maass:</strong> I&#8217;m sorry, I&#8217;m laughing because you know, you&#8217;re, She&#8217;s clearly in it for the money. Um, you know, yes. That year, you know, you were walking around being like, uh, my company just turned a million. You know what? Beautiful women want, want, want me now? She, she,&nbsp;</p>\n\n\n\n<p>[00:35:30] <strong>Cory Miller:</strong> she remembers. She goes, no, you know, we were dating when.</p>\n\n\n\n<p>You hit your first six figure month. And I was like, Uhhuh, I realized everything got better with you. It did. Um, that&#8217;s the other way&nbsp;</p>\n\n\n\n<p>[00:35:44] <strong>Corey Maass:</strong> she sees it. The she sees it the other way around. Yeah.&nbsp;</p>\n\n\n\n<p>[00:35:47] <strong>Cory Miller:</strong> And it. And honestly, candidly, it did, everything did get better when you just had some like, like while we&#8217;re doing this together, not apart, right?</p>\n\n\n\n<p>It&#8217;s right. It&#8217;s just better together. I&#8217;ve said that with post status. All the other things, it&#8217;s like, God, as much as I want to think I&#8217;m a solo act, I&#8217;m really not. Well, I&#8217;m much better as a collaborator. Um, oh, so we started, I started this thing called Startup Sofa, um, and tried to share all these things I had learned.</p>\n\n\n\n<p>I was laughing, telling her that, and I said, I was two years into this thing and thought I was, I could share, I do believe there&#8217;s a point where if you&#8217;re like one step, two step ahead of someone, sure it&#8217;s very helpful. It&#8217;s very good stuff. Like this is where I&#8217;ve got, uh, but I started laughing. I go, cuz now I try to share less.</p>\n\n\n\n<p>I really actively try to not give advice as best I can until I go, okay, now it&#8217;s time for advice. I just share experiences cuz I go right. Everybody I hear doing that and you&#8217;re like, how long have you been doing this? All right. Have you been doing it exactly the way they have? Do you know their dna N do you know their company?</p>\n\n\n\n<p>Do you know the mix? Do you know the environment? The answer is no. Very few bands lose their cover singer and have can just plug in another person and know, I think Queen is one of them, but you&#8217;re like, it&#8217;s very hard to, the magic is that band, those people that time to&nbsp;</p>\n\n\n\n<p>[00:37:12] <strong>Corey Maass:</strong> do that. Yeah. Yeah. And I mean, you can&#8217;t, and time is is the other, is the other thing.</p>\n\n\n\n<p>It&#8217;s like you can&#8217;t, you know, I&#8217;m, I&#8217;m stuck in that a little bit with music. It&#8217;s like I am, I am getting better and better at making a genre that basically died 10 years ago. I do it cuz I love it. And again, I&#8217;m, I&#8217;m, there are moments where I&#8217;m like, uh, these other genres are more popular. I would get more airplay if I switch genres again cuz I switched genres.</p>\n\n\n\n<p>Like I rode a lot, the wave of, a lot of genres for a lot of years and I was sincere about it. I wasn&#8217;t, cuz I, I&#8217;ve never made music thinking that it was really going to get popular or what have you. Um, But now I make the music that I love the most and nothing else has come along that I love more. Um, but, so if you&#8217;re the perfect band, but you&#8217;re making seventies rock, uh, you might have a hard time if it sounds too much.</p>\n\n\n\n<p>Just like seventies rock, you know? Okay. That&#8217;s&nbsp;</p>\n\n\n\n<p>[00:38:15] <strong>Cory Miller:</strong> so good because then I go, there&#8217;s this other part to the whole magic is that you want magic to happen. Probably some baseline passion, desire, interest for you. Seventies rock music, right? And I go, well, as time goes by, everything works in cycles. We know it might be dead 10 years ago, but it could be alive 10 years from now.</p>\n\n\n\n<p>And you&#8217;re like, oh, it&#8217;s those people that I admire very much, Corey, that have their interests and desires and passions and don&#8217;t. Stop. Mm-hmm. There&#8217;s some little fire of that in what we&#8217;re talking about while we keep showing up on [00:39:00] Wednesdays. But I really admire it because I go, those are the people that, that something is gonna happen.</p>\n\n\n\n<p>It&#8217;s probably gonna be better than what they imagined. Not what they imagined, but better. And, uh, I go to like seventies music. You said it just so organically. It&#8217;s something I, I like probably not gonna stop and then I go, well, if you stay around for another 20 years, Doing that, something&#8217;s gonna happen of that.</p>\n\n\n\n<p>Right,&nbsp;</p>\n\n\n\n<p>[00:39:25] <strong>Corey Maass:</strong> right. I mean, that&#8217;s been proven over and over again and it doesn&#8217;t happen for everybody. And I&#8217;m, I have, you know, there&#8217;s, there&#8217;s two thi, two things, only two, there are at least two. One, one is persistence, um, doing what you love. And, but again, this is where, and for me it had to be. Calling it a hobby, you have to make your peace with it.</p>\n\n\n\n<p>I think that&#8217;s the bigger, uh, the wider way to describe it is like there are people who are session musicians, you know, there are people who are, um, who will try to ride each wave to make the next, you know, hit song based on what trends are now. Um, there are people who would just grind. Um, Derek Sives talks a lot about this.</p>\n\n\n\n<p>Yeah. Um, love his work. And, um, you know, and, and, uh, and he&#8217;s a good example. And other people, uh, who are like, okay, well I&#8217;m going to, I&#8217;m gonna do other things to, you know, to pay the bills, but, uh, my passion lies over here. And, uh, because it&#8217;s my passion, it will, I will always keep chipping away at it kind of thing.</p>\n\n\n\n<p>Um, but I think, so that&#8217;s, that&#8217;s sort of one line. And then there&#8217;s another line, which is time and perspective and, um, Because you talk about good things will happen to them eventually. Right? And so it&#8217;s like I, for me, part of that I think can be the lowering of expectations, uh, which sounds so old and cynical and beaten down, but it&#8217;s like I get more out of.</p>\n\n\n\n<p>Smaller things musically, like again, I&#8217;m, I&#8217;m, I&#8217;m getting older and older. The likelihood that even if I got a song that blew up, am I gonna tour on that at age 46? I also, I generally make music that that&#8217;s popular in England and so am I going to tour in England at age 46 and I can barely stay awake past 10:00 PM Am I, am I really gonna go DJ gigs at three in the morning?</p>\n\n\n\n<p>No. You know, uh, and so managing, managing expectations and it&#8217;s like I&#8217;ve, but I, and being content with, uh, a little bit of airplay here and there, or the people who, uh, I&#8217;ve now been friends with for. You know, decades coming to me and saying like, this is the best song you&#8217;ve ever written. I&#8217;m like, that&#8217;s enough.</p>\n\n\n\n<p>Like, I don&#8217;t, you know, yes, I would still love, you know, uh, endless BBC airplay or something, but the li the likelihood is less. And so it&#8217;s the, uh, staying consistent for me. Staying consistent, plugging away, doing what I wanna do, but then also being more and more content with, again, smaller wins. Um, cuz it&#8217;s like there&#8217;s, yeah.</p>\n\n\n\n<p>You know, it&#8217;s hard not to like, um, I am reacting to what you just said of like going, there&#8217;s a lot of entrepreneur advice that, that the entrepreneurs that I was following, like for years I wanted to go to, um, Rob Walling and, and Mike, they do startups for the rest of us. Um, and they do a conference, MicroCon.</p>\n\n\n\n<p>Yeah. For years I wanted to go to MicroComp and, and then it, and, and I went to businesses, software, and some of these that were, I. Like only a few of the talks were relevant to the very, very bootstrapping I was doing. Um, and now even MicroComp, I mean, and years ago they split into two tracks. I don&#8217;t know where they are anymore, but the last time I looked, and this is no criticism of them, it&#8217;s just like I never.</p>\n\n\n\n<p>I never was able to go up, up, up with all the other people that were going up, up, up. And so then they were all, you know, you, you were, you mentioned being a couple of rungs ahead of me. They were ladders ahead of me. And so it stopped being, um, pertinent. Um, and I also took my foot off the gas and, and aimed a little smaller.</p>\n\n\n\n<p>And again, qualifying more the more side hustles and, and you know, uh, and stuff like that. And so it&#8217;s like, I struggle, I go back and forth, right? Pride at the end of my life, I, I would love to have owned a gajillion dollar company, or more importantly to me, honestly, would be to have a gajillion user product.</p>\n\n\n\n<p>Um, cuz it&#8217;s just more fun, frankly, and, and presume that money would come out of it and stuff like that. But it&#8217;s like, what are my, what are my actual goals? Like, why at 46 do I code extracurr? I, I, it&#8217;s a hobby. I love it. Okay, but what, what are the goals? You know, are there still goals? Am I still trying to earn millions of dollars?</p>\n\n\n\n<p>Like what is, it&#8217;s like I always, I always talk about, um, I don&#8217;t know, I, I don&#8217;t actually know anybody who makes canoes, but I always talk about, Uh, the, or I love the idea of a person who, cuz I think I, it&#8217;s the most frivolous thing I can think of. Um, and that&#8217;s that, and I don&#8217;t mean that negatively, but as a hobby, like in your garage, taking up most of your a, a car bay.</p>\n\n\n\n<p>So one of your cars probably has to be parked in the, in the driveway so that you can make a canoe. I guarantee you don&#8217;t need a canoe. And, and the world doesn&#8217;t need another canoe. There are canoes that you could go buy, probably get one for free because everybody buys a canoe and then never ends up using it.</p>\n\n\n\n<p>That&#8217;s, at least that was me, my family growing up. Um, but anyway, it&#8217;s like that to me is the epitome of a hobby. It&#8217;s pure love. Absolutely nothing in the world needs or requires or even probably encourages you to build a canoe, but you want to, so you&#8217;re gonna do it. Um, and that&#8217;s, and then I look at, at what I&#8217;m doing and it&#8217;s like, okay, well the, if, you know, the end goal of a canoe is that you can put it in the water and paddle it around, right?</p>\n\n\n\n<p>It&#8217;s like, so the end goal for me, for building a product is users as people, users it. And I&#8217;m like, look, I, I brought value or joy or productivity or, you know, something that it&#8217;s validating. Um, You know, but, but in the grand scheme of things, like there was a time when I was like, you know, the goal is to make a gajillion dollars.</p>\n\n\n\n<p>Um, now it&#8217;s like I&#8217;ve, I&#8217;ve gotten, I&#8217;ve gotten smaller and smaller and smaller. Now it&#8217;s to make a good product that people use. Mm-hmm. And it&#8217;s like, is that because I have failed so many times that my expectations have gone down, down, down, or. Is that still I&#8217;ve, I&#8217;ve, for myself, I have distilled it down to, that&#8217;s the first real spark, and then you kind of grow a, ideally grow a fire from there, right?</p>\n\n\n\n<p>If you&#8217;ve got people using something, then you&#8217;ve got something, presumably, and then that&#8217;s where you, you know, uh, You are, you are the fuel, and I&#8217;m the f I&#8217;m the spark or whatever, you know, that&#8217;s where you and I collaborate because fire takes three things. Um, and so you, you can&#8217;t, you probably can&#8217;t do it yourself or you don&#8217;t want to.</p>\n\n\n\n<p>Um, and, or, you know, the idea of cool people working together to build something bigger and bigger and bigger. And so part of the joy is like, I was texting my, talking about the, the startup in Nashville. I was texting with the ceo. Yes. This weekend, you know, and I haven&#8217;t, and that was at least 10 years ago.</p>\n\n\n\n<p>So it&#8217;s like friendships that last, or fond memories or, or war stories or, you know, I don&#8217;t know. It&#8217;s hard to, I&#8217;m, I&#8217;m totally rambling, but it&#8217;s hard to quantify now, harder to quantify now for me, like. Why on earth I do this, but I do it and it brings me joy and maybe that&#8217;s all I need.&nbsp;</p>\n\n\n\n<p>[00:47:30] <strong>Cory Miller:</strong> Yeah. We&#8217;ve talked a lot about hobbies and historically I&#8217;ve been like, I don&#8217;t have hobbies.</p>\n\n\n\n<p>I have work, I don&#8217;t have a home life. Um, and work was always my hobby. I mean, I would say even before I, I could, I had so much fun. It was like a hobby, I guess. Mm-hmm. Um, and most of the business was fun and I didn&#8217;t. Have time and want to have time for other hobbies. Like it had to be productive. When you said hobby, it&#8217;s like when you&#8217;re talking about the canoe, I go, there&#8217;s a reason the person has makes space in the garage and the significant other probably goes, we don&#8217;t have any garage cause the canoe.</p>\n\n\n\n<p>But I go, that energy, that passion needs to take up space in your life somehow. And I go, so I haven&#8217;t had those. I do have two motorcycle, um, two motorcycles and the girls that don&#8217;t work. Um, but like what takes up space? I guess I was thinking what takes up space and this is it, this is part of this. So like we talked about it and your, your thoughts and hobbies have helped me so much more as go, I still think about it as.</p>\n\n\n\n<p>For some reason, I, it&#8217;s hard for me to do something just for the value of doing it. The joy of doing it. Yeah. Um, I do have joy in doing things that build. I just want the practical something to the end. But I go, you know, this has, this, this time should take, uh, space in my life because I enjoy it. Right for that only value.</p>\n\n\n\n<p>That&#8217;s something that did not exist probably a year ago, five years ago. 10 years ago. In my, in my mind, in my heart, because I was like, well, it&#8217;s just extra. It does take up just like the canoe in the garage takes up space, that other things could be there, but I go. No, enjoy talking to you. Enjoy having these conversations.</p>\n\n\n\n<p>Enjoy tinkering with these products. This is our little mm-hmm. Garage hobby. You know, my version because I don&#8217;t physical things, you know, you build fences and stuff. Um, I, I don&#8217;t really do a lot of that. Don&#8217;t feel like I have always the ability and patience to do it, but I was like, hobby that builds, I, that&#8217;s my version of hobby is something, even when I could say I.</p>\n\n\n\n<p>My reading hobby, my hiking hobby, for me, it still builds. I&#8217;d need that part. It&#8217;s just, it connects somewhere back. Um, like I can say we&#8217;re gonna my daughter and sent her home. Of course summer, we&#8217;ll go to the swimming pool. The value of that is rest and recuperation and enjoying time with them. That checks by something that builds.</p>\n\n\n\n<p>Sure. Thing, but I don&#8217;t know. As you were talking, I was like, no, it&#8217;s this time should take up this space. It has taken up, what, the last six months I think we&#8217;re our 18th session.&nbsp;</p>\n\n\n\n<p>[00:50:40] <strong>Corey Maass:</strong> Yeah. I, yeah. I love, I love that you say it that way, like I think the hard part is, again, settling it in your own mind and then explaining it to other people.</p>\n\n\n\n<p>Yeah. And, and I know that we&#8217;ve struggled a little bit, um, where to my wife, it looks like I&#8217;m working all the time and I&#8217;m like, yeah. And sometimes I am. And sometimes it&#8217;s work, but it&#8217;s not earning me any money. And sometimes it&#8217;s fun and it&#8217;s not earning me any money. And it&#8217;s, you know, and it&#8217;s like there are four, the four quadrants of earns money or doesn&#8217;t, and it&#8217;s fun or it isn&#8217;t, but, um, and it&#8217;s client work or it&#8217;s not.</p>\n\n\n\n<p>And, and I know that like my folks struggle with this too. My dad, my folks are retired, but my dad still writes papers, um, using research that he did during his career as a forester. Um, And it just brings him joy. And my mom&#8217;s like, get off the damn computer, where, you know, go play golf. We&#8217;re retired.</p>\n\n\n\n<p>That&#8217;s not the retirement she wants. It&#8217;s the retirement he wants, you know? Um, and so it&#8217;s the hard, sometimes it&#8217;s hard to explain or show to other people, like, this is okay, this is what I wanna do. It&#8217;s like, as long as you&#8217;re getting enough exercise in vitamin D, you know, uh, but it&#8217;s, you know, cuz it&#8217;s, And it&#8217;s funny cuz people will look at gaming, you know, it&#8217;s like, oh, well you&#8217;re, you&#8217;re 10, 12 hours a day in front of the TV going zap, zap, zap or whatever.</p>\n\n\n\n<p>You know? We&#8217;ll go, okay, that&#8217;s fi that&#8217;s fine. That&#8217;s a hobby. It&#8217;s like, It may or may not be the healthiest me sitting here typing, building something, and I&#8217;m not judging one against the other, obviously, but it&#8217;s the, like, it&#8217;s hard to, it&#8217;s, it, it&#8217;s not as easy to demonstrate that it&#8217;s the same sort of thing of like, no, this is fun.</p>\n\n\n\n<p>You know?&nbsp;</p>\n\n\n\n<p>[00:52:35] <strong>Cory Miller:</strong> Oh yeah. I, you know, self-care is all in the rage and I&#8217;m glad it is, but I go, it&#8217;s such an abstract concept for me. But because I&#8217;m, I try to be pretty practical with things, but I go, you know, that time and space is valuable to me. And you put the other part, is it seen as valued by others? And that&#8217;s another conversation.</p>\n\n\n\n<p>But I go, what I&#8217;m trying to do is like, I don&#8217;t have those things. Maybe I don&#8217;t consciously have those things a take up space that I go, this is me, this is for me. Right. It&#8217;s for others but me and this whole concept of taking, so I says, what the heck does that talk about? It means for me personally, being in a line, not worrying about everybody else, necessarily worrying about me too.</p>\n\n\n\n<p>I&#8217;m okay to be in this space. Um, there&#8217;s a great person on Instagram talking about, or Instagram talking about Enneagram, and I&#8217;m an Enneagram nine, which is peacemaker Art Tap. And the one thing they said, take up space. And I said, I think I&#8217;m starting to get that now from canoe in the garage to standing in line.</p>\n\n\n\n<p>And you know what? I&#8217;m in this part and I&#8217;m gonna take this particular space, you know, for myself. Yeah. And I think that goes back to hobbies is now of course communication with sniff and others and all that stuff. But I go, it&#8217;s one added element I think our conversations have been so enriching for me is just go, it&#8217;s okay.</p>\n\n\n\n<p>This time our async time takes up space and what I increasingly see is limited time. Yeah. And energy. But I go, I wanted to take up space. I wanted to take up that space. And you know, that&#8217;s the amber that I think keeps me coming to this. Uh, and then, you know, you never know. You just never know. Yep. Like we&#8217;re not losing our house families, all this stuff, like you said earlier.</p>\n\n\n\n<p>Yep. So good reflection on a Wednesday.&nbsp;</p>\n\n\n\n<p>[00:54:48] <strong>Corey Maass:</strong> So, uh, I think both of us have limited availability for a while, but as we&#8217;ve said so I&#8217;m the only thing that is tugging at my sleeve. Given, given the reflection that we&#8217;ve just done, like I&#8217;m, I would be okay if time went by. Um, but the, the little bit that&#8217;s, that&#8217;s nagging at me is that we&#8217;re, we are really close.</p>\n\n\n\n<p>Like I have something working. Um, and so I think that that&#8217;s gonna keep, that&#8217;s gonna drive me soon to, again, start putting in a few hours here and there, um, to try to get something. Out the door, um, for you to use. For me to use and mm-hmm. Um, and you know, as quick as we can get it on the website. And, and so it&#8217;s on, it&#8217;s for sale.</p>\n\n\n\n<p>Like, and there it is. People can try it. And, and you know, um, we were&nbsp;</p>\n\n\n\n<p>[00:55:55] <strong>Cory Miller:</strong> talking about our, don&#8217;t think feature damages post says that are gonna, we got this new theme in staging. We&#8217;re gonna be launching before work camps. I&#8217;ll say July 1st, and realizing thumbnails on the feature, damage on the archive pages, uh, how we&#8217;re gonna do the feature damages in the post gonna need to change as an awareness thing from the post edit client side.</p>\n\n\n\n<p>I go, this is gonna be good, you know, we&#8217;ll keep iterating on this. Um, with when, when you&#8217;re able to get the new update. Is, um, I think there&#8217;d be a lot of good feedback there, um, to how does that look on that home? How does that look on the inside page? That I think is that cornerstone to value for, yeah.</p>\n\n\n\n<p>So I like to say, I think it&#8217;s good timing when you get the new update, put it on staging, start trying it out. We&#8217;ll have another round of feedback.&nbsp;</p>\n\n\n\n<p>[00:56:52] <strong>Corey Maass:</strong> Yeah, exactly. Exactly. So yeah, baby steps or big steps sometimes, you know. Yeah. But. Keep moving forward. Sounds good.&nbsp;</p>\n\n\n\n<p>[00:57:04] <strong>Cory Miller:</strong> All right. Thanks my friend.&nbsp;</p>\n\n\n\n<p>[00:57:05] <strong>Corey Maass:</strong> Yeah, great talking as ever.</p>\n\n\n\n<p>You too.&nbsp;</p>\n\n\n\n<p>[00:57:08] <strong>Cory Miller:</strong> Talk to you next week.&nbsp;</p>\n\n\n\n<p>Bye.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jun 2023 21:01: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:11:\"Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"Gravatar: New on Gravatar: Collect Payments on the Go!\";s:7:\"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:\"http://blog.gravatar.com/?p=683\";s:7:\"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://blog.gravatar.com/2023/06/21/new-on-gravatar-collect-payments-on-the-go/\";s: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:1813:\"<p><strong>Have you updated your free Gravatar profile page recently?</strong></p>\n\n\n\n<p>We are excited to announce the launch of new payment features on Gravatar profiles!&nbsp;</p>\n\n\n\n<p>Now, you can add verified payment links for PayPal, Venmo, and Patreon and share your cryptocurrency wallet addresses (Bitcoin, Dogecoin, Ethereum, and more). When someone looks at your profile on their phone, they&#8217;ll see a new button at the top to <strong>Send Money</strong>.&nbsp;</p>\n\n\n\n<img />\n\n\n\n<p>A new <strong>Share Profile</strong> button also displays your unique QR code and a simple way to copy your link, allowing you to share your profile with others quickly.</p>\n\n\n\n<p>Millions of people view Gravatar profiles every month. Keep your profile up-to-date and manage your online identity by adding verified links to the services you use, such as Instagram, Tumblr, GitHub, Mastodon, and more. Adding multiple payment options to your profile builds trust that those paying you know they have the correct account.</p>\n\n\n\n<p>Gravatar is your personal digital business card. And now a one-stop place for those that need to send you payments.</p>\n\n\n\n<div class=\"wp-block-buttons is-vertical is-content-justification-center is-layout-flex wp-container-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50 is-style-fill\"><a class=\"wp-block-button__link has-base-color has-text-color wp-element-button\" href=\"https://gravatar.com/profiles/edit#about-you\">Edit Your Profile</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\" href=\"http://gravatar.com/connect/?source=gravatar_blog\">Claim Your New Gravatar</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></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, 21 Jun 2023 18:31:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";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:69:\"Akismet: Version 5.2 of the Akismet WordPress plugin is now available\";s:7:\"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:27:\"http://akismet.com/?p=76288\";s:7:\"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://akismet.com/blog/version-5-2-of-the-akismet-wordpress-plugin-is-now-available/\";s: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:1023:\"<p>Version 5.2 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n\n\n\n<p>The plugin has been given a fresh coat of paint, and you will notice a nicer appearance when configuring Akismet or viewing your stats.</p>\n\n\n\n<img width=\"1463\" height=\"935\" src=\"https://akismet455732288.files.wordpress.com/2023/06/screenshot-2023-06-19-at-15.40.36-1.png?w=1024\" alt=\"\" class=\"wp-image-77495\" />\n\n\n\n<p>This update also improves compatibility with PHP 8.1 and above.</p>\n\n\n\n<p>Note that the minimum required version of WordPress is now v5.8, and installing Akismet requires PHP v5.6 or above. We also no longer provide support for Internet Explorer 11, matching WordPress&#8217; own behavior.</p>\n\n\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</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, 21 Jun 2023 15:03:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Chris Rosser 🏔\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: #80 – Angela Jin on How and Why WordCamps Might Change in the Future\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=146121\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/podcast/80-angela-jin-on-how-and-why-wordcamps-might-change-in-the-future\";s: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:43833:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and did this case, how and why WordCamps might change in the future?</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you, and hopefully get you or your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox. And use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Angela Jin. It&#8217;s the first of six episodes recorded at WordCamp Europe, 2023 in Athens, Greece.</p>\n\n\n\n<p>Angela is the head of programs and contributor experience at Automattic, where she oversees the work of multiple teams dedicated to the WordPress open source project. These are the community events and engagement, education, and marketing teams. Her passion lies in building strong, inclusive communities.</p>\n\n\n\n<p>Several weeks ago, Angela wrote a blog post entitled The Next Generation of WordCamps. It laid out how WordCamps have been run for many years, as well as trying to begin a conversation about how they might look in the future.</p>\n\n\n\n<p>During the pandemic, online events filled the gap left by in-person gatherings, but they didn&#8217;t fully replace the experience. As restrictions eased in person WordCamps made a comeback. In 2022 there were around 35 events, with only one being held online. In 2023 there have been 20 events so far, and more a planned for the rest of the year.</p>\n\n\n\n<p>Angela talks about how she&#8217;s perceived a growing need for experimentation in the format of WordCamps. Currently, most WordCamps follow a tried and tested formula, with contributor days, multiple speaker presentations, the hallway track and sponsorship opportunities.</p>\n\n\n\n<p>She wanted to understand the purpose of gathering people together and what they gain from these events. To gather insights Angela had conversations with organizers, sponsors, speakers, and attendees within the WordPress community. She also sought out input from experts outside the community, such as the community manager focused group CMX.</p>\n\n\n\n<p>The feedback confirmed to Angela that events are essential for communities, but also that there are many event formats being used elsewhere. She explains that there is an opportunity to add more variety to WordPress event formats, and explore the connections and opportunities they create.</p>\n\n\n\n<p>We discuss some ways that WordCamps might evolve by having events focused on a particular area such as SEO, or a particular demographic such as students. We also get into how these amendments might be rolled out to ensure that interested groups and geographic locals don&#8217;t miss out.</p>\n\n\n\n<p>We also chat about how sponsorship plays into these changes and how funding for WordPress events might be allocated in the future.</p>\n\n\n\n<p>Angela points out that there&#8217;s no specific format which has been proposed. Rather, this is a process of trying things out and seeing what works and what does not. The goal is to say yes to new event ideas and foster, a culture of innovation within WordPress events.</p>\n\n\n\n<p>If you&#8217;re curious about how WordPress events might change in the future, this podcast is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all the links in the show notes by heading over to WPTavern.com forward slash podcast where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Angela Jin.</p>\n\n\n\n<p>I am joined on the podcast by Angela Gin. Hello, Angela.</p>\n\n\n\n<p>[00:04:45] <strong>Angela Jin:</strong> Hello. How are you doing?</p>\n\n\n\n<p>[00:04:46] <strong>Nathan Wrigley:</strong> Yeah. Really, really good. Thank you for joining me. We are at WordCamp Europe. Angela is going to talk to us today about, well, remarkably WordCamps and possibly the future of WordCamps. Prior to that conversation, Angela, would you mind just spending a minute just telling us who you are, who you work for, what your relationship is with WordPress?</p>\n\n\n\n<p>[00:05:04] <strong>Angela Jin:</strong> So yes, my name is Angela Gin and I am with Automattic, where I am head of programs and contributor experience. I am full-time sponsored and so I get to work on the WordPress open source project for everything, which is fantastic.</p>\n\n\n\n<p>[00:05:19] <strong>Nathan Wrigley:</strong> So we are at WordCamp Europe. Let&#8217;s just deal with that bit first, because I was just saying to somebody, I actually think of all the WordCamps I&#8217;ve ever attended, this feels like a really, truly remarkable event. I don&#8217;t know if it&#8217;s just the configuration of the building, or how people are squeezed in by the corridors and things, but it does seem to be hugely attended.</p>\n\n\n\n<p>[00:05:40] <strong>Angela Jin:</strong> It is. The attendance numbers that they showed at opening remarks this morning here, that they, what it was like 2,800 people, something like that. Over that, which is really exciting.</p>\n\n\n\n<p>[00:05:52] <strong>Nathan Wrigley:</strong> So WordCamps are still popular? We might get into a conversation about whether there&#8217;s an ebb and flow to that. But big events like this are still a big part of people&#8217;s calendars.</p>\n\n\n\n<p>[00:06:01] <strong>Angela Jin:</strong> For everybody here, certainly so. It is buzzing with activity here.</p>\n\n\n\n<p>[00:06:06] <strong>Nathan Wrigley:</strong> More broadly though, WordCamps and WordPress events, so we might use the word MeetUp for that, but I&#8217;ll just say WordPress events. Do they follow the trend of maintaining popularity? In the back of my mind when I ask that question is basically the pandemic. So pre pandemic everything was sailing along smoothly, and then we had this massive wall in the road. Everything stopped.</p>\n\n\n\n<p>It felt like at that moment there was a bit of a change. The online events filled a gap, but they didn&#8217;t fill the entire gap. And then WordPress events came back online in various different formats. Where are we at now? Obviously this event is super well attended, but if we were to look at the whole of WordPress events, would that be the case, or are we still trying to rebuild a bit?</p>\n\n\n\n<p>[00:06:54] <strong>Angela Jin:</strong> Yeah, I think we are definitely trying to rebuild, but I think that is true for everything, even not just events. So yes, prior to the pandemic we were smooth sailing. We were very active WordCamps around the world. And yeah, during the pandemic it was, we needed to shift how we met.</p>\n\n\n\n<p>So we met online and it was difficult. And so since 2021, we&#8217;ve started shifting into, I think we had one in-person WordCamp that year at the very, very end of the year. Last year in 2022, I believe we had around. 35 events total, and I think only one of them was online. And so clearly we are coming back, which is great. But we are nowhere near where we were prior to the pandemic. But I think that is, that&#8217;s very understandable. As we&#8217;re trying to get back into things.</p>\n\n\n\n<p>So far this year we are at, I believe we have had, not including this event because we&#8217;re not quite all the way through yet. I think we&#8217;ve had 20 events, I want to say. And so we&#8217;re well ahead of where we were compared to last year. And we do still have quite a few events on the calendar through the end of the year.</p>\n\n\n\n<p>So yeah, from a pure numbers of WordCamp perspective, I think we are trying our best to come back. From an attendance perspective, interestingly during when we had online events, our attendance rates far exceeded what we expected them to be. I think because it&#8217;s so easy to have an online event and then just show up for however much of it you want to show up for. And so, that&#8217;s an interesting attendance piece there. But attendance rates are pretty much in line with what we saw prior to the pandemic as well.</p>\n\n\n\n<p>[00:08:43] <strong>Nathan Wrigley:</strong> Oh really? As of now, so we&#8217;re recording this in June 2023. Broadly speaking, the numbers are similar to 2019, say.</p>\n\n\n\n<p>[00:08:53] <strong>Angela Jin:</strong> So with fewer events, from a pure number of people&#8217;s perspective, fewer, but, the attendance rate for events, by which I mean expected attendance for events versus actual attendance. It&#8217;s always hovered around like 90 to 95% for events, and so we are, we&#8217;re holding study there, and also in the average number of attendees per event.</p>\n\n\n\n<p>[00:09:16] <strong>Nathan Wrigley:</strong> Okay. We&#8217;re going to reference a piece that you wrote on make.wordpress.org. It was written last month, it was May 8th, and it was called The Next Generation of WordCamps. I think this will probably dominate the rest of the conversation. And in that piece you laid out the possible groundwork, I&#8217;ll say possible, for a change to the way these WordPress events are done.</p>\n\n\n\n<p>I could lead you with the questions, trying to tease out what&#8217;s in that article. I don&#8217;t know if you can remember all the details. But do you just want to run us broadly what you were saying in that?</p>\n\n\n\n<p>[00:09:46] <strong>Angela Jin:</strong> Yeah, that was, it was quite a post to write and to put out there. But I&#8217;m really excited by it. So, what I set out to do there was to capture some of the needed updates to our events program that I&#8217;m seeing, that I think we might need to have in our events program.</p>\n\n\n\n<p>The way this came about was pretty interesting because I think prior to the pandemic we were starting to see some people want more out of their WordCamps. And I think that makes a lot of sense. This format that we have has been the staple since 2006. And what&#8217;s really changed is how many events that we have, and the scale of them, and the size, and how many people are able to attend.</p>\n\n\n\n<p>However, even prior to the pandemic, we were starting to hear from people that they wanted more variety in their content. They wanted advanced topics. They really wanted to be able to have more workshops to learn things that they were able to take back to their everyday lives. And that, coupled with all of the changes with the pandemic, at this point in WordPress events, I really started thinking about how the way that we meet has shifted dramatically. And after 20 years, of course, like that makes a lot of sense.</p>\n\n\n\n<p>And so, I am very much a community manager at heart, and so when I think about gathering people together, I really think about what is the purpose of gathering people together. When we ask people to come join us in this space, why? Like what are they getting out of it? What draws them here? What makes the best use of their time and attention?</p>\n\n\n\n<p>And so that prompted a whole discovery session where, it was hard to write about at that time, because I wasn&#8217;t quite sure what I was getting myself into. I started really asking a bunch of people in the community, organizers, sponsors, speakers, first time attendees, experienced attendees. And I think everybody really loves this community. Like that is a resounding sentiment that I hear all the time.</p>\n\n\n\n<p>And at the same time we want more out of our events, and we want some more specific things. And it was very similar to what I was seeing before the pandemic as well. And so there was a lot of, within the WordPress community, confirmation that this seemed like something needed to be updated.</p>\n\n\n\n<p>[00:12:15] <strong>Nathan Wrigley:</strong> So, where did the information that people wanted this come from? Did you do surveys? Were you just polling in places like Slack? Where did the feedback that updates needed to be done, where did that tend to come from?</p>\n\n\n\n<p>[00:12:28] <strong>Angela Jin:</strong> Yeah, for sure. So it did start with a lot of conversations within the community, with organisers, speakers, sponsors. And the community team is very fortunate to have this excellent community deputy group. They&#8217;re all past organizers, and are very experienced with the make community team. So they&#8217;re very familiar with our program.</p>\n\n\n\n<p>And so I started there. And then I also went outside of the WordPress community to chat with a number of event organizers, like event experts, people who do events for a living. To see what sort of trends that they were seeing as well. And one group that I really like to look to is CMX. It&#8217;s a community for community managers. And they, every year they put out an excellent report. They pole well over 400 community professionals from around the world.</p>\n\n\n\n<p>And they confirmed that events are a staple for communities, and of course, no surprise there. And that it was both in-person and online events. And some of the report findings there, they were seeing where certain types of events were filling certain needs.</p>\n\n\n\n<p>So I think, education is a really good one. So like trainings that we&#8217;re providing to our community, those are, really popular in both online and in person formats. And I think Learn WordPress has done a great job in continuing, like I think that helps me confirm what CMX expressed in their report, because we do have these great online workshops that happen all the time. They&#8217;re really well attended.</p>\n\n\n\n<p>At the same time, trainings also work really well in person, according to the CMX report. And in-person events, it&#8217;s really good for one-on-one connection. Things like this when we&#8217;re looking at each other, having a conversation. And so, like different formats fill different spaces. And I think we are really missing an opportunity to add more variety into our event formats, and see what sort of connections that creates. What sort of opportunities that unlocks.</p>\n\n\n\n<p>[00:14:33] <strong>Nathan Wrigley:</strong> We&#8217;ll get onto the new possible formats, and you&#8217;ve thrown out a whole bunch of different things that we might do. I&#8217;ve got a question around sponsorship. I don&#8217;t really know what the sponsorship picture is. I confess, I don&#8217;t. explore that data. I don&#8217;t try to find it. So, I don&#8217;t know what the state of sponsorships are. But how does that feed into this?</p>\n\n\n\n<p>Are you changing things? Has there been in the back of your mind changing things in order to attract sponsors? Has there been a, an up swell in the same way that you described just now that the community are coming back, there&#8217;s more people attending. Have the sponsorships come back? Because my understanding anecdotally, at least anyway, is there was a period a little while ago where the sponsorship felt a bit sketchy for a while. It wasn&#8217;t quite getting where it ought to be.</p>\n\n\n\n<p>[00:15:13] <strong>Angela Jin:</strong> Yeah, I think there&#8217;s a number of things there. As we all know, companies are very financially aware right now, and at the same time cost are extremely high. And so I think we are definitely feeling that pressure of really justifying the value of these events to sponsors and also being able to afford venues, for example. Venues are one of our, they are the highest cost right now. And then when you add on food, after party, AV, those expenses are very high right now.</p>\n\n\n\n<p>And so yeah, the amount of sponsorship that we want to raise is higher, and at a time where the economy is struggling, that&#8217;s a difficult thing. However, we are doing, we are doing well overall. I think, as you can tell from the sponsor activity downstairs, it seems to be doing really well.</p>\n\n\n\n<p>We raised enough for the global sponsors that we aim to raise, and we also just added another global sponsor. So overall we are doing well and I think it&#8217;s really wonderful that WordPress community support has always been very budget conscious. We work closely with organizers to make sure that we are as responsible and as aware of what we&#8217;re spending money on as possible.</p>\n\n\n\n<p>With new events, I think it&#8217;s a really interesting thing for sponsorship, and I have spoken with, before I posted that post, I did speak with our global sponsors because I didn&#8217;t want them to be surprised by this change, given that they fund all of our events for the full year.</p>\n\n\n\n<p>They were excited by it overall. They were seeing the same trends that I was seeing, and I was very clear that this is an experiment, and we&#8217;re going to, we&#8217;re going to encourage the community to try things out and see what happens. And that I really wanted to hear from them what sort of sponsor benefits they saw, they would like, and that we would have that conversation. Yeah, I think that&#8217;s largely what I&#8217;m seeing from our sponsors. They&#8217;re really curious to see what comes of this, and they&#8217;re excited as well.</p>\n\n\n\n<p>[00:17:15] <strong>Nathan Wrigley:</strong> I wonder, does an event like WordCamp EU , which is truly on a very different scale from let&#8217;s say a local meetup or something like that, or a much more regional WordCamp. It feels as if sponsors and all of that would be falling over themselves to come here, because they can capture a truly enormous audience of interested people.</p>\n\n\n\n<p>But I wonder what the trickle down of that is. In other words, if we were to have the same conversation, but we weren&#8217;t sitting in WordCamp Europe and we were sitting in a much smaller event. How does the sponsorship work there? Are we still in a strong position to put on local WordCamps with the model that we&#8217;ve got and, Meetups, regional WordCamps, all of that kind of thing?</p>\n\n\n\n<p>Because it feels like WordCamp Europe, that would almost be the last thing to fail. The sponsors would be desperate to get here. How is it looking for the smaller events, the ones in, I don&#8217;t know, capital cities or the ones in regional cities throughout the world?</p>\n\n\n\n<p>[00:18:14] <strong>Angela Jin:</strong> It is different, given the scale of WordCamp Europe. Overall our events large and small, have, they&#8217;ve been able to raise a good amount of money locally. We do augment that with global sponsorship. That&#8217;s what the global sponsor fund is there for. And so yeah, we do our best to, the priority of WordCamps is the attendees. And so we really want our organizers to be able to focus on creating the best experience for WordCampers, as opposed to spending so much time raising money. Because fundraising is challenging. I&#8217;ve done plenty of it myself and it is hard work.</p>\n\n\n\n<p>[00:18:53] <strong>Nathan Wrigley:</strong> Do you have a list of WordCamps which in an ideal world, these ones would be put on? In other words, I&#8217;ve got a list of 800, here&#8217;s the top 10 that we must make happen. Here&#8217;s a further a hundred, which we&#8217;d love to happen. And sadly there&#8217;s a few down here which might not make the cut. I don&#8217;t know how that decision tree looks.</p>\n\n\n\n<p>[00:19:11] <strong>Angela Jin:</strong> Oh, it&#8217;s very much up to the community. Any organizer that wants to have a WordPress event, the community team wants to support them in having that. That is very much what the community team is there for.</p>\n\n\n\n<p>And so I think one of, bringing this back to Next Gen events, one of the things that I was seeing that I think a lot of community members are seeing, from organizers, is that they have interest in doing something that&#8217;s a slightly different format from the WordCamps that we know and love.</p>\n\n\n\n<p>But they feel like they can&#8217;t do that because it&#8217;s not a WordCamp. And I think we should be saying yes to those. We should be encouraging all those, all those really creative ideas for how to connect and engage with each other, not do them for sake of doing what we know and love.</p>\n\n\n\n<p>[00:20:00] <strong>Nathan Wrigley:</strong> I think it&#8217;s always true that things have to evolve. That much is clear. So let&#8217;s get into that. You just called it, them, Next Gen events. Whether or not that&#8217;s the word we end up using, I don&#8217;t know, but for now, let&#8217;s go with that. What are some of the things that you are proposing could be a Next Gen event? How do they differ?</p>\n\n\n\n<p>So, a WordCamp at the moment, at least the ones that I&#8217;ve been to, is several days. You show up, there&#8217;s often several tracks. There&#8217;s a whole range of different topics on offer. There&#8217;s usually a hallway track where people engage. There&#8217;s an after party, all of those kind of things. So that&#8217;s how we know it at the moment. What are you thinking of doing to change that?</p>\n\n\n\n<p>[00:20:39] <strong>Angela Jin:</strong> Yeah, I really am curious to see what people come up with. What I propose there was a really, I consider it more of a evolution as opposed to a change. We&#8217;re not doing away with any of the WordCamps that are currently on the calendar, that want to come and organize. What we are doing is encouraging community members to express what sort of events they want to see. And so a few that, I think I had included in that post, were things like, focused on contribution.</p>\n\n\n\n<p>They were focused on all day workshops that really help people learn specific skills. One thing that I&#8217;ve heard over and over is that people want to learn advanced skills. Advanced WordPress development, design, content creation, things like that. And so we could really do a lot with that.</p>\n\n\n\n<p>One interesting format, it was described to me as a shark tank, but nice. We&#8217;re a very, I know, I love that. We&#8217;re a very entrepreneurial community and if we&#8217;re going to help everybody really succeed in that, then we need to give them some place to come and explore their ideas. Learn from each other around what it really takes to make all of that happen.</p>\n\n\n\n<p>Yeah, coming to an event, sharing a pitch, and getting feedback from people who have been there before, who are able to help them refine and strengthen their ideas and then make connections to make those happen. That&#8217;s pretty exciting.</p>\n\n\n\n<p>[00:22:13] <strong>Nathan Wrigley:</strong> I&#8217;m going to quote directly from your piece because I think it perfectly sums up what you&#8217;d hope. What you are looking for in the future. So this is not a cast iron set of things which are going to happen. These are just some possible suggestions, and it says, so I quote, the hope is that a period of innovation and experimentation will follow this critical shift in the purpose of our rents with the following outcomes.</p>\n\n\n\n<p>Events curated for clearly defined audiences, resulting in a clearer idea of what attendees will gain from participating. For example, events for students, for designers, for contributors. So that&#8217;s point 1. Point 2, a more precise focus around event content types or topics. This will also help further clarify who the event is for. For example, maybe an event on AI and WordPress, user experience enterprise, et cetera. That&#8217;s point 2. And point 3, a variety of event formats that are freshly exciting and engaging for attendees. For example, workshops, unconference, job fairs, pure networking, et cetera.</p>\n\n\n\n<p>So there&#8217;s the three points, and each of those, if I attended an event like one of those, it would be radically different to something that we&#8217;re attending now. So let&#8217;s just take those piece by piece. This idea of defined audiences. So you mentioned here, for example, students, designers, contributors. That&#8217;s an idea, it may have legs, it may not. You&#8217;re trying to figure that out.</p>\n\n\n\n<p>Is the intention there then to literally put an event up where it&#8217;s advertised toward students primarily, or to designers primarily. So people seeing that, who are not students, or not designers would feel, do you know what, that&#8217;s maybe one I&#8217;ll hold back on. I&#8217;ll look for a different one at a different point. Is that the idea of that one?</p>\n\n\n\n<p>[00:23:51] <strong>Angela Jin:</strong> Yes, kind of. The point is definitely not to, I don&#8217;t want to exclude anybody from any of these events. However, I do think that, where we are in a world where finances are tightened, and it is expensive to commit to the time and to commit to the travel to an event, that people want to know what they are going to get out of it.</p>\n\n\n\n<p>And by clearly articulating who this event is really designed for, we can provide an event that really delivers that kind of content. I was recently at Open Source 101, was held at a community college, and the mix there was very clearly students. Or people who were looking to change jobs into open source. And they were very clear from the beginning that this was,</p>\n\n\n\n<p>I mean, it&#8217;s in the name Open Source 101. This is introductory content for anyone who wants to learn about open source. It&#8217;s really broad, but at the same time, very clear about what you&#8217;re going to get by participating in this event.</p>\n\n\n\n<p>[00:24:55] <strong>Nathan Wrigley:</strong> I guess because WordPress events have largely tried to scoop everybody up in the past. You know, if you&#8217;ve got in any way a connection to WordPress, you could attend this event. But I suppose I wouldn&#8217;t really be attending an event about, oh, I don&#8217;t know, let&#8217;s pluck some subject out of the top of my head. Cisco networking. It&#8217;s in the technology space. I&#8217;m not interested in it. I&#8217;d far rather attend a WordPress event. So what you&#8217;re really trying to do is subdivide what we&#8217;ve already got into maybe something that you would be just slightly more interested in, because it&#8217;s more directly related to what your business does or what you&#8217;re interested in.</p>\n\n\n\n<p>[00:25:30] <strong>Angela Jin:</strong> Yes, and I do think that there is a space where we are undeniably multidisciplinary. It does not serve us well to just have events where we only have developers meet in one location and community builders meet in another location. And yeah, there are many developers who are also community builders. I&#8217;m just pulling those two groups as examples. And so yeah, I would also love to see events where we do celebrate that multidisciplinary community, and bring all of them together because, amazing connections and ideas come from that.</p>\n\n\n\n<p>And so I&#8217;m not trying to segment the community into all these events, but to increase the variety in events and to help people understand what they&#8217;re going to get by participating in one or the other. And I think that for many WordPressers, they would benefit from an event that is specialized for them, with content where they are going to learn more than what they currently know and further their career, further their skills, further their interests. And to participate in another event where they can focus on learning more about something that they touch in their life, but don&#8217;t necessarily know a ton about.</p>\n\n\n\n<p>[00:26:47] <strong>Nathan Wrigley:</strong> The third bullet point that I just talked about there was event formats. And you mentioned workshops. I&#8217;m quite familiar with that. We have those at WordCamps, so it&#8217;s more, instead of being presented at, from a stage, that&#8217;s more, okay, let&#8217;s all try the things together. You bring your laptop and we&#8217;ll all try to figure out the same problem at the same time. But there are some other ones in there that are really new to me. So an unconference. What is that?</p>\n\n\n\n<p>[00:27:12] <strong>Angela Jin:</strong> I think it&#8217;s also referred to as like birds of a feather. I think it has its roots in the tech community where we basically just get a bunch of people together in a room, around one topic, and the attendees really drive the agenda.</p>\n\n\n\n<p>They suggest a topic around what everybody is brought here for. And then people will vote with their feet and go to those discussions to talk about them. And so the conversation is very, very attendee driven and very organic. There&#8217;s no one speaker. Sometimes there is, whoever proposes the topic can be the facilitator, but that&#8217;s not a requirement.</p>\n\n\n\n<p>[00:27:50] <strong>Nathan Wrigley:</strong> I think the other ones we probably understand a little bit more as well. So we&#8217;ve just mentioned workshops, unconferences, job fairs, and pure networking. They probably speak for themselves. So I&#8217;ll leave those to one side.</p>\n\n\n\n<p>Is there a danger that one of the consequences of trying this out is that we will end up with events which are more specific? That therefore would attract a more specific audience? At the moment, if you wander downstairs into the hall, there&#8217;s just this broad church of people from all over the world with different backgrounds.</p>\n\n\n\n<p>You know, you&#8217;ve got the SEO people, the marketing people, the coders. You name it, they&#8217;re there. And because of that, you get this serendipitous collision of people meeting in the hallway track. Unexpected connections are made. Unexpected partnerships are forged, and all of that. Is there a danger that we may lose a part of that? And that&#8217;s an unquantifiable part because nobody&#8217;s really writing up what connections they made. It just is what people talk about.</p>\n\n\n\n<p>Is there a danger that that may be lost, because we&#8217;ve just got a bunch of SEO people in the room, or we&#8217;ve just got a bunch of AI people in the room</p>\n\n\n\n<p>[00:28:55] <strong>Angela Jin:</strong> I understand that worry, and I see where the post might make that feel more like a reality. But I can never imagine a WordPress community that would ever let that go. I want to encourage that as well because I love it. One of the concerns that came, that I&#8217;m hearing after this post, is are we going to lose that community led feel of our events?</p>\n\n\n\n<p>And I do not want to. Like that is, that is our strength. We are community first. All of our events are very community first. And we have a number of values that come along with that that I truly feel are non-negotiable. Things like our ticket prices to attend WordCamps are very low.</p>\n\n\n\n<p>We want to make them as accessible as possible. I don&#8217;t want to lose that. I want to be able to have everybody come to these events. And so things like diversity and inclusion and creating welcoming spaces, those are all non-negotiables. And so I really believe that we can take this experiment, this evolution, and make it community led.</p>\n\n\n\n<p>And we do have a ton of businesses in WordPress, and I could see a more business focused event, where it is for agencies, for enterprise, because they are a part of this community. And I believe we can do those events as community led first.</p>\n\n\n\n<p>[00:30:19] <strong>Nathan Wrigley:</strong> I guess there&#8217;s something about geography in here as well in that if, let&#8217;s say, you have a business event and it&#8217;s in Miami. Then Miami has had its business event. But Sydney didn&#8217;t. Brussels didn&#8217;t. So there&#8217;s got to be some new piece of the puzzle where, okay, we&#8217;ve got to make sure that we&#8217;ve got these new event types and we&#8217;ve got to spread them out evenly over time so that we don&#8217;t exclude Miami. They never get the SEO event, it never comes their way.</p>\n\n\n\n<p>So there&#8217;s a whole other piece about, there&#8217;s more management to be done about the topics and whether a certain geographical area has had something recently, or if it&#8217;s been five years ago. Do you know what I mean?</p>\n\n\n\n<p>[00:30:55] <strong>Angela Jin:</strong> Yeah. And in my mind, this goes to one of our open source philosophies that we create things because we&#8217;re scratching an itch. And so yeah, if Miami has an amazing contribution event and Brussels says we want one too, then let&#8217;s do it. Like I said, the community team it wants to encourage events, so let&#8217;s have it.</p>\n\n\n\n<p>[00:31:19] <strong>Nathan Wrigley:</strong> With this change over happening, presumably there&#8217;s going to be a period where the events that we&#8217;re used to will carry on. So, I think you said a little while ago that if you&#8217;re already on the roster, if you&#8217;ve already put in a proposal and it&#8217;s been accepted, we are going to be staying with how it always has been. So it&#8217;s more from now on. You&#8217;re going to be encouraging people who haven&#8217;t yet submitted proposals. Is that true? Is that how it&#8217;s going to be rolled out?</p>\n\n\n\n<p>[00:31:42] <strong>Angela Jin:</strong> Yeah, we want to support all organizers to know the latest and greatest in the program. And so yeah, as new organizers come, we will let them know about what the community is doing, and where we&#8217;re going, where we hope to go.</p>\n\n\n\n<p>This is very much an experiment and it seems to be getting a lot of interest. We already have, I believe, over 60 idea submissions. We do have an idea submissions page, so if there is an event that you would like to see, please, please do go and share it with us. By sharing an idea, you are not committed to it.</p>\n\n\n\n<p>But part of what we&#8217;re trying to do is to collect all of these great ideas and share them with everyone so that if something sparks interest in people, they can do it in their community. Or if they have an idea to add on top of that, let&#8217;s try it out. I&#8217;m really hoping that we learn from each other to see where this goes. It is an experiment. If we all decide that we don&#8217;t like it and it doesn&#8217;t work, then we can definitely go back to what we know and do really well.</p>\n\n\n\n<p>[00:32:44] <strong>Nathan Wrigley:</strong> You&#8217;ve already anticipated one of my questions, which was do we have a reverse gear?</p>\n\n\n\n<p>[00:32:48] <strong>Angela Jin:</strong> Yes.</p>\n\n\n\n<p>[00:32:49] <strong>Nathan Wrigley:</strong> In terms of this being rolled out, if I have already submitted a proposal, we know where that&#8217;s going now. How though are we going to make the transition? Are we going to do it all at once? So we&#8217;re going to, let&#8217;s say two years from now, a new event and it&#8217;s about this one topic. Are we going to mix what we&#8217;ve got now? So say one day, just like it is at the minute, with another day of the new format, so that people can attend both at the same time and vote with their feet if you like?</p>\n\n\n\n<p>And a poll afterwards to figure out, okay, everybody like the new format, let&#8217;s push forward with that. In other words, how are you going to manage the rollout? Is it going to be sudden? So a new event is a new type, or are you going to gently mix it in with the old ones?</p>\n\n\n\n<p>[00:33:29] <strong>Angela Jin:</strong> I don&#8217;t know. I think it&#8217;s really going to be what the community would like to see. We are starting to see people, there&#8217;s a lot of excitement for this from what I can see. We already have organizers reaching out to the community team to host these events. We are also figuring out the tooling for it right now.</p>\n\n\n\n<p>So, there&#8217;s another post about that, please go share your thoughts on that. But we do have some that are being scheduled. I believe there is one event that is, actually we talked about this, an event for organizers to, to help train other organisers.</p>\n\n\n\n<p>[00:34:04] <strong>Nathan Wrigley:</strong> Like an event for an event?</p>\n\n\n\n<p>[00:34:06] <strong>Angela Jin:</strong> Yes. I&#8217;m hearing about events that want to bring WordPress to communities that don&#8217;t necessarily have a strong WordPress community or any WordPress community at all. And see how bringing this technology to a different place, how it goes. And I&#8217;m also hearing events where we want to provide, new to WordPress, come to this day of workshops and learn how to use the site editor and learn how to, launch your own website.</p>\n\n\n\n<p>[00:34:36] <strong>Nathan Wrigley:</strong> So new events will be more refined? At the moment if we attend an event, we can see, let&#8217;s say an event like this, we can probably see 30 different topics. We&#8217;re going to refine the events. Are there certain things which are outside of the remit of an entire event?</p>\n\n\n\n<p>So, for example, SEO feels like a big enough subject for an entire WordCamp. There&#8217;s enough content there. But maybe there&#8217;s something a bit more niche, which you hear once at an event like the one we&#8217;re at. But it wouldn&#8217;t span the whole weekend say.</p>\n\n\n\n<p>So that&#8217;s my question really. Are there some things which are within the purview of this and some things which you are excluding? You maybe don&#8217;t have any thoughts on that, but I&#8217;m just curious to know if there is going to be some things which are in scope and other things which are not.</p>\n\n\n\n<p>[00:35:21] <strong>Angela Jin:</strong> Yeah, it&#8217;s an interesting question because, I think everything that we&#8217;re seeing proposed right now does very much feel within the scope. But I&#8217;m sure at some point there&#8217;s going to be some topic that raises some eyebrows. And I think this is why having a purpose is really helpful for that. Because we are asking that. How does your idea align with the purpose of what we&#8217;re trying to do here?</p>\n\n\n\n<p>And I would really encourage us to be experimental because WordPress is not an island. We are a part of a much larger tech ecosystem and understanding the external influences to WordPress, and how WordPress influences those areas is really important, and will help us grow. And help us bring new people in, new ideas in.</p>\n\n\n\n<p>I would like to, I keep coming back to this word, but I would really like to be very experimental about it. And like I said, if we don&#8217;t like it, we can always go back and we have a very strong track record of being responsible with sponsor dollars. And so if there is an event that we&#8217;re like, hmm, like, we&#8217;re not quite sure how that&#8217;s going to work out, maybe we try it in a smaller scale and see how we can scale it.</p>\n\n\n\n<p>[00:36:34] <strong>Nathan Wrigley:</strong> You could try something a bit novel in a smaller event and see if it&#8217;s popular, see if it gains traction and what have you.</p>\n\n\n\n<p>[00:36:40] <strong>Angela Jin:</strong> I&#8217;m really excited to see where this goes. And it is really lovely being here at WordCamp Europe to talk about this, because I&#8217;m excited by how excited everybody else is about this.</p>\n\n\n\n<p>I think there are a lot of questions about it, which is totally understandable, and I really believe that we can figure them out together. So, yeah, let&#8217;s see where it goes. And the only thing I would add is, please come and share your thoughts. Please share your thoughts on the idea as a whole, what ideas you have for events, and on what potential tooling needs we might need.</p>\n\n\n\n<p>[00:37:13] <strong>Nathan Wrigley:</strong> Where do we share the thoughts?</p>\n\n\n\n<p>[00:37:15] <strong>Angela Jin:</strong> Uh, yes. There are three posts on the community, on the make community blog, and that is where a lot of the discussion is happening. The community team has regular meetings where this is a regular topic of conversation. And so yeah, come chat with any of the community deputies. Come chat with me and yeah, let&#8217;s see where this goes.</p>\n\n\n\n<p>[00:37:36] <strong>Nathan Wrigley:</strong> So I will link to those places in the show notes. So if you&#8217;re curious about anything that Angela said, you can find the post on WP Tavern, and click on the links. Angela Jin, thank you very much for talking to me today. I really appreciate it.</p>\n\n\n\n<p>[00:37:47] <strong>Angela Jin:</strong> Thank you.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a>. It’s the first of six podcast episodes recorded at WordCamp Europe 2023, in Athens, Greece.</p>\n\n\n\n<p>Angela is the Head of Programs and Contributor Experience at Automattic, where she oversees the work of multiple teams dedicated to the WordPress open source project. These are the community events and engagement, education, and marketing teams. Her passion lies in building strong, inclusive communities.</p>\n\n\n\n<p>Several weeks ago, Angela wrote a blog post entitled <a href=\"https://profiles.wordpress.org/angelasjin/\">The Next Generation of WordCamps</a>. It laid out how WordCamps have been run for many years, as well as trying to begin a conversation about how they might look in the future.</p>\n\n\n\n<p>During the pandemic, online events filled the gap left by in-person gatherings, but they didn&#8217;t fully replace the experience. As restrictions eased, in-person WordCamps made a comeback. In 2022, there were around 35 events, with only one being held online. In 2023, there have been 20 events so far, and more are planned for the rest of the year.</p>\n\n\n\n<p>Angela talks about how she’s perceived a growing need for experimentation in the format of WordCamps. Currently, most WordCamps follow a tried and tested formula, with contributor days, multiple speaker presentations, the hallway track and sponsorship opportunities. She wanted to understand the purpose of gathering people together and what they gain from these events.</p>\n\n\n\n<p>To gather insights, Angela had conversations with organisers, sponsors, speakers, and attendees within the WordPress community. She also sought input from event experts outside the community, such as the community manager-focused group CMX.</p>\n\n\n\n<p>The feedback confirmed to Angela that events are essential for communities but also that there are many event formats being used elsewhere. She explains that there is an opportunity to add more variety to WordPress event formats and explore the connections and opportunities they create.</p>\n\n\n\n<p>We discuss some ways that WordCamps might evolve by having events focussed upon a particular area, such as SEO, or a particular demographic, such as students. We also get into how these amendments might be rolled out to ensure that interested groups and geographic locales don’t miss out.</p>\n\n\n\n<p>We also chat about how sponsorships play into these changes and how funding for WordPress events might be allocated in the future.</p>\n\n\n\n<p>Angela points out that there’s no specific format which is being proposed, rather this is a process of trying things out and seeing what works and what does not. The goal is to say &#8220;yes&#8221; to new ideas and foster a culture of innovation within WordPress events.</p>\n\n\n\n<p>If you’re curious about how WordPress events might change in the future, this podcast is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/community/2023/05/08/the-next-generation-of-wordcamps/\">The Next Generation of WordCamps</a></p>\n\n\n\n<p><a href=\"https://www.cmxhub.com/\">CMX website</a></p>\n\n\n\n<p><a href=\"https://wordpress.com/learn/\">Learn WordPress</a></p>\n\n\n\n<p><a href=\"https://opensource101.com/\">Open Source 101 website</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, 21 Jun 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 10 Jul 2023 07:56:48 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Mon, 10 Jul 2023 07:45:29 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20220311105412\";}','no'),(42162,'revslider-update-check','1688975830','yes'),(42163,'revslider_update_info','O:8:\"stdClass\":3:{s:7:\"checked\";i:1688975830;s:5:\"basic\";O:8:\"stdClass\":6:{s:4:\"slug\";s:9:\"revslider\";s:7:\"version\";s:6:\"6.6.14\";s:7:\"package\";s:0:\"\";s:6:\"tested\";s:5:\"6.2.2\";s:5:\"icons\";a:1:{s:2:\"1x\";s:62:\"//updates.themepunch-ext-b.tools/revslider/logo.png?rev=6.2.23\";}s:3:\"url\";s:33:\"https://www.sliderrevolution.com/\";}s:4:\"full\";O:8:\"stdClass\":19:{s:7:\"banners\";a:2:{s:3:\"low\";s:63:\"//updates.themepunch-ext-b.tools/revslider/banner.png?rev=6.5.5\";s:4:\"high\";s:63:\"//updates.themepunch-ext-b.tools/revslider/banner.png?rev=6.5.5\";}s:4:\"name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:6:\"stable\";s:5:\"4.2.0\";s:7:\"version\";s:6:\"6.6.14\";s:6:\"tested\";s:5:\"6.2.2\";s:14:\"upgrade_notice\";a:0:{}s:11:\"last_update\";s:10:\"2023-05-30\";s:12:\"last_updated\";s:10:\"2023-05-30\";s:8:\"requires\";s:3:\"3.6\";s:6:\"author\";s:51:\"<a href=\"https://www.themepunch.com\">ThemePunch</a>\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";s:9:\"file_name\";s:13:\"revslider.zip\";s:15:\"active_installs\";i:9100000;s:8:\"homepage\";s:33:\"https://www.sliderrevolution.com/\";s:8:\"sections\";a:3:{s:11:\"description\";s:497:\"<h4>Slider Revolution WordPress Builder Plugin</h4>\n	<p>Slider Revolution 6 is a new way to build rich & dynamic content for your websites. With our powerful visual editor, you can create modern designs in no time, and with no coding experience required.</p><p>Create Sliders & Carousels, Hero Headers, Content Modules, Full Websites, Dynamic Solutions and Special FX with our amazing Add-Ons.</p>\n	<p>200+ templates are included in our online library. Cutting edge designs. Easily customized.</p>\";s:9:\"changelog\";s:155:\"<p>For Slider Revolution\'s changelog, please visit <a \nhref=\"https://www.sliderrevolution.com/documentation/changelog/\" \ntarget=\"_blank\">this</a> site!</p>\";s:3:\"faq\";s:2178:\"<div class=\"tp-faq-content\"><div class=\"tp-faq-column tp-faq-recent\"><h4>Recent Solutions</h4><ul class=\"tp-faq-recent-content ready\"><li><a href=\"https://www.youtube.com/watch?v=sCcnw5bZqYY&amp;list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_&amp;index=2&amp;t=111s\" target=\"_blank\" title=\"Video Tutorials\">Video Tutorials</a></li><li><a href=\"https://www.themepunch.com/faq/responsive-content/\" target=\"_blank\" title=\"Responsive Content Setup\">Responsive Content Setup</a></li><li><a href=\"https://www.themepunch.com/faq/video-content-mobile/\" target=\"_blank\" title=\"Video Content &amp; Mobile Considerations\">Video Content &amp; Mobile Considerations</a></li><li><a href=\"https://www.themepunch.com/faq/how-to-change-the-timing-of-slides/\" target=\"_blank\" title=\"How to change the timing of Slides\">How to change the timing of Slides</a></li><li><a href=\"https://www.themepunch.com/faq/mouse-hovers-for-layer-content/\" target=\"_blank\" title=\"Mouse Hovers for Layer Content\"> Mouse Hovers for Layer Content</a></li></ul></div><div class=\"tp-faq-column tp-faq-popular\"><h4>Popular Solutions</h4><ul class=\"tp-faq-popular-content ready\"><li><a href=\"https://www.themepunch.com/faq/after-updating-make-sure-to-clear-all-caches/\" target=\"_blank\" title=\"After updating – Make sure to clear all caches\">After updating – Make sure to clear all caches</a></li><li><a href=\"https://www.themepunch.com/faq/purchase-code-registration-faqs/\" target=\"_blank\" title=\"Purchase Code Registration FAQ’s\">Purchase Code Registration FAQ’s</a></li><li><a href=\"https://www.themepunch.com/faq/ideal-image-size/\" target=\"_blank\" title=\"Ideal Image Size\">Ideal Image Size</a></li><li><a href=\"https://www.themepunch.com/faq/add-links-to-slides-and-layers/\" target=\"_blank\" title=\"How to Hyperlink Slides and Layers\">How to Hyperlink Slides and Layers</a></li><li><a href=\"https://www.themepunch.com/faq/where-to-find-the-purchase-code/\" target=\"_blank\" title=\"Where to find the Purchase Code\">Where to find the Purchase Code</a></li></ul></div><div style=\"clear: both\"></div><p><a class=\"button button-primary\" href=\"https://themepunch.com/support-center\"><strong>See All Faq\'s</strong></a></p></div>\";}s:3:\"url\";s:33:\"https://www.sliderrevolution.com/\";s:8:\"external\";i:1;}}','yes'),(42164,'updraft_jobdata_5066d49bffa5','a:37:{s:15:\"resume_interval\";i:300;s:8:\"job_type\";s:6:\"backup\";s:9:\"jobstatus\";s:17:\"resumingforerrors\";s:11:\"backup_time\";i:1687852773;s:11:\"job_time_ms\";d:1687852773.848011016845703125;s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:11:\"split_every\";i:400;s:11:\"maxzipbatch\";d:79468789;s:17:\"job_file_entities\";a:1:{s:7:\"plugins\";a:1:{s:5:\"index\";i:0;}}s:12:\"option_cache\";a:5:{s:25:\"updraft_ssl_disableverify\";s:1:\"0\";s:17:\"updraft_ssl_nossl\";s:1:\"0\";s:26:\"updraft_ssl_useservercerts\";s:1:\"0\";s:19:\"updraft_googledrive\";a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a9a6f0079bcc29ad59ab8143e63bbecc\";a:9:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";s:6:\"folder\";s:11:\"UpdraftPlus\";s:7:\"user_id\";s:64:\"6da5e54edb0707de415795a141c3de92e69f78e8e6b3912922f744846073c210\";s:16:\"tmp_access_token\";a:4:{s:12:\"access_token\";s:210:\"ya29.a0AeTM1iccwgXp_wJ6yGmcFSi68-VtkXRAIS6Mf2FSRyOzjnnAx1sIxvosXgcHpF9JI_-2Kd_GGqnckzsp9sFUbLBQU-cJXyp3VaLzqUbvjkMdEiauwv9-tmm5ZfBl7GxunnrUTDQhRBEuh2ASYlmqnY7gX_idaCgYKAewSARISFQHWtWOm3Fk_LPtTaCmkMJzaAPrWpw0163\";s:7:\"created\";i:1668406929;s:10:\"expires_in\";i:3599;s:13:\"refresh_token\";s:0:\"\";}s:10:\"expires_in\";i:1668410498;s:9:\"ownername\";s:13:\"Ashlee Czapla\";s:16:\"instance_enabled\";i:1;}}}s:24:\"updraft_encryptionphrase\";N;}s:18:\"uploaded_lastreset\";i:9;s:8:\"one_shot\";b:0;s:18:\"followsups_allowed\";b:0;s:9:\"last_sapi\";s:8:\"cgi-fcgi\";s:13:\"is_autobackup\";b:1;s:15:\"backup_database\";a:1:{s:2:\"wp\";a:2:{s:6:\"status\";s:8:\"finished\";s:6:\"dbinfo\";a:0:{}}}s:12:\"backup_files\";s:8:\"finished\";s:5:\"label\";s:30:\"Automatic backup before update\";s:24:\"remote_storage_instances\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-a9a6f0079bcc29ad59ab8143e63bbecc\";}}s:12:\"runs_started\";a:1:{i:0;d:1687852773.9063770771026611328125;}s:18:\"current_resumption\";i:0;s:6:\"binzip\";s:12:\"/usr/bin/zip\";s:22:\"filecreating_substatus\";a:3:{s:1:\"e\";s:7:\"plugins\";s:1:\"i\";i:1;s:1:\"t\";i:1;}s:19:\"files_enumerated_at\";a:1:{s:7:\"plugins\";i:1687852773;}s:9:\"run_times\";a:1:{i:0;d:6.7012670040130615234375;}s:15:\"useful_checkins\";a:1:{i:0;i:0;}s:13:\"sha1-plugins0\";s:40:\"c4d9f181acc9f216827c9bd1cfcbfa668e4ec024\";s:15:\"sha256-plugins0\";s:64:\"30ea0ddf6545447730707e8702e9574be153363238815e8054cbc6df105dc6b7\";s:17:\"filesize-plugins0\";i:30417072;s:19:\"uploading_substatus\";a:3:{s:1:\"i\";i:0;s:1:\"p\";i:0;s:1:\"t\";i:2;}s:18:\"backup_files_array\";a:2:{s:7:\"plugins\";a:1:{i:0;s:60:\"backup_2023-06-27-0759_Indigo_Disco_5066d49bffa5-plugins.zip\";}s:12:\"plugins-size\";i:30417072;}s:10:\"binsqldump\";s:18:\"/usr/bin/mysqldump\";s:20:\"dbcreating_substatus\";a:3:{s:1:\"t\";s:35:\"SFmlX6x_revslider_static_slides_bkp\";s:1:\"i\";i:40;s:1:\"a\";i:40;}s:10:\"fetch_rows\";i:1000;s:8:\"sha1-db0\";s:40:\"f92453f83fd2b5cec8dd8c3ef31680c8057c55bd\";s:10:\"sha256-db0\";s:64:\"d6438459f81c4d0581b889bd01722b361593ed9a4d2cd1a5cb1fb5f7c038cbd0\";s:5:\"prune\";s:8:\"finished\";}','no'),(42165,'updraft_jobdata_766c81a085d6','a:37:{s:15:\"resume_interval\";i:300;s:8:\"job_type\";s:6:\"backup\";s:9:\"jobstatus\";s:17:\"resumingforerrors\";s:11:\"backup_time\";i:1687852798;s:11:\"job_time_ms\";d:1687852798.0204899311065673828125;s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:11:\"split_every\";i:400;s:11:\"maxzipbatch\";i:209715200;s:17:\"job_file_entities\";a:1:{s:7:\"plugins\";a:1:{s:5:\"index\";i:0;}}s:12:\"option_cache\";a:5:{s:25:\"updraft_ssl_disableverify\";s:1:\"0\";s:17:\"updraft_ssl_nossl\";s:1:\"0\";s:26:\"updraft_ssl_useservercerts\";s:1:\"0\";s:19:\"updraft_googledrive\";a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a9a6f0079bcc29ad59ab8143e63bbecc\";a:9:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";s:6:\"folder\";s:11:\"UpdraftPlus\";s:7:\"user_id\";s:64:\"6da5e54edb0707de415795a141c3de92e69f78e8e6b3912922f744846073c210\";s:16:\"tmp_access_token\";a:4:{s:12:\"access_token\";s:210:\"ya29.a0AeTM1iccwgXp_wJ6yGmcFSi68-VtkXRAIS6Mf2FSRyOzjnnAx1sIxvosXgcHpF9JI_-2Kd_GGqnckzsp9sFUbLBQU-cJXyp3VaLzqUbvjkMdEiauwv9-tmm5ZfBl7GxunnrUTDQhRBEuh2ASYlmqnY7gX_idaCgYKAewSARISFQHWtWOm3Fk_LPtTaCmkMJzaAPrWpw0163\";s:7:\"created\";i:1668406929;s:10:\"expires_in\";i:3599;s:13:\"refresh_token\";s:0:\"\";}s:10:\"expires_in\";i:1668410498;s:9:\"ownername\";s:13:\"Ashlee Czapla\";s:16:\"instance_enabled\";i:1;}}}s:24:\"updraft_encryptionphrase\";N;}s:18:\"uploaded_lastreset\";i:9;s:8:\"one_shot\";b:0;s:18:\"followsups_allowed\";b:0;s:9:\"last_sapi\";s:8:\"cgi-fcgi\";s:13:\"is_autobackup\";b:1;s:15:\"backup_database\";a:1:{s:2:\"wp\";a:2:{s:6:\"status\";s:8:\"finished\";s:6:\"dbinfo\";a:0:{}}}s:12:\"backup_files\";s:8:\"finished\";s:5:\"label\";s:30:\"Automatic backup before update\";s:24:\"remote_storage_instances\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-a9a6f0079bcc29ad59ab8143e63bbecc\";}}s:12:\"runs_started\";a:1:{i:0;d:1687852798.0488879680633544921875;}s:18:\"current_resumption\";i:0;s:6:\"binzip\";s:12:\"/usr/bin/zip\";s:22:\"filecreating_substatus\";a:3:{s:1:\"e\";s:7:\"plugins\";s:1:\"i\";i:1;s:1:\"t\";i:1;}s:19:\"files_enumerated_at\";a:1:{s:7:\"plugins\";i:1687852798;}s:9:\"run_times\";a:1:{i:0;d:3.702782154083251953125;}s:15:\"useful_checkins\";a:1:{i:0;i:0;}s:13:\"sha1-plugins0\";s:40:\"96ba569d0e4c6a9385d4e1417de59b074811fb3a\";s:15:\"sha256-plugins0\";s:64:\"6202c721455ad7d1120c7449d6806ff81c7f2bed8f4e2372cef92818b79ee815\";s:17:\"filesize-plugins0\";i:30417072;s:19:\"uploading_substatus\";a:3:{s:1:\"i\";i:0;s:1:\"p\";i:0;s:1:\"t\";i:2;}s:18:\"backup_files_array\";a:2:{s:7:\"plugins\";a:1:{i:0;s:60:\"backup_2023-06-27-0759_Indigo_Disco_766c81a085d6-plugins.zip\";}s:12:\"plugins-size\";i:30417072;}s:10:\"binsqldump\";s:18:\"/usr/bin/mysqldump\";s:20:\"dbcreating_substatus\";a:3:{s:1:\"t\";s:35:\"SFmlX6x_revslider_static_slides_bkp\";s:1:\"i\";i:40;s:1:\"a\";i:40;}s:10:\"fetch_rows\";i:1000;s:8:\"sha1-db0\";s:40:\"ba01041cceaf6422f286636dc9df7575bf5f1f37\";s:10:\"sha256-db0\";s:64:\"6fcec0ad4b8145a9c8921d750eb32afdf6046774c0f06b76a2976f2fc0a4e17b\";s:5:\"prune\";s:8:\"finished\";}','no'),(10965,'site_logo','1135','yes'),(11017,'elementor_fonts_manager_fonts','a:2:{s:13:\"Centro Italic\";a:2:{s:9:\"font_face\";s:223:\"@font-face {\n	font-family: \'Centro Italic\';\n	font-style: normal;\n	font-weight: normal;\n	font-display: auto;\n	src: url(\'https://indigo-disco.com/wp-content/uploads/2022/08/centroserif-italic-webfont.woff\') format(\'woff\');\n}\n\";s:7:\"post_id\";i:1217;}s:6:\"Centro\";a:2:{s:9:\"font_face\";s:216:\"@font-face {\n	font-family: \'Centro\';\n	font-style: normal;\n	font-weight: normal;\n	font-display: auto;\n	src: url(\'https://indigo-disco.com/wp-content/uploads/2022/08/centro_serif_-_otf-webfont.woff\') format(\'woff\');\n}\n\";s:7:\"post_id\";i:1194;}}','yes'),(10993,'revslider-notices-dc','a:1:{i:0;s:15:\"TPRSV656ANNI-01\";}','yes'),(19895,'_site_transient_timeout_wp_remote_block_patterns_d9c151ea5a83aff5ff44782cc5d70f4f','1666816621','no'),(19896,'_site_transient_wp_remote_block_patterns_d9c151ea5a83aff5ff44782cc5d70f4f','a:14:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:732;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Simple call to action\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:882:\"\n<div class=\"is-layout-flow wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class=\"is-horizontal is-content-justification-center is-layout-flex wp-container-1 wp-block-buttons\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n</div>\n\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"A container with a white background. Inside is a centered paragraph, heading, and button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"buttons\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1506:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:678;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Pricing table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3263:\"\n<div class=\"is-layout-flex wp-container-9 wp-block-columns alignwide\">\n<div class=\"is-layout-flow wp-elements-9b0ec38802488b5326b5833c551a99b8 wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#ffe97d;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for one adult</li><li>One free ticket per special exhibition</li><li>Two single-use guest passes per year</li></ul>\n\n\n\n<div class=\"is-horizontal is-content-justification-center is-layout-flex wp-container-3 wp-block-buttons alignfull\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$110 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-elements-9add2e813d78c88d00f9bd37bafd7af9 wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#d1d1e1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Four free tickets per special exhibition</li><li>Four single-use guest passes per year</li></ul>\n\n\n\n<div class=\"is-horizontal is-content-justification-center is-layout-flex wp-container-5 wp-block-buttons alignfull\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$200 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-elements-2500c6475a3fa956c7c9f0264bdaf6c7 wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#c0ebf1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Five free tickets per special exhibition</li><li>Six single-use guest passes per year</li></ul>\n\n\n\n<div class=\"is-horizontal is-content-justification-center is-layout-flex wp-container-7 wp-block-buttons alignfull\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$400 / year</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:272:\"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"buttons\";i:1;s:7:\"columns\";i:2;s:8:\"featured\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:5340:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#ffe97d;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for one adult</li><li>One free ticket per special exhibition</li><li>Two single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$110 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#d1d1e1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Four free tickets per special exhibition</li><li>Four single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$200 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#c0ebf1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Five free tickets per special exhibition</li><li>Six single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$400 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:669;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Image and quote on a background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2221:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"is-layout-flow wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Terry a O&#8217;Neal</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"is-layout-flow wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Molière</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:221:\"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:2404:\"<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":5263,\"mediaLink\":\"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#f1f5c7\"}}} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Terry a O\'Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":673,\"mediaLink\":\"https://wordpress.org/patterns/pear-half/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#fffdea\"}}} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:591;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Event\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1632:\"\n<div class=\"wp-elements-edf0023baa22d5c3aadb817ac19c1b79 wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"background-color:#121c1c;color:#fffdc7;grid-template-columns:auto 60%\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"is-layout-flow wp-elements-ee61a3653e44280067f52b6b1f02506c wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n\n\n\n<p class=\"wp-elements-0860918d5b16b9e1778b1966b333b980 has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"header\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1592:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaId\":590,\"mediaLink\":\"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/\",\"mediaType\":\"image\",\"mediaWidth\":60,\"verticalAlignment\":\"top\",\"style\":{\"color\":{\"background\":\"#121c1c\",\"text\":\"#fffdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"background-color:#121c1c;color:#fffdc7;grid-template-columns:auto 60%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontWeight\":\"700\",\"fontSize\":\"48px\",\"lineHeight\":\"1.15\"}}} -->\n<h2 style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}},\"color\":{\"text\":\"#fffdc7\"}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:566;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Event announcement and details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1580:\"\n<div class=\"is-layout-flow wp-elements-b69341fa8ca2b5011df7156020136c46 wp-block-group alignfull has-black-color has-text-color has-background has-link-color\" style=\"background-color:#d2cdc7\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n\n\n\n<h3 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"is-layout-flex wp-container-15 wp-block-columns alignwide\">\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:25%\"></div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:75%\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n</div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"is-layout-flex wp-container-18 wp-block-columns alignwide\">\n<div class=\"is-layout-flow wp-block-column\">\n<p style=\"font-size:25px\">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TICKETS</a></p>\n</div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:2622:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#d2cdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-group alignfull has-black-color has-text-color has-background has-link-color\" style=\"background-color:#d2cdc7\"><!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h2 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h3 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"75%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:75%\"><!-- wp:image {\"id\":3173,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p style=\"font-size:25px\">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TICKETS</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:573;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Image on solid color with description\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1628:\"\n<div class=\"is-layout-flex wp-container-24 wp-block-columns alignfull\">\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img decoding=\"async\" loading=\"lazy\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"(max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"is-layout-flex wp-container-22 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:38:\"Image on solid color with description.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1826:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:526;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Offset images with descriptions.\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1754:\"\n<div class=\"is-layout-flex wp-container-27 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"793\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"\" class=\"wp-image-525\" srcset=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w\" sizes=\"(max-width: 793px) 100vw, 793px\" /></figure>\n\n\n\n<p style=\"font-size:14px\"><strong>White Irises</strong><br>Ogawa Kazumasa</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p style=\"font-size:14px\"><strong>Cherry Blossom</strong><br>Ogawa Kazumasa</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"707\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"\" class=\"wp-image-524\" srcset=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w\" sizes=\"(max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:32:\"Offset images with descriptions.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1175:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"\" class=\"wp-image-525\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>White Irises</strong><br>Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cherry Blossom</strong><br>Ogawa Kazumasa</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"\" class=\"wp-image-524\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:521;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Image with description below and to the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1415:\"\n<div class=\"is-layout-flex wp-container-32 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:10%\"></div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\"></div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:10%\"></div>\n</div>\n\n\n\n<div class=\"is-layout-flex wp-container-35 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\"></div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n</div>\n</div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Image with description below and to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1241:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":522,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:502;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Event details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1509:\"\n<figure class=\"wp-block-image alignwide size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"is-layout-flex wp-container-40 wp-block-columns alignwide are-vertically-aligned-center\">\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\">\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\">\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\">\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"background-color:#262626;color:#efefef\">Purchase Tickets</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:14:\"Event details.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1624:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"background-color:#262626;color:#efefef\">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:877:\"\n<div class=\"is-layout-flex wp-container-44 wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"is-layout-flow wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2823:\"\n<div class=\"is-layout-flow wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\">\n<div class=\"is-layout-flex wp-container-46 wp-block-columns alignwide\">\n<div class=\"is-layout-flow wp-block-column\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"is-layout-flex wp-container-50 wp-block-columns alignwide\">\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:33%\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"is-layout-flex wp-container-53 wp-block-columns alignwide\">\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:67%\">\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3990:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f8f4e4\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"5vw\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"67%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:67%\"><!-- wp:image {\"align\":\"right\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:537:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:827:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1097:\"\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"is-layout-flex wp-container-57 wp-block-columns alignwide\">\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1610:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":330} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:509:\"\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}}','no'),(41913,'_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-6.2.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-6.2.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.2.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.2.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.2.2\";s:7:\"version\";s:5:\"6.2.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1689017113;s:15:\"version_checked\";s:5:\"6.2.2\";s:12:\"translations\";a:0:{}}','no'),(21172,'bulletproof_security_options_htaccess_files','a:1:{s:18:\"bps_htaccess_files\";s:7:\"enabled\";}','yes'),(21173,'bulletproof_security_options_mod_security','a:1:{s:22:\"bps_mod_security_check\";s:1:\"1\";}','yes'),(42255,'_transient_timeout_rsssl_admin_users','1688980296','no'),(42256,'_transient_rsssl_admin_users','a:2:{i:0;O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"2\";s:10:\"user_login\";s:6:\"Ashlee\";s:9:\"user_pass\";s:34:\"$P$B.YeI0covalAAyPb7eYFMBGshZKS8Q1\";s:13:\"user_nicename\";s:6:\"ashlee\";s:10:\"user_email\";s:23:\"ashlee.czapla@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2020-10-29 22:48:49\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"Ashlee Czapla\";}s:2:\"ID\";i:2;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:20:\"SFmlX6x_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:71:{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:10:\"copy_posts\";b:1;s:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";b:1;s:15:\"manage_security\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}i:1;O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:10:\"m9cfYefr7i\";s:9:\"user_pass\";s:34:\"$P$BH7potqVgii/VDefi4HA1cWEMSE.dc.\";s:13:\"user_nicename\";s:10:\"m9cfyefr7i\";s:10:\"user_email\";s:20:\"chase@chasedaddy.com\";s:8:\"user_url\";s:23:\"http://indigo-disco.com\";s:15:\"user_registered\";s:19:\"2020-10-29 22:44:30\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"m9cfYefr7i\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:20:\"SFmlX6x_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:71:{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:10:\"copy_posts\";b:1;s:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";b:1;s:15:\"manage_security\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}}','no'),(42257,'_transient_timeout_rsssl_certinfo','1689063115','no'),(42258,'_transient_rsssl_certinfo','a:16:{s:4:\"name\";s:20:\"/CN=indigo-disco.com\";s:7:\"subject\";a:1:{s:2:\"CN\";s:16:\"indigo-disco.com\";}s:4:\"hash\";s:8:\"e37b88f3\";s:6:\"issuer\";a:3:{s:1:\"C\";s:2:\"US\";s:1:\"O\";s:13:\"Let\'s Encrypt\";s:2:\"CN\";s:2:\"R3\";}s:7:\"version\";i:2;s:12:\"serialNumber\";s:38:\"0x03B52C47FFA27F1076876B33BEF7449E8606\";s:15:\"serialNumberHex\";s:36:\"03B52C47FFA27F1076876B33BEF7449E8606\";s:9:\"validFrom\";s:13:\"230621013312Z\";s:7:\"validTo\";s:13:\"230919013311Z\";s:16:\"validFrom_time_t\";i:1687311192;s:14:\"validTo_time_t\";i:1695087191;s:15:\"signatureTypeSN\";s:10:\"RSA-SHA256\";s:15:\"signatureTypeLN\";s:23:\"sha256WithRSAEncryption\";s:16:\"signatureTypeNID\";i:668;s:8:\"purposes\";a:9:{i:1;a:3:{i:0;b:1;i:1;b:0;i:2;s:9:\"sslclient\";}i:2;a:3:{i:0;b:1;i:1;b:0;i:2;s:9:\"sslserver\";}i:3;a:3:{i:0;b:1;i:1;b:0;i:2;s:11:\"nssslserver\";}i:4;a:3:{i:0;b:0;i:1;b:0;i:2;s:9:\"smimesign\";}i:5;a:3:{i:0;b:0;i:1;b:0;i:2;s:12:\"smimeencrypt\";}i:6;a:3:{i:0;b:0;i:1;b:0;i:2;s:7:\"crlsign\";}i:7;a:3:{i:0;b:1;i:1;b:1;i:2;s:3:\"any\";}i:8;a:3:{i:0;b:1;i:1;b:0;i:2;s:10:\"ocsphelper\";}i:9;a:3:{i:0;b:0;i:1;b:0;i:2;s:13:\"timestampsign\";}}s:10:\"extensions\";a:9:{s:8:\"keyUsage\";s:35:\"Digital Signature, Key Encipherment\";s:16:\"extendedKeyUsage\";s:60:\"TLS Web Server Authentication, TLS Web Client Authentication\";s:16:\"basicConstraints\";s:8:\"CA:FALSE\";s:20:\"subjectKeyIdentifier\";s:59:\"A1:AE:47:7B:FE:88:86:40:F8:E3:B3:26:28:87:2C:03:66:00:ED:E4\";s:22:\"authorityKeyIdentifier\";s:66:\"keyid:14:2E:B3:17:B7:58:56:CB:AE:50:09:40:E6:1F:AF:9D:8B:14:C2:C6\n\";s:19:\"authorityInfoAccess\";s:73:\"OCSP - URI:http://r3.o.lencr.org\nCA Issuers - URI:http://r3.i.lencr.org/\n\";s:14:\"subjectAltName\";s:103:\"DNS:*.chasedaddy.com, DNS:*.indigo-disco.com, DNS:indigo-disco.com, DNS:www.indigo-disco.chasedaddy.com\";s:19:\"certificatePolicies\";s:23:\"Policy: 2.23.140.1.2.1\n\";s:15:\"ct_precert_scts\";s:1158:\"Signed Certificate Timestamp:\n    Version   : v1 (0x0)\n    Log ID    : 7A:32:8C:54:D8:B7:2D:B6:20:EA:38:E0:52:1E:E9:84:\n                16:70:32:13:85:4D:3B:D2:2B:C1:3A:57:A3:52:EB:52\n    Timestamp : Jun 21 02:33:12.265 2023 GMT\n    Extensions: none\n    Signature : ecdsa-with-SHA256\n                30:44:02:20:16:8B:1C:D6:DD:FB:74:18:56:00:CF:20:\n                8B:FB:58:B0:9E:BA:F3:92:C2:6F:69:B5:97:FC:F7:93:\n                95:18:53:6A:02:20:40:0F:43:65:B5:A1:95:DB:3C:EE:\n                E0:04:E7:3F:D9:CF:27:92:75:64:E3:49:D6:7A:51:D2:\n                5C:69:97:63:4F:A1\nSigned Certificate Timestamp:\n    Version   : v1 (0x0)\n    Log ID    : AD:F7:BE:FA:7C:FF:10:C8:8B:9D:3D:9C:1E:3E:18:6A:\n                B4:67:29:5D:CF:B1:0C:24:CA:85:86:34:EB:DC:82:8A\n    Timestamp : Jun 21 02:33:12.288 2023 GMT\n    Extensions: none\n    Signature : ecdsa-with-SHA256\n                30:45:02:20:00:DC:19:AD:93:A8:8D:7F:6A:62:81:C1:\n                13:C5:7F:73:CF:4A:4F:3A:C7:BE:9A:A5:C2:97:F7:44:\n                53:2F:F0:53:02:21:00:C3:FE:A5:26:1A:DB:E5:15:80:\n                85:C3:13:3E:44:BB:95:8D:F9:51:EA:AA:81:53:25:36:\n                18:F6:8E:66:D7:A5:90\";}}','no'),(21211,'updraftplus_version','2.23.4.26','yes'),(21212,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-5f195b81e956e615d35fd0cd3f731450\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}','yes'),(21213,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-44623d486ae8cd7560bb212ffe7d8c88\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}','yes'),(21214,'updraft_s3','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-bb95fc38d9a1435f6f846d70e2cdbdfa\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(21215,'updraft_cloudfiles','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-743b75ae42aea65dfcc024ab0c857391\";a:5:{s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"region\";s:3:\"DFW\";s:4:\"user\";s:0:\"\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(21216,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a9a6f0079bcc29ad59ab8143e63bbecc\";a:9:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";s:6:\"folder\";s:11:\"UpdraftPlus\";s:7:\"user_id\";s:64:\"6da5e54edb0707de415795a141c3de92e69f78e8e6b3912922f744846073c210\";s:16:\"tmp_access_token\";a:4:{s:12:\"access_token\";s:210:\"ya29.a0AeTM1iccwgXp_wJ6yGmcFSi68-VtkXRAIS6Mf2FSRyOzjnnAx1sIxvosXgcHpF9JI_-2Kd_GGqnckzsp9sFUbLBQU-cJXyp3VaLzqUbvjkMdEiauwv9-tmm5ZfBl7GxunnrUTDQhRBEuh2ASYlmqnY7gX_idaCgYKAewSARISFQHWtWOm3Fk_LPtTaCmkMJzaAPrWpw0163\";s:7:\"created\";i:1668406929;s:10:\"expires_in\";i:3599;s:13:\"refresh_token\";s:0:\"\";}s:10:\"expires_in\";i:1668410498;s:9:\"ownername\";s:13:\"Ashlee Czapla\";s:16:\"instance_enabled\";i:1;}}}','yes'),(21217,'updraft_onedrive','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(21250,'updraft_include_uploads_exclude','backup*,*backups,backwpup*,wp-clone,snapshots','yes'),(21218,'updraft_ftp','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-edc5515d2924bde8da14ed974c05d90a\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";s:1:\"1\";}}}','yes'),(21219,'updraft_azure','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(21249,'updraft_include_uploads','1','yes'),(21220,'updraft_sftp','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(21248,'updraft_include_themes','1','yes'),(21221,'updraft_googlecloud','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(21247,'updraft_include_plugins','1','yes'),(21222,'updraft_backblaze','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(21223,'updraft_webdav','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(21224,'updraft_s3generic','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-2c3e98fa0c7375fcccc1833d9ed7d18e\";a:5:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";s:19:\"bucket_access_style\";s:10:\"path_style\";}}}','yes'),(21225,'updraft_openstack','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-a0582a060b219a12f72736b54dfeaddd\";a:6:{s:7:\"authurl\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:6:\"region\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(21226,'updraft_dreamobjects','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-905862b9d76962be4cab9805a40e4d11\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:26:\"objects-us-east-1.dream.io\";}}}','yes'),(21227,'updraftplus-addons_siteid','58cfefa9e300db4773baebbb12958fa8','no'),(21228,'updraft_lastmessage','The backup has not finished; a resumption is scheduled (Jun 27 08:00:01)','yes'),(21229,'updraftplus_unlocked_fd','1','no'),(21230,'updraftplus_last_lock_time_fd','2023-06-27 07:59:58','no'),(21231,'updraftplus_semaphore_fd','0','no'),(21232,'updraft_last_scheduled_fd','1687852798','yes'),(21234,'updraft_backup_history','a:11:{i:1687852798;a:15:{s:7:\"plugins\";a:1:{i:0;s:60:\"backup_2023-06-27-0759_Indigo_Disco_766c81a085d6-plugins.zip\";}s:12:\"plugins-size\";i:30417072;s:2:\"db\";s:54:\"backup_2023-06-27-0759_Indigo_Disco_766c81a085d6-db.gz\";s:7:\"db-size\";i:1133990;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:8:\"plugins0\";s:40:\"96ba569d0e4c6a9385d4e1417de59b074811fb3a\";s:3:\"db0\";s:40:\"ba01041cceaf6422f286636dc9df7575bf5f1f37\";}s:6:\"sha256\";a:2:{s:8:\"plugins0\";s:64:\"6202c721455ad7d1120c7449d6806ff81c7f2bed8f4e2372cef92818b79ee815\";s:3:\"db0\";s:64:\"6fcec0ad4b8145a9c8921d750eb32afdf6046774c0f06b76a2976f2fc0a4e17b\";}}s:5:\"nonce\";s:12:\"766c81a085d6\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-a9a6f0079bcc29ad59ab8143e63bbecc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:7:\"plugins\";i:1687852798;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.23.4.26\";s:21:\"last_saved_by_version\";s:9:\"2.23.4.26\";s:12:\"is_multisite\";b:0;s:10:\"autobackup\";b:1;}i:1687852773;a:15:{s:7:\"plugins\";a:1:{i:0;s:60:\"backup_2023-06-27-0759_Indigo_Disco_5066d49bffa5-plugins.zip\";}s:12:\"plugins-size\";i:30417072;s:2:\"db\";s:54:\"backup_2023-06-27-0759_Indigo_Disco_5066d49bffa5-db.gz\";s:7:\"db-size\";i:1133716;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:8:\"plugins0\";s:40:\"c4d9f181acc9f216827c9bd1cfcbfa668e4ec024\";s:3:\"db0\";s:40:\"f92453f83fd2b5cec8dd8c3ef31680c8057c55bd\";}s:6:\"sha256\";a:2:{s:8:\"plugins0\";s:64:\"30ea0ddf6545447730707e8702e9574be153363238815e8054cbc6df105dc6b7\";s:3:\"db0\";s:64:\"d6438459f81c4d0581b889bd01722b361593ed9a4d2cd1a5cb1fb5f7c038cbd0\";}}s:5:\"nonce\";s:12:\"5066d49bffa5\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-a9a6f0079bcc29ad59ab8143e63bbecc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:7:\"plugins\";i:1687852773;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.23.4.26\";s:21:\"last_saved_by_version\";s:9:\"2.23.4.26\";s:12:\"is_multisite\";b:0;s:10:\"autobackup\";b:1;}i:1687332917;a:15:{s:7:\"plugins\";a:1:{i:0;s:60:\"backup_2023-06-21-0735_Indigo_Disco_37b08b46c68f-plugins.zip\";}s:12:\"plugins-size\";i:28234785;s:2:\"db\";s:54:\"backup_2023-06-21-0735_Indigo_Disco_37b08b46c68f-db.gz\";s:7:\"db-size\";i:1119340;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:8:\"plugins0\";s:40:\"60ec268bf0432b6578e2d31129d3b62db5f88432\";s:3:\"db0\";s:40:\"41b2f1f32a99834aaaf2649c601ac3c6b26ecd77\";}s:6:\"sha256\";a:2:{s:8:\"plugins0\";s:64:\"43f3b5b7c25dcc9370a88ceee61ae7aa59adc4e40a8be08efe592c1ea43b47a8\";s:3:\"db0\";s:64:\"dddd005ff6da7b008f08eeeed11f0ba398af1823a3a7001efdd7548da0b1a56c\";}}s:5:\"nonce\";s:12:\"37b08b46c68f\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-a9a6f0079bcc29ad59ab8143e63bbecc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:7:\"plugins\";i:1687332917;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.23.4.26\";s:21:\"last_saved_by_version\";s:9:\"2.23.4.26\";s:12:\"is_multisite\";b:0;s:10:\"autobackup\";b:1;}i:1687332825;a:15:{s:6:\"themes\";a:1:{i:0;s:59:\"backup_2023-06-21-0733_Indigo_Disco_42e85307164c-themes.zip\";}s:11:\"themes-size\";i:12567277;s:2:\"db\";s:54:\"backup_2023-06-21-0733_Indigo_Disco_42e85307164c-db.gz\";s:7:\"db-size\";i:1119158;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:7:\"themes0\";s:40:\"5e610fe3e04fd980726d36798a7c5a9868a527f1\";s:3:\"db0\";s:40:\"ccfb49efe7f5bc5760d884ce468c7964e1a3765f\";}s:6:\"sha256\";a:2:{s:7:\"themes0\";s:64:\"58c2048b8fcbb8a9bae36e7be96fcf021b3c5841b6516101648a4f50753c7c73\";s:3:\"db0\";s:64:\"a1b07fc41eb23f70da823ed78c7c5b84742d3bf638252d2b941056e2f214499a\";}}s:5:\"nonce\";s:12:\"42e85307164c\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-a9a6f0079bcc29ad59ab8143e63bbecc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:6:\"themes\";i:1687332825;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.23.4.26\";s:21:\"last_saved_by_version\";s:9:\"2.23.4.26\";s:12:\"is_multisite\";b:0;s:10:\"autobackup\";b:1;}i:1687332801;a:15:{s:6:\"themes\";a:1:{i:0;s:59:\"backup_2023-06-21-0733_Indigo_Disco_1ac6384f3a9d-themes.zip\";}s:11:\"themes-size\";i:12567277;s:2:\"db\";s:54:\"backup_2023-06-21-0733_Indigo_Disco_1ac6384f3a9d-db.gz\";s:7:\"db-size\";i:1118874;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:7:\"themes0\";s:40:\"5e610fe3e04fd980726d36798a7c5a9868a527f1\";s:3:\"db0\";s:40:\"4d33300e2afbc94f0bf0dac07036dea03a1efe72\";}s:6:\"sha256\";a:2:{s:7:\"themes0\";s:64:\"58c2048b8fcbb8a9bae36e7be96fcf021b3c5841b6516101648a4f50753c7c73\";s:3:\"db0\";s:64:\"cd1ae6daddc02fc5b9c582d7de55570aaecb2618f063bd58c252e22d65c50df8\";}}s:5:\"nonce\";s:12:\"1ac6384f3a9d\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-a9a6f0079bcc29ad59ab8143e63bbecc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:6:\"themes\";i:1687332801;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.23.4.26\";s:21:\"last_saved_by_version\";s:9:\"2.23.4.26\";s:12:\"is_multisite\";b:0;s:10:\"autobackup\";b:1;}i:1687332378;a:15:{s:7:\"plugins\";a:1:{i:0;s:60:\"backup_2023-06-21-0726_Indigo_Disco_92747cb7145a-plugins.zip\";}s:12:\"plugins-size\";i:27686015;s:2:\"db\";s:54:\"backup_2023-06-21-0726_Indigo_Disco_92747cb7145a-db.gz\";s:7:\"db-size\";i:1073384;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:8:\"plugins0\";s:40:\"d98bbb6f60a1bf3eee2a00ac5b3ae69f260d35f3\";s:3:\"db0\";s:40:\"8e35dc087dcb0fbe18f7815efba6a3adb1164ab9\";}s:6:\"sha256\";a:2:{s:8:\"plugins0\";s:64:\"7f59eed2358456ca006aaa37027229d7133cd8ef0e1fb265ba3266c09c19b5db\";s:3:\"db0\";s:64:\"9c771676954dd5f70502ce958dfbab87bcb19c7059ec13e472c5fc156c0c6a5d\";}}s:5:\"nonce\";s:12:\"92747cb7145a\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-a9a6f0079bcc29ad59ab8143e63bbecc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:7:\"plugins\";i:1687332378;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.23.4.26\";s:21:\"last_saved_by_version\";s:9:\"2.23.4.26\";s:12:\"is_multisite\";b:0;s:10:\"autobackup\";b:1;}i:1685691059;a:15:{s:6:\"themes\";a:1:{i:0;s:59:\"backup_2023-06-02-0730_Indigo_Disco_925b6b85d6d4-themes.zip\";}s:11:\"themes-size\";i:12567277;s:2:\"db\";s:54:\"backup_2023-06-02-0730_Indigo_Disco_925b6b85d6d4-db.gz\";s:7:\"db-size\";i:1139271;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:7:\"themes0\";s:40:\"f5ce4aa0c5a66fc245bc748b5610a52e9cc3c897\";s:3:\"db0\";s:40:\"0d3795d26da1ba1c621819fe00e16574be873294\";}s:6:\"sha256\";a:2:{s:7:\"themes0\";s:64:\"6616de413337de85a3419cb7721bac10dea77392e63c74f1d978e183f7735feb\";s:3:\"db0\";s:64:\"c112bc39523cacc597ba09418899c6befa30905862895fa7bc0855900c213c62\";}}s:5:\"nonce\";s:12:\"925b6b85d6d4\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-a9a6f0079bcc29ad59ab8143e63bbecc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:6:\"themes\";i:1685691059;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.23.4.26\";s:21:\"last_saved_by_version\";s:9:\"2.23.4.26\";s:12:\"is_multisite\";b:0;s:10:\"autobackup\";b:1;}i:1685691040;a:15:{s:6:\"themes\";a:1:{i:0;s:59:\"backup_2023-06-02-0730_Indigo_Disco_2a21ff0120f4-themes.zip\";}s:11:\"themes-size\";i:12567277;s:2:\"db\";s:54:\"backup_2023-06-02-0730_Indigo_Disco_2a21ff0120f4-db.gz\";s:7:\"db-size\";i:1139110;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:7:\"themes0\";s:40:\"f5ce4aa0c5a66fc245bc748b5610a52e9cc3c897\";s:3:\"db0\";s:40:\"7ebb8b351606b4bc783ea0ff953efa0ce94a9021\";}s:6:\"sha256\";a:2:{s:7:\"themes0\";s:64:\"6616de413337de85a3419cb7721bac10dea77392e63c74f1d978e183f7735feb\";s:3:\"db0\";s:64:\"46d540991f8df906ade93b5dcd0045ea2f1db583b4a7597f878dc208c9df2a29\";}}s:5:\"nonce\";s:12:\"2a21ff0120f4\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-a9a6f0079bcc29ad59ab8143e63bbecc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:6:\"themes\";i:1685691040;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.23.4.26\";s:21:\"last_saved_by_version\";s:9:\"2.23.4.26\";s:12:\"is_multisite\";b:0;s:10:\"autobackup\";b:1;}i:1685691029;a:15:{s:6:\"themes\";a:1:{i:0;s:59:\"backup_2023-06-02-0730_Indigo_Disco_1b1a14a2c4de-themes.zip\";}s:11:\"themes-size\";i:12567277;s:2:\"db\";s:54:\"backup_2023-06-02-0730_Indigo_Disco_1b1a14a2c4de-db.gz\";s:7:\"db-size\";i:1138948;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:7:\"themes0\";s:40:\"f5ce4aa0c5a66fc245bc748b5610a52e9cc3c897\";s:3:\"db0\";s:40:\"227d5c3416dcf02f5e780bd9defd27286e02d8a4\";}s:6:\"sha256\";a:2:{s:7:\"themes0\";s:64:\"6616de413337de85a3419cb7721bac10dea77392e63c74f1d978e183f7735feb\";s:3:\"db0\";s:64:\"c36060fadadf737db696104a2ee49e9c379a23180c683c06d9963475e4ae81b6\";}}s:5:\"nonce\";s:12:\"1b1a14a2c4de\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-a9a6f0079bcc29ad59ab8143e63bbecc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:6:\"themes\";i:1685691029;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.23.4.26\";s:21:\"last_saved_by_version\";s:9:\"2.23.4.26\";s:12:\"is_multisite\";b:0;s:10:\"autobackup\";b:1;}i:1685691008;a:15:{s:6:\"themes\";a:1:{i:0;s:59:\"backup_2023-06-02-0730_Indigo_Disco_88fedef7c00a-themes.zip\";}s:11:\"themes-size\";i:12567277;s:2:\"db\";s:54:\"backup_2023-06-02-0730_Indigo_Disco_88fedef7c00a-db.gz\";s:7:\"db-size\";i:1138602;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:7:\"themes0\";s:40:\"f5ce4aa0c5a66fc245bc748b5610a52e9cc3c897\";s:3:\"db0\";s:40:\"6508643289235201cd08ef12d23ffa26a370e25f\";}s:6:\"sha256\";a:2:{s:7:\"themes0\";s:64:\"6616de413337de85a3419cb7721bac10dea77392e63c74f1d978e183f7735feb\";s:3:\"db0\";s:64:\"948403fbf80ce4e89b9417a8b574dc46f813c7a9f99c054c2ff865a4e7bb5b32\";}}s:5:\"nonce\";s:12:\"88fedef7c00a\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-a9a6f0079bcc29ad59ab8143e63bbecc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:6:\"themes\";i:1685691008;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.23.4.26\";s:21:\"last_saved_by_version\";s:9:\"2.23.4.26\";s:12:\"is_multisite\";b:0;s:10:\"autobackup\";b:1;}i:1668406788;a:21:{s:7:\"plugins\";a:1:{i:0;s:60:\"backup_2022-11-14-0619_Indigo_Disco_62ac72bcfec2-plugins.zip\";}s:12:\"plugins-size\";i:40677178;s:6:\"themes\";a:1:{i:0;s:59:\"backup_2022-11-14-0619_Indigo_Disco_62ac72bcfec2-themes.zip\";}s:11:\"themes-size\";i:10604200;s:7:\"uploads\";a:3:{i:0;s:60:\"backup_2022-11-14-0619_Indigo_Disco_62ac72bcfec2-uploads.zip\";i:1;s:61:\"backup_2022-11-14-0619_Indigo_Disco_62ac72bcfec2-uploads2.zip\";i:2;s:61:\"backup_2022-11-14-0619_Indigo_Disco_62ac72bcfec2-uploads3.zip\";}s:12:\"uploads-size\";i:418457472;s:13:\"uploads1-size\";i:412761196;s:13:\"uploads2-size\";i:189217039;s:6:\"others\";a:1:{i:0;s:59:\"backup_2022-11-14-0619_Indigo_Disco_62ac72bcfec2-others.zip\";}s:11:\"others-size\";i:72533768;s:2:\"db\";s:54:\"backup_2022-11-14-0619_Indigo_Disco_62ac72bcfec2-db.gz\";s:7:\"db-size\";i:1100009;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:7:{s:8:\"plugins0\";s:40:\"a965ef48edb18595da964b77f5c384d559ffeaae\";s:7:\"themes0\";s:40:\"ffe169fa7cd7234c686635aa708d397bafd67756\";s:8:\"uploads0\";s:40:\"c8dc95dd46af5d6a1646aaf8af36b1c00f09b26f\";s:8:\"uploads1\";s:40:\"d2b4630e40c4344da4927355ee25fc98e74286f2\";s:8:\"uploads2\";s:40:\"55136a63fa1db622e6730d8cf51edb225fc3d616\";s:7:\"others0\";s:40:\"83c29525259eb3213d0bd9825d6fb63a1768ca38\";s:3:\"db0\";s:40:\"12153a3bbff82c72534756ea9dab35f1aa3e5ba9\";}s:6:\"sha256\";a:7:{s:8:\"plugins0\";s:64:\"77ab627b9bfc632c39474ce033c85cae186f4fc72313f36a648e4c2f8d98c371\";s:7:\"themes0\";s:64:\"ff79eb1f0fc9702448c7b29ad93765857fd47846f0f6046a2b1a6e0babe01fd2\";s:8:\"uploads0\";s:64:\"b7473ef5d3838816f46ea3fa0976c37f6da5f4169df3065ac1432fe4bf915b0f\";s:8:\"uploads1\";s:64:\"929fecfa514ff96148571714c388025c81eef0edbb3be1b0649cf9008428cf14\";s:8:\"uploads2\";s:64:\"a113bd9feab9722c1b045ec529d808f5952b1a097ec11313083ab60e8f303f52\";s:7:\"others0\";s:64:\"c3166c4b1f2dee1371227b966fba2a36fe8b27e7c0874e9dde20580cfa74a4d5\";s:3:\"db0\";s:64:\"c3c265747e6e2a4c21c8d1610bea173e694a989ed10fb8efff192e354a9cd281\";}}s:5:\"nonce\";s:12:\"62ac72bcfec2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1668406788;s:6:\"themes\";i:1668406792;s:7:\"uploads\";i:1668406793;s:6:\"others\";i:1668406808;}s:18:\"created_by_version\";s:7:\"1.22.23\";s:21:\"last_saved_by_version\";s:7:\"1.22.23\";s:12:\"is_multisite\";b:0;}}','no'),(41996,'updraft_autobackup_default','1','yes'),(21262,'_site_transient_wp_remote_block_patterns_a22e1ed4740e966c4d5dba77aa162f74','a:13:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:201;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Three columns with offset images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1203:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-4\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:25%\">\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n\n\n\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:33:\"Three columns with offset images.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1753:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":500} -->\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":150} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":285} -->\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:876:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-8\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2823:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow\" style=\"background-color:#f8f4e4\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-10\">\n<div class=\"wp-block-column is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-14\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-17\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\" style=\"flex-basis:33%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3990:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f8f4e4\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"5vw\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"67%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:67%\"><!-- wp:image {\"align\":\"right\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:197;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Two columns of text with offset heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1989:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-21\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:50%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-25\">\n<div class=\"wp-block-column is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Two columns of text with an offset heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2837:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:196;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Media and text in a full height container\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1226:\"\n<div class=\"wp-block-cover alignfull has-background-dim\" style=\"background-color:#ffffff;min-height:100vh\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What&#8217;s the problem?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link\">Learn more</a></div>\n</div>\n</div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Media and text block with image to the left and text and button to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1864:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim\" style=\"background-color:#ffffff;min-height:100vh\"><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https:\\/\\/s.w.org\\/images\\/core\\/5.8\\/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What\'s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link\">Learn more</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:195;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Media and text with image on the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:702:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n</div></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the right and text to the left.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1138:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:537:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:827:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:186;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with text and a button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1131:\"\n<div class=\"wp-block-cover alignfull has-background-dim-40 has-background-dim has-parallax\" style=\"background-image:url(https://s.w.org/images/core/5.8/art-01.jpg);background-color:#000000;min-height:100vh\"><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-31\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background no-border-radius\" style=\"background-color:#000000;color:#ffffff\">Visit</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:62:\"Large header with background image and text and button on top.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1871:\"<!-- wp:cover {\"url\":\"https:\\/\\/s.w.org\\/images\\/core\\/5.8\\/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-40 has-background-dim has-parallax\" style=\"background-image:url(https://s.w.org/images/core/5.8/art-01.jpg);background-color:#000000;min-height:100vh\"><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background no-border-radius\" style=\"background-color:#000000;color:#ffffff\">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1097:\"\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-34\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1610:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":330} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:509:\"\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:27;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Quote\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:673:\"\n<hr class=\"wp-block-separator is-style-default\" />\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>&#8220;Contributing makes me feel like I&#8217;m being useful to the planet.&#8221;</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator is-style-default\" />\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/quote\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1012:\"<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\" />\n<!-- /wp:separator -->\n\n<!-- wp:image {\"align\":\"center\",\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>\"Contributing makes me feel like I\'m being useful to the planet.\"</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\" />\n<!-- /wp:separator -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:29;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Two columns of text and title\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1398:\"\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-37\">\n<div class=\"wp-block-column is-layout-flow\">\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband&#8217;s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Two columns of text preceded by a long heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1711:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband\'s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:19;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Two images side by side\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:716:\"\n<figure class=\"wp-block-gallery alignwide columns-2 is-cropped wp-block-gallery-38 is-layout-flex\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" data-link=\"#\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" data-link=\"#\" /></figure></li></ul></figure>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"An image gallery with two example images.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:737:\"<!-- wp:gallery {\"ids\":[null,null],\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" data-link=\"#\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" data-link=\"#\" /></figure></li></ul></figure>\n<!-- /wp:gallery -->\";}}','no'),(21260,'updraftplus_tour_cancelled_on','intro','yes'),(21261,'_site_transient_timeout_wp_remote_block_patterns_a22e1ed4740e966c4d5dba77aa162f74','1668410576','no'),(21244,'updraft_interval_database','manual','yes'),(21245,'updraft_retain_db','2','yes'),(21246,'updraft_service','googledrive','yes'),(21251,'updraft_include_others','1','yes'),(21252,'updraft_include_others_exclude','upgrade,cache,updraft,backup*,*backups,mysql.sql,debug.log','yes'),(21253,'updraft_split_every','400','yes'),(21254,'updraft_delete_local','1','yes'),(21255,'updraft_dir','updraft','yes'),(21256,'updraft_debug_mode','0','yes'),(21257,'updraft_ssl_useservercerts','0','yes'),(21258,'updraft_ssl_disableverify','0','yes'),(21259,'updraft_ssl_nossl','0','yes'),(21239,'updraft_report_wholebackup','a:0:{}','yes'),(21240,'updraft_extradbs','a:0:{}','yes'),(21241,'updraft_include_more_path','a:0:{}','yes'),(21242,'updraft_interval','manual','yes'),(21243,'updraft_retain','2','yes'),(21236,'updraft_retain_extrarules','a:0:{}','yes'),(21237,'updraft_email','','yes'),(21238,'updraft_report_warningsonly','a:0:{}','yes'),(21235,'updraft_last_backup','a:6:{s:26:\"nonincremental_backup_time\";i:1687852798;s:11:\"backup_time\";i:1687852798;s:12:\"backup_array\";a:5:{s:7:\"plugins\";a:1:{i:0;s:60:\"backup_2023-06-27-0759_Indigo_Disco_766c81a085d6-plugins.zip\";}s:12:\"plugins-size\";i:30417072;s:2:\"db\";s:54:\"backup_2023-06-27-0759_Indigo_Disco_766c81a085d6-db.gz\";s:7:\"db-size\";i:1133990;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:8:\"plugins0\";s:40:\"96ba569d0e4c6a9385d4e1417de59b074811fb3a\";s:3:\"db0\";s:40:\"ba01041cceaf6422f286636dc9df7575bf5f1f37\";}s:6:\"sha256\";a:2:{s:8:\"plugins0\";s:64:\"6202c721455ad7d1120c7449d6806ff81c7f2bed8f4e2372cef92818b79ee815\";s:3:\"db0\";s:64:\"6fcec0ad4b8145a9c8921d750eb32afdf6046774c0f06b76a2976f2fc0a4e17b\";}}}s:7:\"success\";i:0;s:6:\"errors\";a:2:{i:0;a:2:{s:5:\"level\";s:5:\"error\";s:7:\"message\";s:202:\"Google Drive: Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive. (Invalid request (refresh token not present).) (no_refresh_token)\";}i:1;a:2:{s:5:\"level\";s:5:\"error\";s:7:\"message\";s:202:\"Google Drive: Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive. (Invalid request (refresh token not present).) (no_refresh_token)\";}}s:12:\"backup_nonce\";s:12:\"766c81a085d6\";}','yes'),(21263,'_site_transient_timeout_wp_remote_block_patterns_b31929674fcbad4aaa6c18c882430625','1668410576','no'),(21264,'_site_transient_wp_remote_block_patterns_b31929674fcbad4aaa6c18c882430625','a:15:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:207567;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:11:\"Link in Bio\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6359:\"\n<div class=\"wp-block-group has-white-background-color has-background is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"has-text-align-center wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Block Pattern Directory</a></h1>\n\n<p class=\"has-text-align-center wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-1\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color is-content-justification-center is-layout-flex wp-container-2\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-bandcamp wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bandcamp</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitch wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitch</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:2665:\"<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|80\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|80\",\"left\":\"0\"}}},\"backgroundColor\":\"white\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-white-background-color has-background\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><!-- wp:site-title {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"textAlign\":\"center\"} /-->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:social-links {\"iconColor\":\"black\",\"iconColorValue\":\"#000000\",\"iconBackgroundColor\":\"white\",\"iconBackgroundColorValue\":\"#ffffff\",\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"bandcamp\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:732;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Simple call to action\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:882:\"\n<div class=\"wp-block-group alignfull has-text-color has-background is-layout-flow\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-4\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n</div>\n\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"A container with a white background. Inside is a centered paragraph, heading, and button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"buttons\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1506:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:678;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Pricing table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3265:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-12\">\n<div class=\"wp-elements-9b0ec38802488b5326b5833c551a99b8 wp-block-column has-text-color has-background has-link-color is-layout-flow\" style=\"background-color:#ffe97d;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for one adult</li><li>One free ticket per special exhibition</li><li>Two single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-6\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$110 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-elements-9add2e813d78c88d00f9bd37bafd7af9 wp-block-column has-text-color has-background has-link-color is-layout-flow\" style=\"background-color:#d1d1e1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Four free tickets per special exhibition</li><li>Four single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-8\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$200 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-elements-2500c6475a3fa956c7c9f0264bdaf6c7 wp-block-column has-text-color has-background has-link-color is-layout-flow\" style=\"background-color:#c0ebf1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Five free tickets per special exhibition</li><li>Six single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-10\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$400 / year</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:272:\"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"buttons\";i:1;s:7:\"columns\";i:2;s:8:\"featured\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:5340:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#ffe97d;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for one adult</li><li>One free ticket per special exhibition</li><li>Two single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$110 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#d1d1e1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Four free tickets per special exhibition</li><li>Four single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$200 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#c0ebf1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Five free tickets per special exhibition</li><li>Six single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$400 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:669;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Image and quote on a background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2221:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Terry a O&#8217;Neal</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Molière</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:221:\"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:2404:\"<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":5263,\"mediaLink\":\"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#f1f5c7\"}}} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Terry a O\'Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":673,\"mediaLink\":\"https://wordpress.org/patterns/pear-half/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#fffdea\"}}} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:591;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Event\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1632:\"\n<div class=\"wp-elements-edf0023baa22d5c3aadb817ac19c1b79 wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"background-color:#121c1c;color:#fffdc7;grid-template-columns:auto 60%\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-elements-ee61a3653e44280067f52b6b1f02506c wp-block-group has-link-color is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n\n\n\n<p class=\"wp-elements-0860918d5b16b9e1778b1966b333b980 has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"header\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1592:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaId\":590,\"mediaLink\":\"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/\",\"mediaType\":\"image\",\"mediaWidth\":60,\"verticalAlignment\":\"top\",\"style\":{\"color\":{\"background\":\"#121c1c\",\"text\":\"#fffdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"background-color:#121c1c;color:#fffdc7;grid-template-columns:auto 60%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontWeight\":\"700\",\"fontSize\":\"48px\",\"lineHeight\":\"1.15\"}}} -->\n<h2 style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}},\"color\":{\"text\":\"#fffdc7\"}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:566;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Event announcement and details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1580:\"\n<div class=\"wp-elements-b69341fa8ca2b5011df7156020136c46 wp-block-group alignfull has-black-color has-text-color has-background has-link-color is-layout-flow\" style=\"background-color:#d2cdc7\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n\n\n\n<h3 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-18\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:25%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:75%\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n</div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-21\">\n<div class=\"wp-block-column is-layout-flow\">\n<p style=\"font-size:25px\">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TICKETS</a></p>\n</div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:2622:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#d2cdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-group alignfull has-black-color has-text-color has-background has-link-color\" style=\"background-color:#d2cdc7\"><!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h2 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h3 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"75%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:75%\"><!-- wp:image {\"id\":3173,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p style=\"font-size:25px\">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TICKETS</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:573;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Image on solid color with description\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1628:\"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-27\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img decoding=\"async\" loading=\"lazy\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"(max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"wp-block-columns is-layout-flex wp-container-25\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:38:\"Image on solid color with description.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1826:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:526;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Offset images with descriptions.\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1754:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-30\">\n<div class=\"wp-block-column is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"793\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"\" class=\"wp-image-525\" srcset=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w\" sizes=\"(max-width: 793px) 100vw, 793px\" /></figure>\n\n\n\n<p style=\"font-size:14px\"><strong>White Irises</strong><br>Ogawa Kazumasa</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p style=\"font-size:14px\"><strong>Cherry Blossom</strong><br>Ogawa Kazumasa</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"707\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"\" class=\"wp-image-524\" srcset=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w\" sizes=\"(max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:32:\"Offset images with descriptions.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1175:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"\" class=\"wp-image-525\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>White Irises</strong><br>Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cherry Blossom</strong><br>Ogawa Kazumasa</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"\" class=\"wp-image-524\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:521;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Image with description below and to the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1415:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-35\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:10%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:10%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-38\">\n<div class=\"wp-block-column is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n</div>\n</div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Image with description below and to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1241:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":522,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:502;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Event details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1509:\"\n<figure class=\"wp-block-image alignwide size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-43\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\">\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\">\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\">\n<div class=\"wp-block-buttons is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"background-color:#262626;color:#efefef\">Purchase Tickets</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:14:\"Event details.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1624:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"background-color:#262626;color:#efefef\">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:877:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-47\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2823:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow\" style=\"background-color:#f8f4e4\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-49\">\n<div class=\"wp-block-column is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-53\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-56\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\" style=\"flex-basis:33%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3990:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f8f4e4\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"5vw\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"67%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:67%\"><!-- wp:image {\"align\":\"right\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:537:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:827:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1097:\"\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-60\">\n<div class=\"wp-block-column is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1610:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":330} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:509:\"\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}}','no'),(21178,'auto_update_plugins','a:1:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";}','no'),(42261,'_transient_timeout_rsssl_can_use_curl_headers_check','1689581497','no'),(42262,'_transient_rsssl_can_use_curl_headers_check','a:7:{i:0;s:25:\"Upgrade Insecure Requests\";i:1;s:16:\"X-XSS protection\";i:2;s:22:\"X-Content Type Options\";i:3;s:15:\"Referrer-Policy\";i:4;s:15:\"X-Frame-Options\";i:5;s:18:\"Permissions-Policy\";i:6;s:30:\"HTTP Strict Transport Security\";}','no'),(41416,'_transient_timeout_elementor_remote_info_api_data_3.7.8','1684451859','no'),(41930,'_site_transient_timeout_browser_2d3bcfcec0eb62f24aad5cce4f806ba3','1686293271','no'),(41931,'_site_transient_browser_2d3bcfcec0eb62f24aad5cce4f806ba3','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"113.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(42075,'_transient_elementor_remote_info_api_data_3.13.4','a:4:{s:9:\"timestamp\";s:10:\"1687330649\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:64:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:53;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:54;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:55;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:56;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:60;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:61;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:62;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:63;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(42144,'_site_transient_timeout_community-events-091b9048ef9dc385c286bd49b4ae2c87','1687895779','no'),(42145,'_site_transient_community-events-091b9048ef9dc385c286bd49b4ae2c87','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"122.161.66.0\";}s:6:\"events\";a:0:{}}','no'),(42220,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1689019008','no'),(42221,'_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:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";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: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:59:\"The latest news about WordPress and the WordPress 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Jul 2023 13:27:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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=6.3-alpha-55986\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"6.3 Live Product Demo\";s:7:\"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:57:\"https://wordpress.org/news/2023/07/6-3-live-product-demo/\";s: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, 07 Jul 2023 13:27:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;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:2;a:5:{s:4:\"data\";s:3:\"6.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;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:35:\"https://wordpress.org/news/?p=15354\";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:178:\"Want to learn more about WordPress 6.3, planned for release on August 8, 2023? Join the WordPress community for a first look at 6.3 in action during a live product demonstration.\";s: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:\"Dan Soschin\";s: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:3580:\"\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Live-Product-Demo.png?resize=1024%2C576&#038;ssl=1\" alt=\"WordPress 6.3 Live Product Demo Cover Art\" class=\"wp-image-15355\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Live-Product-Demo.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/Live-Product-Demo.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/Live-Product-Demo.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/Live-Product-Demo.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/07/Live-Product-Demo.png?w=1600&amp;ssl=1 1600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p><strong>Want to learn more about WordPress 6.3, planned for release on August 8, 2023? Join the WordPress community for a first look at 6.3 in action during a live product demonstration.</strong></p>\n\n\n\n<p>6.3 release squad members, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/annezazu/\" target=\"_blank\">Anne McCarthy</a> and <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/richtabor/\" target=\"_blank\">Rich Tabor</a>, will team up with moderator, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/njwrigley/\" target=\"_blank\">Nathan Wrigley</a>, to guide attendees through the anticipated highlights of the upcoming release. This event will follow a similar format to the <a href=\"https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/\">live demo for 6.2</a>.</p>\n\n\n\n<p>Attendees will see recent improvements to the Site Editor, Patterns, Command Palette, and more. Following the demo, there will be a Q&amp;A session, and you may submit questions in advance via <a href=\"https://wordpress.slack.com/archives/C039R2P1ZC1\">Slack</a>. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Date, Time, and Location</h2>\n\n\n\n<p>Thursday, July 20, 2023 at <a href=\"http://time.unitarium.com/utc/1600\">16:00 UTC</a><br><a href=\"https://us02web.zoom.us/j/88141234315?pwd=TE1Odk5Wd0hiVlNYWHB5Q2xCYkhSZz09\">Zoom Link</a> | Save this link and use it on July 20 to join the event.</p>\n\n\n\n<p>The event will be recorded, archived for on-demand viewing on <a href=\"https://wordpress.tv/\">WordPress.tv</a>, and shared in a recap post shortly afterward.</p>\n\n\n\n<h2 class=\"wp-block-heading\">About WordPress 6.3</h2>\n\n\n\n<p>To learn more about WordPress 6.3, please visit the following resources:</p>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">WordPress 6.3 Beta 2 Announcement</a></li>\n\n\n\n<li>Overview of the <a href=\"https://make.wordpress.org/core/6-3/\">6.3 release cycle</a></li>\n\n\n\n<li>A <a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">detailed guide</a> for testing 6.3</li>\n</ul>\n\n\n\n<p>Props to our panelists and moderator, and to <a href=\'https://profiles.wordpress.org/jpantani/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jpantani</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a>, and <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a> for helping prepare this announcement and supporting event logistics.</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:5:\"15354\";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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.3 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2023/07/wordpress-6-3-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Jul 2023 17:10:55 +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:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;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:2;a:5:{s:4:\"data\";s:3:\"6.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;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:35:\"https://wordpress.org/news/?p=15340\";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:289:\"WordPress 6.3 Beta 3 is now ready for download and testing!\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version on production or mission-critical websites. Instead, it is recommended that you test Beta 3 on a test server and site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s: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:5926:\"\n<p>WordPress 6.3 Beta 3 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development.</strong> <strong>Please do not install, run, or test this version on production or mission-critical websites.</strong> Instead, it is recommended you evaluate Beta 3 on a test server and site. </p>\n\n\n\n<p>Get an overview of the <a href=\"https://make.wordpress.org/core/6-3/\">6.3 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-3/\">6.3-related posts</a> in the coming weeks for further details. Also, save the date for a live product demo tentatively scheduled for Thursday, July 20, 2023 at 16:00 UTC (link TBD). This will be a great opportunity to join the WordPress community to celebrate the accomplishments of 6.3 and this final chapter of <a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">Phase 2</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Beta 3 highlights</h2>\n\n\n\n<p>Thanks to the many WordPress beta testers, this release contains approximately 34 (Site Editor) and 40+ (Trac) updates since the <a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">Beta 2 release</a>. Nice work, team!</p>\n\n\n\n<p>Testers should note that the &#8220;Patterns Library&#8221; is <a href=\"https://github.com/WordPress/gutenberg/pull/52102\">now simply called <em>Patterns</em></a> in the UI. Additionally, pattern details now include a <a href=\"https://github.com/WordPress/gutenberg/pull/51954\">sync status</a> and a <a href=\"https://github.com/WordPress/gutenberg/pull/51990\">lock icon</a> is added for theme patterns.</p>\n\n\n\n<p>Browse the technical details for issues addressed since Beta 2 using these queries:</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.3\">GitHub commits for 6.3</a></li>\n\n\n\n<li>Closed <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=06%2F28%2F2023..07%2F03%2F2023&amp;milestone=6.3&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac tickets</a> since June 28</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Test the new features in WordPress 6.3</h2>\n\n\n\n<p>Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether you have experience or not.&nbsp;</p>\n\n\n\n<p>While testing the upgrade process is essential, trying out new features is too. Review the many <a href=\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-2/\">new features in WordPress 6.3</a> and focus your testing efforts on those areas in particular.</p>\n\n\n\n<ul>\n<li>Encountered an issue? Please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</li>\n\n\n\n<li>New to testing? This <a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">detailed guide</a> is a great place to start if you&#8217;ve never tested a beta release.</li>\n\n\n\n<li>Want to know more about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Vulnerability bounty doubles during the Beta/RC phases</h2>\n\n\n\n<p>Between the Beta 1 release and the final release candidate (RC), the <a href=\"https://make.wordpress.org/security/2023/06/28/doubling-the-bounties-for-wordpress-6-3-beta/\">monetary reward for reporting new, unreleased security vulnerabilities is double</a>. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Get WordPress 6.3 Beta 3</h2>\n\n\n\n<p>You can test WordPress 6.3 Beta 3 in three ways:</p>\n\n\n\n<ul>\n<li><strong>Option 1:</strong> Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li>\n\n\n\n<li><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.3-beta3.zip\">Beta 3 version (zip)</a>.</li>\n\n\n\n<li><strong>Option 3:</strong> Use the following WP-CLI command:<br><code>wp core update --version=6.3-beta3</code></li>\n</ul>\n\n\n\n<p>The current target for the final release is <strong>August 8, 2023</strong>, which is about five weeks away. Your help testing this version ensures everything in this release is the best.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Beta 3 Haiku for You</h2>\n\n\n\n<p>Beta three, a peek<br>Summer here and winter there<br>A fourth in one week</p>\n\n\n\n<p><em>Thank you to the contributors who collaborated on this post: </em><a href=\"https://profiles.wordpress.org/dansoschin/\"><em>@DanSoschin</em></a>, <a href=\"https://profiles.wordpress.org/meher/\"><em>@Meher</em></a>, <a href=\"https://profiles.wordpress.org/jpantani/\"><em>@JPantani</em></a><em>, </em><a href=\"https://profiles.wordpress.org/eidolonnight/\"><em>@eidolonnight</em></a><em>, </em><a href=\"https://profiles.wordpress.org/davidbaumwald/\"><em>@davidbaumwald</em></a>, <a href=\"https://profiles.wordpress.org/priethor/\">@priethor</a>, and <a href=\"https://profiles.wordpress.org/dansoschin/\"><em>@DanSoschin</em></a> for the Haiku.</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:5:\"15340\";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:61:\"\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:49:\"WP Briefing: Episode 59: A Polyglot’s 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2023/07/episode-59-a-polyglots-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Jul 2023 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=15281\";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:227:\"Join WordPress Executive Director Josepha Haden Chomphosy in the 59th episode of the WordPress Briefing. Today she invites guest speaker Alex Kirk to discuss Polyglots’ work to continue to help bring translation to 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:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2023/06/WP-Briefing-059.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s: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:\"Brett McSherry\";s: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:30284:\"\n<p>Join WordPress Executive Director Josepha Haden Chomphosy in the 59th episode of the WordPress Briefing. Today she invites guest speaker Alex Kirk to discuss Polyglots&#8217; work to continue to help bring translation to WordPress.   </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Guests: <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a><br>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a> and <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/\">Polyglots team</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/about/roadmap/\">Gutenberg Project roadmap</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/glotpress/\">GlotPress plugin</a></li>\n\n\n\n<li><a href=\"https://translate.wordpress.org/\">Translating WordPress</a> &#8211; Contribute to WordPress core, themes, and plugins by translating them into your language.</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a> &#8211; WordPress that runs entirely in your browser.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/05/08/translate-live-updates-to-the-translation-playground/\">Translate Live: Updates to the Translation Playground</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/handbook/about/roles-and-capabilities/\">Polyglots Roles and Capabilities</a> &#8211; Including the <a href=\"https://make.wordpress.org/polyglots/handbook/about/roles-and-capabilities/#general-translation-editor\">GTE</a> and <a href=\"https://make.wordpress.org/polyglots/handbook/about/roles-and-capabilities/#project-translation-editor\">PTE</a> roles.</li>\n\n\n\n<li><a href=\"https://href.li/?https://2023.wpcampus.org/\">WPCampus 2023</a> &#8211; A hybrid event, July 12th through the 14th, at Tulane University in New Orleans, Louisiana. Topics focus on the growth of higher education, accessibility, WordPress, and anyone who works in higher education.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/06/23/launch-your-wordpress-contributor-journey-through-the-mentorship-program-pilot/\">Launch your WordPress Contributor Journey through the Mentorship Program Pilot</a> &#8211; A cohort-based onboarding experience with guided courses and live workshops for those interested in contributing to the project but unsure where to begin.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/06/20/make-team-dashboards/\">Make Team Dashboards</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-15281\"></span>\n\n\n\n<p><em>( Intro music )</em></p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:00:10]&nbsp;</strong></p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p><em>( Intro music )</em></p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:00:39]&nbsp;</strong></p>\n\n\n\n<p>I have with me Alex Kirk, who is a longtime WordPress contributor and who has been instrumental in recent innovations in the Polyglots&#8217; work. Phase four of the Gutenberg project is native multilingual support, and so I see this work that is being done as instrumental, not only for our global community but in support of what&#8217;s to come in that specific roadmap.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:00:59]&nbsp;</strong></p>\n\n\n\n<p>So without further ado, Alex Kirk, welcome to the WordPress Briefing.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:01:03]</strong></p>\n\n\n\n<p>Hello, how are you doing?&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:01:05]</strong></p>\n\n\n\n<p>I&#8217;m good. I&#8217;m good. Can you, let&#8217;s, because I bet that not a lot of people know who you are, can you first start by just telling me a bit about your work with WordPress, and then let us know what GlotPress is, for those of us who don&#8217;t know yet?&nbsp;</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:01:19]</strong></p>\n\n\n\n<p>All right. So, Automattic sponsors me to work in the WordPress project on the Meta team and on the Polyglots team. So I spent time on improving or helping improve the software that powers the translation on WordPress.org. But I also work on the meta team on things like Matrix and evaluating if it would be a good fit for WordPress to switch to Matrix for their chat system.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:01:46]</strong></p>\n\n\n\n<p>So a lot of really big projects that you work on, all of that kind of stuff that has no easy solutions anymore, is where you are right now. Huh?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:01:56]</strong></p>\n\n\n\n<p>Yeah, there&#8217;s no clear path, but it&#8217;s our mission to find it. So that&#8217;s part of what makes things interesting.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:02:05]</strong></p>\n\n\n\n<p>Cool. So for folks who don&#8217;t know too much about the Polyglots team or generally translating WordPress, the software, can you let us know a bit about what GlotPress is?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:02:16]</strong></p>\n\n\n\n<p>Right. So the translation system that powers WordPress.org is called GlotPress. It used to be a standalone software that was developed a couple of years ago, and it was transformed into a WordPress plugin at some point, and now powers the translation that happens on WordPress.org. So we translate WordPress core there from English to other languages, plugins, themes, block patterns, and it all happens through this software called GlotPress. There are a couple GlotPress installations around the world, but I think the WordPress.org one is one of the bigger ones.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:02:55]</strong></p>\n\n\n\n<p>Probably, WordPress.org is pretty, pretty massive. Also, I think it&#8217;s great that you said that GlotPress was created a couple of years ago, like that, that indicates to me that you&#8217;re working on a really different timescale than a lot of folks are in WordPress.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:03:10]</strong></p>\n\n\n\n<p>So Alex, tell me a little bit about what it takes to ship translated WordPress software. So, I mean, for people who don&#8217;t need translated WordPress, like obviously we don&#8217;t have a good idea of what it takes to make sure that WordPress is available in so many languages. So what goes into the work of making sure that that happens?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:03:32]</strong></p>\n\n\n\n<p>All right, so typically the WordPress software and plugins and themes are primarily created in English. And for it to be available in other languages, it needs to be translated. And for that to be able to happen, the programmers need to make the software translatable. Basically, they&#8217;re providing each English string for the translation software to be available to be transformed, so to speak, into another language and to what it&#8217;s being transformed to. This is what the translators do. So they go into the GlotPress software and see the list of texts that need to be translated and translate it to their language that they speak. Typically there is a process around this.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:03:32]</strong></p>\n\n\n\n<p>So, we&#8217;ve got people who have lots of experience in translation. And specifically in translating WordPress or WordPress plugins. And they&#8217;re kind of the, the people who help ensure good quality of translation. So anybody who&#8217;s working the WordPress project, so basically who has a WordPress.org account, can come in and address the translation. And that translation enters the system, so to speak, in a waiting state. And then somebody who we promoted to be a Translation Editor will come along and take a look at your translation and will approve it or will give you suggestions how to do the translation in a better way, or come up with maybe even a better translation.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:05:03]</strong></p>\n\n\n\n<p>You know, when you have like a small thing that&#8217;s just not right, like a missing full stop or something like that. They might just add it for you. And well, as soon as the plugin or software is translated to a certain level of translations those translations will be shipped out to the WordPress installs.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:05:20]</strong></p>\n\n\n\n<p>So, for example, for a plugin, you would reach 90% of translated strings. Those translations will then be basically packed up into zip file, a language pack and delivered to each WordPress so that you can have the translations available there.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:05:35]</strong></p>\n\n\n\n<p>And is 90% the threshold for plugins only, or is that also the threshold for like themes and the CMS itself?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:05:34]</strong></p>\n\n\n\n<p>Well. We strive for 100%, I would say.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:05:47]</strong></p>\n\n\n\n<p>Good. <em>( laughs )</em></p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:05:48]</strong></p>\n\n\n\n<p>And, 90% more of a motivational point. To be actually honest, I&#8217;m not sure if the threshold is 90% for every project or even if it&#8217;s actually 90%. It&#8217;s different between different GlotPress installations and it&#8217;s basically something that is made as a setting that can be changed. There&#8217;s, it&#8217;s an arbitrary number. Typically you&#8217;d actually want to make sure that the most important strings are translated first. So the ones like, if you look at the whole picture, software usually consists of many parts, many of whom are not encountered by people on a regular basis. For example, error messages that could be like obscure error messages, and you could argue that those might be not as important. Or even sometimes you could even say like, do they need to be translated? Because if you encounter an error message and you search the internet, wouldn&#8217;t you probably want everybody to search for the English one to find the solution? But that set-aside, it&#8217;s important to have like the headline of the plugin or like the most important strings translated, and typically translating those most important strings will take you to a pretty high percentage so that we can then say it&#8217;s good enough to be shipped.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:07:02]</strong></p>\n\n\n\n<p>Gotcha. I see, I see. Okay. Well, we talked a bit earlier about GlotPress&#8217;s timeline. It has been around for a bit, I know. But with that kind of in mind, have there been any notable changes to GlotPress recently?&nbsp;</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:07:19]</strong></p>\n\n\n\n<p>Yeah, so I think for GlotPress there&#8217;s been a bit of an up and down over time in terms of engagement and progress on the software. But in, in the recent year, I think we&#8217;ve added a couple of things that have been very helpful for translators. So one of them was adding the commenting functionality, so yeah.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:07:35]</strong></p>\n\n\n\n<p>Super helpful. Shocked it wasn&#8217;t there before. Sorry, translators. Sorry, all of our polyglots.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:07:40]</strong></p>\n\n\n\n<p>Well, it can be like there was when GlotPress was created there, there is like the, a big part of GlotPress are these states, like the waiting state when you enter translation, and then there&#8217;s approved state, which basically a translation we say it&#8217;s set to current, and there&#8217;s all sorts of process around it. So if the software is updated or translation might get fuzzy. But also like, if somebody submits a translation that doesn&#8217;t fully conform to what&#8217;s the translation editors, or like what the standards of the translation community have been set to, then you would have to need to reject it.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:08:16]</strong></p>\n\n\n\n<p>And that has been something that we felt wasn&#8217;t a very good and enticing way of telling people like, we appreciate your work. It wasn&#8217;t just quite right, but it&#8217;s more of a rejection. So this is how we came up with this like, let&#8217;s give people the option to say what was wrong and give them a chance to try again without making them feel rejected.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:08:38]</strong></p>\n\n\n\n<p>Yeah. Sort of a &#8220;No, but&#8230;&#8221; as opposed to a, just refusal to receive it.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:08:45]</strong></p>\n\n\n\n<p>And other things that we&#8217;ve worked on is, like, with the recent search of AI, like getting help from AI on translation and also on reviews. So, there&#8217;s some interesting things that you can do with AI in that regard; that one important aspect of translations, it&#8217;s also that we&#8217;ve got glossaries for each language where people, basically the translation community, identifies certain words they want to translate them the same way every time.&nbsp;And with the AI, you can basically add to the prompt, like, please translate those words to those translations when you give me a translation for that. And as it can change over time, you can always adapt this to the prompt, and that has been proven quite helpful.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:09:25]</strong></p>\n\n\n\n<p>That is great. That&#8217;s one of those things I know that AI has been like a really popular thing to talk about. And AI, specifically for translations, I think has caused some concern that maybe we&#8217;ll just like translate it all and hope that computers get it right when we know pretty certainly that computers don&#8217;t always get the translations right. But that&#8217;s not what you&#8217;re talking about, right? What you&#8217;re suggesting is that AI would suggest what could be translated and what it could be translated to, and then human beings have to confirm that that&#8217;s correct, right?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:09:59]</strong></p>\n\n\n\n<p>That&#8217;s exactly it. So basically, we give suggestions to the translators, and then they can modify a translation before they press save. It&#8217;s more of a, like supporting them in getting the translations, like looking up words more quickly and all of that.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:10:16]</strong></p>\n\n\n\n<p>That&#8217;s wonderful. So is that the major sort of next step that is coming for GlotPress, or are there other things that we should keep an eye out for in that software?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:10:27]</strong></p>\n\n\n\n<p>So one direction that we&#8217;ve been taking GlotPress is basically making use of the fact that GlotPress is WordPress plugin now. And you know, typically, you would just use a GlotPress install. So on WordPress.Org, there&#8217;s like GlotPress installed, there&#8217;s translation projects created, something that we call &#8220;translation sets&#8221;. So for languages, you want to translate it to, it&#8217;s all pre-configured, and if you would install GlotPress to plugin on your own WordPress, it would be empty and not very useful. So what we&#8217;ve added is a way for you to basically be able to translate the plugins and themes that you&#8217;ve got installed in your WordPress into the language that you&#8217;re interested in.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:11:07]</strong></p>\n\n\n\n<p>So you might have a non-English website that you want to use certain plugins with, and they might not be fully translated at this point, so obviously, you could go to WordPress.org and help translate them, and that&#8217;s the way to, that&#8217;s preferred. But you could also now go install GlotPress on your own website and translate there. And then you have the translations there right when you enter them. And you can then contribute those translations back to WordPress.org.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:11:35]</strong></p>\n\n\n\n<p>So that&#8217;s with local GlotPress?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:11:37]</strong></p>\n\n\n\n<p>That&#8217;s something that we call local GlotPress. And you know, since we then have all these translations in the local database, it means we can do even more with those translations. So typically, language packs would be delivered to WordPress, but with local GlotPress, you&#8217;ve got like all the GlotPress software there.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:11:56]</strong></p>\n\n\n\n<p>So we can do things like inline translation. So, on your own WordPress and wp-admin, for example, we can highlight all the strings that can be translated, and those strings just have to right-click them and enter your translation, and that way, you can basically go about and translate the whole ui, seeing your progress, as you&#8217;re making, basically turning the screen from red to green.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:12:20]</strong></p>\n\n\n\n<p>Yeah. Yeah. So that&#8217;s something now that you can do in your local WordPress installation.&nbsp;</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:12:26]</strong></p>\n\n\n\n<p>Basically, it&#8217;s completely independent of WordPress.org. We would ask you to contribute the translations back when you have them, but being independent also allows you to translate like premium plugins, which could not be hosted on WordPress.org or doing something like that we call like hyper-local translation. So, for example, I speak Austrian German natively, but even inside Austria, we&#8217;ve got different dialects or like special words that we use. And if I wanted to create a website that&#8217;s targeted at the Viennese market, for example, I might want to use those specific terms. And this is something I would have to argue for those translations to be accepted on WordPress.org because it&#8217;s a, it&#8217;s like a very targeted market. But if I have a local GlotPress, I can do those translations there.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:13:11]</strong></p>\n\n\n\n<p>That seems awfully beneficial, especially as dialects. I&#8217;ve been having these conversations. I have, in my extended family, many children, and they are all learning languages and one of them has been having kind of thoughts about, like, dialects and how dialects are almost another language. And if so, like how do you know what everybody&#8217;s saying when you&#8217;re speaking all the same thing, but it&#8217;s kind of a little bit it sounds a little bit different.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:13:37]</strong></p>\n\n\n\n<p>That&#8217;s certainly a thing in the US, the distinct dialects across our country. And so I imagine that that&#8217;s gonna be a really beneficial sort of implementation for countries that have a lot of different regional variations and certainly smaller countries that have technically the same language as somebody else, but a lot of regional differences, regional specific things.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:14:01]</strong></p>\n\n\n\n<p>Is that the same or different as the live translations, Translate Live, that we talked about at the WordCamp Europe a couple weeks back?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:14:12]</strong></p>\n\n\n\n<p>Right. So, Translate Live is kind of the next step after local GlotPress. It&#8217;s like this happy marriage between the WordPress Playground and local GlotPress. So the WordPress Playground is also something that has come up a lot. It&#8217;s basically a way for you to run WordPress inside a browser window, so in JavaScript. And at first, it seems like mildly interesting, I would say. But when you combine it with other things like local GlotPress, it can lead to really interesting opportunities. So with inline translation, for example, on WordPress.org, you would typically find for every plugin, the UI would look the same. You would have a table of strings, and all that makes you realize you&#8217;re translating this certain plugin is that in the header of the page, it says this name of the plugin, but other than that, it can look really all the same.&nbsp;</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:15:07]</strong></p>\n\n\n\n<p>And now, with WordPress Playground, you can put up a WordPress and run this plugin inside that Playground. And now, if you add local GlotPress to the picture, you can also do the inline translation of that plugin inside the WordPress Playground. So you&#8217;ve got inline translation. We add the glossary so they do make sure that you translate things the same way that they&#8217;re expected, and you don&#8217;t have to install the plugin.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:15:33]</strong></p>\n\n\n\n<p>And still, you can see what the translations will look like. You can see the strings next to each other, and what I think is most important, you will start with the strings that you see first, which are the most important ones. When you&#8217;re in the table view, those strings might be somewhere buried in the middle, and yeah, it&#8217;s really hard to see progress if you start with kind of obscure error messages, for example, versus just starting with the things that you see first.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:16:02]</strong></p>\n\n\n\n<p>Yeah. So, moving translations away from table-based translations where you kind of have to know what you&#8217;re looking for. So the Translate Live, along with local GlotPress, along with WP Playground, is going to make it so that it&#8217;s easier to see visually what needs to be translated, where, what&#8217;s most valuable to translate for your mid users and your end users, basically.</p>\n\n\n\n<p>Yeah?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:16:30]</strong></p>\n\n\n\n<p>That, and also like for plug-in authors, it can be really good to see, you know, you can switch the languages in the Playground to another language, and you can quickly see like what&#8217;s the state of the translation in this language or in that language. And even things like, you know, Arabic as an RTL language rights to left language. The sidebar will change to the right, and you can also just switch language and see like, what&#8217;s my plugin like in this environment. I mean, this is not technically something that&#8217;s related to local GlotPress, but in this translation live ui, it&#8217;s very easy to change languages and see your plugin in another language.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:17:06]</strong></p>\n\n\n\n<p>I mean, it&#8217;s not specifically related to, to Translations Live, but also, I think that if we&#8217;re saying that WordPress not necessarily is going to lead the way with translations and native multilingual support in our CMS because, of course, it&#8217;s still a little bit far out on our roadmap. We certainly have an opportunity to have the best implementation of that.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:17:27]</strong></p>\n\n\n\n<p>And even if like that specific use case that you&#8217;re talking about isn&#8217;t related directly to what it is that you are working on for Polyglots and inside GlotPress and all of that, I do see that having more streamlined, more easy to see and access opportunities to like test the way that our software looks across varying environments, especially those that change it substantially from what we typically work in day-to-day for any individual developer or any individual WordPress site implementer.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:18:00</strong>]</p>\n\n\n\n<p>Like, I think that that is a big step forward for all of us and certainly for anyone who is having to use WordPress as not a native English speaker. And so you say it&#8217;s not related, but it still is a big, a big benefit for WordPress overall, I think, to have this kind of work happening so that we can have those benefits to the folks who are using our software.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:18:22]</strong></p>\n\n\n\n<p>So there were a couple of different things that you mentioned over the course of our conversation. We&#8217;re gonna put some links to the show notes for all of those. But one thing that you mentioned that just kind of went by, and we never really had an opportunity to talk about it. You talked about the, I think it was GTEs, Global Translation Editors, the folks that are like approved as final approvers of translations. If there is someone who&#8217;s listening to this podcast who wants to become a GTE someday, where would they go to do that?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:18:54]</strong></p>\n\n\n\n<p>So the path to GTE is a PTE.&nbsp;<em>( laughs )</em></p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:18:59]</strong></p>\n\n\n\n<p>So, we&#8217;ve got different levels of translation editors. Basically, you start, you could say you start off as a translator, and this is how you can kind of show that you can do good translations or that you&#8217;re very firm in your language. And this might make you be noticed in the community.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:19:16]</strong></p>\n\n\n\n<p>So we&#8217;re always looking for people who like to help with translations. And you might be then promoted to be a Project Translation Editor. Basically, it means that for a single language in a project, you&#8217;ll be able to approve translations. So, you&#8217;ll be the one who says, like, this translation is a good one and this conforms to the to the rules that we have stated as a translation community.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:19:42]</strong></p>\n\n\n\n<p>And further down the path then is the GTE, where you basically are allowed to approve translations across any project on translate.WordPress.org in your language. And that&#8217;s, usually you&#8217;ll be in, in that position with other GTEs.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:20:04]</strong></p>\n\n\n\n<p>So there is, like, in each community, there is like, we&#8217;re people based. We talk about what might be a good translation. We talk to each other, try to find rules that maybe prevent common mistranslations, or set the standards for how we want the software to be translated. And this is something where you get a voice as a translator, but as a GTE, you get into a position where you can actually make the changes or find consensus on how the software should be translated in your language.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:20:35]</strong></p>\n\n\n\n<p>And if folks are not familiar where the Polyglots team works and meets, where would they find you all?</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:20:41]</strong></p>\n\n\n\n<p>At make.WordPress.org/polyglots.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:20:45]</strong></p>\n\n\n\n<p>Perfect. Alex, this has been such a fascinating conversation. Thank you so much for joining me today.</p>\n\n\n\n<p><strong>[Alex Kirk&nbsp; 00:20:50]</strong></p>\n\n\n\n<p>Thank you very much.&nbsp;</p>\n\n\n\n<p><em>( Intermission music )</em></p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:20:59]</strong></p>\n\n\n\n<p>So that brings us now to our small list of big things. First, WP Campus 2023 is taking place July 12th through the 14th. That&#8217;s a nonprofit three-day conference with topics that focus on the growth of higher education, accessibility, WordPress, and anyone who works in higher education.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:21:17]</strong></p>\n\n\n\n<p>It&#8217;s a hybrid event. There is an in-person component on the beautiful campus of Tulane University in New Orleans, Louisiana. I&#8217;ll add information about that in our show notes for anyone who would like to join in person or online.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:21:32]</strong></p>\n\n\n\n<p>The second thing is that the mentorship program pilot that I have been talking about a little bit over the last few months has been formally launched.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:21:39]</strong></p>\n\n\n\n<p>If you are interested in contributing more to the project but not sure where to begin, take a look at this comprehensive onboarding experience. It&#8217;s cohort-based. It has some personalized one-to-one mentorship. There are guided courses, live workshops, all of that. So read more about it in our show notes and sign up for one-on-one team mentorship.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:21:59]</strong></p>\n\n\n\n<p>And then, finally, Matt mentioned at WordCamp Europe an idea that he had been thinking of for some time a Make team dashboard that would sort of help define team metrics and help identify for individual contributors what should indicate team health and where they can find the most impactful projects to work on.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:22:20]</strong></p>\n\n\n\n<p>A post has since been published on make.WordPress.org/meta calling for additional feedback on that idea, so that we have an understanding of what this could be, how the dashboard can kind of come to be. And so stop by and add your thoughts there in the comments.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:22:38]</strong></p>\n\n\n\n<p>And that, my friends, is your small list of big things.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy&nbsp; 00:22:42]</strong></p>\n\n\n\n<p>Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p><em>( Outro music )</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:5:\"15281\";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:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"People of WordPress: Allison Dye\";s:7:\"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/2023/06/people-of-wordpress-allison-dye/\";s: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, 30 Jun 2023 21:23:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{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:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:3;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:\"\";}i:4;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:5;a:5:{s:4:\"data\";s:19:\"People of 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:35:\"https://wordpress.org/news/?p=15287\";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:121:\"The People of WordPress goes to the US to feature Allison Dye, who uses the software in her work and disability-advocacy.\";s: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:\"Abha Thakor\";s: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:14661:\"\n<p><strong>A way to escape chronic pain and give a sense of independence, is what using WordPress means for Italian-American Allison Dye. Now as a project manager and social media content manager living in North Carolina, USA, she uses the software in her work and  in disability-advocacy.</strong></p>\n\n\n\n<p><strong>The&nbsp;<em>People of WordPress</em>&nbsp;series shares inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"537\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/fi-allison-dye.jpg?resize=1024%2C537&#038;ssl=1\" alt=\"Allison Dye\" class=\"wp-image-15292\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/06/fi-allison-dye.jpg?resize=1024%2C537&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/06/fi-allison-dye.jpg?resize=300%2C157&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/06/fi-allison-dye.jpg?resize=768%2C403&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/06/fi-allison-dye.jpg?w=1196&amp;ssl=1 1196w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Allison was first introduced to WordPress when she was 13 years old. Her parents gave her own WordPress website to use, play, test, and try whatever she wanted with it. Her health issues had started when she was eight years old, and being able to express who she was and learn new skills provided an escape she needed. </p>\n\n\n\n<h2 class=\"wp-block-heading\">My first encounter with WordPress</h2>\n\n\n\n<p>Allison said: &#8220;While the technical aspects of my new WordPress website intrigued me, I was more interested in the space it made for me to write. All throughout my childhood I had struggled with chronic pain, fatigue, and other unexplained symptoms. Having a private world I could call my own, I was able to write my story.&#8221;</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;There is something truly amazing about having a place to tell your story.&#8221;</p>\n<cite>Allison Dye</cite></blockquote>\n\n\n\n<p>Her family faced many doctors, nurse, specialists and hospital visits, but could not get an answer to the difficulties faced by Allison. She said: &#8220;I felt like my life and world were out of control. But logging onto my little website and typing away on the computer keys gave me a sense of control. I couldn’t always do things that other kids had the energy to do. But I could get lost in writing for hours. I couldn’t control my life story, but I could write about it.&#8221;</p>\n\n\n\n<p>She felt it was like writing letters to her future self and would act as a reminder of how strong she had become. Even now when Allison writes on her website, she feels it is writing letters to her past self, expressing reassurance and pride. The practice of writing online continues to help her reflect on how she coped and made it through the difficulties.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress in the real world</h2>\n\n\n\n<p>Allison hoped her early experiences with hospitals and being unwell was just part of being a child, and that in adulthood she would be healthy. She longed for this time.</p>\n\n\n\n<p>Growing up did not bring her this dream of a healthier life and an end to chronic pain. In fact, her condition worsened as she went through her teens and at 18 she finally received a diagnosis of Multiple Sclerosis.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"768\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/allison-2.jpg?resize=768%2C1024&#038;ssl=1\" alt=\"Allison stood in front of trees\" class=\"wp-image-15290\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/06/allison-2.jpg?resize=768%2C1024&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/06/allison-2.jpg?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/wordpress.org/news/files/2023/06/allison-2.jpg?w=900&amp;ssl=1 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Allison enjoying time with nature and trees</figcaption></figure>\n\n\n\n<p>This changed what had been conventional job choices, as she was not able to handle a 9 to 5 work schedule. She could not drive herself to work on some days and relied on her mother to help with transport. She knew that she would have to find another way to work and she was determined to find it.</p>\n\n\n\n<p>She began writing music and book reviews online, and then moved onto writing blog posts. As they were published she started to receive payment and a sense of power over her life. She said: &#8220;WordPress felt familiar, typing on the computer keys felt comfortable, and sharing my words with the world felt surreal.&#8221;</p>\n\n\n\n<p>Allison&#8217;s sense of ownership of the software became part of her strength. &#8220;I think I believed WordPress was mine somehow. I was learning that WordPress is something that belongs to everyone in some way. And I loved it.&#8221;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Finding work with WordPress</h2>\n\n\n\n<p>The confidence using the platform gave Allison led her to find more about what it could do and meet other people who used it. She said: &#8220;The thing I love about WordPress is that it’s not just for developers or bloggers or SEO experts. I began to meet more people in the community and was delighted to find people like me, who didn’t know the technical stuff, but were a part of WordPress.&#8221;</p>\n\n\n\n<p>This global community orbiting around the software gave her an opportunity to meet social media managers, designers, and people from many different areas. She found that &#8216;there was a place for everyone&#8217;. The guiding strength and fascination Allison found and still finds today is in that community. Allison said: &#8220;The community felt as important as the rest of everything that makes WordPress what it is. It felt like it was about people and relationships as well as codes and databases.&#8221;</p>\n\n\n\n<p>In 2020, she was hired by a WordPress company. She said: &#8220;I like being a part of a WordPress company, and I love that I contribute to a team that helps people with their websites. I understand the importance of having a space that’s yours. Whether it’s a business or personal site, having a website gives you the power of telling your own story.&#8221;</p>\n\n\n\n<p>WordPress gave Allison a freedom and an independence. She did not have to work a 9 to 5 job, rely on others to drive her on bad days with her MS, nor worry about days when she wanted to stay in her sweatshirts rather than go into an office to work. She said: &#8220;I have a 100% remote job which I can do despite the plot twists in my story, thanks to WordPress and the people in it.&#8221;</p>\n\n\n\n<p>WordPress took Allison into the world of project management for a small agency, and this experience was to help guide her path, skills and confidence into the future. She went on to work in content management in WordPress, building pages for awareness campaigns for non profit organizations and small businesses as a contractor. She helps people update their websites, add and edit content, perform basic updates and help them to learn how to use their sites. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;I tell all my clients to use WordPress because there is really no other solution that can scale as easily for growing organizations and small businesses. I love how WordPress allows them to tell their stories, share their passion, and have a place to call their own on the internet.&#8221;</p>\n<cite>Allison Dye</cite></blockquote>\n\n\n\n<p>As a fluent English and Italian speaker, Allison is able to support clients in different countries from where she lives. &#8220;I love that with WordPress I&#8217;m able to support clients remotely. This is thanks to all of the many WordPress contributors, developers, project managers, content writers, and many, many volunteers that work tirelessly to enable people around the world to use WordPress.&#8221;</p>\n\n\n\n<p>Allison also became a certified as an English As A Second Language (ESL) teacher. &#8220;My affinity for words and languages allows me to teach passionately and creatively. I’m Italian-American and am fluent in English and Italian. Teaching English allows me to share my passion for communication with others.&#8221;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Welcomed into the WordPress community</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"562\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/WPCoffeeTalk-Allie-Dye.png?resize=1024%2C562&#038;ssl=1\" alt=\"Allie interviewed for a podcast on her use of WordPress\" class=\"wp-image-15293\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/06/WPCoffeeTalk-Allie-Dye.png?resize=1024%2C562&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/06/WPCoffeeTalk-Allie-Dye.png?resize=300%2C165&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/06/WPCoffeeTalk-Allie-Dye.png?resize=768%2C422&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/06/WPCoffeeTalk-Allie-Dye.png?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Allie interviewed for a podcast on her use of WordPress</figcaption></figure>\n\n\n\n<p>Allison attributes mentors and supporters in the WordPress community for helping her appreciate she really is part of it. Allison recalled: &#8220;It felt unreal. I wasn’t a dev, I don’t know how to code, and yet I got to be a part of it all? I felt like I was a fake. But Kimberly continues to remind me that I’m real, I get to be here, I get to stay, I have a place.&#8221;</p>\n\n\n\n<p>She was later encouraged to contribute by a WordPress community member to the Big Orange Heart, which aims to support and promote positive well-being and mental health within remote working communities. She said she felt &#8216;honored typing my words, pieces of my story, and sharing them with a community of people&#8217;.</p>\n\n\n\n<p>She also joined the <a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021</a> online organizing team. </p>\n\n\n\n<p>Allison enjoys the fact that in the WordPress community, &#8216;everyone here is constantly working to be better and do better&#8217;.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Facing the future with strength from her friends and colleagues in WordPress</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"675\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/allison-1.jpg?resize=675%2C900&#038;ssl=1\" alt=\"\" class=\"wp-image-15289\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/06/allison-1.jpg?w=675&amp;ssl=1 675w, https://i0.wp.com/wordpress.org/news/files/2023/06/allison-1.jpg?resize=225%2C300&amp;ssl=1 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Allison was later diagnosed with two additional neurological conditions: Functional Neurological Disorder and Migraine. She said: &#8220;If it were not for WordPress I would really be unable to work. But WordPress and its community continue to be a part of my life and I am grateful to everyone who&#8217;s helped me along my way. I don&#8217;t know where I would even be without it.&#8221;</p>\n\n\n\n<p>She strives to raise awareness of dynamic disabilities and invisible illnesses like her own through podcasts and social media. She feels that her WordPress friends have helped her both in her professional life and in her wish to be an advocate for others with disabilities too.<br><br>Allison hopes reading of her experience will help others who are worried about not progressing in a WordPress career due to health concerns.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;I hope that it will remind anyone reading this that WordPress is a space for everyone. Healthy or not, developer or not, blogger or not — WordPress belongs to you too.&#8221;</p>\n<cite>Allison Dye</cite></blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community.&nbsp;Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributors</h2>\n\n\n\n<p>Thanks to Allie Dye (<a href=\'https://profiles.wordpress.org/allisondye/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>allisondye</a>)&nbsp;for sharing about her adventures in WordPress.</p>\n\n\n\n<p>Props to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>) and the late Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>) for interviews and writing the feature, Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>) for work on images, and to Meher, Maja Loncan (@mloncar) and Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>) for reviews.</p>\n\n\n\n<p>The&nbsp;<em>People of WordPress</em>&nbsp;series thanks Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\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:5:\"15287\";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:70:\"\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:20:\"WordPress 6.3 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2023/06/wordpress-6-3-beta-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Jun 2023 23:30:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;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:2;a:5:{s:4:\"data\";s:3:\"6.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;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:35:\"https://wordpress.org/news/?p=15193\";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:297:\"WordPress 6.3 Beta 2 is ready for download and testing.\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Beta 2 on a test server and 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:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:81:\"https://wordpress.org/news/files/2023/06/Prototype-of-the-Wayfinder-in-action.mp4\";s:6:\"length\";s:7:\"1269106\";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:11:\"Dan Soschin\";s: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:15920:\"\n<p>WordPress 6.3 Beta 2 is ready for download and testing. This is the first release of the 6.3 cycle, as there was no Beta 1 due to technical issues with packaging the release. Rather than further delaying a beta release, the release squad has decided to package and ship Beta 2.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development.</strong> <strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, the release squad recommends you evaluate Beta 2 on a test server and site.</p>\n\n\n\n<p>WordPress 6.3 demonstrates incredible progress toward achieving the goals outlined in the <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a> and is the <a href=\"https://make.wordpress.org/core/2023/02/04/phase-2-finale/\">final major release of Phase 2</a>. Phase 2 has focused mainly on the Site Editor, enabling site creators to build websites, design compelling layouts, and manage content without toggling between multiple configuration areas or editing code.</p>\n\n\n\n<p>Learn more about Gutenberg updates debuting since WordPress 6.2 by reviewing prior editions of <em>What’s New in Gutenberg</em> posts for <a href=\"https://make.wordpress.org/core/2023/02/24/whats-new-in-gutenberg-15-2-22-february/\">15.2</a>, <a href=\"https://make.wordpress.org/core/2023/03/13/whats-new-in-gutenberg-15-3-13-march/\">15.3</a>, <a href=\"https://make.wordpress.org/core/2023/03/22/whats-new-in-gutenberg-15-4-22-march/\">15.4</a>, <a href=\"https://make.wordpress.org/core/2023/04/05/whats-new-in-gutenberg-15-5-05-april/\">15.5</a>, <a href=\"https://make.wordpress.org/core/2023/04/19/whats-new-in-gutenberg-15-6-19-april/\">15.6</a>, <a href=\"https://make.wordpress.org/core/2023/05/04/whats-new-in-gutenberg-15-7-03-may/\">15.7</a>, <a href=\"https://make.wordpress.org/core/2023/05/20/whats-new-in-gutenberg-15-8-may-17/\">15.8</a>, <a href=\"https://make.wordpress.org/core/2023/05/31/whats-new-in-gutenberg-15-9-31-may/\">15.9</a>, <a href=\"https://make.wordpress.org/core/2023/06/14/whats-new-in-gutenberg-16-0-14-june/\">16.0</a>, and <a href=\"https://make.wordpress.org/core/2023/06/29/whats-new-in-gutenberg-16-1-29-june/\">16.1</a>.</p>\n\n\n\n<p>WordPress is the result of contributions by users, developers, and extenders across the globe. As this community seeks new features, the platform will continue to evolve, including the site editing features and beyond. Get an overview of the <a href=\"https://make.wordpress.org/core/6-3/\">6.3 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-3/\">6.3-related posts</a> in the coming weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A first look at 6.3</h2>\n\n\n\n<p>This latest WordPress release includes many updates spanning all platform areas, emphasizing the editing experience and polishing usability.&nbsp;This release contains more than 500 new features and enhancements and 400+ bug fixes.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Performance</h3>\n\n\n\n<p>Following the incredible <a href=\"https://make.wordpress.org/core/2023/04/05/wordpress-6-2-performance-improvements-for-all-themes/\">performance improvements introduced in 6.2</a>, the release includes more than 170 performance-related updates, including adding <a href=\"https://core.trac.wordpress.org/ticket/12009\">defer and async support to the WP Scripts API</a> and <a href=\"https://core.trac.wordpress.org/ticket/58235\">fetchpriority support for images</a>. Optimizations were made to <a href=\"https://github.com/WordPress/wordpress-develop/pull/4097\">block template resolution</a>, <a href=\"https://core.trac.wordpress.org/ticket/58211\">image lazy-loading</a>, and the <a href=\"https://core.trac.wordpress.org/ticket/58472\">emoji loader</a>, all of which benefit LCP performance. Support for PHP versions <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=assigned&amp;status=new&amp;status=reopened&amp;status=reviewing&amp;keywords=~php8+-php81+-php82&amp;milestone=6.3&amp;order=priority\">8.0</a>, <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=assigned&amp;status=new&amp;status=reopened&amp;status=reviewing&amp;keywords=~php81&amp;milestone=6.3&amp;order=priority\">8.1</a>, and <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=assigned&amp;status=new&amp;status=reopened&amp;status=reviewing&amp;keywords=~php82&amp;milestone=6.3&amp;order=priority\">8.2</a> has been improved.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Site Editor</h3>\n\n\n\n<p>The Site Editor expands to include navigating and editing <a href=\"https://make.wordpress.org/core/2023/05/20/whats-new-in-gutenberg-15-8-may-17/#add-the-pages-menu-to-the-site-editor-50463\">pages</a>, <a href=\"https://make.wordpress.org/core/2023/04/19/whats-new-in-gutenberg-15-6-19-april/#style-variations-in-browse-mode\">styles</a>, <a href=\"https://github.com/WordPress/gutenberg/issues/50418#top\">templates</a>, and <a href=\"https://github.com/WordPress/gutenberg/issues/44461\">content</a>. The unified site editing experience will include a <a href=\"https://github.com/WordPress/gutenberg/issues/49175\">distraction-free mode</a>, enhanced <a href=\"https://make.wordpress.org/core/2023/02/24/whats-new-in-gutenberg-15-2-22-february/#enhancements-to-navigation-in-the-site-editor\">navigation</a>, and an <a href=\"https://github.com/WordPress/gutenberg/issues/35503\">improved loading experience</a>. Additionally, you can use the Site Editor to <a href=\"https://make.wordpress.org/core/2023/05/20/whats-new-in-gutenberg-15-8-may-17/#add-theme-previews-for-block-themes-50030\">preview a block theme</a> and adjust your site before activating the new theme. This release includes <a href=\"https://github.com/WordPress/gutenberg/pull/50089\">style revisions</a> so you can toggle between and preview different saved styles. Rounding out the changes, 6.3 ushers in a new <a href=\"https://make.wordpress.org/core/2023/05/31/whats-new-in-gutenberg-15-9-31-may/#command-tool\">Command Palette</a>, enabling users to context switch and perform actions quickly across different sections of the site editing experience.</p>\n\n\n\n<figure class=\"wp-block-video alignleft\"><video controls src=\"https://wordpress.org/news/files/2023/06/Prototype-of-the-Wayfinder-in-action.mp4\"></video><figcaption class=\"wp-element-caption\">Prototype of the Command Palette in action</figcaption></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Blocks</h3>\n\n\n\n<p>New blocks for <a href=\"https://make.wordpress.org/core/2023/04/19/whats-new-in-gutenberg-15-6-19-april/#details-block-experimental\">details</a> and <a href=\"https://github.com/WordPress/gutenberg/pull/51201\">footnotes</a> debut in this release, along with updates for better handling of <a href=\"https://github.com/WordPress/gutenberg/issues/51138\">image aspect ratios</a> and improved fallback states. <a href=\"https://make.wordpress.org/core/2023/04/19/whats-new-in-gutenberg-15-6-19-april/#spacer-block-gets-spacing-presets\">Spacer blocks</a> now include presets, and the cover block gets updates for managing <a href=\"https://make.wordpress.org/core/2023/03/22/whats-new-in-gutenberg-15-4-22-march/#color-and-layout-support-for-cover-block\">text colors and layout support</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/Spacing-Presets.png?ssl=1\" alt=\"\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">The new height control for the Spacer block</figcaption></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Patterns and Design</h3>\n\n\n\n<p>Reusable blocks have been renamed to <a href=\"https://github.com/WordPress/gutenberg/pull/51144\"><em>synced patterns</em></a>. This change reflects the unification of reusable blocks and traditional block patterns (unsynced patterns) within the Editor. A <a href=\"https://make.wordpress.org/core/2023/04/05/whats-new-in-gutenberg-15-5-05-april/#patterns-as-template-starters\">new option</a> allows you to assign patterns to templates, adding the ability to have starter patterns to speed up the creation process. Site creators can now easily create, save, and manage custom synced and unsynced patterns, as well as browse a <a href=\"https://make.wordpress.org/meta/2023/06/09/new-curation-filter-in-pattern-directory/\">directory of curated patterns</a>. Additionally, the <a href=\"https://make.wordpress.org/core/2023/03/13/whats-new-in-gutenberg-15-3-13-march/#leveling-up-duotone\">duotone filter</a> and <a href=\"https://make.wordpress.org/core/2023/04/05/whats-new-in-gutenberg-15-5-05-april/#style-captions-via-the-styles-interface\">captions</a> can now be edited in the Styles interface.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/Styling-Captions.png?ssl=1\" alt=\"\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Style your captions in the new Styles interface</figcaption></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Usability<strong> </strong></h3>\n\n\n\n<p>Some key usability highlights include <a href=\"https://github.com/WordPress/gutenberg/issues/40450\">toolbar updates</a>, <a href=\"https://make.wordpress.org/core/2023/03/22/whats-new-in-gutenberg-15-4-22-march/#updated-template-descriptions\">updated template descriptions</a>, enhanced <a href=\"https://make.wordpress.org/core/2023/05/31/whats-new-in-gutenberg-15-9-31-may/#enhancements-site-editor\">list view drag-and-drop</a>, improved <a href=\"https://github.com/WordPress/gutenberg/issues/49264#top\">padding and margin controls</a>, and a new area for <a href=\"https://github.com/WordPress/gutenberg/issues/50397#top\">managing patterns</a> (including reusable blocks, now called <em>synced patterns</em>.) <a href=\"https://github.com/WordPress/gutenberg/issues/50891\">Link control</a> receives some updates, rounding out high-level usability enhancements in 6.3.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/Add-and-modify-descriptions-for-templates.png?ssl=1\" alt=\"\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Add and modify descriptions for templates</figcaption></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility</h3>\n\n\n\n<p>WordPress remains steadfast in making the site-building experience accessible to everyone. 6.3 incorporates over 50 accessibility improvements across the platform. Improved labeling, optimized tab and arrow-key navigation, revised heading hierarchy, and <a href=\"https://core.trac.wordpress.org/ticket/50523\">new controls in the admin image editor</a> allow those using screen readers, keyboard navigation, and other assistive technology to navigate more easily. The <a href=\"https://core.trac.wordpress.org/ticket/32510\">login form</a>, <a href=\"https://core.trac.wordpress.org/ticket/40470\">installation steps</a>, and list tables (for <a href=\"https://core.trac.wordpress.org/ticket/32170\">sorting</a> and <a href=\"https://core.trac.wordpress.org/ticket/21516\">selection</a>) have all been updated. Additional accessibility tickets are viewable in <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;focuses=~accessibility&amp;milestone=6.3&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">the WordPress Trac</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Other notes</h3>\n\n\n\n<p>This release includes <a href=\"https://core.trac.wordpress.org/ticket/51857\">auto-rollback</a> for failed manual updates of themes and plugins.</p>\n\n\n\n<p><em>Please note that the features in this list may change before the final release.</em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Testing makes WordPress stronger!</h2>\n\n\n\n<p>Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether you have experience or not.&nbsp;</p>\n\n\n\n<p>While testing the upgrade process is essential, testing new features is too. Review the many new features listed above and focus your testing efforts on those areas in particular.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>New to testing? This <a href=\"https://make.wordpress.org/test/2023/06/27/help-test-wordpress-6-3/\">detailed guide</a> is a great place to start if you&#8217;ve never tested a beta release.</p>\n\n\n\n<p>Want to know more about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on the <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Vulnerability bounty doubles during Beta 2</h3>\n\n\n\n<p>Between the Beta 2 release and the final release candidate (RC) for each new WordPress version, the <a href=\"https://make.wordpress.org/security/2023/06/28/doubling-the-bounties-for-wordpress-6-3-beta/\">monetary reward for reporting new, unreleased security vulnerabilities is doubled</a>. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get WordPress 6.3 Beta 2</h3>\n\n\n\n<p>You can test WordPress 6.3 Beta 2 in three ways:</p>\n\n\n\n<p><strong>Option 1:</strong> Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.3-beta2.zip\">Beta 2 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.3-beta2</code></p>\n\n\n\n<p>The current target for the final release is <strong>August 8, 2023</strong>, which is about six weeks away. Your help testing this version ensures everything in this release is the best.</p>\n\n\n\n<h3 class=\"wp-block-heading\">The first haiku for 6.3</h3>\n\n\n\n<p>A chapter closes<br>Excitement yet much newness<br>Phase 2 finale</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post:</em> <a href=\"https://profiles.wordpress.org/dansoschin/\"><em>@DanSoschin</em></a>, <a href=\"https://profiles.wordpress.org/meher/\"><em>@Meher</em></a>, <a href=\"https://profiles.wordpress.org/jpantani/\"><em>@JPantani</em></a>, <a href=\"https://profiles.wordpress.org/cbringmann/\"><em>@CBringmann</em></a>, <a href=\"https://profiles.wordpress.org/audrasjb/\"><em>@AudrasJB</em></a>, <a href=\"https://profiles.wordpress.org/annezazu/\"><em>@annezazu</em></a>, <a href=\"https://profiles.wordpress.org/ndiego/\"><em>@ndiego</em></a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\"><em>@davidbaumwald</em></a>, <a href=\"https://profiles.wordpress.org/desrosj/\"><em>@desrosj</em></a>, <a href=\"https://profiles.wordpress.org/priethor/\"><em>@priethor</em></a>, <a href=\"https://profiles.wordpress.org/flixos90/\"><em>@flixos90</em></a>,<a href=\"https://profiles.wordpress.org/wildworks\"> @wildworks</a>, <em>and </em><a href=\"https://profiles.wordpress.org/jpantani/\"><em>@JPantani</em></a><em> for authoring the haiku</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:5:\"15193\";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:61:\"\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:56:\"WP Briefing: Episode 58: A New Wave for WordPress Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/news/2023/06/episode-58-a-new-wave-for-wordpress-events/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Jun 2023 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=15179\";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:145:\"Hear special guest host Chloé Bringmann and special guest Angela Jin in the WordPress Briefing as they discuss the next generation of WordCamps.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:59:\"https://wordpress.org/news/files/2023/06/WPBriefing-058.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s: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:\"Brett McSherry\";s: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:15637:\"\n<p>Join WordPress guest host, Chief of Staff and Head of Operations, Chloé Bringmann, and special guest Head of Programs and Contributor Experience, Angela Jin, in the 58th episode of the WordPress Briefing as they discuss the next generation of WordCamps.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-1 wp-block-group-is-layout-constrained\">\n<ul>\n<li>Guest Host:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/cbringmann/\" rel=\"noreferrer noopener\">Chloé Bringmann</a></li>\n\n\n\n<li>Guest:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/angelasjin/\" rel=\"noreferrer noopener\">Angela Jin</a></li>\n\n\n\n<li>Editor:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/dustinhartzler/\" rel=\"noreferrer noopener\">Dustin Hartzler</a></li>\n\n\n\n<li>Logo:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/javiarce/\" rel=\"noreferrer noopener\">Javier Arce</a></li>\n\n\n\n<li>Production:&nbsp;<a target=\"_blank\" href=\"https://profiles.wordpress.org/bjmcsherry/\" rel=\"noreferrer noopener\">Brett McSherry</a></li>\n\n\n\n<li>Song: Fearless First by Kevin MacLeod</li>\n</ul>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/06/twenty-years-of-wordpress-at-wceu/\">WordCamp Europe 2023 Keynote</a></li>\n\n\n\n<li>Establishment of a formal WordPress&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/project/2023/05/30/proposal-establishment-of-a-formal-wordpress-sustainability-team/\" target=\"_blank\">Sustainability Team</a></li>\n\n\n\n<li>WordPress 6.4&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\" target=\"_blank\">Development Cycle Announced</a></li>\n\n\n\n<li>WCUS &#8211; Still looking <a href=\"https://us.wordcamp.org/2023/call-for-volunteers/\">for volunteers</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/05/08/the-next-generation-of-wordcamps/\">The Next Generation of WordCamps</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/05/24/idea-generation-next-gen-wordcamps/\">Idea generation: Next Gen WordCamps!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/06/06/discussion-next-generation-event-tooling/\">Discussion: Next Generation Event Tooling</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/06/twenty-years-of-wordpress-at-wceu/\">Twenty Years of WordPress at WCEU</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/handbook/\">Contributor Handbook</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-15179\"></span>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>[Chloé Bringmann 00:00:10]&nbsp;</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your guest host Chloé Bringmann. And here we go.</p>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>[Chloé Bringmann 00:00:40]&nbsp;</p>\n\n\n\n<p>So I have the privilege of guest hosting this episode of the WordPress Briefing. And today I have with me a very special guest. The Head of Programs and Contributor Experience, Angela Jin. Welcome. Before we dive into all the questions, can you tell me and our listeners a little bit about your role in the WordPress community?</p>\n\n\n\n<p>[Angela Jin 00:01:01]&nbsp;</p>\n\n\n\n<p>Yeah, happy to, and thank you so much for having me. I&#8217;m very excited to be here. I am the Head of Programs and Contributor Experience, and I provide oversight and guidance for our WordPress programs, such as our events programs, training, and Five for the Future, with an eye toward ensuring their sustainability and growth. I&#8217;m very fortunate to work with our contributors across many teams around the world. In addition to troubleshooting and helping folks figure out how to move forward, I also spend a good amount of time exploring with others what could be in our programs.</p>\n\n\n\n<p>[Chloé Bringmann 00:01:41]&nbsp;</p>\n\n\n\n<p>We just got back from WordCamp Europe in Athens, Greece. It was such an energizing event for me, but I&#8217;m curious about what your impressions were of the past week.</p>\n\n\n\n<p>[Angela Jin 00:01:52]&nbsp;</p>\n\n\n\n<p>Yeah, it was fantastic. I&#8217;m always really inspired by what a group of like-minded people can achieve together. There&#8217;s a lot of passion for this particular WordCamp, and it made for a really wonderful WordPress experience. Full of lots of great connections and memories; I have a million follow-ups and probably even more thoughts to reflect on. So it&#8217;s great. There were a lot of new WordPressers there. So it was lovely to meet them. And I&#8217;m really excited to see how many exciting new projects and ideas that we have in the space.</p>\n\n\n\n<p>[Chloé Bringmann 00:02:27]&nbsp;</p>\n\n\n\n<p>Same, you said it perfectly. Josepha also mentioned in the flagship’s keynote, the proposal for the next generation of WordCamps. I&#8217;m curious about what the main ideas and goals, as discussed thus far, are of that proposal.</p>\n\n\n\n<p>[Angela Jin 00:02:42]&nbsp;</p>\n\n\n\n<p>For sure. So WordCamps have been fundamental for the WordPress community for a very long time. And while they have continued to grow larger and reach more places around the world, it&#8217;s also undeniable that the way that people meet has changed since 2006.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:03:01]&nbsp;</p>\n\n\n\n<p>And so, just as WordPress itself iterates we&#8217;re looking at iterating on WordCamps so that they move from fundamental to indispensable for the WordPressers of today and tomorrow. So event attendees today are looking to learn essential skills, make connections that lead to neat opportunities, and more.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:03:23]&nbsp;</p>\n\n\n\n<p>So to that end, we put forth an updated purpose for our events, which is that WordPress events spark innovation and adoption by way of accessible training and networking for users, builders, designers, and extenders. We celebrate community by accelerating 21st-century skills, professional opportunities, and partnerships for WordPressers of today and tomorrow.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:03:47]</p>\n\n\n\n<p>So the goal here is to create events that are more clearly defined &#8211; who these are for what you will gain from attending. We are looking to see events that take a deeper dive into content, or topics and provide more advanced content. And let&#8217;s try out some different formats and see how that shapes our event experience. And so it is a big shift. And change is always hard.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:04:13]</p>\n\n\n\n<p>However, the feedback that I&#8217;ve gotten so far, and certainly at WordCamp Europe, is that this is a very welcome evolution. And the Community team has already received over 60 proposals. So I&#8217;m very excited about that. In fact, a WordPress Community Day in Rome has already been announced and is focused on providing meet-up organizing and community management skills. So that&#8217;s pretty cool.</p>\n\n\n\n<p>&nbsp;[Chloé Bringmann 00:04:37]&nbsp;</p>\n\n\n\n<p>Wow, that&#8217;s incredible. I love that we&#8217;ve gotten 60 suggestions already and that we already have an event in place. That&#8217;s fantastic. In that blog post, too, it&#8217;s mentioned that WordCamps should prioritize inclusivity and diversity. How can organizers ensure these values are upheld in the next generation of WordCamps and beyond events? Into our day-to-day project involvement?</p>\n\n\n\n<p>[Angela Jin 00:05:04]</p>\n\n\n\n<p>Excellent question. So while WordCamps themselves are changing, some of our core values, like prioritizing inclusivity and diversity, are non-negotiable. For the whole project, we have a diversity, equity, and inclusion statement, and a Code of Conduct that lays out how we expect our community to engage with each other in this space.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:05:27]</p>\n\n\n\n<p>And on top of that, our programs do focus on providing resources and training like how to create a diverse speaker roster. And we have diverse speaker training workshops on how to organize a diverse and inclusive WordPress event. And we also have a great list of third-party resources as well. And so, with so many events, we create a lot of opportunities to grow as a visible contributor, whether it is a speaker, a volunteer, or an organizer.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:05:56]</p>\n\n\n\n<p>And so with the next generation of events, we could more intentionally create these spaces for groups that historically have been underrepresented. Even long before my post went live, the BlackPress meetup group, for example, wanted to create an event that connected with historically black colleges and universities. And an event like that that really invites a specific group to learn all about WordPress would be a really great experience and a wonderful way to celebrate that community and a great connection to the broader community so that we can intentionally get to the diversity that we want to see.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:06:38]</p>\n\n\n\n<p>And I also want to add that the people who are underrepresented in our community are more likely to need financial sponsorship. And so even though we do keep our ticket prices low so that our events are more easily accessible, the cost of travel continues to increase, not to mention the time and energy required to participate in these events. So an excellent way that companies can help is to sponsor somebody&#8217;s time and somebody&#8217;s contributions, which we&#8217;re always trying to encourage through the Five for the Future program.</p>\n\n\n\n<p>[Chloé Bringmann 00:07:11]&nbsp;</p>\n\n\n\n<p>Beautiful. So, with that in mind, how do you foresee the next generation of WordCamps impacting the WordPress community, that larger ecosystem? So, what changes do you hope to see regarding community engagement, learning opportunities, and best practices?</p>\n\n\n\n<p>[Angela Jin 00:07:31]</p>\n\n\n\n<p>I foresee us evolving our tried and true event format into a dynamic wealth of community-led opportunities. I know that online events were pretty exhausting during the worst of the pandemic, but there is a ton of unexplored opportunities there. And community research is also showing that online is a great way to create more inclusive and diverse events.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:07:58]</p>\n\n\n\n<p>The Training team, with their learn WordPress online workshops, have really led the way with our online events. And there are so many more people that we can reach there.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:08:08]</p>\n\n\n\n<p>And so in addition to providing more advanced content, I also hope to see content around broader tech and business trends that influence WordPress, and conversely, how WordPress can shape those trends as well. And with all of that, I really hope that we can bring in more community members that otherwise wouldn&#8217;t be interested in what we currently offer, especially a younger generation that will help us drive the next generation of WordPress, the open source project.</p>\n\n\n\n<p>[Chloé Bringmann 00:08:39]</p>\n\n\n\n<p>Very excited to hear all of this, and I bet our listeners are too. I&#8217;m curious how they and community members can provide feedback or get involved with this next generation of WordCamps.</p>\n\n\n\n<p>[Angela Jin 00:08:50]</p>\n\n\n\n<p>I&#8217;m going to encourage everyone, please come chat with the Community team and comment on the current posts. We really welcome your feedback to help us get our events to this next iteration of what they will become. There are two posts, in particular, one is to suggest ideas of event formats and topics that you would like to see. And the second is if you are an organizer, we&#8217;re inviting you to hear some recommendations for improved tooling that would be helpful for your event site. And we&#8217;ll include links to those posts in the show notes.</p>\n\n\n\n<p>[Chloé Bringmann 00:09:26]</p>\n\n\n\n<p>One final question for you, Angela. Any thoughts as we prepare for WordCamp US and the Community Summit, which will be in National Harbor, Maryland, in August?</p>\n\n\n\n<p>[Angela Jin 00:09:37]</p>\n\n\n\n<p>For the Community Summit in particular, if you want to attend and you haven&#8217;t already applied, please please do make sure to apply as soon as possible. And encourage somebody else who you think should attend to apply as well.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:09:53]</p>\n\n\n\n<p>And if financial constraints are a blocker, we are aiming to help with the cost of hotel and or flight. And so one way to help support the diversity and inclusion of this event, and really to the whole project, is to also contribute to the Community Summit travel fund. You can find information about all of that on the Community Summit site.&nbsp;</p>\n\n\n\n<p>[Angela Jin 00:10:15]</p>\n\n\n\n<p>And next, if you have a topic in mind that you think needs to be discussed at the Community Summit, please please also share that information with us as well. And last but not least, I am, I am so excited. I&#8217;m not going to spoil anything. But I have been working with the WordCamp US organizing team and looking at some of what they have planned and some of the content. It&#8217;s going to be a truly incredible event, so don&#8217;t miss out.</p>\n\n\n\n<p>[Chloé Bringmann 00:010:41]</p>\n\n\n\n<p>Oh, wonderful. Thank you so much for joining me, Angela. And I can&#8217;t wait to see you and the WordPress community in August in person.</p>\n\n\n\n<p>[Chloé Bringmann 00:010:58]</p>\n\n\n\n<p>Which brings us now to our small list of big things. First up is the proposal and establishment of a new WordPress contributor team, the Sustainability team. Coming into WordCamp Europe, a proposal was put forward to create a team that would embed sustainable practices and processes in the ecosystem to ensure the Project&#8217;s longevity, both socially, economically, and as well environmentally. At WordCamp Europe, this proposal was confirmed, and the Sustainability team is now officially the 22nd contributor team that WordPressers can support with their contributions. Head on over to their making WordPress Slack channel, #sustainability, and join the conversation.&nbsp;</p>\n\n\n\n<p>[Chloé Bringmann 00:011:39]</p>\n\n\n\n<p>Second, I would like to call your attention to the 6.4 development cycle post that was published on June 5th. 6.4 will be the third major release of 2023 and supports our diversity, equity, and inclusion efforts by being led by those contributors that identify as underrepresented gender. This release will also be the first to kick off phase three of the Gutenberg roadmap, which is collaborative editing and workflows. I&#8217;ve included a link to the post in our show notes and encourage anyone who is interested in being part of this momentous release to join us in making this both impactful and meaningful.&nbsp;</p>\n\n\n\n<p>[Chloé Bringmann 00:012:16]</p>\n\n\n\n<p>Finally, WordCamp US, as discussed, will be upon us before we know it starting on August 24th at National Harbor, Maryland. While tickets may be sold out, volunteers are still very much needed to make the flagship event run smoothly. So stop by us.wordcamp.org, raise your hand, and join us in August for engagement, inspiration, and learning. And that, my friends, is your small list of big things. I&#8217;m your guest host Chloé Bringmann and thank you for tuning in today for the WordPress Briefing.</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:5:\"15179\";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:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Twenty Years of WordPress at WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/06/twenty-years-of-wordpress-at-wceu/\";s: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, 10 Jun 2023 22:21:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;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:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15167\";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:373:\"Inspiring the global community The atmosphere was electric at WordCamp Europe (WCEU) 2023 in Athens, Greece, as WordPress celebrated its 20th anniversary and the opportunity to gather in person for inspiration and engagement. More than 2,500 individuals from 94 countries came together in person or through the live stream to participate in a remarkable three-day [&#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:\"Jonathan Pantani\";s: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:6426:\"\n<h2 class=\"wp-block-heading\">Inspiring the global community</h2>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/7Nmz3IjtPh0?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>The atmosphere was electric at WordCamp Europe (WCEU) 2023 in Athens, Greece, as WordPress celebrated its <a href=\"https://wp20.wordpress.net/\">20th anniversary</a> and the opportunity to gather in person for inspiration and engagement. More than 2,500 individuals from 94 countries came together in person or through the live stream to participate in a remarkable three-day event (plus Contributor Day) filled with talks, networking, and learning opportunities. The event concluded on June 10 with a captivating keynote address by WordPress co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>, and Gutenberg Product Architect <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, who highlighted the advancements and upcoming milestones of the WordPress Project.</p>\n\n\n\n<p>One significant update shared during the keynote was the successful reactivation of WordCamps. This time last year, we organized eight in-person WordCamps, and by the end of 2022, the number had risen to 23. Thanks to the enthusiasm and involvement of the WordPress community, we are already on track to organize 25 WordCamps in the first half of this year alone.&nbsp;</p>\n\n\n\n<p>Josepha also emphasized the importance of the upcoming Community Summit on August 22-23. This in-person gathering brings contributors together across the WordPress open source project, fostering cross-project discussions vital for future growth and sustainability. For more information, visit the official <a href=\"https://communitysummit.wordcamp.org/2023/\">Community Summit website</a>.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=585%2C365&#038;ssl=1\" alt=\"Total contributors: 7788 (737 new)\nContributors pledged to 5ftF: 780 (95 new)\n152 companies total with confirmed contributors (30 new)\" class=\"wp-image-15171\" width=\"585\" height=\"365\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=1024%2C640&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=300%2C188&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=768%2C480&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=1536%2C960&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/06/Five-for-the-Future-WCEU-1.png?resize=2048%2C1280&amp;ssl=1 2048w\" sizes=\"(max-width: 585px) 100vw, 585px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Discussing the <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> (5ftF) program, Josepha highlighted the impressive growth in active contributors and company pledges over the past year. She also underscored the expansion of the WordPress ecosystem, citing examples like <a href=\"https://openverse.org/\">Openverse</a>, which now provides access to nearly 800 million images and audio files, all easily accessible in the Site Editor.&nbsp;</p>\n\n\n\n<p>Another exciting addition to the WordPress repertoire is <a href=\"https://playground.wordpress.net/\">WP Playground</a>. This new feature allows users to build WordPress applications instantly in the browser without needing a PHP server. This tool provides a swift and seamless experience, reducing the installation time from five minutes to a near-instantaneous 500 milliseconds. The application of WP Playground may seem like magic, but its practical application promises tangible and revolutionary benefits for WordPress users.</p>\n\n\n\n<p>Matías Ventura then took the stage to share updates on Gutenberg. Through a visually stunning video built entirely with blocks, he showcased the six-year development journey and the transition from words to blocks to a final design. The upcoming WordPress version 6.3 will mark the completion of the first two phases of Gutenberg, consolidating all these features into a cohesive and user-friendly experience. He also highlighted the introduction of features such as the Wayfinder tool, Style Book, and the ability to save patterns, further empowering users to own their web presence and voice.</p>\n\n\n\n<p>Following the keynote presentation, the WordPress leadership engaged in a<a href=\"https://www.youtube.com/watch?v=VzKiKRodHQ0\"> lively Q&amp;A session </a>with the audience, further illustrating the continuous evolution within the WordPress Project. This session highlighted how the WordPress community innovates, iterates, and continually improves to create a better platform for today and tomorrow.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/VzKiKRodHQ0?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Join the global community and be part of the WordPress journey toward a brighter future!</p>\n\n\n\n<p><em>Special thanks to <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a> and <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a> for review and collaboration</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:5:\"15167\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress – May 2023\";s:7:\"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/2023/06/the-month-in-wordpress-may-2023/\";s: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, 06 Jun 2023 10:15: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:8:\"category\";a:2:{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:\"\";}i:1;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:35:\"https://wordpress.org/news/?p=15100\";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:350:\"May has been a month of celebrating WordPress and the open source community that makes it possible. In honor of the project’s 20th anniversary, WordPress Executive Director Josepha Haden Chomphosy reflected on this journey and the opportunity to build a better future for those who come after: The more our community invests in itself and [&#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:\"Reyes Martínez\";s: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:16972:\"\n<p>May has been a month of celebrating WordPress and the open source community that makes it possible. In honor of the project’s 20th anniversary, WordPress Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> reflected on <a href=\"https://wordpress.org/news/2023/05/celebrating-20-years-of-wordpress/\">this journey</a> and the opportunity to build a better future for those who come after:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>The more our community invests in itself and supports one another, the stronger WordPress and the open source software movement become.</p>\n<cite>Josepha Haden Chomphosy in <a href=\"https://wordpress.org/news/2023/05/celebrating-20-years-of-wordpress/\">Celebrating 20 Years of WordPress</a>.</cite></blockquote>\n\n\n\n<p>Read on for highlights of this milestone and the latest updates in the WordPress space.</p>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress at 20</h2>\n\n\n\n<p><strong>May 27, 2023, marked the 20th anniversary of WordPress’ first release</strong>. Since its inception by <a href=\"https://ma.tt/2023/05/wp20-audrey-scholars/\">Matt Mullenweg</a> and <a href=\"https://twitter.com/mikelittlezed1/status/1662013891856027649\">Mike Little</a> in 2003, the project has transformed the digital publishing landscape and enabled millions of people to craft their stories.</p>\n\n\n\n<p>WordPress enthusiasts from all over the world gathered at more than <strong>130 events</strong> to celebrate this important milestone. WP20’s commemorative book, <a href=\"https://wordpress.org/book/\"><strong>Building Blocks: The Evolution of WordPress</strong></a>, was published in tandem and documents some of the most significant moments and changes of the last decade of the project.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=1024%2C576&#038;ssl=1\" alt=\"3D wallpaper of a number 20 formed by words in commemoration of the 20th anniversary of WordPress.\" class=\"wp-image-15106\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?resize=2048%2C1152&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2023/06/wp20-celebrate-desktop-1.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><a href=\"https://wp20.wordpress.net/download-3d-wp20-themed-media/\">Download the new WP20 wallpapers made in 3D</a>.<br></figcaption></figure>\n\n\n\n<p>The anniversary date may have passed, but the <a href=\"https://wp20.wordpress.net/news/\">festivities and fun aren&#8217;t over</a>. You can still <a href=\"https://wp20.wordpress.net/\">join a meetup</a>, sign the #WP20 From Blogs to Blocks campaign <a href=\"https://make.wordpress.org/marketing/2023/05/27/day-20-wp20-from-blogs-to-blocks/\">birthday card</a>, or participate in #WP20 social celebrations.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join Josepha Haden Chomphosy in <a href=\"https://wordpress.org/news/2023/05/episode-55-happy-anniversary-wordpress/\">Episode 55 of WP Briefing</a> as she looks back at the 20 years of WordPress and how the community made WordPress what it is today.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.3 is expected on August 8</h2>\n\n\n\n<p>Work on WordPress 6.3 officially kicked off with the <a href=\"https://make.wordpress.org/core/2023/05/18/wordpress-6-3-planning-roundup/\">announcement of its development cycle and release squad</a>. <strong>Set for release on August 8, 2023</strong>, this version will be the second major update of WordPress in 2023 and will mark the end of Phase 2 of the project’s <a href=\"https://wordpress.org/about/roadmap/\">development roadmap</a>.</p>\n\n\n\n<p>WordPress 6.3 aims to bring a cohesive site editing experience by introducing expanded functionality, richer interfaces, and a dedicated focus on refinement.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/05/18/roadmap-to-6-3/\">Check out the 6.3 roadmap post</a> for a tentative preview of anticipated features.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.2.2 security release</h2>\n\n\n\n<p><strong><a href=\"https://wordpress.org/news/2023/05/wordpress-6-2-2-security-release/\">WordPress 6.2.2</a> became available for download on May 20, 2023</strong>. This release was a quick response to resolve a regression introduced in <a href=\"https://wordpress.org/news/2023/05/wordpress-6-2-1-maintenance-security-release/\">6.2.1</a>, specifically with shortcode support in block templates, and to further patch a vulnerability already addressed in the previous version.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a><a href=\"https://make.wordpress.org/core/2023/04/25/the-benefits-of-prioritizing-and-measuring-performance-in-wordpress-6-2/\"></a><a href=\"https://wordpress.org/news/2023/05/wordpress-6-2-2-security-release/\">Update your site if you haven’t yet</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">New in the Gutenberg plugin</h2>\n\n\n\n<p>Three new versions of Gutenberg have shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/05/04/whats-new-in-gutenberg-15-7-03-may/\"><strong>Gutenberg 15.7</strong></a>, released on May 3, 2023, brings a new direct option to upload and replace a site&#8217;s logo from the block settings sidebar. Other enhancements include easier access to duotone filter controls via the style settings sidebar and an update to fluid typography to refine responsiveness.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/20/whats-new-in-gutenberg-15-8-may-17/\"><strong>Gutenberg 15.8</strong></a> shipped on May 17, 2023, and includes a new &#8220;Pages&#8221; item in the Site Editor sidebar to edit pages without leaving the interface. Moreover, this version brings the ability to navigate through revisions in the global styles interface and to preview block themes inside the Site Editor.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/31/whats-new-in-gutenberg-15-9-31-may/\"><strong>Gutenberg 15.9</strong></a> is ready for download as of May 31, 2023. The latest Gutenberg release comes with a new command tool and several enhancements to the Site Editor experience, including a more intuitive drag-and-drop function for moving blocks.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a>The latest <a href=\"https://make.wordpress.org/core/2023/05/22/core-editor-improvement-smoother-site-editing/\">Core Editor Improvement post</a> highlights features such as revisions and the ability to preview block themes, and how they enable a smoother site editing experience.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates: Next-generation WordCamps, proposal for a Sustainability Team, and more</h2>\n\n\n\n<ul>\n<li>The Community Team proposed <a href=\"https://make.wordpress.org/community/2023/05/08/the-next-generation-of-wordcamps/\">broadening the purpose of WordPress events</a> to &#8220;spark innovation and adoption by way of accessible training and networking.&#8221; This opens the door to organizing a more diverse range of formats focused on specific topics and audiences.</li>\n\n\n\n<li>WordPress contributors suggested <a href=\"https://make.wordpress.org/project/2023/05/30/proposal-establishment-of-a-formal-wordpress-sustainability-team/\">creating an official Sustainability Team</a>.</li>\n\n\n\n<li>The Polyglots Team rebranded the WP Translation Playground tool as Translate Live and <a href=\"https://make.wordpress.org/polyglots/2023/05/08/translate-live-updates-to-the-translation-playground/\">announced improvements</a> that make translating plugins and themes easier.</li>\n\n\n\n<li>The new<strong> </strong><a href=\"https://make.wordpress.org/project/2023/05/17/wordpress-contributor-mentorship-program-pilot-program-proposal/\">WordPress Contributor Mentorship Program pilot</a> aims to provide cohort-based and 1:1 mentorship to prepare new and aspiring contributors for success.</li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/05/2022-annual-survey-results-next-steps/\">Results of the 2022 WordPress Annual Survey</a> were announced last month.</li>\n\n\n\n<li>The Training Team published a new course on <a href=\"https://learn.wordpress.org/course/creating-a-4-page-business-website/\">Creating a 4-page business website</a>. See <a href=\"https://make.wordpress.org/updates/2023/06/02/whats-new-on-learn-wordpress-in-may-2023/\">What’s new on Learn WordPress in May 2023</a> for the latest learning resources.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/05/04/stacks-the-first-community-theme/\">Meet Stacks</a>—the first community theme born from the <a href=\"https://make.wordpress.org/themes/2023/03/03/hallway-hangout-community-themes-initiative/\">Community Themes initiative</a>. This theme is designed for creating slide decks that can be used for a presentation.</li>\n\n\n\n<li>This Core proposal explores ways to <a href=\"https://make.wordpress.org/core/2023/05/16/proposal-retiring-older-default-themes/\">reduce the maintenance of older default WordPress themes</a> and retire them.</li>\n\n\n\n<li>The May 2023 issues of <a href=\"https://developer.wordpress.org/news/2023/05/whats-new-for-developers-may-2023/\">What’s New for Developers?</a>, the <a href=\"https://make.wordpress.org/polyglots/2023/05/10/polyglots-monthly-newsletter-may-2023/\">Polyglots monthly newsletter</a>, and the&nbsp;<a href=\"https://make.wordpress.org/community/2023/05/18/meetup-organizer-newsletter-may-2023/\">Meetup Organizer newsletter</a>&nbsp;are available for reading.</li>\n\n\n\n<li>Find out how WordPress and its global community of contributors made a difference in Stefano Cassone&#8217;s life in the <a href=\"https://wordpress.org/news/2023/05/people-of-wordpress-stefano-cassone/\">latest edition of People of WordPress</a>.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>What is WordPress Playground, and why it matters? <a href=\"https://wordpress.org/news/2023/05/episode-56-what-to-know-about-wordpress-playground/\">WP Briefing Episode 56</a> discusses the benefits and potential of this tool with special guests Rich Tabor and Adam Zielinski.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Feedback &amp; testing requests</h2>\n\n\n\n<ul>\n<li>Core Team members seek <a href=\"https://make.wordpress.org/core/2023/05/17/command-center-request-for-feedback/\">feedback on the new command tool</a> introduced in the Gutenberg plugin and its API.</li>\n\n\n\n<li>The latest <a href=\"https://make.wordpress.org/test/2023/05/18/fse-program-testing-call-23-rapid-revamp/\">call of the Full Site Editing (FSE) Outreach Program</a> invites you to test some features being worked on to upgrade and polish the experience of using the Site Editor. Share your thoughts by June 8, 2023.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/31/mobile-team-update-may-31st-2/\">Version 22.5</a> of the WordPress mobile app for iOS and Android is ready for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Which next generation of WordPress events would you like to see? <a href=\"https://make.wordpress.org/community/2023/05/24/idea-generation-next-gen-wordcamps/\">Share your ideas</a> and <a href=\"https://make.wordpress.org/community/2023/06/01/next-gen-wordcamp-talking-points-share-your-ideas-for-a-new-event-format-and-make-it-happen/\">start exploring</a> new event formats this year.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events updates</h2>\n\n\n\n<ul>\n<li><a href=\"https://europe.wordcamp.org/2023/\">Get ready for WordCamp Europe 2023</a> from June 8-10 in Athens, Greece! The event will start with <a href=\"https://europe.wordcamp.org/2023/contributor-day/\">Contributor Day</a> on June 8, followed by two days of presentations and workshops. Attendees can join a <a href=\"https://europe.wordcamp.org/2023/welness-track-activities/\">wellness track</a> and a <a href=\"https://europe.wordcamp.org/2023/wp-connect/\">dedicated space</a> to connect, among many other initiatives.</li>\n\n\n\n<li>The WordCamp US organizing team is <a href=\"https://us.wordcamp.org/2023/wordcamp-us-2023-call-for-volunteers-open/\">calling for volunteers</a>.</li>\n\n\n\n<li>For another year, the <a href=\"https://wordpressfoundation.org/news/2023/kim-parsell-memorial-scholarship-for-wordcamp-us-2023/\">WordPress Foundation&#8217;s Kim Parsell Memorial Scholarship</a> will award funding for a woman-identifying contributor to attend WordCamp US 2023. Applications are open through June 12, 2023.</li>\n\n\n\n<li><a href=\"https://sylhet.wordcamp.org/2023/\">WordCamp Sylhet 2023</a>, the second ever WordCamp in Bangladesh, was successfully held on May 19-20 with its first <a href=\"https://make.wordpress.org/design/2023/05/23/wordcamp-sylhet-2023-contributor-day-recap/\">Contributor Day</a>.</li>\n\n\n\n<li>Join #WPDiversity with a free online workshop on <a href=\"https://www.eventbrite.com/e/how-to-own-your-expertise-start-speaking-at-wordpress-events-apac-tickets-648295107117\">How to Own Your Expertise &amp; Start Speaking at WordPress Events APAC</a>. The event will take place on July 2, 2023.</li>\n\n\n\n<li>Don’t miss these other upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://cartagena.wordcamp.org/2023/\">WordCamp Cartagena</a>, Spain on June 10-11, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://montclair.wordcamp.org/2023/\">WordCamp Montclair</a>, NJ, USA on June 24, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join WordPress project leadership on June 10 at WordCamp Europe 2023 to hear about the latest developments and what’s next for WordPress. <a href=\"https://europe.wordcamp.org/2023/schedule/\">Check out the schedule for details</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/nahidsharifkomol/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nahidsharifkomol</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/devinmaeztri/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>devinmaeztri</a>, <a href=\'https://profiles.wordpress.org/bsanevans/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bsanevans</a></em></em>, <em><em><a href=\'https://profiles.wordpress.org/ninianepress/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ninianepress</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:5:\"15100\";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:61:\"\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:58:\"WP Briefing: Episode 57: The Power of WordPress Mentorship\";s:7:\"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://wordpress.org/news/2023/06/episode-57-the-power-of-wordpress-mentorship/\";s: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, 05 Jun 2023 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=15089\";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:215:\"Join WordPress Executive Director Josepha Haden Chomphosy in the 57th episode of the WordPress Briefing as she discusses the Contributor Mentorship Program to help increase the success of new contributors over time.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2023/06/WP-Briefing-057.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s: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:\"Brett McSherry\";s: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:7743:\"\n<p>Join WordPress Executive Director Josepha Haden Chomphosy in the 57th episode of the WordPress Briefing as she discusses the Contributor Mentorship Program to help increase the success of new contributors over time.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://europe.wordcamp.org/2023/\">WordCamp Europe 2023</a>, Athens, Greece. This event includes a <a href=\"https://europe.wordcamp.org/2023/session/matt-mullenweg/\">special Keynote from Matt Mullenweg, Josepha Haden Chomposy, and Matías Ventura</a>. </li>\n\n\n\n<li>&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/project/2023/05/17/wordpress-contributor-mentorship-program-pilot-program-proposal/\" target=\"_blank\">WordPress Contributor Mentorship Program: Pilot Program Proposal</a>&nbsp;</li>\n\n\n\n<li>Make WordPress Community: <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/community/2023/05/24/idea-generation-next-gen-wordcamps/\" target=\"_blank\">Idea generation: Next Gen WordCamps!</a></li>\n\n\n\n<li>WordPress &#8216;Milestones&#8217; volume two book <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/book/\" target=\"_blank\">Building Blocks: The Evolution of WordPress</a> is available in <a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/wp20-book/tree/trunk/Formats\" target=\"_blank\">several formats for download on GitHub</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n<a class=\"wp-block-read-more\" href=\"https://wordpress.org/news/2023/06/episode-57-the-power-of-wordpress-mentorship/\" target=\"_self\">Read more<span class=\"screen-reader-text\">: Episode 57: The Power of WordPress Mentorship</span></a>\n\n\n<p>[Josepha Haden Chomphosy 00:00:00]&nbsp;</p>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.&nbsp;</p>\n\n\n\n<p>I&#8217;m your host, Joseph Hayden Chomphosy. Here we go!</p>\n\n\n\n<p>(Intro music)</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]&nbsp;</p>\n\n\n\n<p>Over the course of this year, there has been a lot of research and examination of the contributor funnel in the WordPress community. That research confirms some assumptions about what most contributor stories have in common: the hurdles, the general paths taken, and the way that problem-solving was done. Then in February of this year, Hari Shanker published a proposal for a mentorship program for WordPress.&nbsp;</p>\n\n\n\n<p>And now we&#8217;ve got a pilot program that&#8217;s been defined and is waiting for your feedback. If you&#8217;ve not read the post about the contributor mentorship program, for one do it. But if you would rather hear a synopsis from me, don&#8217;t worry, I&#8217;m about to give you a 10-cent tour.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:22]&nbsp;</p>\n\n\n\n<p>First up, who is doing this? This pilot program has been outlined by a community working group. We often have working groups in WordPress, and they almost always have specific projects around events or programs, or code updates. Since this working group is focused on a project-wide program, there is project-wide representation in it. All the names are at the bottom of the post, which you can find in our show notes. But it&#8217;s got folks who contribute with code or contribute with time or contribute with design folks who are self-sponsored or corporately sponsored, just a nice mix of people. The program as a whole, though, is being stewarded by Hari Shankar, a longtime supporter of and contributor to WordPress. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:06]&nbsp;</p>\n\n\n\n<p>So next, what is this for? There are a few goals for the program. But the overarching goal is to increase the success of new contributors over time. We can all agree that if we were to have 1000s of new contributors every day, but they couldn&#8217;t find their way to impactful contributions or meaningful connections quickly, then we would have done them a disservice. And they probably won&#8217;t continue to be part of the community without a bit more effort.&nbsp;</p>\n\n\n\n<p>The when and the where are essentially “right now and right here,” so that brings us finally to Why. Why are we doing this mentorship program? Apart from to help people who want to contribute have an easier path to success – which frankly is enough of a reason anyway – the why is wrapped up in our overall philosophies in the project. If we believe that good ideas can come from anywhere and that contributions of any size matter. And that open source is an idea that can change our generation and that we are democratizing publishing, then bringing new people brings new ideas, and beginner contributions can grow over time. We can maintain this idea, this concept of open source, into the next generation and to future generations. And always keep our sights on the open web. To learn more about this and other project-wide initiatives, swing by make.wordpress.org/project or check the links in today&#8217;s show notes on wordpress.org/news/podcast.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:53]&nbsp;</p>\n\n\n\n<p>Which brings us now to our small list of big things.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:56]&nbsp;</p>\n\n\n\n<p>First on the list is WordCamp Europe. That&#8217;s coming up at the end of the week on June 8 through 10th in Athens, Greece. There will be a major update from Matt and friends, so even if you aren&#8217;t there in person, keep an eye out for those recordings. But for those who are there and you&#8217;re curious about the mentorship program or anything else to do with WordPress and contributing to the project, you can come find me or Angela Jin, Hari will also be there, Chloé will be there, Héctor will be there, lots of people, and we want to hear your thoughts and answer your questions.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:27]&nbsp;</p>\n\n\n\n<p>Second is a call for brainpower! A call for your brainstorms! On the subject of the next generation, we&#8217;ve got a discussion going on about the next generation of WordCamps. We&#8217;ve been discussing what new types and varieties might be available, and that might make sense for people as we get back to in-person events. So if you&#8217;ve got a kind of WordCamp that you&#8217;ve been desperately wanting to try, now&#8217;s the time to let folks know about it. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:54]</p>\n\n\n\n<p>And the final thing is the second volume of The WordPress history book called Building Blocks: The Evolution of WordPress is now available for download in several formats as well as on GitHub. Stop buy, give it a read, and relive some of the highlights of the past ten years of the WordPress project.&nbsp;</p>\n\n\n\n<p>&nbsp;[Josepha Haden Chomphosy 00:05:12]</p>\n\n\n\n<p>And that, my friends, is your smallest of big things. Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host Josepha Haden Chomposy, and I&#8217;ll see you again in a couple of weeks.</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:5:\"15089\";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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"People of WordPress: Stefano Cassone\";s:7:\"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/2023/05/people-of-wordpress-stefano-cassone/\";s: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, 31 May 2023 20:48:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{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:8:\"Features\";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:\"\";}i:3;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:4;a:5:{s:4:\"data\";s:19:\"People of 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:35:\"https://wordpress.org/news/?p=15030\";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:125:\"The People of WordPress feature series goes to Italy to interview web designer, photographer and translator Stefano Cassone. \";s: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:\"Abha Thakor\";s: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:15999:\"\n<p><strong>With <a href=\"https://europe.wordcamp.org/2023/\">WordCamp Europe 2023</a> in June, we feature Stefano Cassone, a web designer, photographer and volunteer translator, who believes his life has been transformed through WordPress and its community.</strong></p>\n\n\n\n<p><strong>The&nbsp;<em>People of WordPress</em>&nbsp;series shares inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"535\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-featured-img.jpg?resize=1024%2C535&#038;ssl=1\" alt=\"Stefano with a laptop covered in WordPress event stickers\" class=\"wp-image-15027\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-featured-img.jpg?resize=1024%2C535&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-featured-img.jpg?resize=300%2C157&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-featured-img.jpg?resize=768%2C401&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-featured-img.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Stefano with a laptop covered in WordPress event stickers</figcaption></figure>\n\n\n\n<p>Stefano has always been fascinated by the internet. His initial learning in the 1990s was through joining friends at a local pub where they could explore how websites were structured and learn to use chat software.</p>\n\n\n\n<p>This led to Stefano creating websites for fun in 1998, and his first paid job was for the shop where he bought comics. He turned to content management systems (CMS) to speed up the creation process for sites, but found he needed more documentation to really understand their capabilities. Then he read a magazine article about WordPress, a CMS which was being used to make incredible blog sites, and was supported by an international community and documentation. Over time, Stefano started using that documentation to work on websites in Italian.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress provides a life-changing turning point&nbsp;</h2>\n\n\n\n<p>Stefano describes himself as an introvert. He found that WordPress helped him to work from home, to develop his skills and the quality of what he could produce, as well as build his self-confidence.&nbsp;</p>\n\n\n\n<p>A catalyst for the turning point in his life and career was the discovery of an area for events on the WordPress dashboard. On this page, he found a forthcoming local meetup in Rome.&nbsp;</p>\n\n\n\n<p>In November 2017, Stefano took the step to go along to this event, led by a curiosity of what he might discover and intrigued by how a software could be supported by a vast community. The topic at the event was on <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a>, a command line interface for WordPress. He recalled that he felt outside his comfort zone as he did not regard himself as a developer and at that point, had only used the software for simple jobs. He wondered whether using the software as his only CMS was going to be a long term option and if these meetups were suitable for him.</p>\n\n\n\n<p>At the meetup, people were talking about a forthcoming event, called WordCamp Rome. Through his research, he saw that there was a lot of enthusiasm for this event. This intrigued him and he wondered if it would show him that he could have a career using the software after all.</p>\n\n\n\n<p>Unfamiliar with WordCamps, Stefano found it difficult at first to know what he could go to and how to get involved, but he persevered and attended the event.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;The WordCamp was a great discovery: talks at all levels from basic to those for developers, advanced and very advanced. I was immediately struck by the enthusiasm of the volunteers. It was an environment where I felt very comfortable, so much so, that I asked myself how I could participate in some WordCamps.&#8221;</p>\n<cite>Stefano Cassone</cite></blockquote>\n\n\n\n<p>From this event, Stefano was encouraged by those he met to consider applying as a volunteer for a future WordCamp.</p>\n\n\n\n<p>There was also much talk at the event about ‘Slack’. It was new to Stefano, but with help from those attending, he signed up for the messaging tool Slack, used by the WordPress community. He was still unsure how he could contribute, and if he would be welcome.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Joining thousands of volunteer translators of WordPress</h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"600\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-wc-italia-2022.jpg?resize=800%2C600&#038;ssl=1\" alt=\"Italian General Translation Editors at WordPress Italia 2022\" class=\"wp-image-15028\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-wc-italia-2022.jpg?w=800&amp;ssl=1 800w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-wc-italia-2022.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-wc-italia-2022.jpg?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Italian General Translation Editors at WordPress Italia 2022</figcaption></figure>\n\n\n\n<p>Stefano took the plunge and was excited to find there was a team called Polyglots. In this team, people from across the world<a href=\"https://make.wordpress.org/polyglots/\"> translate the WordPress software into many different languages</a>. He started with translating a theme he was using in his work. Little by little he became more interested in plugins and attended meetings with other translators. He offered his skills to translate into Italian themes and plugins in general and as his experience grew, he took on the volunteer role of a General Translation Editor. He also took care of the translation into Italian of the WordPress Core. More recently he has joined the group of translators for the <a href=\"https://make.wordpress.org/docs/handbook/helphub/\">HelpHub</a>, which is part of the <a href=\"https://make.wordpress.org/docs/\">WordPress documentation</a> system.</p>\n\n\n\n<p>He said: “Participating in the WordPress Slack has helped me enormously: I’ve met a lot of people who I now call friends. Moreover, by translating, I learned a lot about how themes and plugins work.</p>\n\n\n\n<p>“It&#8217;s a great way to contribute to WordPress, especially for someone like me who is not a developer. Translating also allows me to fully understand how WordPress works.&#8221; </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;I always say that translating themes, plugins, and the Core software is the best way to learn WordPress, better than any course or book.”</p>\n<cite>Stefano Cassone</cite></blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">Sharing skills to support Open Source WordPress</h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"667\" height=\"500\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-WC-2019.jpg?resize=667%2C500&#038;ssl=1\" alt=\"Stefano volunteering as a photographer at a WordCamp in 2019 with other contributors.\" class=\"wp-image-15026\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-WC-2019.jpg?w=667&amp;ssl=1 667w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-WC-2019.jpg?resize=300%2C225&amp;ssl=1 300w\" sizes=\"(max-width: 667px) 100vw, 667px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Stefano volunteering as a photographer at a WordCamp in 2019 with other contributors.</figcaption></figure>\n\n\n\n<p>Stefano’s growing commitment to the open source WordPress project was further boosted through his volunteering. He was a volunteer at WordCamp Rome 2018 and participated there in his first Contributor Day where he had the opportunity to translate the software with others.&nbsp;</p>\n\n\n\n<p>He was also able to bring his own hobbies and skills to help the project grow and reach others. One example was his passion for photography, and he volunteered as a photographer for many other events in Italy organized by the WordPress community. He said: “This commitment to the community also allows me to have fun: being a photographer means having the opportunity to walk around the halls and capture moments of the life of a WordCamp.” The more WordCamps he attended, the more he wanted to be part of and keep contributing to the wider WordPress community.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contribution to WordPress is inspiring</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-the-support-table-contributor-day.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"Stefano at the Support Table at a WordPress Contributor Day\" class=\"wp-image-15025\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-the-support-table-contributor-day.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-the-support-table-contributor-day.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-the-support-table-contributor-day.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-the-support-table-contributor-day.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Stefano at the Support Table at a WordPress Contributor Day</figcaption></figure>\n\n\n\n<p>When Stefano was asked to become an organizer for the WordPress meetup in Rome in October 2019, he knew he wanted to be part of reaching and supporting more people in his area. He faced challenges with finding venues, but a greater issue was to come: the Covid-19 pandemic.&nbsp;</p>\n\n\n\n<p>Spurred on by the <a href=\"https://it.wordpress.org/\">Italian WordPress community</a> as a whole, he was determined that the meetup was still needed. The regular event was transformed into an online meeting. He was able to gain help from people he had met as a volunteer to share their expertise with meetup attendees.&nbsp;</p>\n\n\n\n<p>The community in Italy also worked together to put on WordCamp Italia online. It brought together the organizers of previous meetups and WordCamps, and new contributors too. Stefano volunteered in both online editions of this camp, including being part of the social and communication team. He found it to not only be a fun experience but also one that helped him grow professionally and learn from so many others.</p>\n\n\n\n<p>He went onto help restart the <a href=\"https://www.meetup.com/romawordpress/\">Rome WordPress meetup</a> in-person meetings in May 2022, was an organizer for the third WordCamp Italy, and has been volunteering for camps in 2023.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What will WordPress bring you?</h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"533\" height=\"800\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-a-wc.jpg?resize=533%2C800&#038;ssl=1\" alt=\"Stefano inspired by his journey at WordCamps asks what will WordPress bring you?\" class=\"wp-image-15024\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-a-wc.jpg?w=533&amp;ssl=1 533w, https://i0.wp.com/wordpress.org/news/files/2023/05/stefano-at-a-wc.jpg?resize=200%2C300&amp;ssl=1 200w\" sizes=\"(max-width: 533px) 100vw, 533px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Stefano inspired by his journey at WordCamps asks what will WordPress bring you?</figcaption></figure>\n\n\n\n<p>“Persona and professional growth and friendship” are some of the things they have brought Stefano. Contributing boosted his confidence and willingness to try new opportunities in his work.&nbsp;</p>\n\n\n\n<p>He said: “The best thing I got out of joining the WordPress community was the chance to collaborate with some people on a working basis and, I have to say, that was incredible. Being with many of them you have an incredible opportunity to grow in knowledge, you just have to be ready to learn. With WordPress you never stop learning.”</p>\n\n\n\n<p>His top recommendation is: “Join your local meetup or think about organizing one, it will introduce you to an amazing world. Don’t be afraid to meet people at WordCamps and Contributor Days, because you will learn more there than in dozens of courses. Talk to people at those events and don’t worry. The WordPress community is inclusive so you’ll always feel welcome, and you will see enthusiasm like you’ve never seen at other IT events. Sign-up and get involved.”</p>\n\n\n\n<h2 class=\"wp-block-heading\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community.&nbsp;Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributors</h2>\n\n\n\n<p>Thanks to Stefano Cassone (<a href=\'https://profiles.wordpress.org/deadpool76/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>deadpool76</a>)&nbsp;for sharing about his adventures in WordPress.</p>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), the late Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>) and Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>) for interviews, writing the feature and collaborating on images, to Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Mark Smallman (<a href=\'https://profiles.wordpress.org/marks99/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marks99</a>), Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), and Maja Loncar (<a href=\'https://profiles.wordpress.org/majaloncar/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>majaloncar</a>) for help with reviews.</p>\n\n\n\n<p>The&nbsp;<em>People of WordPress</em>&nbsp;series thanks Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\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:5:\"15030\";s: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:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 10 Jul 2023 07:56:48 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 07 Jul 2023 13:27:51 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:16:\"content-encoding\";s:2:\"br\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20220311105412\";}','no'),(42340,'_site_transient_timeout_betheme_update_plugins','1689020744','no'),(42341,'_site_transient_betheme_update_plugins','1','no'),(42342,'_site_transient_timeout_betheme_plugins','1689020744','no'),(42343,'_site_transient_betheme_plugins','a:4:{i:0;a:5:{s:4:\"name\";s:12:\"Layer Slider\";s:4:\"slug\";s:11:\"LayerSlider\";s:8:\"required\";b:0;s:7:\"version\";s:5:\"7.7.6\";s:6:\"source\";s:109:\"https://api.muffingroup.com/plugins/download.php?code=********-****-****-****-************&plugin=LayerSlider\";}i:1;a:5:{s:4:\"name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:8:\"required\";b:0;s:7:\"version\";s:6:\"6.6.14\";s:6:\"source\";s:107:\"https://api.muffingroup.com/plugins/download.php?code=********-****-****-****-************&plugin=revslider\";}i:2;a:5:{s:4:\"name\";s:21:\"WPBakery Page Builder\";s:4:\"slug\";s:11:\"js_composer\";s:8:\"required\";b:0;s:7:\"version\";s:4:\"6.13\";s:6:\"source\";s:109:\"https://api.muffingroup.com/plugins/download.php?code=********-****-****-****-************&plugin=js_composer\";}i:3;a:5:{s:4:\"name\";s:8:\"BeCustom\";s:4:\"slug\";s:8:\"becustom\";s:8:\"required\";b:0;s:7:\"version\";s:5:\"1.0.6\";s:6:\"source\";s:106:\"https://api.muffingroup.com/plugins/download.php?code=********-****-****-****-************&plugin=becustom\";}}','no'),(42344,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1689017145;s:7:\"checked\";a:2:{s:7:\"betheme\";s:6:\"27.0.9\";s:17:\"twentytwentythree\";s:3:\"1.1\";}s:8:\"response\";a:1:{s:7:\"betheme\";a:4:{s:5:\"theme\";s:7:\"betheme\";s:11:\"new_version\";s:6:\"27.1.1\";s:3:\"url\";s:67:\"https://themes.muffingroup.com/betheme/documentation/changelog.html\";s:7:\"package\";s:88:\"https://api.muffingroup.com/theme/download.php?code=********-****-****-****-************\";}}s:9:\"no_update\";a:1:{s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.1.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(42293,'rsssl_upgraded_to_6_dismissed','1','no'),(42282,'_elementor_global_css','a:7:{s:4:\"time\";i:1688976840;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;b:0;s:3:\"css\";s:0:\"\";}','yes'),(41976,'betheme_promo','<li>\n  <a target=\"_blank\" href=\"https://muffingroup.com/betheme/sidebar-menu-builder/?utm_source=betheme-dashboard&amp;utm_medium=banner&amp;utm_campaign=bebuilder\">\n    <img src=\"https://api.muffingroup.com/promo/images/271.png\" alt=\"Sidebar Menu Builder\">\n  </a>\n</li>\n<li style=\"display:none;\">\n  <a target=\"_blank\" href=\"https://muffingroup.com/betheme/speed-performance/?utm_source=betheme-dashboard&amp;utm_medium=banner&amp;utm_campaign=bebuilder\">\n    <img src=\"https://api.muffingroup.com/promo/images/27.1.png\" alt=\"Performance update\">\n  </a>\n</li>\n<li style=\"display:none;\">\n  <a target=\"_blank\" href=\"https://muffingroup.com/betheme/speed-performance/?utm_source=betheme-dashboard&amp;utm_medium=banner&amp;utm_campaign=bebuilder\">\n    <img src=\"https://api.muffingroup.com/promo/images/27.2.png\" alt=\"Performance update\">\n  </a>\n</li>\n<li style=\"display:none;\">\n  <a target=\"_blank\" href=\"https://muffingroup.com/betheme/speed-performance/?utm_source=betheme-dashboard&amp;utm_medium=banner&amp;utm_campaign=bebuilder\">\n    <img src=\"https://api.muffingroup.com/promo/images/27.3.png\" alt=\"Performance update\">\n  </a>\n</li>\n<li style=\"display:none;\">\n  <a target=\"_blank\" href=\"https://muffingroup.com/betheme/popup-builder/?utm_source=betheme-dashboard&amp;utm_medium=banner&amp;utm_campaign=bebuilder\">\n    <img src=\"https://api.muffingroup.com/promo/images/26.8.jpg\" alt=\"Popup Builder\">\n  </a>\n</li>\n<li style=\"display:none;\">\n  <a target=\"_blank\" href=\"https://muffingroup.com/betheme/loop-builder/?utm_source=betheme-dashboard&amp;utm_medium=banner&amp;utm_campaign=bebuilder\">\n    <img src=\"https://api.muffingroup.com/promo/images/26.7.jpg\" alt=\"Loop Builder\">\n  </a>\n</li>\n<li style=\"display:none;\">\n  <a target=\"_blank\" href=\"https://www.facebook.com/groups/betheme/\">\n    <img src=\"https://api.muffingroup.com/promo/images/join-fb-community.jpg\" alt=\"Join FB Community\">\n  </a>\n</li>\n','no'),(42070,'_site_transient_browser_4edabc1a1cab3520545d4bc774f26cd6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"114.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(42071,'_site_transient_timeout_php_check_1f80d4c7d6155fafcecde2667ce7e9a5','1687937162','no'),(42072,'_site_transient_php_check_1f80d4c7d6155fafcecde2667ce7e9a5','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(41963,'_elementor_pro_license_v2_data_fallback','a:2:{s:7:\"timeout\";i:1687938872;s:5:\"value\";s:158:\"{\"expires\":\"2023-07-28 05:19:27\",\"subscription_id\":12136069,\"status\":\"ACTIVE\",\"recurring\":true,\"features\":[\"editor_comments\"],\"activated\":true,\"success\":true}\";}','no'),(41964,'_elementor_pro_license_v2_data','a:2:{s:7:\"timeout\";i:1689060414;s:5:\"value\";s:71:\"{\"success\":true,\"license\":\"valid\",\"expires\":\"01.01.2030\",\"features\":[]}\";}','no'),(41966,'underconstruction_global_notification','1','yes');
INSERT INTO `SFmlX6x_options` VALUES (42333,'elementor_pro_remote_info_api_data_3.14.1','a:2:{s:7:\"timeout\";i:1689060314;s:5:\"value\";s:197303:\"{\"stable_version\":\"3.14.1\",\"last_updated\":\"2022-05-10 14:03:37\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:183748:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.3 - 2023-04-23<\\/h4>\\n<ul>\\n<li>Fix: Document is not loading after assigning a CSS ID value to a menu item in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21934\\\">#21934<\\/a>)<\\/li>\\n<li>Fix: Elementor CLI causes conflicts with other CLI commands when using PHP 8+ (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21582\\\">#21582<\\/a>)<\\/li>\\n<li>Fix: Dropdown content area is not working as expected with Space Between and Margins in Menu widget<\\/li>\\n<li>Fix: Reverted the option to set a custom icon to Remove Item in Menu Cart widget<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle from the Loop Carousel becomes inaccessible in some cases ([#21316]<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-21<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-07<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated ([#19553] (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553<\\/a>))<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes characher is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629]\\\">#18629<\\/a><\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"#11475\\\"><a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475<\\/a><\\/a>, <a href=\\\"#10690\\\"><a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690<\\/a><\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.14.1\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.2.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9pbmRpZ28tZGlzY28uY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTY4OTAxNzExMywiZXhwIjoxNjg5MTAzNTEzfQ.w2JLW8FQjEQbC6nLI5Nr6ou6D8w9Z-J6YE6SpmBlVIc\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9pbmRpZ28tZGlzY28uY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTY4OTAxNzExMywiZXhwIjoxNjg5MTAzNTEzfQ.w2JLW8FQjEQbC6nLI5Nr6ou6D8w9Z-J6YE6SpmBlVIc\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.2.2\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9pbmRpZ28tZGlzY28uY29tIiwiaWF0IjoxNjg5MDE3MTEzLCJleHAiOjE2ODkxMDM1MTN9.eMOnb8ocMsuMCjdqzdWLmPQWD9zu4uVSemgCG-ZYgn0\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9pbmRpZ28tZGlzY28uY29tIiwiaWF0IjoxNjg5MDE3MTEzLCJleHAiOjE2ODkxMDM1MTN9.eMOnb8ocMsuMCjdqzdWLmPQWD9zu4uVSemgCG-ZYgn0\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"cloud\":false}\";}','no'),(42110,'auto_update_themes','a:1:{i:0;s:7:\"betheme\";}','no'),(42042,'rsssl_Array_dismissed','1','no'),(42206,'_site_transient_timeout_betheme_promo_version','1689062182','no'),(42207,'_site_transient_betheme_promo_version','27.1','no'),(42212,'_site_transient_timeout_browser_5f0ff5d8799ed4c0ed355fa474a7bbc2','1689580605','no'),(42213,'_site_transient_browser_5f0ff5d8799ed4c0ed355fa474a7bbc2','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"114.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(42216,'_transient_timeout_elementor_remote_info_api_data_3.14.1','1689019006','no'),(42217,'_transient_elementor_remote_info_api_data_3.14.1','a:4:{s:9:\"timestamp\";s:10:\"1688975440\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(42222,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1689019008','no'),(42223,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1688975808','no');
/*!40000 ALTER TABLE `SFmlX6x_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `SFmlX6x_postmeta`
--

DROP TABLE IF EXISTS `SFmlX6x_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_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=9640 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_postmeta`
--

LOCK TABLES `SFmlX6x_postmeta` WRITE;
/*!40000 ALTER TABLE `SFmlX6x_postmeta` DISABLE KEYS */;
INSERT INTO `SFmlX6x_postmeta` VALUES (1,23,'_wp_attached_file','2020/06/biz3-logo-1.png'),(2,23,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:156;s:6:\"height\";i:24;s:4:\"file\";s:23:\"2020/06/biz3-logo-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"biz3-logo-1-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:20:\"biz3-logo-1-50x8.png\";s:5:\"width\";i:50;s:6:\"height\";i:8;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:22:\"biz3-logo-1-150x23.png\";s:5:\"width\";i:150;s:6:\"height\";i:23;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:21:\"biz3-logo-1-85x24.png\";s:5:\"width\";i:85;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:21:\"biz3-logo-1-80x24.png\";s:5:\"width\";i:80;s:6:\"height\";i:24;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:{}}}'),(3,24,'_wp_attached_file','2020/06/biz3-logo@2x-1.png'),(4,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:312;s:6:\"height\";i:46;s:4:\"file\";s:26:\"2020/06/biz3-logo@2x-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"biz3-logo@2x-1-300x44.png\";s:5:\"width\";i:300;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"biz3-logo@2x-1-150x46.png\";s:5:\"width\";i:150;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"biz3-logo@2x-1-260x38.png\";s:5:\"width\";i:260;s:6:\"height\";i:38;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:23:\"biz3-logo@2x-1-50x7.png\";s:5:\"width\";i:50;s:6:\"height\";i:7;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"biz3-logo@2x-1-150x22.png\";s:5:\"width\";i:150;s:6:\"height\";i:22;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"biz3-logo@2x-1-85x46.png\";s:5:\"width\";i:85;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"biz3-logo@2x-1-80x46.png\";s:5:\"width\";i:80;s:6:\"height\";i:46;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:{}}}'),(5,26,'_wp_attached_file','2020/06/biz3-home-bottom-section-1.png'),(6,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:698;s:4:\"file\";s:38:\"2020/06/biz3-home-bottom-section-1.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"biz3-home-bottom-section-1-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"biz3-home-bottom-section-1-1024x372.png\";s:5:\"width\";i:1024;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"biz3-home-bottom-section-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:38:\"biz3-home-bottom-section-1-768x279.png\";s:5:\"width\";i:768;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"biz3-home-bottom-section-1-1536x558.png\";s:5:\"width\";i:1536;s:6:\"height\";i:558;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"biz3-home-bottom-section-1-260x95.png\";s:5:\"width\";i:260;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"biz3-home-bottom-section-1-50x18.png\";s:5:\"width\";i:50;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"biz3-home-bottom-section-1-150x55.png\";s:5:\"width\";i:150;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:39:\"biz3-home-bottom-section-1-1630x698.png\";s:5:\"width\";i:1630;s:6:\"height\";i:698;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"biz3-home-bottom-section-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"biz3-home-bottom-section-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:39:\"biz3-home-bottom-section-1-1280x698.png\";s:5:\"width\";i:1280;s:6:\"height\";i:698;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"biz3-home-bottom-section-1-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"biz3-home-bottom-section-1-768x698.png\";s:5:\"width\";i:768;s:6:\"height\";i:698;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"biz3-home-bottom-section-1-960x698.png\";s:5:\"width\";i:960;s:6:\"height\";i:698;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"biz3-home-bottom-section-1-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(7,27,'_wp_attached_file','2020/06/biz3-home-scroll-section-bg-1.jpg'),(8,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1400;s:4:\"file\";s:41:\"2020/06/biz3-home-scroll-section-bg-1.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"biz3-home-scroll-section-bg-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"biz3-home-scroll-section-bg-1-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"biz3-home-scroll-section-bg-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"biz3-home-scroll-section-bg-1-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"biz3-home-scroll-section-bg-1-104x146.jpg\";s:5:\"width\";i:104;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:39:\"biz3-home-scroll-section-bg-1-36x50.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:39:\"biz3-home-scroll-section-bg-1-54x75.jpg\";s:5:\"width\";i:54;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:42:\"biz3-home-scroll-section-bg-1-1000x860.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:39:\"biz3-home-scroll-section-bg-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:39:\"biz3-home-scroll-section-bg-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:43:\"biz3-home-scroll-section-bg-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:42:\"biz3-home-scroll-section-bg-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:42:\"biz3-home-scroll-section-bg-1-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:42:\"biz3-home-scroll-section-bg-1-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:41:\"biz3-home-scroll-section-bg-1-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:42:\"biz3-home-scroll-section-bg-1-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;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:{}}}'),(9,29,'_wp_attached_file','2020/06/biz3-contact-head-img-1.jpg'),(10,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:35:\"2020/06/biz3-contact-head-img-1.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"biz3-contact-head-img-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"biz3-contact-head-img-1-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"biz3-contact-head-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"biz3-contact-head-img-1-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"biz3-contact-head-img-1-1536x880.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"biz3-contact-head-img-1-255x146.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"biz3-contact-head-img-1-50x29.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:29;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"biz3-contact-head-img-1-131x75.jpg\";s:5:\"width\";i:131;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:36:\"biz3-contact-head-img-1-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"biz3-contact-head-img-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"biz3-contact-head-img-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:37:\"biz3-contact-head-img-1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:36:\"biz3-contact-head-img-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"biz3-contact-head-img-1-768x1100.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:36:\"biz3-contact-head-img-1-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:35:\"biz3-contact-head-img-1-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:36:\"biz3-contact-head-img-1-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(11,30,'_wp_attached_file','2020/06/biz3-about-img-2-1.jpg'),(12,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:780;s:6:\"height\";i:780;s:4:\"file\";s:30:\"2020/06/biz3-about-img-2-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-2-1-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:30:\"biz3-about-img-2-1-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"biz3-about-img-2-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"biz3-about-img-2-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"biz3-about-img-2-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"biz3-about-img-2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-2-1-780x500.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-2-1-768x780.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-2-1-780x750.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-2-1-780x720.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-2-1-780x675.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:675;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:{}}}'),(13,31,'_wp_attached_file','2020/06/biz3-about-img-3-1.jpg'),(14,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:780;s:6:\"height\";i:780;s:4:\"file\";s:30:\"2020/06/biz3-about-img-3-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-3-1-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:30:\"biz3-about-img-3-1-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"biz3-about-img-3-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"biz3-about-img-3-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"biz3-about-img-3-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"biz3-about-img-3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-3-1-780x500.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-3-1-768x780.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-3-1-780x750.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-3-1-780x720.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-3-1-780x675.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:675;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:{}}}'),(15,32,'_wp_attached_file','2020/06/biz3-about-img-1-1.jpg'),(16,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:780;s:6:\"height\";i:780;s:4:\"file\";s:30:\"2020/06/biz3-about-img-1-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-1-1-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:30:\"biz3-about-img-1-1-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"biz3-about-img-1-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"biz3-about-img-1-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"biz3-about-img-1-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"biz3-about-img-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-1-1-780x500.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-1-1-768x780.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-1-1-780x750.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-1-1-780x720.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:30:\"biz3-about-img-1-1-780x675.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:675;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:{}}}'),(17,33,'_wp_attached_file','2020/06/biz-home-bg-1.png'),(18,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1841;s:6:\"height\";i:1836;s:4:\"file\";s:25:\"2020/06/biz-home-bg-1.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"biz-home-bg-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:27:\"biz-home-bg-1-1024x1021.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1021;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"biz-home-bg-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:25:\"biz-home-bg-1-768x766.png\";s:5:\"width\";i:768;s:6:\"height\";i:766;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"biz-home-bg-1-1536x1532.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1532;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"biz-home-bg-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:23:\"biz-home-bg-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:23:\"biz-home-bg-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:26:\"biz-home-bg-1-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:23:\"biz-home-bg-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:23:\"biz-home-bg-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:27:\"biz-home-bg-1-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:26:\"biz-home-bg-1-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:26:\"biz-home-bg-1-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:26:\"biz-home-bg-1-1841x750.png\";s:5:\"width\";i:1841;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:25:\"biz-home-bg-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:26:\"biz-home-bg-1-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(19,34,'_wp_attached_file','2020/06/biz3-home-icon4-1.png'),(20,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:87;s:6:\"height\";i:88;s:4:\"file\";s:29:\"2020/06/biz3-home-icon4-1.png\";s:5:\"sizes\";a:4:{s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"biz3-home-icon4-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"biz3-home-icon4-1-74x75.png\";s:5:\"width\";i:74;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"biz3-home-icon4-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"biz3-home-icon4-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(21,35,'_wp_attached_file','2020/06/biz3-home-icon1-1.png'),(22,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:87;s:6:\"height\";i:88;s:4:\"file\";s:29:\"2020/06/biz3-home-icon1-1.png\";s:5:\"sizes\";a:4:{s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"biz3-home-icon1-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"biz3-home-icon1-1-74x75.png\";s:5:\"width\";i:74;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"biz3-home-icon1-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"biz3-home-icon1-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(23,36,'_wp_attached_file','2020/06/biz3-home-icon2-1.png'),(24,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:87;s:6:\"height\";i:88;s:4:\"file\";s:29:\"2020/06/biz3-home-icon2-1.png\";s:5:\"sizes\";a:4:{s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"biz3-home-icon2-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"biz3-home-icon2-1-74x75.png\";s:5:\"width\";i:74;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"biz3-home-icon2-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"biz3-home-icon2-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(25,37,'_wp_attached_file','2020/06/biz3-home-icon3-1.png'),(26,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:87;s:6:\"height\";i:88;s:4:\"file\";s:29:\"2020/06/biz3-home-icon3-1.png\";s:5:\"sizes\";a:4:{s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"biz3-home-icon3-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"biz3-home-icon3-1-74x75.png\";s:5:\"width\";i:74;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"biz3-home-icon3-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"biz3-home-icon3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(27,38,'_wp_attached_file','2020/06/biz3-footer-1.png'),(28,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:113;s:6:\"height\";i:74;s:4:\"file\";s:25:\"2020/06/biz3-footer-1.png\";s:5:\"sizes\";a:3:{s:5:\"50x50\";a:4:{s:4:\"file\";s:23:\"biz3-footer-1-50x33.png\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:23:\"biz3-footer-1-85x74.png\";s:5:\"width\";i:85;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:23:\"biz3-footer-1-80x74.png\";s:5:\"width\";i:80;s:6:\"height\";i:74;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:{}}}'),(29,39,'_wp_attached_file','2020/06/biz3-quotes-1.png'),(30,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:73;s:6:\"height\";i:59;s:4:\"file\";s:25:\"2020/06/biz3-quotes-1.png\";s:5:\"sizes\";a:1:{s:5:\"50x50\";a:4:{s:4:\"file\";s:23:\"biz3-quotes-1-50x40.png\";s:5:\"width\";i:50;s:6:\"height\";i:40;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:{}}}'),(31,40,'_wp_attached_file','2020/06/biz3-slider-bg-1.jpg'),(32,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:28:\"2020/06/biz3-slider-bg-1.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"biz3-slider-bg-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"biz3-slider-bg-1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"biz3-slider-bg-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"biz3-slider-bg-1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"biz3-slider-bg-1-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"biz3-slider-bg-1-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"biz3-slider-bg-1-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"biz3-slider-bg-1-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:29:\"biz3-slider-bg-1-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"biz3-slider-bg-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"biz3-slider-bg-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:30:\"biz3-slider-bg-1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:29:\"biz3-slider-bg-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:29:\"biz3-slider-bg-1-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:29:\"biz3-slider-bg-1-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:28:\"biz3-slider-bg-1-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:29:\"biz3-slider-bg-1-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(33,41,'_elementor_edit_mode','builder'),(34,41,'_elementor_template_type','kit'),(35,41,'_elementor_version','2.9.13'),(38,1,'mfn-post-love','0'),(44,6,'mfn-post-hide-content','0'),(45,6,'mfn-post-slider','slider-1'),(46,6,'mfn-post-slider-layer','0'),(47,6,'mfn-post-hide-title','0'),(48,6,'mfn-post-remove-padding','0'),(49,6,'mfn-post-custom-layout','0'),(50,6,'mfn-post-one-page','0'),(51,6,'mfn-post-menu','0'),(52,6,'slide_template','default'),(53,6,'rs_page_bg_color','#ffffff'),(5053,6,'_elementor_edit_mode','builder'),(55,6,'_elementor_template_type','wp-page'),(56,6,'_elementor_version','3.6.8'),(57,6,'_wp_page_template','default'),(58,6,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c1b474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7423,1232,'_elementor_version','3.6.8'),(6259,1082,'_elementor_template_type','wp-page'),(6260,1082,'_elementor_version','3.6.8'),(6261,1082,'_wp_page_template','default'),(6262,1082,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5305,958,'_elementor_template_type','wp-page'),(5306,958,'_elementor_version','3.6.8'),(5307,958,'_wp_page_template','default'),(5308,958,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"3552fbf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5070,922,'_elementor_template_type','wp-page'),(498,190,'_elementor_template_type','wp-page'),(428,175,'_elementor_edit_mode','builder'),(429,175,'_elementor_template_type','wp-page'),(430,175,'_elementor_version','3.0.13'),(431,175,'_wp_page_template','default'),(432,175,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we specialize in\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"17a3a81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(396,169,'_elementor_edit_mode','builder'),(397,169,'_elementor_template_type','wp-page'),(398,169,'_elementor_version','3.0.13'),(399,169,'_wp_page_template','default'),(400,169,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we specialize in\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"621df14\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00b1ce8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"289dc51\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  Services\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0554635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5aa2ca3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c61d11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wide\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":847,\"sizes\":[]}},\"elements\":[{\"id\":\"421e3e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d9fb6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is the heading\"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"42534d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is the heading\"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"5bdcf19\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is the heading\"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"17a3a81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(248,130,'_elementor_edit_mode','builder'),(249,130,'_elementor_template_type','wp-page'),(250,130,'_elementor_version','2.9.13'),(251,130,'_wp_page_template','default'),(252,130,'_elementor_data','[{\"id\":\"bf2a027\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c636d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86523c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52dc3f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba01d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"f39eba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"256962d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"93cd0b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8725db6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97885c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ce71c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bcda20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7243d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f13395\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"865dfa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55e2857\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"966db52\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_link_hover\":\"#26B5AB\"},\"elements\":[{\"id\":\"da4ac49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911dc1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Ready to get started? <strong>\\u00a0<a style=\\\"color: #e6a94a;\\\" href=\\\"http:\\/\\/indigo-disco.com\\/contact\\/\\\">Get in touch.<\\/a><\\/strong><\\/h5>\",\"align\":\"center\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print-PORTRAIT.jpg\",\"id\":127},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"portfolio-list\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3b98938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da6b5da\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#5900BE\"},\"elements\":[{\"id\":\"5e8d3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-scroll-section-bg.jpg\",\"id\":27},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f1ddd7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d8f3b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"22f04d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bf7a439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b434b4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\">HOW IT WORKS<\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92a9b7a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e370b43\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"dad25e4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"06cc58b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a12ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"4248800\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0be2bb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"915973b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4912f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"cf7a703\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(238,128,'_elementor_edit_mode','builder'),(239,128,'_elementor_template_type','wp-page'),(240,128,'_elementor_version','2.9.13'),(241,128,'_wp_page_template','default'),(242,128,'_elementor_data','[{\"id\":\"bf2a027\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c636d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86523c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52dc3f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba01d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"f39eba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"256962d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"93cd0b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8725db6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97885c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ce71c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bcda20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7243d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f13395\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"865dfa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55e2857\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"966db52\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4ac49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911dc1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Lorem ipsum dolor sit amet consectetur <strong><a href=\\\"http://indigo-disco.com/contact\\/\\\" style=\\\"color:#e6a94a;\\\">Click here<\\/a><\\/strong><\\/h5>\",\"align\":\"center\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3b98938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da6b5da\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3E4044\"},\"elements\":[{\"id\":\"5e8d3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-scroll-section-bg.jpg\",\"id\":27},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f1ddd7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d8f3b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"22f04d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bf7a439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b434b4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\">HOW IT WORKS<\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92a9b7a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e370b43\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"dad25e4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"06cc58b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42c0166\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f29cc6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"745b1d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8dfb284\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dbb2124\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a56174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a192c4e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a12ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614},\"elements\":[{\"id\":\"4248800\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0be2bb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.877},\"elements\":[{\"id\":\"915973b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4912f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.173},\"elements\":[{\"id\":\"cf7a703\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(60,8,'mfn-post-hide-content','0'),(61,8,'mfn-post-slider','0'),(62,8,'mfn-post-slider-layer','0'),(63,8,'mfn-post-hide-title','1'),(64,8,'mfn-post-remove-padding','1'),(65,8,'mfn-post-custom-layout','0'),(66,8,'mfn-post-one-page','0'),(67,8,'mfn-post-menu','0'),(68,8,'slide_template','default'),(69,8,'rs_page_bg_color','#ffffff'),(70,8,'_elementor_edit_mode','builder'),(71,8,'_elementor_template_type','wp-page'),(72,8,'_elementor_version','3.6.8'),(73,8,'_wp_page_template','default'),(74,8,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87663e1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"02ce323\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#5A38A6\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#978BD9\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5550,989,'_elementor_edit_mode','builder'),(5447,977,'_elementor_edit_mode','builder'),(5424,974,'_elementor_edit_mode','builder'),(5425,974,'_elementor_template_type','wp-page'),(5426,974,'_elementor_version','3.0.13'),(5427,974,'_wp_page_template','default'),(5428,974,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"dff9e47\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1998,424,'_elementor_edit_mode','builder'),(1999,424,'_elementor_template_type','wp-page'),(2000,424,'_elementor_version','3.0.13'),(2001,424,'_wp_page_template','default'),(2002,424,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1979,421,'_elementor_edit_mode','builder'),(1980,421,'_elementor_template_type','wp-page'),(1981,421,'_elementor_version','3.0.13'),(1962,418,'_elementor_edit_mode','builder'),(866,254,'_elementor_edit_mode','builder'),(867,254,'_elementor_template_type','wp-page'),(868,254,'_elementor_version','3.0.13'),(869,254,'_wp_page_template','default'),(870,254,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b465436\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d73bc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41af49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89ab47c\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"f8814e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"5da64cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(809,245,'_elementor_edit_mode','builder'),(810,245,'_elementor_template_type','wp-page'),(811,245,'_elementor_version','2.9.13'),(812,245,'_wp_page_template','default'),(813,245,'_elementor_data','[{\"id\":\"42831cf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"090\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"020\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2269908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b465436\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d73bc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41af49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89ab47c\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"f8814e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"5da64cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(797,243,'_elementor_edit_mode','builder'),(798,243,'_elementor_template_type','wp-page'),(799,243,'_elementor_version','2.9.13'),(800,243,'_wp_page_template','default'),(801,243,'_elementor_data','[{\"id\":\"42831cf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"090\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"020\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2269908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d90627\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #000;\\\">OUR OFFER<\\/h6><h1>What can we do for you<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http://indigo-disco.com/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b465436\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d73bc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41af49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89ab47c\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614},\"elements\":[{\"id\":\"f8814e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.877},\"elements\":[{\"id\":\"5da64cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.173},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(76,10,'mfn-post-hide-content','0'),(77,10,'mfn-post-slider','0'),(78,10,'mfn-post-slider-layer','0'),(79,10,'mfn-post-hide-title','1'),(80,10,'mfn-post-remove-padding','1'),(81,10,'mfn-post-custom-layout','0'),(82,10,'mfn-post-one-page','0'),(83,10,'mfn-post-menu','0'),(84,10,'slide_template','default'),(85,10,'rs_page_bg_color','#ffffff'),(86,10,'_elementor_edit_mode','builder'),(87,10,'_elementor_template_type','wp-page'),(88,10,'_elementor_version','3.14.1'),(89,10,'_wp_page_template','default'),(90,10,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"<ul><li>Facebook<\\/li><li>Instagram\\u00a0<\\/li><li>Twitter<\\/li><\\/ul>\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizations\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Photoshoot Concept Development + Shot List\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Interview + Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Content + Growth Stats Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"},{\"_id\":\"80942d8\",\"title\":\"Social Media Analytics & Reporting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1076,279,'_elementor_edit_mode','builder'),(1077,279,'_elementor_template_type','wp-page'),(1078,279,'_elementor_version','2.9.13'),(1079,279,'_wp_page_template','default'),(1080,279,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cebf227\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f90629c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"108abcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d281327\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"3c71d1f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dd9ffc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1083,280,'_elementor_edit_mode','builder'),(1084,280,'_elementor_template_type','wp-page'),(1085,280,'_elementor_version','3.0.13'),(1086,280,'_wp_page_template','default'),(1087,280,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cebf227\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f90629c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"108abcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d281327\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"3c71d1f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dd9ffc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(889,257,'_elementor_edit_mode','builder'),(890,257,'_elementor_template_type','wp-page'),(891,257,'_elementor_version','2.9.13'),(892,257,'_wp_page_template','default'),(893,257,'_elementor_data','[{\"id\":\"3635d90\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"090\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5129631\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d4d4c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #000;\\\">PRICING<\\/h6><h1>Choose your plan<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0636f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>PRICING PLAN<\\/h6>\\n<h2>Choose your plan<br>and star earning money today<\\/h2>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"40dbe1e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0031341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1b50b05\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"Basic\",\"price\":\"19\",\"currency\":\"$\",\"period\":\"\\/ monthly\",\"subtitle\":\"Praesent nec magna ac pede.\",\"content\":\"[divider height=\\\"15\\\"]\\n<ul>\\n \\t<li>Etiam imperdiet dolor<\\/li>\\n \\t<li>Nam tempor nisl<\\/li>\\n \\t<li>Fusce rutrum orci<\\/li>\\n \\t<li>Donec sed nibh ut<\\/li>\\n<\\/ul>\\n[divider height=\\\"15\\\"]\",\"link_title\":\"Vire more details\",\"link\":\"http://indigo-disco.com/offer\\/\",\"featured\":\"0\"},\"elements\":[],\"widgetType\":\"mfn_pricing\"}],\"isInner\":true},{\"id\":\"7830807\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1b71792\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"Basic\",\"price\":\"29\",\"currency\":\"$\",\"period\":\"\\/ monthly\",\"subtitle\":\"Praesent nec magna ac pede.\",\"content\":\"[divider height=\\\"15\\\"]\\n<ul>\\n \\t<li>Etiam imperdiet dolor<\\/li>\\n \\t<li>Nam tempor nisl<\\/li>\\n \\t<li>Fusce rutrum orci<\\/li>\\n \\t<li>Donec sed nibh ut<\\/li>\\n<\\/ul>\\n[divider height=\\\"15\\\"]\",\"link_title\":\"Vire more details\",\"link\":\"http://indigo-disco.com/offer\\/\",\"featured\":\"0\"},\"elements\":[],\"widgetType\":\"mfn_pricing\"}],\"isInner\":true},{\"id\":\"3e6b1c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1576604\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"Basic\",\"price\":\"59\",\"currency\":\"$\",\"period\":\"\\/ monthly\",\"subtitle\":\"Praesent nec magna ac pede.\",\"content\":\"[divider height=\\\"15\\\"]\\n<ul>\\n \\t<li>Etiam imperdiet dolor<\\/li>\\n \\t<li>Nam tempor nisl<\\/li>\\n \\t<li>Fusce rutrum orci<\\/li>\\n \\t<li>Donec sed nibh ut<\\/li>\\n<\\/ul>\\n[divider height=\\\"15\\\"]\",\"link_title\":\"Vire more details\",\"link\":\"http://indigo-disco.com/offer\\/\",\"featured\":\"0\"},\"elements\":[],\"widgetType\":\"mfn_pricing\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cfda67\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3E4044\"},\"elements\":[{\"id\":\"007b7ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-scroll-section-bg.jpg\",\"id\":27},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"9686c24\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":358,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b0b4153\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f9d3976\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b02a43\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\">HOW IT WORKS<\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484195\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7089829\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"851bade\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6a37a93\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"02d27c6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#4C4E52\",\"padding\":{\"unit\":\"px\",\"top\":\"075\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"273d201\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d3675de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>WRITE US<\\/h6><h2 style=\\\"color: #fff;\\\">Feel free to contact us<br \\/>for more details<\\/h2>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"479df90\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"background_color\":\"#E6A94A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"100\",\"bottom\":\"12\",\"left\":\"100\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"fe8eb04\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657c7d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e853e4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>CALL US TODAY<\\/h6><h3><span style=\\\"color: #ffffff;\\\">+43 600 495 949<\\/span><\\/h3>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"53ff83b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"965fd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>E-MAIL US<\\/h6><h3><span style=\\\"color: #ffffff;\\\">noreply@envato.com<\\/span><\\/h3>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cebf227\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f90629c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614},\"elements\":[{\"id\":\"108abcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d281327\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.877},\"elements\":[{\"id\":\"3c71d1f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dd9ffc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.173},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(92,12,'mfn-post-hide-content','0'),(93,12,'mfn-post-slider','0'),(94,12,'mfn-post-slider-layer','0'),(95,12,'mfn-post-hide-title','1'),(96,12,'mfn-post-remove-padding','1'),(97,12,'mfn-post-custom-layout','0'),(98,12,'mfn-post-one-page','0'),(99,12,'mfn-post-menu','0'),(100,12,'slide_template','default'),(101,12,'rs_page_bg_color','#ffffff'),(102,12,'_elementor_edit_mode','builder'),(103,12,'_elementor_template_type','wp-page'),(104,12,'_elementor_version','3.6.8'),(105,12,'_wp_page_template','default'),(106,12,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d7c48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing &amp; Creative Director\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"\"},\"title_color\":\"#865FD9\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard\",\"size\":\"medium\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b23aafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing Manager\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"\"},\"title_color\":\"#865FD9\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5234,949,'_elementor_edit_mode','builder'),(5235,949,'_elementor_template_type','wp-page'),(5236,949,'_elementor_version','3.6.8'),(5237,949,'_wp_page_template','default'),(5238,949,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5213,946,'_elementor_template_type','wp-page'),(5214,946,'_elementor_version','3.6.8'),(5215,946,'_wp_page_template','default'),(5216,946,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5142,937,'_elementor_edit_mode','builder'),(5143,937,'_elementor_template_type','wp-page'),(5144,937,'_elementor_version','3.0.13'),(5145,937,'_wp_page_template','default'),(5146,937,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at Techint Labs and a Creative Strategist at Mammoth Music Group. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. TLDR: she loves marketing and stays busy.<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has\\u00a0 been involved in the music industry for years working as a freelance copywriter, photographer social media manager and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"caa0078\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"87f5b20\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf844fb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1178,295,'_elementor_edit_mode','builder'),(1179,295,'_elementor_template_type','wp-page'),(1180,295,'_elementor_version','3.0.13'),(1181,295,'_wp_page_template','default'),(1182,295,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f42926b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(830,248,'_elementor_edit_mode','builder'),(831,248,'_elementor_template_type','wp-page'),(832,248,'_elementor_version','2.9.13'),(833,248,'_wp_page_template','default'),(834,248,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"843a825\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf8dbe5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Etiam sagittis<\\/h4><p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8cb8454\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quatro perroni<\\/h4><p>Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p><p>Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet con.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8f7d6ea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"075\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42bbc9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dc8950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"adff754\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0de8d98\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"f9c01d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14fa65c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d843ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b0f6f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ed90de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f91f362\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ca6122d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e9a02d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6893b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d28585c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"9932684\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7c2f57\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4501925\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1c51ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"be47cc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d456132\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"ca7e4fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ed927de\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"fdbb9fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(202,120,'_wp_attached_file','revslider/business3_el/biz3-slider-bg.jpg'),(203,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:41:\"revslider/business3_el/biz3-slider-bg.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"biz3-slider-bg-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"biz3-slider-bg-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"biz3-slider-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"biz3-slider-bg-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"biz3-slider-bg-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"biz3-slider-bg-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"biz3-slider-bg-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"biz3-slider-bg-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:27:\"biz3-slider-bg-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"biz3-slider-bg-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"biz3-slider-bg-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:28:\"biz3-slider-bg-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"biz3-slider-bg-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:27:\"biz3-slider-bg-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:27:\"biz3-slider-bg-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:26:\"biz3-slider-bg-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"biz3-slider-bg-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(818,246,'_elementor_edit_mode','builder'),(819,246,'_elementor_template_type','wp-page'),(820,246,'_elementor_version','2.9.13'),(821,246,'_wp_page_template','default'),(822,246,'_elementor_data','[{\"id\":\"c6ed732\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b63b404\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2cf8e6b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #000;\\\">ABOUT US<\\/h6><h1>We are an experienced<br \\/>team of financial experts<\\/h1>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7968ef4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"843a825\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf8dbe5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Etiam sagittis<\\/h4><p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8cb8454\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quatro perroni<\\/h4><p>Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p><p>Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet con.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8f7d6ea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"075\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42bbc9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dc8950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"adff754\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0de8d98\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"f9c01d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14fa65c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d843ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b0f6f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ed90de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f91f362\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ca6122d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e9a02d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6893b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d28585c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"9932684\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7c2f57\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4501925\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1c51ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"be47cc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d456132\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614},\"elements\":[{\"id\":\"ca7e4fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ed927de\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.877},\"elements\":[{\"id\":\"fdbb9fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.173},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(5172,940,'_elementor_page_assets','a:1:{s:6:\"styles\";a:8:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";}}'),(5350,964,'_elementor_data','[]'),(5178,941,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"caa0078\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"87f5b20\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf844fb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5171,940,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5179,941,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5180,941,'_elementor_page_assets','a:1:{s:6:\"styles\";a:8:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";}}'),(5181,942,'_elementor_edit_mode','builder'),(5182,942,'_elementor_template_type','wp-page'),(5183,942,'_elementor_version','3.6.8'),(5184,942,'_wp_page_template','default'),(5185,942,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"caa0078\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"87f5b20\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf844fb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8233,1345,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:39:\"2022/08/BrandArtist-Development-1-1.png\";s:8:\"filesize\";i:315191;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"BrandArtist-Development-1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33712;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"BrandArtist-Development-1-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:205387;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"BrandArtist-Development-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12164;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"BrandArtist-Development-1-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:137813;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:39:\"BrandArtist-Development-1-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11753;}s:5:\"50x50\";a:5:{s:4:\"file\";s:37:\"BrandArtist-Development-1-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2359;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:37:\"BrandArtist-Development-1-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4418;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:40:\"BrandArtist-Development-1-1-1500x860.png\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:283059;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:37:\"BrandArtist-Development-1-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5331;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:37:\"BrandArtist-Development-1-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4857;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:41:\"BrandArtist-Development-1-1-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:275593;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:40:\"BrandArtist-Development-1-1-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:191162;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:40:\"BrandArtist-Development-1-1-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:244145;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:40:\"BrandArtist-Development-1-1-1500x750.png\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:256919;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:39:\"BrandArtist-Development-1-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:185596;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:40:\"BrandArtist-Development-1-1-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:226577;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8232,1345,'_wp_attached_file','2022/08/BrandArtist-Development-1-1.png'),(164,25,'_form','<div class=\"column one\"><label>[text* your-name placeholder \"Name\"] </label></div>\n<div class=\"column one-second\"><label>[email* your-email placeholder \"Email\"]</label></div>\n<div class=\"column one-second\"><label>[text your-subject placeholder \"Subject\"]</label></div>\n<div class=\"column one\"><label>[text your-subject placeholder \"Details\"]</label></div>\n<div class=\"column one\"><label>[textarea your-message placeholder \"Your message\"] </label></div>\n<div class=\"column one\">[submit class:button_full_width \"Send a message\"]</div>'),(165,25,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:35:\"I\'d like to work with Indigo Disco!\";s:6:\"sender\";s:26:\"<example@indigo-disco.com>\";s:9:\"recipient\";s:25:\"<ashlee@indigo-disco.com>\";s:4:\"body\";s:22:\"Your message goes here\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(166,25,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(167,25,'_messages','a:22:{s:12:\"mail_sent_ok\";s:67:\"Thank you for interest in Indigo Disco! Your message 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.\";}'),(168,25,'_additional_settings',''),(169,25,'_locale','en_US'),(170,115,'slide_template',''),(171,115,'rs_page_bg_color',''),(172,115,'mfn-post-author','Rob Mals'),(173,115,'mfn-post-company','Grogers'),(174,116,'slide_template',''),(175,116,'rs_page_bg_color',''),(176,116,'mfn-post-author','Jenny Banks'),(177,116,'mfn-post-company','Dopel limited'),(178,117,'slide_template',''),(179,117,'rs_page_bg_color',''),(180,117,'mfn-post-author','Pamela Grets'),(181,117,'mfn-post-company','Sonus Inc.'),(182,118,'_menu_item_type','post_type'),(183,118,'_menu_item_menu_item_parent','0'),(184,118,'_menu_item_object_id','12'),(185,118,'_menu_item_object','page'),(186,118,'_menu_item_target',''),(187,118,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(188,118,'_menu_item_xfn',''),(189,118,'_menu_item_url',''),(9627,343,'_wp_old_date','2023-05-18'),(191,118,'menu-item-mfn-bg',''),(204,121,'_elementor_edit_mode','builder'),(205,121,'_elementor_template_type','kit'),(206,121,'_elementor_version','3.7.8'),(209,6,'_edit_lock','1659924542:2'),(254,131,'_elementor_edit_mode','builder'),(255,131,'_elementor_template_type','wp-page'),(256,131,'_elementor_version','3.0.13'),(257,131,'_wp_page_template','default'),(258,131,'_elementor_data','[{\"id\":\"bf2a027\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c636d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86523c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52dc3f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba01d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"f39eba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"256962d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"93cd0b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8725db6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97885c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ce71c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bcda20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7243d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f13395\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"865dfa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55e2857\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"966db52\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_link_hover\":\"#26B5AB\"},\"elements\":[{\"id\":\"da4ac49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911dc1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Ready to get started? <strong>\\u00a0<a style=\\\"color: #e6a94a;\\\" href=\\\"http:\\/\\/indigo-disco.com\\/contact\\/\\\">Get in touch.<\\/a><\\/strong><\\/h5>\",\"align\":\"center\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print-PORTRAIT.jpg\",\"id\":127},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"portfolio-list\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3b98938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da6b5da\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#5900BE\"},\"elements\":[{\"id\":\"5e8d3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-scroll-section-bg.jpg\",\"id\":27},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f1ddd7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d8f3b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"22f04d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bf7a439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b434b4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\">HOW IT WORKS<\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92a9b7a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e370b43\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"dad25e4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"06cc58b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a12ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"4248800\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0be2bb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"915973b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4912f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"cf7a703\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(217,121,'_edit_lock','1688976167:2'),(218,124,'_elementor_edit_mode','builder'),(219,124,'_elementor_template_type','kit'),(220,124,'_elementor_version','3.0.13'),(222,121,'_wp_page_template','default'),(223,121,'_elementor_page_settings','a:17:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#A8A8A8\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#9800FF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#16BAAE\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:3:{i:0;a:4:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Bungee Shade\";s:3:\"_id\";s:7:\"af6de36\";s:5:\"title\";s:22:\"New Typography Setting\";}i:1;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Centro\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:6:\"normal\";s:25:\"typography_text_transform\";s:4:\"none\";s:21:\"typography_font_style\";s:6:\"normal\";s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2b6b3b1\";s:5:\"title\";s:13:\"Site Headings\";}i:2;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Centro\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:6:\"normal\";s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"db1d368\";s:5:\"title\";s:15:\"Service Heading\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:12:\"Indigo Disco\";s:16:\"site_description\";s:44:\"Badass marketing services for badass humans.\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:23:\"button_hover_text_color\";s:7:\"#6F0CDF\";s:42:\"settings_page_transitions_background_color\";s:7:\"#000001\";s:40:\"settings_page_transitions_exit_animation\";s:7:\"fade-in\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:9:\"site_logo\";a:4:{s:3:\"url\";s:79:\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black.png\";s:2:\"id\";i:1135;s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:12:\"site_favicon\";a:4:{s:3:\"url\";s:82:\"https://indigo-disco.com/wp-content/uploads/2020/11/White-Indigo-Disco-Spakles.png\";s:2:\"id\";i:1192;s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:44:\"settings_page_transitions_entrance_animation\";s:8:\"fade-out\";}'),(234,126,'_wp_attached_file','2020/11/istockphoto-172191193-612x612-1.jpg'),(235,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:612;s:6:\"height\";i:403;s:4:\"file\";s:43:\"2020/11/istockphoto-172191193-612x612-1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"istockphoto-172191193-612x612-1-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"istockphoto-172191193-612x612-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"istockphoto-172191193-612x612-1-222x146.jpg\";s:5:\"width\";i:222;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:41:\"istockphoto-172191193-612x612-1-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:42:\"istockphoto-172191193-612x612-1-114x75.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:41:\"istockphoto-172191193-612x612-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:41:\"istockphoto-172191193-612x612-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:85:\"closeup of a disco ball with nice contrast of warm and cold colors in the reflections\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:11:\"Dirk Freder\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(224,121,'_elementor_data','[]'),(225,125,'_elementor_edit_mode','builder'),(226,125,'_elementor_template_type','kit'),(227,125,'_elementor_version','3.0.13'),(229,125,'_wp_page_template','default'),(230,125,'_elementor_page_settings','a:9:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#16BAAE\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:22:\"Indigo Disco Marketing\";s:16:\"site_description\";s:44:\"Badass marketing services for badass humans.\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;}'),(231,125,'_elementor_data','[]'),(236,127,'_wp_attached_file','2020/11/rainbow-disco-print-PORTRAIT.jpg'),(237,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:628;s:6:\"height\";i:884;s:4:\"file\";s:40:\"2020/11/rainbow-disco-print-PORTRAIT.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"rainbow-disco-print-PORTRAIT-213x300.jpg\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"rainbow-disco-print-PORTRAIT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"rainbow-disco-print-PORTRAIT-104x146.jpg\";s:5:\"width\";i:104;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:38:\"rainbow-disco-print-PORTRAIT-36x50.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"rainbow-disco-print-PORTRAIT-53x75.jpg\";s:5:\"width\";i:53;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:40:\"rainbow-disco-print-PORTRAIT-628x860.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:38:\"rainbow-disco-print-PORTRAIT-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:38:\"rainbow-disco-print-PORTRAIT-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:40:\"rainbow-disco-print-PORTRAIT-628x500.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:40:\"rainbow-disco-print-PORTRAIT-628x750.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:40:\"rainbow-disco-print-PORTRAIT-628x720.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:40:\"rainbow-disco-print-PORTRAIT-628x675.jpg\";s:5:\"width\";i:628;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:74:\"A horizontal image of colorful circles of light, reflecting bright colors.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:22:\"AngelMcNallphotography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:74:\"A horizontal image of colorful circles of light, reflecting bright colors.\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(243,129,'_elementor_edit_mode','builder'),(244,129,'_elementor_template_type','wp-page'),(245,129,'_elementor_version','2.9.13'),(246,129,'_wp_page_template','default'),(247,129,'_elementor_data','[{\"id\":\"bf2a027\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c636d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86523c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52dc3f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba01d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"f39eba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"256962d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"93cd0b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8725db6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97885c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ce71c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bcda20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7243d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f13395\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"865dfa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55e2857\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"966db52\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"da4ac49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911dc1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Lorem ipsum dolor sit amet consectetur <strong><a href=\\\"http://indigo-disco.com/contact\\/\\\" style=\\\"color:#e6a94a;\\\">Click here<\\/a><\\/strong><\\/h5>\",\"align\":\"center\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3b98938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da6b5da\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3E4044\"},\"elements\":[{\"id\":\"5e8d3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-scroll-section-bg.jpg\",\"id\":27},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f1ddd7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d8f3b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"22f04d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bf7a439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b434b4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\">HOW IT WORKS<\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92a9b7a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e370b43\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"dad25e4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"06cc58b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42c0166\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f29cc6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"745b1d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8dfb284\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dbb2124\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a56174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a192c4e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a12ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614},\"elements\":[{\"id\":\"4248800\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0be2bb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.877},\"elements\":[{\"id\":\"915973b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4912f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.173},\"elements\":[{\"id\":\"cf7a703\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(259,132,'_elementor_edit_mode','builder'),(260,132,'_elementor_template_type','wp-page'),(261,132,'_elementor_version','3.0.13'),(262,132,'_wp_page_template','default'),(263,132,'_elementor_data','[{\"id\":\"bf2a027\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c636d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86523c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52dc3f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba01d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"f39eba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"256962d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"93cd0b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8725db6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97885c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ce71c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bcda20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7243d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f13395\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"865dfa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55e2857\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"966db52\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_link_hover\":\"#26B5AB\"},\"elements\":[{\"id\":\"da4ac49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911dc1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Ready to get started? <strong>\\u00a0<a style=\\\"color: #e6a94a;\\\" href=\\\"http:\\/\\/indigo-disco.com\\/contact\\/\\\">Get in touch.<\\/a><\\/strong><\\/h5>\",\"align\":\"center\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print-PORTRAIT.jpg\",\"id\":127},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"portfolio-list\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3b98938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da6b5da\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#5900BE\"},\"elements\":[{\"id\":\"5e8d3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-scroll-section-bg.jpg\",\"id\":27},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f1ddd7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d8f3b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"22f04d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bf7a439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b434b4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\">HOW IT WORKS<\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92a9b7a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e370b43\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"dad25e4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"06cc58b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a12ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"4248800\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0be2bb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"915973b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4912f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"cf7a703\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(264,133,'_elementor_edit_mode','builder'),(265,133,'_elementor_template_type','wp-page'),(266,133,'_elementor_version','3.0.13'),(267,133,'_wp_page_template','default'),(268,133,'_elementor_data','[{\"id\":\"bf2a027\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c636d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86523c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52dc3f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba01d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"f39eba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"256962d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"93cd0b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8725db6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97885c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ce71c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bcda20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7243d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f13395\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"865dfa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55e2857\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"966db52\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_link_hover\":\"#26B5AB\"},\"elements\":[{\"id\":\"da4ac49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911dc1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Ready to get started? <strong>\\u00a0<a style=\\\"color: #e6a94a;\\\" href=\\\"http:\\/\\/indigo-disco.com\\/contact\\/\\\">Get in touch.<\\/a><\\/strong><\\/h5>\",\"align\":\"center\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print-PORTRAIT.jpg\",\"id\":127},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"portfolio-list\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3b98938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da6b5da\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#5900BE\"},\"elements\":[{\"id\":\"5e8d3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-scroll-section-bg.jpg\",\"id\":27},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f1ddd7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d8f3b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"22f04d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bf7a439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b434b4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\">HOW IT WORKS<\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92a9b7a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e370b43\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"dad25e4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"06cc58b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a12ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"4248800\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0be2bb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"915973b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4912f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"cf7a703\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(280,137,'_elementor_edit_mode','builder'),(281,137,'_elementor_template_type','wp-page'),(282,137,'_elementor_version','3.0.13'),(283,137,'_wp_page_template','default'),(284,137,'_elementor_data','[{\"id\":\"bf2a027\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c636d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86523c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52dc3f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba01d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"f39eba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"256962d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"93cd0b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8725db6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97885c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ce71c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bcda20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7243d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f13395\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"865dfa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55e2857\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"966db52\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_link_hover\":\"#26B5AB\"},\"elements\":[{\"id\":\"da4ac49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911dc1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Ready to get started? <strong>\\u00a0<a style=\\\"color: #e6a94a;\\\" href=\\\"http:\\/\\/indigo-disco.com\\/contact\\/\\\">Get in touch.<\\/a><\\/strong><\\/h5>\",\"align\":\"center\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print-PORTRAIT.jpg\",\"id\":127},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"portfolio-list\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3b98938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da6b5da\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#5900BE\"},\"elements\":[{\"id\":\"5e8d3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-scroll-section-bg.jpg\",\"id\":27},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f1ddd7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d8f3b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"22f04d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bf7a439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b434b4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\">HOW IT WORKS<\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92a9b7a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e370b43\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"dad25e4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"06cc58b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a12ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"4248800\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0be2bb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"915973b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4912f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"cf7a703\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(336,148,'_elementor_edit_mode','builder'),(337,148,'_elementor_template_type','wp-page'),(338,148,'_elementor_version','3.0.13'),(339,148,'_wp_page_template','default'),(340,148,'_elementor_data','[{\"id\":\"bf2a027\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c636d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86523c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52dc3f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba01d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"f39eba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"256962d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"93cd0b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8725db6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97885c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ce71c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bcda20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7243d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f13395\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"865dfa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55e2857\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"966db52\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_link_hover\":\"#26B5AB\"},\"elements\":[{\"id\":\"da4ac49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911dc1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Ready to get started? <strong>\\u00a0<a style=\\\"color: #e6a94a;\\\" href=\\\"http:\\/\\/indigo-disco.com\\/contact\\/\\\">Get in touch.<\\/a><\\/strong><\\/h5>\",\"align\":\"center\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>WHO WE ARE<\\/h6>\\n<h1>a woman owned &amp; operated agency<br>for badass artists + brands<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3b98938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>What we specialize in<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a12ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"4248800\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0be2bb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"915973b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4912f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"cf7a703\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(312,143,'_elementor_edit_mode','builder'),(313,143,'_elementor_template_type','wp-page'),(290,139,'_elementor_edit_mode','builder'),(291,139,'_elementor_template_type','wp-page'),(292,139,'_elementor_version','3.0.13'),(293,139,'_wp_page_template','default'),(294,139,'_elementor_data','[{\"id\":\"bf2a027\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c636d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86523c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52dc3f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba01d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"f39eba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"256962d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"93cd0b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8725db6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97885c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ce71c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bcda20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7243d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f13395\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"865dfa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55e2857\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"966db52\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_link_hover\":\"#26B5AB\"},\"elements\":[{\"id\":\"da4ac49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911dc1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Ready to get started? <strong>\\u00a0<a style=\\\"color: #e6a94a;\\\" href=\\\"http:\\/\\/indigo-disco.com\\/contact\\/\\\">Get in touch.<\\/a><\\/strong><\\/h5>\",\"align\":\"center\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print-PORTRAIT.jpg\",\"id\":127},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"portfolio-list\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3b98938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da6b5da\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#5900BE\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Psychedelic-portrait-background-dark.png\",\"id\":136},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":517,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"background_size\":\"contain\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_color_b\":\"#420E90\"},\"elements\":[{\"id\":\"5e8d3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-scroll-section-bg.jpg\",\"id\":27},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f1ddd7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d8f3b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"22f04d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bf7a439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b434b4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\"><strong>HOW IT WORKS<\\/strong><\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92a9b7a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e370b43\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FAFAFA\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"dad25e4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"06cc58b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a12ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"4248800\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0be2bb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"915973b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4912f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"cf7a703\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(276,135,'_wp_attached_file','2020/11/Psychedelic-portrait-background.png'),(277,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1400;s:4:\"file\";s:43:\"2020/11/Psychedelic-portrait-background.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Psychedelic-portrait-background-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Psychedelic-portrait-background-878x1024.png\";s:5:\"width\";i:878;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Psychedelic-portrait-background-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Psychedelic-portrait-background-768x896.png\";s:5:\"width\";i:768;s:6:\"height\";i:896;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Psychedelic-portrait-background-125x146.png\";s:5:\"width\";i:125;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:41:\"Psychedelic-portrait-background-43x50.png\";s:5:\"width\";i:43;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"Psychedelic-portrait-background-64x75.png\";s:5:\"width\";i:64;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:44:\"Psychedelic-portrait-background-1200x860.png\";s:5:\"width\";i:1200;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:41:\"Psychedelic-portrait-background-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:41:\"Psychedelic-portrait-background-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:45:\"Psychedelic-portrait-background-1200x1000.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:44:\"Psychedelic-portrait-background-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:44:\"Psychedelic-portrait-background-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:44:\"Psychedelic-portrait-background-1200x750.png\";s:5:\"width\";i:1200;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:43:\"Psychedelic-portrait-background-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:44:\"Psychedelic-portrait-background-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(278,136,'_wp_attached_file','2020/11/Psychedelic-portrait-background-dark.png'),(279,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1400;s:4:\"file\";s:48:\"2020/11/Psychedelic-portrait-background-dark.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Psychedelic-portrait-background-dark-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Psychedelic-portrait-background-dark-878x1024.png\";s:5:\"width\";i:878;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Psychedelic-portrait-background-dark-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:48:\"Psychedelic-portrait-background-dark-768x896.png\";s:5:\"width\";i:768;s:6:\"height\";i:896;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Psychedelic-portrait-background-dark-125x146.png\";s:5:\"width\";i:125;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:46:\"Psychedelic-portrait-background-dark-43x50.png\";s:5:\"width\";i:43;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:46:\"Psychedelic-portrait-background-dark-64x75.png\";s:5:\"width\";i:64;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:49:\"Psychedelic-portrait-background-dark-1200x860.png\";s:5:\"width\";i:1200;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:46:\"Psychedelic-portrait-background-dark-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:46:\"Psychedelic-portrait-background-dark-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:50:\"Psychedelic-portrait-background-dark-1200x1000.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:49:\"Psychedelic-portrait-background-dark-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:49:\"Psychedelic-portrait-background-dark-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:49:\"Psychedelic-portrait-background-dark-1200x750.png\";s:5:\"width\";i:1200;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:48:\"Psychedelic-portrait-background-dark-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:49:\"Psychedelic-portrait-background-dark-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(285,138,'_elementor_edit_mode','builder'),(286,138,'_elementor_template_type','wp-page'),(287,138,'_elementor_version','3.0.13'),(288,138,'_wp_page_template','default'),(289,138,'_elementor_data','[{\"id\":\"bf2a027\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c636d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86523c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52dc3f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba01d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"f39eba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"256962d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"93cd0b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8725db6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97885c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ce71c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bcda20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7243d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f13395\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"865dfa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55e2857\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"966db52\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_link_hover\":\"#26B5AB\"},\"elements\":[{\"id\":\"da4ac49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911dc1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Ready to get started? <strong>\\u00a0<a style=\\\"color: #e6a94a;\\\" href=\\\"http:\\/\\/indigo-disco.com\\/contact\\/\\\">Get in touch.<\\/a><\\/strong><\\/h5>\",\"align\":\"center\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print-PORTRAIT.jpg\",\"id\":127},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"portfolio-list\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3b98938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da6b5da\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#5900BE\"},\"elements\":[{\"id\":\"5e8d3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-scroll-section-bg.jpg\",\"id\":27},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f1ddd7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d8f3b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"22f04d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bf7a439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b434b4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\">HOW IT WORKS<\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92a9b7a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e370b43\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"dad25e4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"06cc58b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a12ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"4248800\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0be2bb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"915973b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4912f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"cf7a703\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(302,141,'_elementor_edit_mode','builder'),(303,141,'_elementor_template_type','wp-page'),(304,141,'_elementor_version','3.0.13'),(305,141,'_wp_page_template','default'),(306,141,'_elementor_data','[{\"id\":\"bf2a027\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c636d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86523c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52dc3f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba01d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"f39eba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"256962d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"93cd0b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8725db6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97885c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ce71c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bcda20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7243d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f13395\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"865dfa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55e2857\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"966db52\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_link_hover\":\"#26B5AB\"},\"elements\":[{\"id\":\"da4ac49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911dc1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Ready to get started? <strong>\\u00a0<a style=\\\"color: #e6a94a;\\\" href=\\\"http:\\/\\/indigo-disco.com\\/contact\\/\\\">Get in touch.<\\/a><\\/strong><\\/h5>\",\"align\":\"center\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print-PORTRAIT.jpg\",\"id\":127},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"portfolio-list\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3b98938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da6b5da\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#5900BE\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Psychedelic-portrait-background-dark.png\",\"id\":136},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":517,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"background_size\":\"contain\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_color_b\":\"#420E90\"},\"elements\":[{\"id\":\"5e8d3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-scroll-section-bg.jpg\",\"id\":27},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f1ddd7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d8f3b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"22f04d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bf7a439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b434b4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\"><strong>HOW IT WORKS<\\/strong><\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92a9b7a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e370b43\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FAFAFA\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"dad25e4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"06cc58b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a12ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"4248800\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0be2bb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"915973b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4912f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"cf7a703\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(318,144,'_wp_attached_file','2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png'),(326,146,'_elementor_edit_mode','builder'),(327,146,'_elementor_template_type','wp-page'),(328,146,'_elementor_version','3.0.13'),(329,146,'_wp_page_template','default'),(330,146,'_elementor_data','[{\"id\":\"bf2a027\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c636d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86523c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52dc3f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba01d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"f39eba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"256962d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"93cd0b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8725db6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97885c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ce71c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bcda20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7243d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f13395\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"865dfa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55e2857\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"966db52\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_link_hover\":\"#26B5AB\"},\"elements\":[{\"id\":\"da4ac49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911dc1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Ready to get started? <strong>\\u00a0<a style=\\\"color: #e6a94a;\\\" href=\\\"http:\\/\\/indigo-disco.com\\/contact\\/\\\">Get in touch.<\\/a><\\/strong><\\/h5>\",\"align\":\"center\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print-PORTRAIT.jpg\",\"id\":127},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"portfolio-list\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3b98938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da6b5da\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#5C16AC\",\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":517,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"background_size\":\"contain\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_color_b\":\"#420E90\"},\"elements\":[{\"id\":\"5e8d3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Psychedelic-portrait-background.png\",\"id\":135},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f1ddd7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d8f3b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"22f04d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bf7a439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b434b4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\"><strong>HOW IT WORKS<\\/strong><\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92a9b7a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e370b43\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FAFAFA\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"dad25e4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"06cc58b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a12ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"4248800\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0be2bb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"915973b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4912f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"cf7a703\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(314,143,'_elementor_version','3.0.13'),(315,143,'_wp_page_template','default'),(316,143,'_elementor_data','[{\"id\":\"bf2a027\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c636d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86523c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52dc3f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba01d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"f39eba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"256962d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"93cd0b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8725db6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97885c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ce71c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bcda20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7243d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f13395\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"865dfa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55e2857\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"966db52\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_link_hover\":\"#26B5AB\"},\"elements\":[{\"id\":\"da4ac49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911dc1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Ready to get started? <strong>\\u00a0<a style=\\\"color: #e6a94a;\\\" href=\\\"http:\\/\\/indigo-disco.com\\/contact\\/\\\">Get in touch.<\\/a><\\/strong><\\/h5>\",\"align\":\"center\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print-PORTRAIT.jpg\",\"id\":127},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"portfolio-list\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3b98938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da6b5da\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#5C16AC\",\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":517,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"background_size\":\"contain\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_color_b\":\"#420E90\"},\"elements\":[{\"id\":\"5e8d3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Psychedelic-portrait-background.png\",\"id\":135},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f1ddd7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d8f3b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"22f04d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bf7a439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b434b4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\"><strong>HOW IT WORKS<\\/strong><\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92a9b7a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e370b43\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FAFAFA\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"dad25e4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"06cc58b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a12ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"4248800\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0be2bb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"915973b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4912f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"cf7a703\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(307,142,'_elementor_edit_mode','builder'),(308,142,'_elementor_template_type','wp-page'),(309,142,'_elementor_version','3.0.13'),(310,142,'_wp_page_template','default'),(311,142,'_elementor_data','[{\"id\":\"bf2a027\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c636d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86523c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52dc3f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba01d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"f39eba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"256962d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"93cd0b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8725db6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97885c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ce71c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bcda20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7243d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f13395\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"865dfa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55e2857\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"966db52\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_link_hover\":\"#26B5AB\"},\"elements\":[{\"id\":\"da4ac49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911dc1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Ready to get started? <strong>\\u00a0<a style=\\\"color: #e6a94a;\\\" href=\\\"http:\\/\\/indigo-disco.com\\/contact\\/\\\">Get in touch.<\\/a><\\/strong><\\/h5>\",\"align\":\"center\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print-PORTRAIT.jpg\",\"id\":127},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"portfolio-list\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3b98938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da6b5da\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#5900BE\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Psychedelic-portrait-background-dark.png\",\"id\":136},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":517,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"background_size\":\"contain\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_color_b\":\"#420E90\"},\"elements\":[{\"id\":\"5e8d3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-scroll-section-bg.jpg\",\"id\":27},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f1ddd7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d8f3b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"22f04d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bf7a439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b434b4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\"><strong>HOW IT WORKS<\\/strong><\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92a9b7a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e370b43\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FAFAFA\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"dad25e4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"06cc58b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a12ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"4248800\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0be2bb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"915973b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4912f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"cf7a703\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(319,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:73:\"2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-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:60:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-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:58:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-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:58:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-1-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:60:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-1-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:60:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-1-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:58:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:56:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:56:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:59:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:56:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:56:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:60:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:59:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:59:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:59:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:58:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:59:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(386,167,'_elementor_edit_mode','builder'),(387,167,'_elementor_template_type','wp-page'),(388,167,'_elementor_version','3.0.13'),(389,167,'_wp_page_template','default'),(390,167,'_elementor_data','[{\"id\":\"bf2a027\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c636d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86523c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52dc3f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba01d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"f39eba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"256962d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"93cd0b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8725db6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97885c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ce71c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bcda20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7243d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f13395\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"865dfa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55e2857\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"966db52\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_link_hover\":\"#26B5AB\"},\"elements\":[{\"id\":\"da4ac49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911dc1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Ready to get started? <strong>\\u00a0<a style=\\\"color: #e6a94a;\\\" href=\\\"http:\\/\\/indigo-disco.com\\/contact\\/\\\">Get in touch.<\\/a><\\/strong><\\/h5>\",\"align\":\"center\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>WHO WE ARE<\\/h6>\\n<h1>a woman owned &amp; operated agency<br>for badass artists + brands<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3b98938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>What we specialize in<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a12ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"4248800\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0be2bb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"915973b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4912f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"cf7a703\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(343,149,'_wp_attached_file','2020/11/Untitled-design-15.png'),(344,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1200;s:4:\"file\";s:30:\"2020/11/Untitled-design-15.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled-design-15-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Untitled-design-15-1024x647.png\";s:5:\"width\";i:1024;s:6:\"height\";i:647;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-15-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:\"Untitled-design-15-768x485.png\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Untitled-design-15-1536x970.png\";s:5:\"width\";i:1536;s:6:\"height\";i:970;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-15-231x146.png\";s:5:\"width\";i:231;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"Untitled-design-15-50x32.png\";s:5:\"width\";i:50;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-15-119x75.png\";s:5:\"width\";i:119;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"Untitled-design-15-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"Untitled-design-15-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"Untitled-design-15-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"Untitled-design-15-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"Untitled-design-15-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"Untitled-design-15-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"Untitled-design-15-1900x750.png\";s:5:\"width\";i:1900;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"Untitled-design-15-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"Untitled-design-15-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(345,150,'_wp_attached_file','2020/11/Record-player-faded.png'),(346,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2020/11/Record-player-faded.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Record-player-faded-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Record-player-faded-1024x647.png\";s:5:\"width\";i:1024;s:6:\"height\";i:647;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Record-player-faded-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:31:\"Record-player-faded-768x485.png\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"Record-player-faded-1536x970.png\";s:5:\"width\";i:1536;s:6:\"height\";i:970;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Record-player-faded-231x146.png\";s:5:\"width\";i:231;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"Record-player-faded-50x32.png\";s:5:\"width\";i:50;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"Record-player-faded-119x75.png\";s:5:\"width\";i:119;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:32:\"Record-player-faded-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"Record-player-faded-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"Record-player-faded-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:33:\"Record-player-faded-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"Record-player-faded-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"Record-player-faded-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:32:\"Record-player-faded-1900x750.png\";s:5:\"width\";i:1900;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:31:\"Record-player-faded-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"Record-player-faded-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(331,147,'_elementor_edit_mode','builder'),(332,147,'_elementor_template_type','wp-page'),(333,147,'_elementor_version','3.0.13'),(334,147,'_wp_page_template','default'),(335,147,'_elementor_data','[{\"id\":\"bf2a027\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c636d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86523c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52dc3f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba01d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"f39eba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"256962d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"93cd0b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8725db6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97885c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ce71c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bcda20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7243d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f13395\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"865dfa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55e2857\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"966db52\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_link_hover\":\"#26B5AB\"},\"elements\":[{\"id\":\"da4ac49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911dc1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Ready to get started? <strong>\\u00a0<a style=\\\"color: #e6a94a;\\\" href=\\\"http:\\/\\/indigo-disco.com\\/contact\\/\\\">Get in touch.<\\/a><\\/strong><\\/h5>\",\"align\":\"center\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print-PORTRAIT.jpg\",\"id\":127},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"portfolio-list\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3b98938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"da6b5da\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#5C16AC\",\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"px\",\"size\":517,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":-347,\"sizes\":[]},\"background_size\":\"contain\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"background_overlay_color_b\":\"#420E90\"},\"elements\":[{\"id\":\"5e8d3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Psychedelic-portrait-background.png\",\"id\":135},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f1ddd7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d8f3b81\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"22f04d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bf7a439\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b434b4d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\"><strong>HOW IT WORKS<\\/strong><\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92a9b7a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e370b43\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FAFAFA\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"dad25e4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"title_color\":\"#0AE4E0\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"06cc58b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a12ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"4248800\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0be2bb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"915973b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4912f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"cf7a703\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(347,151,'_wp_attached_file','2020/11/Record-player-faded-short.png'),(348,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1058;s:4:\"file\";s:37:\"2020/11/Record-player-faded-short.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Record-player-faded-short-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Record-player-faded-short-1024x570.png\";s:5:\"width\";i:1024;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Record-player-faded-short-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Record-player-faded-short-768x428.png\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"Record-player-faded-short-1536x855.png\";s:5:\"width\";i:1536;s:6:\"height\";i:855;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Record-player-faded-short-260x146.png\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Record-player-faded-short-50x28.png\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Record-player-faded-short-135x75.png\";s:5:\"width\";i:135;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"Record-player-faded-short-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Record-player-faded-short-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Record-player-faded-short-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:39:\"Record-player-faded-short-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"Record-player-faded-short-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"Record-player-faded-short-768x1058.png\";s:5:\"width\";i:768;s:6:\"height\";i:1058;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"Record-player-faded-short-1900x750.png\";s:5:\"width\";i:1900;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"Record-player-faded-short-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"Record-player-faded-short-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(349,152,'_wp_attached_file','2020/11/Review-of-the-Sonus-Bonum-1.0.mp4'),(350,152,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:2754563;s:8:\"filesize\";i:1365967;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:4;s:16:\"length_formatted\";s:4:\"0:04\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:-2082844800;}'),(351,153,'_wp_attached_file','2020/11/Untitled-design.mp4'),(352,153,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:12066585;s:8:\"filesize\";i:43741420;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:29;s:16:\"length_formatted\";s:4:\"0:29\";s:5:\"width\";i:1900;s:6:\"height\";i:1200;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:-2082844800;}'),(353,154,'_wp_attached_file','2020/11/Untitled-design-1.mp4'),(354,154,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:12259719;s:8:\"filesize\";i:44441532;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:29;s:16:\"length_formatted\";s:4:\"0:29\";s:5:\"width\";i:1900;s:6:\"height\";i:1200;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:-2082844800;}'),(355,155,'_wp_attached_file','2020/11/Untitled-design-2.mp4'),(356,155,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:10499334;s:8:\"filesize\";i:26642109;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:20;s:16:\"length_formatted\";s:4:\"0:20\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:-2082844800;}'),(357,156,'_wp_attached_file','2020/11/WELCOME-TO-THE-DISCO.mp4'),(358,156,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:9214205;s:8:\"filesize\";i:23420256;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:20;s:16:\"length_formatted\";s:4:\"0:20\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:-2082844800;}'),(359,157,'_wp_attached_file','2020/11/Indigo-Disco-homepage.mov'),(360,157,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:63269115;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:35;s:16:\"length_formatted\";s:4:\"0:35\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:6:{s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:0:\"\";s:11:\"sample_rate\";d:7680;s:8:\"channels\";i:0;s:15:\"bits_per_sample\";i:30;s:8:\"lossless\";b:0;}s:17:\"created_timestamp\";i:1605805403;}'),(361,158,'_wp_attached_file','2020/11/Indigo-Disco-homepage2.mov'),(362,158,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:68629727;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:41;s:16:\"length_formatted\";s:4:\"0:41\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:6:{s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:0:\"\";s:11:\"sample_rate\";d:7680;s:8:\"channels\";i:0;s:15:\"bits_per_sample\";i:30;s:8:\"lossless\";b:0;}s:17:\"created_timestamp\";i:1605806754;}'),(363,159,'_wp_attached_file','2020/11/indigo-disco-white.png'),(364,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:30:\"2020/11/indigo-disco-white.png\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"indigo-disco-white-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:\"indigo-disco-white-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:\"indigo-disco-white-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:\"indigo-disco-white-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:32:\"indigo-disco-white-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:32:\"indigo-disco-white-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:30:\"indigo-disco-white-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"indigo-disco-white-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"indigo-disco-white-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"indigo-disco-white-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"indigo-disco-white-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"indigo-disco-white-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"indigo-disco-white-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"indigo-disco-white-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"indigo-disco-white-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"indigo-disco-white-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"indigo-disco-white-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"indigo-disco-white-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(365,160,'_wp_attached_file','2020/11/cropped-indigo-disco-white.png'),(366,160,'_wp_attachment_context','custom-logo'),(367,160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:38:\"2020/11/cropped-indigo-disco-white.png\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"cropped-indigo-disco-white-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:40:\"cropped-indigo-disco-white-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:38:\"cropped-indigo-disco-white-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"cropped-indigo-disco-white-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:40:\"cropped-indigo-disco-white-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:40:\"cropped-indigo-disco-white-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:38:\"cropped-indigo-disco-white-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"cropped-indigo-disco-white-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"cropped-indigo-disco-white-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:39:\"cropped-indigo-disco-white-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"cropped-indigo-disco-white-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"cropped-indigo-disco-white-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:40:\"cropped-indigo-disco-white-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"cropped-indigo-disco-white-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"cropped-indigo-disco-white-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:39:\"cropped-indigo-disco-white-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"cropped-indigo-disco-white-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"cropped-indigo-disco-white-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(370,162,'_wp_attached_file','2020/11/cropped-indigo-disco-white-1.png'),(371,162,'_wp_attachment_context','site-icon'),(372,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:40:\"2020/11/cropped-indigo-disco-white-1.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"cropped-indigo-disco-white-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"cropped-indigo-disco-white-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"cropped-indigo-disco-white-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:38:\"cropped-indigo-disco-white-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"cropped-indigo-disco-white-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:38:\"cropped-indigo-disco-white-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:38:\"cropped-indigo-disco-white-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:40:\"cropped-indigo-disco-white-1-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:40:\"cropped-indigo-disco-white-1-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-indigo-disco-white-1-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-indigo-disco-white-1-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-indigo-disco-white-1-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:{}}}'),(402,170,'_elementor_edit_mode','builder'),(403,170,'_elementor_template_type','wp-page'),(404,170,'_elementor_version','3.0.13'),(405,170,'_wp_page_template','default'),(406,170,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we specialize in\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"621df14\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00b1ce8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"289dc51\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  Services\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0554635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5aa2ca3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c61d11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wide\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":847,\"sizes\":[]}},\"elements\":[{\"id\":\"421e3e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d9fb6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is the heading\"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"42534d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is the heading\"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"5bdcf19\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is the heading\"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"17a3a81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(391,168,'_elementor_edit_mode','builder'),(392,168,'_elementor_template_type','wp-page'),(393,168,'_elementor_version','3.0.13'),(394,168,'_wp_page_template','default'),(395,168,'_elementor_data','[{\"id\":\"bf2a027\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c636d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"86523c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52dc3f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba01d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"f39eba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"256962d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"93cd0b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8725db6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"97885c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ce71c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"3bcda20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7243d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f13395\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"865dfa1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55e2857\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"966db52\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"color_link_hover\":\"#26B5AB\"},\"elements\":[{\"id\":\"da4ac49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"911dc1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>Ready to get started? <strong>\\u00a0<a style=\\\"color: #e6a94a;\\\" href=\\\"http:\\/\\/indigo-disco.com\\/contact\\/\\\">Get in touch.<\\/a><\\/strong><\\/h5>\",\"align\":\"center\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>WHO WE ARE<\\/h6>\\n<h1>a woman owned &amp; operated agency<br>for badass artists + brands<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3b98938\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>What we specialize in<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a12ed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"4248800\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0be2bb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"915973b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4912f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"cf7a703\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(407,171,'_elementor_edit_mode','builder'),(408,171,'_elementor_template_type','wp-page'),(409,171,'_elementor_version','3.0.13'),(410,171,'_wp_page_template','default'),(411,171,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we specialize in\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"621df14\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00b1ce8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"289dc51\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  Services\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0554635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5aa2ca3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c61d11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wide\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":847,\"sizes\":[]}},\"elements\":[{\"id\":\"421e3e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d9fb6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is the heading\"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"42534d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is the heading\"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"5bdcf19\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is the heading\"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"17a3a81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(412,172,'_elementor_edit_mode','builder'),(413,172,'_elementor_template_type','wp-page'),(414,172,'_elementor_version','3.0.13'),(415,172,'_wp_page_template','default'),(416,172,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we specialize in\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"621df14\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00b1ce8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"289dc51\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  Services\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0554635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5aa2ca3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c61d11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wide\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":847,\"sizes\":[]}},\"elements\":[{\"id\":\"421e3e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d9fb6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Marketing + Promotion \"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"42534d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing \"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"5bdcf19\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand Marketing\"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"17a3a81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(418,173,'_elementor_edit_mode','builder'),(419,173,'_elementor_template_type','wp-page'),(420,173,'_elementor_version','3.0.13'),(421,173,'_wp_page_template','default'),(422,173,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we specialize in\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"621df14\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00b1ce8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"289dc51\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  Services\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0554635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5aa2ca3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c61d11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wide\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":847,\"sizes\":[]}},\"elements\":[{\"id\":\"421e3e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d9fb6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Marketing + Promotion \"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"42534d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing \"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"5bdcf19\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand Marketing\"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"17a3a81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(423,174,'_elementor_edit_mode','builder'),(424,174,'_elementor_template_type','wp-page'),(425,174,'_elementor_version','3.0.13'),(426,174,'_wp_page_template','default'),(427,174,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we specialize in\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magnaac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"621df14\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00b1ce8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"289dc51\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  Services\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0554635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5aa2ca3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c61d11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a4d2aea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wide\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":847,\"sizes\":[]}},\"elements\":[{\"id\":\"421e3e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d9fb6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Marketing + Promotion \"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"42534d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital Marketing \"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"5bdcf19\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand Marketing\"},\"elements\":[],\"widgetType\":\"mfn_feature_box\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"17a3a81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(468,185,'_elementor_edit_mode','builder'),(469,185,'_elementor_template_type','wp-page'),(470,185,'_elementor_version','3.0.13'),(471,185,'_wp_page_template','default'),(472,185,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we specialize in\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"17a3a81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(461,183,'_wp_page_template','default'),(462,183,'_elementor_page_settings','a:10:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#A8A8A8\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#9800FF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#16BAAE\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:22:\"Indigo Disco Marketing\";s:16:\"site_description\";s:44:\"Badass marketing services for badass humans.\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:23:\"button_hover_text_color\";s:7:\"#00D6FF\";}'),(436,176,'_wp_attached_file','2020/11/indigo-disco-black-social-icon-1.png'),(437,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:44:\"2020/11/indigo-disco-black-social-icon-1.png\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"indigo-disco-black-social-icon-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:46:\"indigo-disco-black-social-icon-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:44:\"indigo-disco-black-social-icon-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:44:\"indigo-disco-black-social-icon-1-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:46:\"indigo-disco-black-social-icon-1-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:46:\"indigo-disco-black-social-icon-1-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:44:\"indigo-disco-black-social-icon-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:42:\"indigo-disco-black-social-icon-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:42:\"indigo-disco-black-social-icon-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:45:\"indigo-disco-black-social-icon-1-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:42:\"indigo-disco-black-social-icon-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:42:\"indigo-disco-black-social-icon-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:46:\"indigo-disco-black-social-icon-1-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:45:\"indigo-disco-black-social-icon-1-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:45:\"indigo-disco-black-social-icon-1-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:45:\"indigo-disco-black-social-icon-1-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:44:\"indigo-disco-black-social-icon-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:45:\"indigo-disco-black-social-icon-1-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(438,177,'_wp_attached_file','2020/11/cropped-indigo-disco-black-social-icon-1.png'),(439,177,'_wp_attachment_context','site-icon'),(440,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:52:\"2020/11/cropped-indigo-disco-black-social-icon-1.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"cropped-indigo-disco-black-social-icon-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"cropped-indigo-disco-black-social-icon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"cropped-indigo-disco-black-social-icon-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:50:\"cropped-indigo-disco-black-social-icon-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:50:\"cropped-indigo-disco-black-social-icon-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:50:\"cropped-indigo-disco-black-social-icon-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:50:\"cropped-indigo-disco-black-social-icon-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:52:\"cropped-indigo-disco-black-social-icon-1-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:52:\"cropped-indigo-disco-black-social-icon-1-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:52:\"cropped-indigo-disco-black-social-icon-1-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:52:\"cropped-indigo-disco-black-social-icon-1-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:50:\"cropped-indigo-disco-black-social-icon-1-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:{}}}'),(445,180,'_wp_attached_file','2020/11/cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png'),(446,180,'_wp_attachment_context','custom-logo'),(447,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2083;s:6:\"height\";i:2083;s:4:\"file\";s:66:\"2020/11/cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-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:68:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-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:66:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-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:66:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1-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:68:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1-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:68:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1-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:66:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:64:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:64:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:67:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:64:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:64:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:68:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:67:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:67:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:67:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:66:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:67:\"cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(450,144,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2083;s:6:\"height\";i:2083;s:4:\"file\";s:50:\"IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\";}}'),(451,182,'_elementor_edit_mode','builder'),(452,182,'_elementor_template_type','kit'),(453,182,'_elementor_version','3.0.13'),(454,182,'_wp_page_template','default'),(455,182,'_elementor_page_settings','a:10:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#16BAAE\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:22:\"Indigo Disco Marketing\";s:16:\"site_description\";s:44:\"Badass marketing services for badass humans.\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:23:\"button_hover_text_color\";s:7:\"#00D6FF\";}'),(456,182,'_elementor_data','[]'),(458,183,'_elementor_edit_mode','builder'),(459,183,'_elementor_template_type','kit'),(460,183,'_elementor_version','3.0.13'),(463,183,'_elementor_data','[]'),(474,186,'_elementor_edit_mode','builder'),(475,186,'_elementor_template_type','wp-page'),(476,186,'_elementor_version','3.0.13'),(477,186,'_wp_page_template','default'),(478,186,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we specialize in\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"17a3a81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(497,190,'_elementor_edit_mode','builder'),(480,187,'_elementor_edit_mode','builder'),(481,187,'_elementor_template_type','wp-page'),(482,187,'_elementor_version','3.0.13'),(483,187,'_wp_page_template','default'),(484,187,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we specialize in\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"17a3a81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(487,188,'_elementor_edit_mode','builder'),(488,188,'_elementor_template_type','wp-page'),(489,188,'_elementor_version','3.0.13'),(490,188,'_wp_page_template','default'),(491,188,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we specialize in\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"17a3a81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(492,189,'_elementor_edit_mode','builder'),(493,189,'_elementor_template_type','wp-page'),(494,189,'_elementor_version','3.0.13'),(495,189,'_wp_page_template','default'),(496,189,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we specialize in\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"17a3a81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Connect with us.<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_color\":\"#6A1515\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(499,190,'_elementor_version','3.0.13'),(500,190,'_wp_page_template','default'),(501,190,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we specialize in\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(503,191,'_elementor_edit_mode','builder'),(504,191,'_elementor_template_type','wp-page'),(505,191,'_elementor_version','3.0.13'),(506,191,'_wp_page_template','default'),(507,191,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we specialize in\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(508,192,'_elementor_edit_mode','builder'),(509,192,'_elementor_template_type','wp-page'),(510,192,'_elementor_version','3.0.13'),(511,192,'_wp_page_template','default'),(512,192,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What we specialize in\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(513,193,'_elementor_edit_mode','builder'),(514,193,'_elementor_template_type','wp-page'),(515,193,'_elementor_version','3.0.13'),(516,193,'_wp_page_template','default'),(517,193,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(527,196,'_elementor_edit_mode','builder'),(528,196,'_elementor_template_type','wp-page'),(529,196,'_elementor_version','3.0.13'),(530,196,'_wp_page_template','default'),(531,196,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(573,204,'_elementor_edit_mode','builder'),(574,204,'_elementor_template_type','wp-page'),(575,204,'_elementor_version','3.0.13'),(556,201,'_elementor_edit_mode','builder'),(537,198,'_elementor_edit_mode','builder'),(538,198,'_elementor_template_type','wp-page'),(539,198,'_elementor_version','3.0.13'),(540,198,'_wp_page_template','default'),(541,198,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3c104fc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(525,195,'_wp_attached_file','2020/11/Indigo-Disco-Mushroom-icon.png'),(526,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:611;s:4:\"file\";s:38:\"2020/11/Indigo-Disco-Mushroom-icon.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Indigo-Disco-Mushroom-icon-300x286.png\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Indigo-Disco-Mushroom-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Indigo-Disco-Mushroom-icon-153x146.png\";s:5:\"width\";i:153;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Indigo-Disco-Mushroom-icon-50x48.png\";s:5:\"width\";i:50;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Indigo-Disco-Mushroom-icon-79x75.png\";s:5:\"width\";i:79;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Indigo-Disco-Mushroom-icon-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Indigo-Disco-Mushroom-icon-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"Indigo-Disco-Mushroom-icon-640x500.png\";s:5:\"width\";i:640;s:6:\"height\";i:500;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:{}}}'),(532,197,'_elementor_edit_mode','builder'),(533,197,'_elementor_template_type','wp-page'),(534,197,'_elementor_version','3.0.13'),(535,197,'_wp_page_template','default'),(536,197,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"e6e7ae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5>#indgiodisco marketingatthedisco<\\/h5>\",\"align_mobile\":\"center\",\"text_color\":\"#7209AAF2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(544,199,'_elementor_edit_mode','builder'),(545,199,'_elementor_template_type','wp-page'),(546,199,'_elementor_version','3.0.13'),(547,199,'_wp_page_template','default'),(548,199,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3c104fc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(550,200,'_elementor_edit_mode','builder'),(551,200,'_elementor_template_type','wp-page'),(552,200,'_elementor_version','3.0.13'),(553,200,'_wp_page_template','default'),(554,200,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3c104fc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(557,201,'_elementor_template_type','wp-page'),(558,201,'_elementor_version','3.0.13'),(559,201,'_wp_page_template','default'),(560,201,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(563,202,'_elementor_edit_mode','builder'),(564,202,'_elementor_template_type','wp-page'),(565,202,'_elementor_version','3.0.13'),(566,202,'_wp_page_template','default'),(567,202,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(568,203,'_elementor_edit_mode','builder'),(569,203,'_elementor_template_type','wp-page'),(570,203,'_elementor_version','3.0.13'),(571,203,'_wp_page_template','default'),(572,203,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"c06a965\",\"social_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(576,204,'_wp_page_template','default'),(577,204,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(585,206,'_elementor_edit_mode','builder'),(586,206,'_elementor_template_type','wp-page'),(587,206,'_elementor_version','3.0.13'),(588,206,'_wp_page_template','default'),(589,206,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(621,215,'_elementor_version','3.0.13'),(622,215,'_wp_page_template','default'),(623,215,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(595,208,'_elementor_edit_mode','builder'),(596,208,'_elementor_template_type','wp-page'),(597,208,'_elementor_version','3.0.13'),(598,208,'_wp_page_template','default'),(599,208,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(590,207,'_elementor_edit_mode','builder'),(591,207,'_elementor_template_type','wp-page'),(592,207,'_elementor_version','3.0.13'),(593,207,'_wp_page_template','default'),(594,207,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(619,215,'_elementor_edit_mode','builder'),(620,215,'_elementor_template_type','wp-page'),(727,233,'_wp_page_template','default'),(728,233,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5d375b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"697ede7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0d55bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"62c8400\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"221f03e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f32771\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"b0dee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(631,217,'_elementor_edit_mode','builder'),(632,217,'_elementor_template_type','wp-page'),(633,217,'_elementor_version','3.0.13'),(634,217,'_wp_page_template','default'),(635,217,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Album + Single Releases\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(608,210,'_wp_attached_file','2020/11/Indigo-Disco-Mushroom-icon-1.png'),(609,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:611;s:4:\"file\";s:40:\"2020/11/Indigo-Disco-Mushroom-icon-1.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Indigo-Disco-Mushroom-icon-1-300x286.png\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Indigo-Disco-Mushroom-icon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Indigo-Disco-Mushroom-icon-1-153x146.png\";s:5:\"width\";i:153;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:38:\"Indigo-Disco-Mushroom-icon-1-50x48.png\";s:5:\"width\";i:50;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"Indigo-Disco-Mushroom-icon-1-79x75.png\";s:5:\"width\";i:79;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:38:\"Indigo-Disco-Mushroom-icon-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:38:\"Indigo-Disco-Mushroom-icon-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:40:\"Indigo-Disco-Mushroom-icon-1-640x500.png\";s:5:\"width\";i:640;s:6:\"height\";i:500;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:{}}}'),(610,211,'_wp_attached_file','2020/11/BW-Indigo-Disco-square-2.png'),(611,211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2020/11/BW-Indigo-Disco-square-2.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"BW-Indigo-Disco-square-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"BW-Indigo-Disco-square-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"BW-Indigo-Disco-square-2-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:\"BW-Indigo-Disco-square-2-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"BW-Indigo-Disco-square-2-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"BW-Indigo-Disco-square-2-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:37:\"BW-Indigo-Disco-square-2-1000x860.png\";s:5:\"width\";i:1000;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"BW-Indigo-Disco-square-2-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"BW-Indigo-Disco-square-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"BW-Indigo-Disco-square-2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:37:\"BW-Indigo-Disco-square-2-768x1000.png\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:37:\"BW-Indigo-Disco-square-2-1000x750.png\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"BW-Indigo-Disco-square-2-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"BW-Indigo-Disco-square-2-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;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:{}}}'),(612,212,'_wp_attached_file','2020/11/cropped-BW-Indigo-Disco-square-2.png'),(613,212,'_wp_attachment_context','site-icon'),(614,212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:44:\"2020/11/cropped-BW-Indigo-Disco-square-2.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"cropped-BW-Indigo-Disco-square-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"cropped-BW-Indigo-Disco-square-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"cropped-BW-Indigo-Disco-square-2-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:42:\"cropped-BW-Indigo-Disco-square-2-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:42:\"cropped-BW-Indigo-Disco-square-2-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:42:\"cropped-BW-Indigo-Disco-square-2-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:42:\"cropped-BW-Indigo-Disco-square-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:44:\"cropped-BW-Indigo-Disco-square-2-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:44:\"cropped-BW-Indigo-Disco-square-2-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:44:\"cropped-BW-Indigo-Disco-square-2-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:44:\"cropped-BW-Indigo-Disco-square-2-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:42:\"cropped-BW-Indigo-Disco-square-2-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:{}}}'),(617,214,'_wp_attached_file','2020/11/BW-Indigo-Disco-mushroom.png'),(618,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2020/11/BW-Indigo-Disco-mushroom.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"BW-Indigo-Disco-mushroom-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"BW-Indigo-Disco-mushroom-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"BW-Indigo-Disco-mushroom-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:\"BW-Indigo-Disco-mushroom-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"BW-Indigo-Disco-mushroom-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"BW-Indigo-Disco-mushroom-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:37:\"BW-Indigo-Disco-mushroom-1000x860.png\";s:5:\"width\";i:1000;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"BW-Indigo-Disco-mushroom-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"BW-Indigo-Disco-mushroom-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"BW-Indigo-Disco-mushroom-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:37:\"BW-Indigo-Disco-mushroom-768x1000.png\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:37:\"BW-Indigo-Disco-mushroom-1000x750.png\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"BW-Indigo-Disco-mushroom-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"BW-Indigo-Disco-mushroom-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;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:{}}}'),(625,216,'_elementor_edit_mode','builder'),(626,216,'_elementor_template_type','wp-page'),(627,216,'_elementor_version','3.0.13'),(628,216,'_wp_page_template','default'),(629,216,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Digital marketing\",\"selected_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Branding\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"a3008a8\",\"text\":\"List Item\",\"selected_icon\":{\"value\":\"fas fa-star-of-life\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08CED4\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(638,218,'_elementor_edit_mode','builder'),(639,218,'_elementor_template_type','wp-page'),(640,218,'_elementor_version','3.0.13'),(641,218,'_wp_page_template','default'),(642,218,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Album + Single Releases\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(643,219,'_elementor_edit_mode','builder'),(644,219,'_elementor_template_type','wp-page'),(645,219,'_elementor_version','3.0.13'),(646,219,'_wp_page_template','default'),(647,219,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Album + Single Releases\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#00C5C6\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(726,233,'_elementor_version','3.0.13'),(648,220,'_elementor_edit_mode','builder'),(649,220,'_elementor_template_type','wp-page'),(650,220,'_elementor_version','3.0.13'),(651,220,'_wp_page_template','default'),(652,220,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Album + Single Releases\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(656,222,'_elementor_edit_mode','builder'),(657,222,'_elementor_template_type','wp-page'),(658,222,'_elementor_version','3.0.13'),(659,222,'_wp_page_template','default'),(660,222,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Album + Single Releases\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(662,223,'_elementor_edit_mode','builder'),(663,223,'_elementor_template_type','wp-page'),(664,223,'_elementor_version','3.0.13'),(665,223,'_wp_page_template','default'),(666,223,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Album + Single Releases\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5097,925,'_wp_page_template','default'),(5098,925,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(668,224,'_elementor_edit_mode','builder'),(669,224,'_elementor_template_type','wp-page'),(670,224,'_elementor_version','3.0.13'),(671,224,'_wp_page_template','default'),(672,224,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Album + Single Releases\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5095,925,'_elementor_template_type','wp-page'),(5096,925,'_elementor_version','3.6.8'),(676,225,'_elementor_edit_mode','builder'),(677,225,'_elementor_template_type','wp-page'),(678,225,'_elementor_version','3.0.13'),(679,225,'_wp_page_template','default'),(680,225,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Album + Single Releases\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(682,226,'_elementor_edit_mode','builder'),(683,226,'_elementor_template_type','wp-page'),(684,226,'_elementor_version','3.0.13'),(685,226,'_wp_page_template','default'),(686,226,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Album + Single Releases\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5093,924,'_elementor_edit_mode','builder'),(5094,924,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(725,233,'_elementor_template_type','wp-page'),(688,227,'_elementor_edit_mode','builder'),(689,227,'_elementor_template_type','wp-page'),(690,227,'_elementor_version','3.0.13'),(691,227,'_wp_page_template','default'),(692,227,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Album + Single Releases\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(695,228,'_elementor_edit_mode','builder'),(696,228,'_elementor_template_type','wp-page'),(697,228,'_elementor_version','3.0.13'),(698,228,'_wp_page_template','default'),(699,228,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Album + Single Releases\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(700,229,'_elementor_edit_mode','builder'),(701,229,'_elementor_template_type','wp-page'),(702,229,'_elementor_version','3.0.13'),(703,229,'_wp_page_template','default'),(704,229,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who we are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Album + Single Releases\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(724,233,'_elementor_edit_mode','builder'),(705,230,'_elementor_edit_mode','builder'),(706,230,'_elementor_template_type','wp-page'),(707,230,'_elementor_version','3.0.13'),(708,230,'_wp_page_template','default'),(709,230,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(712,231,'_elementor_edit_mode','builder'),(713,231,'_elementor_template_type','wp-page'),(714,231,'_elementor_version','3.0.13'),(715,231,'_wp_page_template','default');
INSERT INTO `SFmlX6x_postmeta` VALUES (716,231,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(718,232,'_elementor_edit_mode','builder'),(719,232,'_elementor_template_type','wp-page'),(720,232,'_elementor_version','3.0.13'),(721,232,'_wp_page_template','default'),(722,232,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f4982e2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"010\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e94add0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[],\"isInner\":false},{\"id\":\"f832ac0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35499c5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rock Salt\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e853c25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"771fba9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1b1a100\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(739,235,'_elementor_edit_mode','builder'),(740,235,'_elementor_template_type','wp-page'),(741,235,'_elementor_version','3.0.13'),(742,235,'_wp_page_template','default'),(743,235,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5d375b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"697ede7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0d55bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"62c8400\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"221f03e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f32771\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"b0dee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(753,237,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d375b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"697ede7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0d55bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"62c8400\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"221f03e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f32771\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"b0dee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1198,298,'_elementor_edit_mode','builder'),(1199,298,'_elementor_template_type','wp-page'),(1200,298,'_elementor_version','3.0.13'),(1201,298,'_wp_page_template','default'),(1202,298,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(749,237,'_elementor_edit_mode','builder'),(750,237,'_elementor_template_type','wp-page'),(751,237,'_elementor_version','3.0.13'),(752,237,'_wp_page_template','default'),(744,236,'_elementor_edit_mode','builder'),(745,236,'_elementor_template_type','wp-page'),(746,236,'_elementor_version','3.0.13'),(747,236,'_wp_page_template','default'),(748,236,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5d375b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"697ede7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0d55bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"62c8400\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"221f03e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f32771\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"b0dee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1135,289,'_elementor_edit_mode','builder'),(1136,289,'_elementor_template_type','wp-page'),(1137,289,'_elementor_version','3.0.13'),(1138,289,'_wp_page_template','default'),(1139,289,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d375b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"697ede7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0d55bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"62c8400\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"221f03e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f32771\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"b0dee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5202,944,'_elementor_page_assets','a:1:{s:6:\"styles\";a:8:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";}}'),(5204,945,'_elementor_edit_mode','builder'),(5205,945,'_elementor_template_type','wp-page'),(5206,945,'_elementor_version','3.6.8'),(5207,945,'_wp_page_template','default'),(5208,945,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"caa0078\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"87f5b20\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf844fb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5164,939,'_elementor_page_assets','a:1:{s:6:\"styles\";a:8:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";}}'),(5212,946,'_elementor_edit_mode','builder'),(5166,940,'_elementor_edit_mode','builder'),(5167,940,'_elementor_template_type','wp-page'),(5168,940,'_elementor_version','3.6.8'),(5169,940,'_wp_page_template','default'),(5170,940,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"caa0078\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"87f5b20\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf844fb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(785,242,'_wp_attached_file','2020/11/Indigo-Disco-homepage2-1.mov'),(786,242,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:68629727;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:41;s:16:\"length_formatted\";s:4:\"0:41\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:6:{s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:0:\"\";s:11:\"sample_rate\";d:7680;s:8:\"channels\";i:0;s:15:\"bits_per_sample\";i:30;s:8:\"lossless\";b:0;}s:17:\"created_timestamp\";i:1605806754;}'),(796,8,'_edit_lock','1659923335:2'),(803,244,'_elementor_edit_mode','builder'),(804,244,'_elementor_template_type','wp-page'),(805,244,'_elementor_version','2.9.13'),(806,244,'_wp_page_template','default'),(807,244,'_elementor_data','[{\"id\":\"42831cf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"090\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"020\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2269908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d90627\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #000;\\\">OUR OFFER<\\/h6><h1>What can we do for you<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http://indigo-disco.com/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b465436\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d73bc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41af49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89ab47c\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614},\"elements\":[{\"id\":\"f8814e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.877},\"elements\":[{\"id\":\"5da64cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.173},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(854,252,'_elementor_edit_mode','builder'),(855,252,'_elementor_template_type','wp-page'),(856,252,'_elementor_version','3.0.13'),(857,252,'_wp_page_template','default'),(858,252,'_elementor_data','[{\"id\":\"42831cf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"090\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"020\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2269908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b465436\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d73bc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41af49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89ab47c\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"f8814e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"5da64cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(817,12,'_edit_lock','1659916533:2'),(824,247,'_elementor_edit_mode','builder'),(825,247,'_elementor_template_type','wp-page'),(826,247,'_elementor_version','2.9.13'),(827,247,'_wp_page_template','default'),(828,247,'_elementor_data','[{\"id\":\"c6ed732\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b63b404\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2cf8e6b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #000;\\\">ABOUT US<\\/h6><h1>We are an experienced<br \\/>team of financial experts<\\/h1>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7968ef4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"843a825\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf8dbe5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Etiam sagittis<\\/h4><p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8cb8454\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quatro perroni<\\/h4><p>Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p><p>Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet con.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8f7d6ea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"075\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42bbc9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dc8950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"adff754\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0de8d98\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"f9c01d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14fa65c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d843ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b0f6f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ed90de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f91f362\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ca6122d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e9a02d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6893b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d28585c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"9932684\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7c2f57\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4501925\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1c51ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"be47cc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d456132\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614},\"elements\":[{\"id\":\"ca7e4fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ed927de\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.877},\"elements\":[{\"id\":\"fdbb9fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.173},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(837,249,'_elementor_edit_mode','builder'),(838,249,'_elementor_template_type','wp-page'),(839,249,'_elementor_version','3.0.13'),(840,249,'_wp_page_template','default'),(841,249,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"843a825\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf8dbe5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Etiam sagittis<\\/h4><p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8cb8454\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quatro perroni<\\/h4><p>Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p><p>Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet con.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8f7d6ea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"075\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42bbc9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dc8950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"adff754\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0de8d98\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"f9c01d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14fa65c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d843ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b0f6f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ed90de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f91f362\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ca6122d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e9a02d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6893b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d28585c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"9932684\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7c2f57\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4501925\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1c51ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"be47cc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d456132\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"ca7e4fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ed927de\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"fdbb9fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(842,250,'_elementor_edit_mode','builder'),(843,250,'_elementor_template_type','wp-page'),(844,250,'_elementor_version','3.0.13'),(845,250,'_wp_page_template','default'),(846,250,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABOUT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"843a825\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf8dbe5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Etiam sagittis<\\/h4><p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8cb8454\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quatro perroni<\\/h4><p>Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p><p>Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet con.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8f7d6ea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"075\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42bbc9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dc8950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"adff754\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0de8d98\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"f9c01d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14fa65c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d843ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b0f6f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ed90de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f91f362\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ca6122d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e9a02d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6893b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d28585c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"9932684\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7c2f57\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4501925\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1c51ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"be47cc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d456132\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"ca7e4fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ed927de\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"fdbb9fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(847,251,'_elementor_edit_mode','builder'),(848,251,'_elementor_template_type','wp-page'),(849,251,'_elementor_version','3.0.13'),(850,251,'_wp_page_template','default'),(851,251,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"843a825\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf8dbe5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Etiam sagittis<\\/h4><p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8cb8454\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quatro perroni<\\/h4><p>Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p><p>Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet con.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8f7d6ea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"075\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42bbc9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dc8950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"adff754\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0de8d98\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"f9c01d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14fa65c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d843ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b0f6f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ed90de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f91f362\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ca6122d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e9a02d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6893b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d28585c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"9932684\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7c2f57\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4501925\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1c51ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"be47cc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d456132\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"ca7e4fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ed927de\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"fdbb9fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1166,293,'_elementor_edit_mode','builder'),(1167,293,'_elementor_template_type','wp-page'),(1168,293,'_elementor_version','3.0.13'),(1169,293,'_wp_page_template','default'),(1170,293,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"843a825\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf8dbe5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Etiam sagittis<\\/h4><p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8cb8454\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quatro perroni<\\/h4><p>Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p><p>Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet con.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8f7d6ea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"075\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42bbc9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dc8950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"adff754\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0de8d98\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"f9c01d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14fa65c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d843ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b0f6f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ed90de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f91f362\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ca6122d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e9a02d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6893b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d28585c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"9932684\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7c2f57\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4501925\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1c51ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"be47cc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d456132\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"ca7e4fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ed927de\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"fdbb9fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(860,253,'_elementor_edit_mode','builder'),(861,253,'_elementor_template_type','wp-page'),(862,253,'_elementor_version','3.0.13'),(863,253,'_wp_page_template','default'),(864,253,'_elementor_data','[{\"id\":\"42831cf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"090\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"020\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2269908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b465436\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d73bc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41af49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89ab47c\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"f8814e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"5da64cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1950,416,'_elementor_edit_mode','builder'),(1951,416,'_elementor_template_type','wp-page'),(1952,416,'_elementor_version','3.0.13'),(1953,416,'_wp_page_template','default'),(1954,416,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b465436\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d73bc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41af49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89ab47c\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"f8814e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"5da64cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(877,256,'_elementor_edit_mode','builder'),(878,256,'_elementor_template_type','wp-page'),(879,256,'_elementor_version','3.0.13'),(880,256,'_wp_page_template','default'),(881,256,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b465436\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d73bc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41af49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89ab47c\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"f8814e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"5da64cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(882,256,'_elementor_controls_usage','a:11:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:5:\"image\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:5;s:5:\"align\";i:1;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:12;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:12:\"align_mobile\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:7:\"divider\";i:1;s:13:\"divider_width\";i:1;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:4;s:3:\"gap\";i:4;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:3;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:8:\"progress\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_progress\";a:3:{s:5:\"title\";i:2;s:7:\"percent\";i:2;s:10:\"inner_text\";i:2;}}s:5:\"style\";a:1:{s:22:\"section_progress_style\";a:6:{s:9:\"bar_color\";i:2;s:12:\"bar_bg_color\";i:2;s:16:\"bar_inline_color\";i:2;s:31:\"bar_inner_typography_typography\";i:2;s:30:\"bar_inner_typography_font_size\";i:2;s:32:\"bar_inner_typography_font_weight\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:12:\"text_padding\";i:1;}}}}s:16:\"mfn_testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"advanced_section\";a:2:{s:5:\"style\";i:1;s:11:\"hide_photos\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:5:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(884,8,'_edit_last','2'),(885,8,'_wpb_vc_js_status','false'),(5201,944,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5186,942,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5187,942,'_elementor_page_assets','a:1:{s:6:\"styles\";a:8:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";}}'),(5188,943,'_elementor_edit_mode','builder'),(5189,943,'_elementor_template_type','wp-page'),(5190,943,'_elementor_version','3.6.8'),(5191,943,'_wp_page_template','default'),(5192,943,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"caa0078\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"87f5b20\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf844fb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5220,947,'_elementor_edit_mode','builder'),(5221,947,'_elementor_template_type','wp-page'),(5222,947,'_elementor_version','3.6.8'),(5223,947,'_wp_page_template','default'),(5196,944,'_elementor_edit_mode','builder'),(5197,944,'_elementor_template_type','wp-page'),(5198,944,'_elementor_version','3.6.8'),(5199,944,'_wp_page_template','default'),(5200,944,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"caa0078\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"87f5b20\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf844fb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5193,943,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5194,943,'_elementor_page_assets','a:1:{s:6:\"styles\";a:8:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";}}'),(1066,277,'_elementor_edit_mode','builder'),(1067,277,'_elementor_template_type','wp-page'),(1068,277,'_elementor_version','2.9.13'),(1069,277,'_wp_page_template','default'),(1070,277,'_elementor_data','[{\"id\":\"3635d90\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"090\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5129631\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d4d4c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #000;\\\">PRICING<\\/h6><h1>Choose your plan<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0636f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>PRICING PLAN<\\/h6>\\n<h2>Choose your plan<br>and star earning money today<\\/h2>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"40dbe1e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0031341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1b50b05\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"Basic\",\"price\":\"19\",\"currency\":\"$\",\"period\":\"\\/ monthly\",\"subtitle\":\"Praesent nec magna ac pede.\",\"content\":\"[divider height=\\\"15\\\"]\\n<ul>\\n \\t<li>Etiam imperdiet dolor<\\/li>\\n \\t<li>Nam tempor nisl<\\/li>\\n \\t<li>Fusce rutrum orci<\\/li>\\n \\t<li>Donec sed nibh ut<\\/li>\\n<\\/ul>\\n[divider height=\\\"15\\\"]\",\"link_title\":\"Vire more details\",\"link\":\"http://indigo-disco.com/offer\\/\",\"featured\":\"0\"},\"elements\":[],\"widgetType\":\"mfn_pricing\"}],\"isInner\":true},{\"id\":\"7830807\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1b71792\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"Basic\",\"price\":\"29\",\"currency\":\"$\",\"period\":\"\\/ monthly\",\"subtitle\":\"Praesent nec magna ac pede.\",\"content\":\"[divider height=\\\"15\\\"]\\n<ul>\\n \\t<li>Etiam imperdiet dolor<\\/li>\\n \\t<li>Nam tempor nisl<\\/li>\\n \\t<li>Fusce rutrum orci<\\/li>\\n \\t<li>Donec sed nibh ut<\\/li>\\n<\\/ul>\\n[divider height=\\\"15\\\"]\",\"link_title\":\"Vire more details\",\"link\":\"http://indigo-disco.com/offer\\/\",\"featured\":\"0\"},\"elements\":[],\"widgetType\":\"mfn_pricing\"}],\"isInner\":true},{\"id\":\"3e6b1c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1576604\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"Basic\",\"price\":\"59\",\"currency\":\"$\",\"period\":\"\\/ monthly\",\"subtitle\":\"Praesent nec magna ac pede.\",\"content\":\"[divider height=\\\"15\\\"]\\n<ul>\\n \\t<li>Etiam imperdiet dolor<\\/li>\\n \\t<li>Nam tempor nisl<\\/li>\\n \\t<li>Fusce rutrum orci<\\/li>\\n \\t<li>Donec sed nibh ut<\\/li>\\n<\\/ul>\\n[divider height=\\\"15\\\"]\",\"link_title\":\"Vire more details\",\"link\":\"http://indigo-disco.com/offer\\/\",\"featured\":\"0\"},\"elements\":[],\"widgetType\":\"mfn_pricing\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cfda67\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3E4044\"},\"elements\":[{\"id\":\"007b7ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-scroll-section-bg.jpg\",\"id\":27},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"9686c24\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":358,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b0b4153\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f9d3976\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b02a43\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\">HOW IT WORKS<\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484195\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7089829\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"851bade\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6a37a93\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"02d27c6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#4C4E52\",\"padding\":{\"unit\":\"px\",\"top\":\"075\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"273d201\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d3675de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>WRITE US<\\/h6><h2 style=\\\"color: #fff;\\\">Feel free to contact us<br \\/>for more details<\\/h2>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"479df90\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"background_color\":\"#E6A94A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"100\",\"bottom\":\"12\",\"left\":\"100\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"fe8eb04\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657c7d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e853e4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>CALL US TODAY<\\/h6><h3><span style=\\\"color: #ffffff;\\\">+43 600 495 949<\\/span><\\/h3>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"53ff83b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"965fd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>E-MAIL US<\\/h6><h3><span style=\\\"color: #ffffff;\\\">noreply@envato.com<\\/span><\\/h3>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cebf227\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f90629c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614},\"elements\":[{\"id\":\"108abcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d281327\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.877},\"elements\":[{\"id\":\"3c71d1f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dd9ffc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.173},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1062,275,'_wp_attached_file','2020/11/ProductCampaigns_IG-01-scaled.jpg'),(1063,275,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:41:\"2020/11/ProductCampaigns_IG-01-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"ProductCampaigns_IG-01-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:36:\"ProductCampaigns_IG-01-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:34:\"ProductCampaigns_IG-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"ProductCampaigns_IG-01-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:36:\"ProductCampaigns_IG-01-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:36:\"ProductCampaigns_IG-01-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"ProductCampaigns_IG-01-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"ProductCampaigns_IG-01-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"ProductCampaigns_IG-01-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:35:\"ProductCampaigns_IG-01-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"ProductCampaigns_IG-01-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"ProductCampaigns_IG-01-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:36:\"ProductCampaigns_IG-01-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"ProductCampaigns_IG-01-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:35:\"ProductCampaigns_IG-01-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:35:\"ProductCampaigns_IG-01-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:34:\"ProductCampaigns_IG-01-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"ProductCampaigns_IG-01-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:26:\"ProductCampaigns_IG-01.jpg\";}'),(1022,268,'_elementor_edit_mode','builder'),(1023,268,'_elementor_template_type','wp-page'),(1024,268,'_elementor_version','3.0.13'),(1025,268,'_wp_page_template','default'),(1026,268,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b465436\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d73bc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41af49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89ab47c\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"f8814e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"5da64cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1027,268,'_elementor_controls_usage','a:11:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:5:\"image\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:5;s:5:\"align\";i:1;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:12;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:12:\"align_mobile\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:7:\"divider\";i:1;s:13:\"divider_width\";i:1;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:4;s:3:\"gap\";i:4;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:3;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:8:\"progress\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_progress\";a:3:{s:5:\"title\";i:2;s:7:\"percent\";i:2;s:10:\"inner_text\";i:2;}}s:5:\"style\";a:1:{s:22:\"section_progress_style\";a:6:{s:9:\"bar_color\";i:2;s:12:\"bar_bg_color\";i:2;s:16:\"bar_inline_color\";i:2;s:31:\"bar_inner_typography_typography\";i:2;s:30:\"bar_inner_typography_font_size\";i:2;s:32:\"bar_inner_typography_font_weight\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:12:\"text_padding\";i:1;}}}}s:16:\"mfn_testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"advanced_section\";a:2:{s:5:\"style\";i:1;s:11:\"hide_photos\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:5:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(1029,10,'_edit_lock','1688976062:2'),(1030,269,'_elementor_edit_mode','builder'),(1031,269,'_elementor_template_type','wp-page'),(1032,269,'_elementor_version','2.9.13'),(1033,269,'_wp_page_template','default'),(1034,269,'_elementor_data','[{\"id\":\"3635d90\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"090\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5129631\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d4d4c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #000;\\\">PRICING<\\/h6><h1>Choose your plan<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0636f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>PRICING PLAN<\\/h6>\\n<h2>Choose your plan<br>and star earning money today<\\/h2>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"40dbe1e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0031341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1b50b05\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"Basic\",\"price\":\"19\",\"currency\":\"$\",\"period\":\"\\/ monthly\",\"subtitle\":\"Praesent nec magna ac pede.\",\"content\":\"[divider height=\\\"15\\\"]\\n<ul>\\n \\t<li>Etiam imperdiet dolor<\\/li>\\n \\t<li>Nam tempor nisl<\\/li>\\n \\t<li>Fusce rutrum orci<\\/li>\\n \\t<li>Donec sed nibh ut<\\/li>\\n<\\/ul>\\n[divider height=\\\"15\\\"]\",\"link_title\":\"Vire more details\",\"link\":\"http://indigo-disco.com/offer\\/\",\"featured\":\"0\"},\"elements\":[],\"widgetType\":\"mfn_pricing\"}],\"isInner\":true},{\"id\":\"7830807\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1b71792\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"Basic\",\"price\":\"29\",\"currency\":\"$\",\"period\":\"\\/ monthly\",\"subtitle\":\"Praesent nec magna ac pede.\",\"content\":\"[divider height=\\\"15\\\"]\\n<ul>\\n \\t<li>Etiam imperdiet dolor<\\/li>\\n \\t<li>Nam tempor nisl<\\/li>\\n \\t<li>Fusce rutrum orci<\\/li>\\n \\t<li>Donec sed nibh ut<\\/li>\\n<\\/ul>\\n[divider height=\\\"15\\\"]\",\"link_title\":\"Vire more details\",\"link\":\"http://indigo-disco.com/offer\\/\",\"featured\":\"0\"},\"elements\":[],\"widgetType\":\"mfn_pricing\"}],\"isInner\":true},{\"id\":\"3e6b1c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1576604\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"Basic\",\"price\":\"59\",\"currency\":\"$\",\"period\":\"\\/ monthly\",\"subtitle\":\"Praesent nec magna ac pede.\",\"content\":\"[divider height=\\\"15\\\"]\\n<ul>\\n \\t<li>Etiam imperdiet dolor<\\/li>\\n \\t<li>Nam tempor nisl<\\/li>\\n \\t<li>Fusce rutrum orci<\\/li>\\n \\t<li>Donec sed nibh ut<\\/li>\\n<\\/ul>\\n[divider height=\\\"15\\\"]\",\"link_title\":\"Vire more details\",\"link\":\"http://indigo-disco.com/offer\\/\",\"featured\":\"0\"},\"elements\":[],\"widgetType\":\"mfn_pricing\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cfda67\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3E4044\"},\"elements\":[{\"id\":\"007b7ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-scroll-section-bg.jpg\",\"id\":27},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"9686c24\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":358,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b0b4153\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f9d3976\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b02a43\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\">HOW IT WORKS<\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484195\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7089829\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"851bade\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6a37a93\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"02d27c6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#4C4E52\",\"padding\":{\"unit\":\"px\",\"top\":\"075\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"273d201\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d3675de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>WRITE US<\\/h6><h2 style=\\\"color: #fff;\\\">Feel free to contact us<br \\/>for more details<\\/h2>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"479df90\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"background_color\":\"#E6A94A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"100\",\"bottom\":\"12\",\"left\":\"100\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"fe8eb04\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657c7d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e853e4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>CALL US TODAY<\\/h6><h3><span style=\\\"color: #ffffff;\\\">+43 600 495 949<\\/span><\\/h3>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"53ff83b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"965fd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>E-MAIL US<\\/h6><h3><span style=\\\"color: #ffffff;\\\">noreply@envato.com<\\/span><\\/h3>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cebf227\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f90629c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614},\"elements\":[{\"id\":\"108abcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d281327\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.877},\"elements\":[{\"id\":\"3c71d1f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dd9ffc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.173},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1035,269,'_elementor_controls_usage','a:8:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:6;s:12:\"align_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:13;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:5;s:3:\"gap\";i:5;s:6:\"layout\";i:1;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:12:\"space_mobile\";i:3;s:5:\"space\";i:3;}}}}s:11:\"mfn_pricing\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:15:\"content_section\";a:4:{s:5:\"image\";i:3;s:5:\"title\";i:3;s:5:\"price\";i:3;s:6:\"period\";i:3;}s:19:\"description_section\";a:2:{s:8:\"subtitle\";i:3;s:7:\"content\";i:3;}s:14:\"button_section\";a:2:{s:10:\"link_title\";i:3;s:4:\"link\";i:3;}s:16:\"advanced_section\";a:1:{s:8:\"featured\";i:3;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:3;s:4:\"view\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:8:\"position\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:5:{s:13:\"primary_color\";i:3;s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:3;s:12:\"icon_padding\";i:3;s:12:\"border_width\";i:3;}s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:17:\"description_color\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:5:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(1037,10,'_edit_last','2'),(1038,10,'_wpb_vc_js_status','false'),(1039,270,'_wp_attached_file','2020/11/ReleaseCampaigns_IG-01-scaled.jpg'),(1040,270,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:41:\"2020/11/ReleaseCampaigns_IG-01-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"ReleaseCampaigns_IG-01-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:36:\"ReleaseCampaigns_IG-01-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:34:\"ReleaseCampaigns_IG-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"ReleaseCampaigns_IG-01-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:36:\"ReleaseCampaigns_IG-01-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:36:\"ReleaseCampaigns_IG-01-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"ReleaseCampaigns_IG-01-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"ReleaseCampaigns_IG-01-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"ReleaseCampaigns_IG-01-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:35:\"ReleaseCampaigns_IG-01-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"ReleaseCampaigns_IG-01-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"ReleaseCampaigns_IG-01-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:36:\"ReleaseCampaigns_IG-01-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"ReleaseCampaigns_IG-01-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:35:\"ReleaseCampaigns_IG-01-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:35:\"ReleaseCampaigns_IG-01-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:34:\"ReleaseCampaigns_IG-01-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"ReleaseCampaigns_IG-01-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:26:\"ReleaseCampaigns_IG-01.jpg\";}'),(1041,271,'_elementor_edit_mode','builder'),(1042,271,'_elementor_template_type','section'),(1043,271,'_elementor_version','3.0.13'),(1044,272,'_elementor_edit_mode','builder'),(1045,272,'_elementor_template_type','section'),(1046,272,'_elementor_version','3.0.13'),(1047,271,'_wp_page_template','default'),(1048,271,'_elementor_data','[{\"id\":\"7b5e9b7d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3E4044\"},\"elements\":[{\"id\":\"3b6cd46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-scroll-section-bg.jpg\",\"id\":27},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"7fe17a08\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":358,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4d62abfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2d066ae7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6bcf2e11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\">HOW IT WORKS<\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7aa34e74\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2c5eaf5f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"5a215632\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3203c00f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1049,273,'_elementor_edit_mode','builder'),(1050,273,'_elementor_template_type','section'),(1051,273,'_elementor_version','3.0.13'),(1052,273,'_wp_page_template','default'),(1053,273,'_elementor_data','[{\"id\":\"7b5e9b7d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3E4044\"},\"elements\":[{\"id\":\"3b6cd46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-scroll-section-bg.jpg\",\"id\":27},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"7fe17a08\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":358,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4d62abfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2d066ae7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6bcf2e11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\">HOW IT WORKS<\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7aa34e74\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2c5eaf5f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"5a215632\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3203c00f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1054,271,'_elementor_controls_usage','a:5:{s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:3;s:4:\"view\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:8:\"position\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:5:{s:13:\"primary_color\";i:3;s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:3;s:12:\"icon_padding\";i:3;s:12:\"border_width\";i:3;}s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:17:\"description_color\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}}'),(5091,924,'_thumbnail_id','909'),(5092,924,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:12;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:2;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(1112,285,'_elementor_edit_mode','builder'),(1113,285,'_elementor_template_type','wp-page'),(1114,285,'_elementor_version','3.0.13'),(1115,285,'_wp_page_template','default'),(1116,285,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ebba01\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S BE FRIENDS\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1095,282,'_elementor_edit_mode','builder'),(1096,282,'_elementor_template_type','wp-page'),(1097,282,'_elementor_version','3.0.13'),(1098,282,'_wp_page_template','default'),(1099,282,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cebf227\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f90629c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"108abcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d281327\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"3c71d1f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dd9ffc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1064,276,'_wp_attached_file','2020/11/aLaCarte_IG-01-scaled.jpg'),(1065,276,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:33:\"2020/11/aLaCarte_IG-01-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"aLaCarte_IG-01-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:28:\"aLaCarte_IG-01-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:26:\"aLaCarte_IG-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"aLaCarte_IG-01-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:28:\"aLaCarte_IG-01-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:28:\"aLaCarte_IG-01-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"aLaCarte_IG-01-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"aLaCarte_IG-01-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:24:\"aLaCarte_IG-01-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:27:\"aLaCarte_IG-01-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"aLaCarte_IG-01-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"aLaCarte_IG-01-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:28:\"aLaCarte_IG-01-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"aLaCarte_IG-01-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:27:\"aLaCarte_IG-01-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:27:\"aLaCarte_IG-01-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:26:\"aLaCarte_IG-01-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"aLaCarte_IG-01-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:18:\"aLaCarte_IG-01.jpg\";}'),(1089,281,'_elementor_edit_mode','builder'),(1090,281,'_elementor_template_type','wp-page'),(1091,281,'_elementor_version','3.0.13'),(1092,281,'_wp_page_template','default'),(1093,281,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cebf227\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f90629c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"108abcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d281327\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"3c71d1f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dd9ffc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1071,278,'_elementor_edit_mode','builder'),(1072,278,'_elementor_template_type','wp-page'),(1073,278,'_elementor_version','2.9.13'),(1074,278,'_wp_page_template','default'),(1075,278,'_elementor_data','[{\"id\":\"3635d90\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"090\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5129631\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d4d4c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #000;\\\">PRICING<\\/h6><h1>Choose your plan<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0636f2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>PRICING PLAN<\\/h6>\\n<h2>Choose your plan<br>and star earning money today<\\/h2>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"40dbe1e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0031341\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1b50b05\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"Basic\",\"price\":\"19\",\"currency\":\"$\",\"period\":\"\\/ monthly\",\"subtitle\":\"Praesent nec magna ac pede.\",\"content\":\"[divider height=\\\"15\\\"]\\n<ul>\\n \\t<li>Etiam imperdiet dolor<\\/li>\\n \\t<li>Nam tempor nisl<\\/li>\\n \\t<li>Fusce rutrum orci<\\/li>\\n \\t<li>Donec sed nibh ut<\\/li>\\n<\\/ul>\\n[divider height=\\\"15\\\"]\",\"link_title\":\"Vire more details\",\"link\":\"http://indigo-disco.com/offer\\/\",\"featured\":\"0\"},\"elements\":[],\"widgetType\":\"mfn_pricing\"}],\"isInner\":true},{\"id\":\"7830807\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1b71792\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"Basic\",\"price\":\"29\",\"currency\":\"$\",\"period\":\"\\/ monthly\",\"subtitle\":\"Praesent nec magna ac pede.\",\"content\":\"[divider height=\\\"15\\\"]\\n<ul>\\n \\t<li>Etiam imperdiet dolor<\\/li>\\n \\t<li>Nam tempor nisl<\\/li>\\n \\t<li>Fusce rutrum orci<\\/li>\\n \\t<li>Donec sed nibh ut<\\/li>\\n<\\/ul>\\n[divider height=\\\"15\\\"]\",\"link_title\":\"Vire more details\",\"link\":\"http://indigo-disco.com/offer\\/\",\"featured\":\"0\"},\"elements\":[],\"widgetType\":\"mfn_pricing\"}],\"isInner\":true},{\"id\":\"3e6b1c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1576604\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title\":\"Basic\",\"price\":\"59\",\"currency\":\"$\",\"period\":\"\\/ monthly\",\"subtitle\":\"Praesent nec magna ac pede.\",\"content\":\"[divider height=\\\"15\\\"]\\n<ul>\\n \\t<li>Etiam imperdiet dolor<\\/li>\\n \\t<li>Nam tempor nisl<\\/li>\\n \\t<li>Fusce rutrum orci<\\/li>\\n \\t<li>Donec sed nibh ut<\\/li>\\n<\\/ul>\\n[divider height=\\\"15\\\"]\",\"link_title\":\"Vire more details\",\"link\":\"http://indigo-disco.com/offer\\/\",\"featured\":\"0\"},\"elements\":[],\"widgetType\":\"mfn_pricing\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cfda67\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3E4044\"},\"elements\":[{\"id\":\"007b7ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"http://indigo-disco.com/wp-content\\/uploads\\/2020\\/06\\/biz3-home-scroll-section-bg.jpg\",\"id\":27},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"9686c24\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":358,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"b0b4153\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f9d3976\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b02a43\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"color: #fff;\\\">HOW IT WORKS<\\/h6><h1 style=\\\"color: #e6a94a;\\\">Join us with three<br \\/>easy steps<\\/h1>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484195\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7089829\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"851bade\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Quantum porter\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.\",\"position\":\"left\",\"title_size\":\"h4\",\"primary_color\":\"#E6A94A\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"description_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"05\",\"bottom\":\"3\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6a37a93\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"02d27c6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#4C4E52\",\"padding\":{\"unit\":\"px\",\"top\":\"075\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"273d201\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d3675de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>WRITE US<\\/h6><h2 style=\\\"color: #fff;\\\">Feel free to contact us<br \\/>for more details<\\/h2>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"479df90\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"background_color\":\"#E6A94A\",\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"100\",\"bottom\":\"12\",\"left\":\"100\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"fe8eb04\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657c7d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e853e4e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>CALL US TODAY<\\/h6><h3><span style=\\\"color: #ffffff;\\\">+43 600 495 949<\\/span><\\/h3>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"53ff83b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"965fd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>E-MAIL US<\\/h6><h3><span style=\\\"color: #ffffff;\\\">noreply@envato.com<\\/span><\\/h3>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cebf227\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f90629c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614},\"elements\":[{\"id\":\"108abcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d281327\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.877},\"elements\":[{\"id\":\"3c71d1f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dd9ffc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.173},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1102,283,'_elementor_edit_mode','builder'),(1103,283,'_elementor_template_type','wp-page'),(1104,283,'_elementor_version','3.0.13'),(1105,283,'_wp_page_template','default'),(1106,283,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cebf227\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f90629c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"108abcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d281327\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"3c71d1f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dd9ffc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1107,284,'_elementor_edit_mode','builder'),(1108,284,'_elementor_template_type','wp-page'),(1109,284,'_elementor_version','3.0.13'),(1110,284,'_wp_page_template','default'),(1111,284,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cebf227\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f90629c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"108abcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d281327\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"3c71d1f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dd9ffc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1118,286,'_elementor_edit_mode','builder'),(1119,286,'_elementor_template_type','wp-page'),(1120,286,'_elementor_version','3.0.13'),(1121,286,'_wp_page_template','default'),(1122,286,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ebba01\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S BE FRIENDS\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1123,287,'_elementor_edit_mode','builder'),(1124,287,'_elementor_template_type','wp-page'),(1125,287,'_elementor_version','3.0.13'),(1126,287,'_wp_page_template','default'),(1127,287,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ebba01\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S BE FRIENDS\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1128,288,'_elementor_edit_mode','builder'),(1129,288,'_elementor_template_type','wp-page'),(1130,288,'_elementor_version','3.0.13'),(1131,288,'_wp_page_template','default'),(1132,288,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ebba01\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S BE FRIENDS\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1206,299,'_elementor_edit_mode','builder'),(1207,299,'_elementor_template_type','wp-page'),(1208,299,'_elementor_version','3.0.13'),(1209,299,'_wp_page_template','default'),(1210,299,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ebba01\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S BE FRIENDS\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1141,290,'_elementor_edit_mode','builder'),(1142,290,'_elementor_template_type','wp-page'),(1143,290,'_elementor_version','3.0.13'),(1144,290,'_wp_page_template','default'),(1145,290,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d375b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"697ede7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0d55bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"62c8400\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"221f03e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f32771\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"b0dee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1147,291,'_elementor_edit_mode','builder'),(1148,291,'_elementor_template_type','wp-page'),(1149,291,'_elementor_version','3.0.13'),(1150,291,'_wp_page_template','default'),(1151,291,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d375b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"697ede7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0d55bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"62c8400\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"221f03e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f32771\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"b0dee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1186,296,'_elementor_edit_mode','builder'),(1187,296,'_elementor_template_type','wp-page'),(1188,296,'_elementor_version','3.0.13'),(1189,296,'_wp_page_template','default'),(1190,296,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d375b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"697ede7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0d55bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"62c8400\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"221f03e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f32771\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"b0dee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1155,292,'_menu_item_type','post_type'),(1156,292,'_menu_item_menu_item_parent','0'),(1157,292,'_menu_item_object_id','10'),(1158,292,'_menu_item_object','page'),(1159,292,'_menu_item_target',''),(1160,292,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1161,292,'_menu_item_xfn',''),(1162,292,'_menu_item_url',''),(9626,118,'_wp_old_date','2023-05-18'),(1165,292,'menu-item-mfn-bg',''),(1172,294,'_elementor_edit_mode','builder'),(1173,294,'_elementor_template_type','wp-page'),(1174,294,'_elementor_version','3.0.13'),(1175,294,'_wp_page_template','default'),(1176,294,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"843a825\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>OUR OFFER<\\/h6><h1>Check what can we do for you<br \\/>and your business<\\/h1>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cf8dbe5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Etiam sagittis<\\/h4><p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8cb8454\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quatro perroni<\\/h4><p>Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p><p>Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet con.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8f7d6ea\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"075\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"42bbc9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4dc8950\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"adff754\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0de8d98\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\"},\"elements\":[{\"id\":\"f9c01d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"14fa65c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Why choose us?<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br \\/>luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d843ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b0f6f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ed90de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon1.png\",\"id\":35},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f91f362\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Quantum porter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ca6122d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e9a02d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon2.png\",\"id\":36},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6893b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Veri materni<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d28585c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"9932684\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon3.png\",\"id\":37},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7c2f57\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Postra monter<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4501925\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E6A94A\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":54,\"spread\":1,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1c51ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-icon4.png\",\"id\":34},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"be47cc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4>Elis parae<\\/h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"d456132\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"ca7e4fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ed927de\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"fdbb9fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1226,302,'_elementor_edit_mode','builder'),(1227,302,'_elementor_template_type','wp-page'),(1228,302,'_elementor_version','3.0.13'),(1229,302,'_wp_page_template','default'),(1230,302,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f42926b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1192,297,'_elementor_edit_mode','builder'),(1193,297,'_elementor_template_type','wp-page'),(1194,297,'_elementor_version','3.0.13'),(1195,297,'_wp_page_template','default'),(1196,297,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d375b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"697ede7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0d55bde\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"62c8400\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0e588b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-Mushroom-icon.png\",\"id\":195},\"image_size\":\"blog-navi\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"221f03e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65d1c69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f32771\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"b0dee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1266,308,'_elementor_edit_mode','builder'),(1267,308,'_elementor_template_type','wp-page'),(1268,308,'_elementor_version','3.0.13'),(1269,308,'_wp_page_template','default'),(1270,308,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1212,300,'_elementor_edit_mode','builder'),(1213,300,'_elementor_template_type','wp-page'),(1214,300,'_elementor_version','3.0.13'),(1215,300,'_wp_page_template','default'),(1216,300,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ebba01\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S BE FRIENDS\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1218,301,'_elementor_edit_mode','builder'),(1219,301,'_elementor_template_type','wp-page'),(1220,301,'_elementor_version','3.0.13'),(1221,301,'_wp_page_template','default'),(1222,301,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ebba01\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1246,305,'_elementor_edit_mode','builder'),(1247,305,'_elementor_template_type','wp-page'),(1248,305,'_elementor_version','3.0.13'),(1249,305,'_wp_page_template','default'),(1250,305,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ebba01\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1232,303,'_elementor_edit_mode','builder'),(1233,303,'_elementor_template_type','wp-page'),(1234,303,'_elementor_version','3.0.13'),(1235,303,'_wp_page_template','default'),(1236,303,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f42926b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1238,304,'_elementor_edit_mode','builder'),(1239,304,'_elementor_template_type','wp-page'),(1240,304,'_elementor_version','3.0.13'),(1241,304,'_wp_page_template','default'),(1242,304,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f42926b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1372,325,'_elementor_edit_mode','builder'),(1373,325,'_elementor_template_type','wp-page'),(1374,325,'_elementor_version','3.0.13'),(1375,325,'_wp_page_template','default'),(1376,325,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f42926b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1252,306,'_elementor_edit_mode','builder'),(1253,306,'_elementor_template_type','wp-page'),(1254,306,'_elementor_version','3.0.13'),(1255,306,'_wp_page_template','default'),(1256,306,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ebba01\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1258,307,'_elementor_edit_mode','builder'),(1259,307,'_elementor_template_type','wp-page'),(1260,307,'_elementor_version','3.0.13'),(1261,307,'_wp_page_template','default'),(1262,307,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ebba01\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1392,328,'_elementor_edit_mode','builder'),(1393,328,'_elementor_template_type','wp-page'),(1394,328,'_elementor_version','3.0.13'),(1395,328,'_wp_page_template','default'),(1396,328,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ebba01\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1272,309,'_elementor_edit_mode','builder'),(1273,309,'_elementor_template_type','wp-page'),(1274,309,'_elementor_version','3.0.13'),(1275,309,'_wp_page_template','default'),(1276,309,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"5dba451\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1278,310,'_elementor_edit_mode','builder'),(1279,310,'_elementor_template_type','wp-page'),(1280,310,'_elementor_version','3.0.13'),(1281,310,'_wp_page_template','default'),(1282,310,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1285,311,'_elementor_edit_mode','builder'),(1286,311,'_elementor_template_type','wp-page'),(1287,311,'_elementor_version','3.0.13'),(1288,311,'_wp_page_template','default'),(1289,311,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1290,312,'_elementor_edit_mode','builder'),(1291,312,'_elementor_template_type','wp-page'),(1292,312,'_elementor_version','3.0.13'),(1293,312,'_wp_page_template','default'),(1294,312,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1295,313,'_elementor_edit_mode','builder'),(1296,313,'_elementor_template_type','wp-page'),(1297,313,'_elementor_version','3.0.13'),(1298,313,'_wp_page_template','default'),(1299,313,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\"},\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1302,314,'_elementor_edit_mode','builder'),(1303,314,'_elementor_template_type','wp-page'),(1304,314,'_elementor_version','3.0.13'),(1305,314,'_wp_page_template','default'),(1306,314,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\"},\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1308,315,'_elementor_edit_mode','builder'),(1309,315,'_elementor_template_type','wp-page'),(1310,315,'_elementor_version','3.0.13'),(1311,315,'_wp_page_template','default'),(1312,315,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\"},\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1314,316,'_elementor_edit_mode','builder'),(1315,316,'_elementor_template_type','wp-page'),(1316,316,'_elementor_version','3.0.13'),(1317,316,'_wp_page_template','default'),(1318,316,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\"},\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1419,332,'_elementor_edit_mode','builder'),(1420,332,'_elementor_template_type','wp-page'),(1421,332,'_elementor_version','3.0.13'),(1422,332,'_wp_page_template','default'),(1423,332,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\"},\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1322,317,'_wp_attached_file','2020/11/Untitled-design-14.png'),(1323,317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1200;s:4:\"file\";s:30:\"2020/11/Untitled-design-14.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Untitled-design-14-1024x647.png\";s:5:\"width\";i:1024;s:6:\"height\";i:647;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-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:\"Untitled-design-14-768x485.png\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Untitled-design-14-1536x970.png\";s:5:\"width\";i:1536;s:6:\"height\";i:970;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-231x146.png\";s:5:\"width\";i:231;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"Untitled-design-14-50x32.png\";s:5:\"width\";i:50;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-14-119x75.png\";s:5:\"width\";i:119;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"Untitled-design-14-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"Untitled-design-14-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"Untitled-design-14-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"Untitled-design-14-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"Untitled-design-14-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"Untitled-design-14-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"Untitled-design-14-1900x750.png\";s:5:\"width\";i:1900;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"Untitled-design-14-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(5155,938,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5156,938,'_elementor_page_assets','a:1:{s:6:\"styles\";a:8:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";}}'),(5352,121,'_elementor_page_assets','a:0:{}'),(5353,121,'_elementor_pro_version','3.7.2'),(5158,939,'_elementor_edit_mode','builder'),(5159,939,'_elementor_template_type','wp-page'),(5160,939,'_elementor_version','3.6.8'),(5161,939,'_wp_page_template','default'),(5162,939,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at Techint Labs and a Creative Strategist at Mammoth Music Group. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. TLDR: she loves marketing and stays busy.<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has\\u00a0 been involved in the music industry for years working as a freelance copywriter, photographer social media manager and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"caa0078\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"87f5b20\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf844fb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5163,939,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(1487,343,'_menu_item_type','post_type'),(1488,343,'_menu_item_menu_item_parent','0'),(1489,343,'_menu_item_object_id','8'),(1490,343,'_menu_item_object','page'),(1491,343,'_menu_item_target',''),(1492,343,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1493,343,'_menu_item_xfn',''),(1494,343,'_menu_item_url',''),(1497,343,'menu-item-mfn-bg',''),(1378,326,'_elementor_edit_mode','builder'),(1379,326,'_elementor_template_type','wp-page'),(1380,326,'_elementor_version','3.0.13'),(1381,326,'_wp_page_template','default'),(1382,326,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f42926b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1384,327,'_elementor_edit_mode','builder'),(1385,327,'_elementor_template_type','wp-page'),(1386,327,'_elementor_version','3.0.13'),(1387,327,'_wp_page_template','default'),(1388,327,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1862,401,'_elementor_edit_mode','builder'),(1863,401,'_elementor_template_type','wp-page'),(1864,401,'_elementor_version','3.0.13'),(1865,401,'_wp_page_template','default'),(1866,401,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1398,329,'_elementor_edit_mode','builder'),(1399,329,'_elementor_template_type','wp-page'),(1400,329,'_elementor_version','3.0.13'),(1401,329,'_wp_page_template','default'),(1402,329,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ebba01\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1404,330,'_elementor_edit_mode','builder'),(1405,330,'_elementor_template_type','wp-page'),(1406,330,'_elementor_version','3.0.13'),(1407,330,'_wp_page_template','default'),(1408,330,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1754,383,'_elementor_edit_mode','builder'),(1755,383,'_elementor_template_type','wp-page'),(1756,383,'_elementor_version','3.0.13'),(1757,383,'_wp_page_template','default'),(1758,383,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1430,334,'_elementor_template_type','wp-page'),(1431,334,'_elementor_version','3.0.13'),(1432,334,'_wp_page_template','default'),(1433,334,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1470,341,'_elementor_edit_mode','builder'),(1471,341,'_elementor_template_type','wp-page'),(1472,341,'_elementor_version','3.0.13'),(1429,334,'_elementor_edit_mode','builder'),(1424,333,'_elementor_edit_mode','builder'),(1425,333,'_elementor_template_type','wp-page'),(1426,333,'_elementor_version','3.0.13'),(1427,333,'_wp_page_template','default'),(1428,333,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"a8c381a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"36d3c24\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\"},\"elements\":[{\"id\":\"31a5954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1460,339,'_elementor_edit_mode','builder'),(1461,339,'_elementor_template_type','wp-page'),(1462,339,'_elementor_version','3.0.13'),(1463,339,'_wp_page_template','default'),(1464,339,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1435,127,'_edit_lock','1605946940:2'),(1436,127,'_edit_last','2'),(1437,127,'_wp_page_template','default'),(1446,336,'_elementor_edit_mode','builder'),(1447,336,'_elementor_template_type','section'),(1448,336,'_elementor_version','3.0.13'),(1449,337,'_elementor_edit_mode','builder'),(1498,344,'_elementor_edit_mode','builder'),(1499,344,'_elementor_template_type','wp-page'),(1500,344,'_elementor_version','3.0.13'),(1501,344,'_wp_page_template','default'),(1502,344,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1477,342,'_elementor_edit_mode','builder'),(1478,342,'_elementor_template_type','wp-page'),(1479,342,'_elementor_version','3.0.13'),(1480,342,'_wp_page_template','default'),(1481,342,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1473,341,'_wp_page_template','default'),(1474,341,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1450,337,'_elementor_template_type','section'),(1451,337,'_elementor_version','3.0.13'),(1452,336,'_wp_page_template','default'),(1453,336,'_elementor_data','[{\"id\":\"2ff1bfe1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"180d3819\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"592d94ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"586eae4d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"icon_self_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}]'),(1454,338,'_elementor_edit_mode','builder'),(1455,338,'_elementor_template_type','section'),(1456,338,'_elementor_version','3.0.13'),(1457,338,'_wp_page_template','default'),(1458,338,'_elementor_data','[{\"id\":\"2ff1bfe1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"180d3819\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"592d94ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"586eae4d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"icon_self_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}]'),(1459,336,'_elementor_controls_usage','a:3:{s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:5:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:7:\"divider\";i:1;s:13:\"divider_width\";i:1;s:13:\"divider_color\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:15:\"icon_self_align\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(1465,340,'_elementor_edit_mode','builder'),(1466,340,'_elementor_template_type','wp-page'),(1467,340,'_elementor_version','3.0.13'),(1468,340,'_wp_page_template','default'),(1469,340,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ccb1fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Music Marketing + Promotion\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"_id\":\"a3008a8\",\"text\":\"Brand Marketing\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}},{\"text\":\"Digital Advertising\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"},{\"_id\":\"1e0332f\",\"text\":\"Social Media\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#08C7B7\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"divider_color\":\"#FFFFFF\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1482,342,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:5;s:11:\"header_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:5;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:25:\"typography_letter_spacing\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:5;s:12:\"space_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:4;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:5:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:16:\"content_position\";i:1;s:15:\"stretch_section\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),(1504,345,'_elementor_edit_mode','builder'),(1505,345,'_elementor_template_type','wp-page'),(1506,345,'_elementor_version','3.0.13'),(1507,345,'_wp_page_template','default'),(1508,345,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1510,346,'_elementor_edit_mode','builder'),(1511,346,'_elementor_template_type','wp-page'),(1512,346,'_elementor_version','3.0.13'),(1513,346,'_wp_page_template','default'),(1514,346,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1517,347,'_elementor_edit_mode','builder'),(1518,347,'_elementor_template_type','wp-page'),(1519,347,'_elementor_version','3.0.13'),(1520,347,'_wp_page_template','default'),(1521,347,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1522,348,'_elementor_edit_mode','builder'),(1523,348,'_elementor_template_type','wp-page'),(1524,348,'_elementor_version','3.0.13'),(1525,348,'_wp_page_template','default'),(1526,348,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1527,349,'_elementor_edit_mode','builder'),(1528,349,'_elementor_template_type','wp-page'),(1529,349,'_elementor_version','3.0.13'),(1530,349,'_wp_page_template','default'),(1531,349,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1534,350,'_elementor_edit_mode','builder'),(1535,350,'_elementor_template_type','wp-page'),(1536,350,'_elementor_version','3.0.13'),(1537,350,'_wp_page_template','default'),(1538,350,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1540,351,'_elementor_edit_mode','builder'),(1541,351,'_elementor_template_type','wp-page'),(1542,351,'_elementor_version','3.0.13'),(1543,351,'_wp_page_template','default'),(1544,351,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1546,352,'_elementor_edit_mode','builder'),(1547,352,'_elementor_template_type','wp-page'),(1548,352,'_elementor_version','3.0.13'),(1549,352,'_wp_page_template','default'),(1550,352,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1554,353,'_elementor_edit_mode','builder'),(1555,353,'_elementor_template_type','wp-page'),(1556,353,'_elementor_version','3.0.13'),(1557,353,'_wp_page_template','default'),(1558,353,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1560,354,'_elementor_edit_mode','builder'),(1561,354,'_elementor_template_type','wp-page'),(1562,354,'_elementor_version','3.0.13'),(1563,354,'_wp_page_template','default'),(1564,354,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1566,355,'_elementor_edit_mode','builder'),(1567,355,'_elementor_template_type','wp-page'),(1568,355,'_elementor_version','3.0.13'),(1569,355,'_wp_page_template','default'),(1570,355,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1574,356,'_elementor_edit_mode','builder'),(1575,356,'_elementor_template_type','wp-page'),(1576,356,'_elementor_version','3.0.13'),(1577,356,'_wp_page_template','default'),(1578,356,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1580,357,'_elementor_edit_mode','builder'),(1581,357,'_elementor_template_type','wp-page'),(1582,357,'_elementor_version','3.0.13'),(1583,357,'_wp_page_template','default'),(1584,357,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5089,924,'_wp_page_template','default'),(5090,924,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development&nbsp;<\\/strong><\\/p>\\n<p><strong>Content Creation + Management&nbsp;<\\/strong><\\/p>\\n<p><strong>Creative Strategy&nbsp;<\\/strong><\\/p>\\n<p><strong>Advertising Strategy + Management&nbsp;&nbsp;<\\/strong><\\/p>\\n<p><strong>Photography<\\/strong><\\/p>\\n<p><strong>Public Relations<\\/strong><\\/p>\\n<p><strong>Research, Reporting + Analytics&nbsp;<\\/strong><\\/p>\\n<p><strong>Social Media Management&nbsp;<\\/strong><\\/p>\\n<p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1586,358,'_elementor_edit_mode','builder'),(1587,358,'_elementor_template_type','wp-page'),(1588,358,'_elementor_version','3.0.13'),(1589,358,'_wp_page_template','default'),(1590,358,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":15},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5087,924,'_elementor_template_type','wp-page'),(5088,924,'_elementor_version','3.6.8'),(1594,359,'_elementor_edit_mode','builder'),(1595,359,'_elementor_template_type','wp-page'),(1596,359,'_elementor_version','3.0.13'),(1597,359,'_wp_page_template','default'),(1598,359,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":15},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5085,923,'_elementor_edit_mode','builder'),(5086,923,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(1600,360,'_elementor_edit_mode','builder'),(1601,360,'_elementor_template_type','wp-page'),(1602,360,'_elementor_version','3.0.13'),(1603,360,'_wp_page_template','default'),(1604,360,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":15},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1606,361,'_elementor_edit_mode','builder'),(1607,361,'_elementor_template_type','wp-page'),(1608,361,'_elementor_version','3.0.13'),(1609,361,'_wp_page_template','default'),(1610,361,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":15},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1614,362,'_elementor_edit_mode','builder'),(1615,362,'_elementor_template_type','wp-page'),(1616,362,'_elementor_version','3.0.13'),(1617,362,'_wp_page_template','default'),(1618,362,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":15},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1620,363,'_elementor_edit_mode','builder'),(1621,363,'_elementor_template_type','wp-page'),(1622,363,'_elementor_version','3.0.13'),(1623,363,'_wp_page_template','default'),(1624,363,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":15},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1626,364,'_elementor_edit_mode','builder'),(1627,364,'_elementor_template_type','wp-page'),(1628,364,'_elementor_version','3.0.13'),(1629,364,'_wp_page_template','default'),(1630,364,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"none\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_animation_delay\":15},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1634,365,'_elementor_edit_mode','builder'),(1635,365,'_elementor_template_type','wp-page'),(1636,365,'_elementor_version','3.0.13'),(1637,365,'_wp_page_template','default'),(1638,365,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"none\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_animation_delay\":15},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1640,366,'_elementor_edit_mode','builder'),(1641,366,'_elementor_template_type','wp-page'),(1642,366,'_elementor_version','3.0.13'),(1643,366,'_wp_page_template','default'),(1644,366,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"none\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_animation_delay\":15},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1646,367,'_elementor_edit_mode','builder'),(1647,367,'_elementor_template_type','wp-page'),(1648,367,'_elementor_version','3.0.13'),(1649,367,'_wp_page_template','default'),(1650,367,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1654,368,'_elementor_edit_mode','builder'),(1655,368,'_elementor_template_type','wp-page'),(1656,368,'_elementor_version','3.0.13'),(1657,368,'_wp_page_template','default'),(1658,368,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1660,369,'_elementor_edit_mode','builder'),(1661,369,'_elementor_template_type','wp-page'),(1662,369,'_elementor_version','3.0.13'),(1663,369,'_wp_page_template','default'),(1664,369,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b239073\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d68ae7b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":71,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1666,370,'_elementor_edit_mode','builder'),(1667,370,'_elementor_template_type','wp-page'),(1668,370,'_elementor_version','3.0.13'),(1669,370,'_wp_page_template','default'),(1670,370,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1674,371,'_elementor_edit_mode','builder'),(1675,371,'_elementor_template_type','wp-page'),(1676,371,'_elementor_version','3.0.13'),(1677,371,'_wp_page_template','default'),(1678,371,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1680,372,'_elementor_edit_mode','builder'),(1681,372,'_elementor_template_type','wp-page'),(1682,372,'_elementor_version','3.0.13'),(1683,372,'_wp_page_template','default'),(1684,372,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1686,373,'_elementor_edit_mode','builder'),(1687,373,'_elementor_template_type','wp-page'),(1688,373,'_elementor_version','3.0.13'),(1689,373,'_wp_page_template','default'),(1690,373,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1694,374,'_elementor_edit_mode','builder'),(1695,374,'_elementor_template_type','wp-page'),(1696,374,'_elementor_version','3.0.13'),(1697,374,'_wp_page_template','default'),(1698,374,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1700,375,'_elementor_edit_mode','builder'),(1701,375,'_elementor_template_type','wp-page'),(1702,375,'_elementor_version','3.0.13'),(1703,375,'_wp_page_template','default'),(1704,375,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5083,923,'_thumbnail_id','909'),(5084,923,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:12;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:2;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(1726,379,'_elementor_edit_mode','builder'),(1706,376,'_elementor_edit_mode','builder'),(1707,376,'_elementor_template_type','wp-page'),(1708,376,'_elementor_version','3.0.13'),(1709,376,'_wp_page_template','default'),(1710,376,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1714,377,'_elementor_edit_mode','builder'),(1715,377,'_elementor_template_type','wp-page'),(1716,377,'_elementor_version','3.0.13'),(1717,377,'_wp_page_template','default'),(1718,377,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1720,378,'_elementor_edit_mode','builder'),(1721,378,'_elementor_template_type','wp-page'),(1722,378,'_elementor_version','3.0.13'),(1723,378,'_wp_page_template','default'),(1724,378,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"link\":{\"url\":\"INDIGI-DISCO.COM\\/CONTACT\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1727,379,'_elementor_template_type','wp-page'),(1728,379,'_elementor_version','3.0.13'),(1729,379,'_wp_page_template','default');
INSERT INTO `SFmlX6x_postmeta` VALUES (1730,379,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1734,380,'_elementor_edit_mode','builder'),(1735,380,'_elementor_template_type','wp-page'),(1736,380,'_elementor_version','3.0.13'),(1737,380,'_wp_page_template','default'),(1738,380,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1740,381,'_elementor_edit_mode','builder'),(1741,381,'_elementor_template_type','wp-page'),(1742,381,'_elementor_version','3.0.13'),(1743,381,'_wp_page_template','default'),(1744,381,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1746,382,'_elementor_edit_mode','builder'),(1747,382,'_elementor_template_type','wp-page'),(1748,382,'_elementor_version','3.0.13'),(1749,382,'_wp_page_template','default'),(1750,382,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2050,433,'_elementor_edit_mode','builder'),(2051,433,'_elementor_template_type','wp-page'),(2052,433,'_elementor_version','3.0.13'),(2053,433,'_wp_page_template','default'),(2054,433,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1760,384,'_elementor_edit_mode','builder'),(1761,384,'_elementor_template_type','wp-page'),(1762,384,'_elementor_version','3.0.13'),(1763,384,'_wp_page_template','default'),(1764,384,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1766,385,'_elementor_edit_mode','builder'),(1767,385,'_elementor_template_type','wp-page'),(1768,385,'_elementor_version','3.0.13'),(1769,385,'_wp_page_template','default'),(1770,385,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1773,386,'_elementor_edit_mode','builder'),(1774,386,'_elementor_template_type','wp-page'),(1775,386,'_elementor_version','3.0.13'),(1776,386,'_wp_page_template','default'),(1777,386,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1778,387,'_elementor_edit_mode','builder'),(1779,387,'_elementor_template_type','wp-page'),(1780,387,'_elementor_version','3.0.13'),(1781,387,'_wp_page_template','default'),(1782,387,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1783,388,'_elementor_edit_mode','builder'),(1784,388,'_elementor_template_type','wp-page'),(1785,388,'_elementor_version','3.0.13'),(1786,388,'_wp_page_template','default'),(1787,388,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1790,389,'_elementor_edit_mode','builder'),(1791,389,'_elementor_template_type','wp-page'),(1792,389,'_elementor_version','3.0.13'),(1793,389,'_wp_page_template','default'),(1794,389,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1796,390,'_elementor_edit_mode','builder'),(1797,390,'_elementor_template_type','wp-page'),(1798,390,'_elementor_version','3.0.13'),(1799,390,'_wp_page_template','default'),(1800,390,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":20},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1802,391,'_elementor_edit_mode','builder'),(1803,391,'_elementor_template_type','wp-page'),(1804,391,'_elementor_version','3.0.13'),(1805,391,'_wp_page_template','default'),(1806,391,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1809,392,'_elementor_edit_mode','builder'),(1810,392,'_elementor_template_type','wp-page'),(1811,392,'_elementor_version','3.0.13'),(1812,392,'_wp_page_template','default'),(1813,392,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1814,393,'_elementor_edit_mode','builder'),(1815,393,'_elementor_template_type','wp-page'),(1816,393,'_elementor_version','3.0.13'),(1817,393,'_wp_page_template','default'),(1818,393,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1819,394,'_elementor_edit_mode','builder'),(1820,394,'_elementor_template_type','wp-page'),(1821,394,'_elementor_version','3.0.13'),(1822,394,'_wp_page_template','default'),(1823,394,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1825,395,'_elementor_edit_mode','builder'),(1826,395,'_elementor_template_type','wp-page'),(1827,395,'_elementor_version','3.0.13'),(1828,395,'_wp_page_template','default'),(1829,395,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1830,396,'_elementor_edit_mode','builder'),(1831,396,'_elementor_template_type','wp-page'),(1832,396,'_elementor_version','3.0.13'),(1833,396,'_wp_page_template','default'),(1834,396,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1835,397,'_elementor_edit_mode','builder'),(1836,397,'_elementor_template_type','wp-page'),(1837,397,'_elementor_version','3.0.13'),(1838,397,'_wp_page_template','default'),(1839,397,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1842,398,'_elementor_edit_mode','builder'),(1843,398,'_elementor_template_type','wp-page'),(1844,398,'_elementor_version','3.0.13'),(1845,398,'_wp_page_template','default'),(1846,398,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1848,399,'_elementor_edit_mode','builder'),(1849,399,'_elementor_template_type','wp-page'),(1850,399,'_elementor_version','3.0.13'),(1851,399,'_wp_page_template','default'),(1852,399,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1854,400,'_elementor_edit_mode','builder'),(1855,400,'_elementor_template_type','wp-page'),(1856,400,'_elementor_version','3.0.13'),(1857,400,'_wp_page_template','default'),(1858,400,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2670,544,'_elementor_edit_mode','builder'),(2671,544,'_elementor_template_type','wp-page'),(2672,544,'_elementor_version','3.0.13'),(2673,544,'_wp_page_template','default'),(2674,544,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1868,402,'_elementor_edit_mode','builder'),(1869,402,'_elementor_template_type','wp-page'),(1870,402,'_elementor_version','3.0.13'),(1871,402,'_wp_page_template','default'),(1872,402,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1874,403,'_elementor_edit_mode','builder'),(1875,403,'_elementor_template_type','wp-page'),(1876,403,'_elementor_version','3.0.13'),(1877,403,'_wp_page_template','default'),(1878,403,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1881,404,'_elementor_edit_mode','builder'),(1882,404,'_elementor_template_type','wp-page'),(1883,404,'_elementor_version','3.0.13'),(1884,404,'_wp_page_template','default'),(1885,404,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1886,405,'_elementor_edit_mode','builder'),(1887,405,'_elementor_template_type','wp-page'),(1888,405,'_elementor_version','3.0.13'),(1889,405,'_wp_page_template','default'),(1890,405,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1891,406,'_elementor_edit_mode','builder'),(1892,406,'_elementor_template_type','wp-page'),(1893,406,'_elementor_version','3.0.13'),(1894,406,'_wp_page_template','default'),(1895,406,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1897,407,'_elementor_edit_mode','builder'),(1898,407,'_elementor_template_type','wp-page'),(1899,407,'_elementor_version','3.0.13'),(1900,407,'_wp_page_template','default'),(1901,407,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1902,408,'_elementor_edit_mode','builder'),(1903,408,'_elementor_template_type','wp-page'),(1904,408,'_elementor_version','3.0.13'),(1905,408,'_wp_page_template','default'),(1906,408,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1907,409,'_elementor_edit_mode','builder'),(1908,409,'_elementor_template_type','wp-page'),(1909,409,'_elementor_version','3.0.13'),(1910,409,'_wp_page_template','default'),(1911,409,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1914,410,'_elementor_edit_mode','builder'),(1915,410,'_elementor_template_type','wp-page'),(1916,410,'_elementor_version','3.0.13'),(1917,410,'_wp_page_template','default'),(1918,410,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1920,411,'_elementor_edit_mode','builder'),(1921,411,'_elementor_template_type','wp-page'),(1922,411,'_elementor_version','3.0.13'),(1923,411,'_wp_page_template','default'),(1924,411,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1926,412,'_elementor_edit_mode','builder'),(1927,412,'_elementor_template_type','wp-page'),(1928,412,'_elementor_version','3.0.13'),(1929,412,'_wp_page_template','default'),(1930,412,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d325ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>Who run the world?<\\/i>\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1933,413,'_elementor_edit_mode','builder'),(1934,413,'_elementor_template_type','wp-page'),(1935,413,'_elementor_version','3.0.13'),(1936,413,'_wp_page_template','default'),(1937,413,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d325ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>Who run the world?<\\/i>\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1938,414,'_elementor_edit_mode','builder'),(1939,414,'_elementor_template_type','wp-page'),(1940,414,'_elementor_version','3.0.13'),(1941,414,'_wp_page_template','default'),(1942,414,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d325ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>Who run the world?<\\/i>\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(3030,603,'_elementor_version','3.0.13'),(1943,415,'_elementor_edit_mode','builder'),(1944,415,'_elementor_template_type','wp-page'),(1945,415,'_elementor_version','3.0.13'),(1946,415,'_wp_page_template','default'),(1947,415,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d325ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>Who run the world?<\\/i>\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2323,485,'_elementor_edit_mode','builder'),(2324,485,'_elementor_template_type','wp-page'),(2325,485,'_elementor_version','3.0.13'),(2326,485,'_wp_page_template','default'),(2327,485,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d325ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>Who run the world?<\\/i>\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1956,417,'_elementor_edit_mode','builder'),(1957,417,'_elementor_template_type','wp-page'),(1958,417,'_elementor_version','3.0.13'),(1959,417,'_wp_page_template','default'),(1960,417,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz-home-bg.png\",\"id\":33},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b465436\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d73bc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41af49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89ab47c\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"f8814e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"5da64cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1963,418,'_elementor_template_type','wp-page'),(1964,418,'_elementor_version','3.0.13'),(1965,418,'_wp_page_template','default'),(1966,418,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b465436\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d73bc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41af49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89ab47c\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"f8814e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"5da64cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1969,419,'_elementor_edit_mode','builder'),(1970,419,'_elementor_template_type','wp-page'),(1971,419,'_elementor_version','3.0.13'),(1972,419,'_wp_page_template','default'),(1973,419,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b465436\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d73bc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41af49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89ab47c\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"f8814e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"5da64cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1974,420,'_elementor_edit_mode','builder'),(1975,420,'_elementor_template_type','wp-page'),(1976,420,'_elementor_version','3.0.13'),(1977,420,'_wp_page_template','default'),(1978,420,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b465436\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d73bc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41af49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89ab47c\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"f8814e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"5da64cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.<\\/p>\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#BABCBD\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#E6A94A\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1982,421,'_wp_page_template','default'),(1983,421,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b465436\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d73bc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41af49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89ab47c\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"f8814e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1986,422,'_elementor_edit_mode','builder'),(1987,422,'_elementor_template_type','wp-page'),(1988,422,'_elementor_version','3.0.13'),(1989,422,'_wp_page_template','default'),(1990,422,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b465436\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d73bc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41af49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89ab47c\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"f8814e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1992,423,'_elementor_edit_mode','builder'),(1993,423,'_elementor_template_type','wp-page'),(1994,423,'_elementor_version','3.0.13'),(1995,423,'_wp_page_template','default'),(1996,423,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b465436\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d73bc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41af49b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-quotes.png\",\"id\":39},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"89ab47c\",\"elType\":\"widget\",\"settings\":{\"style\":\"single-photo\",\"hide_photos\":\"1\"},\"elements\":[],\"widgetType\":\"mfn_testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"f8814e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Our social funpages<\\/h3>\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2011,426,'_elementor_edit_mode','builder'),(2012,426,'_elementor_template_type','wp-page'),(2013,426,'_elementor_version','3.0.13'),(2014,426,'_wp_page_template','default'),(2015,426,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2021,428,'_elementor_edit_mode','builder'),(2022,428,'_elementor_template_type','wp-page'),(2023,428,'_elementor_version','3.0.13'),(2024,428,'_wp_page_template','default'),(2025,428,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2016,427,'_elementor_edit_mode','builder'),(2017,427,'_elementor_template_type','wp-page'),(2018,427,'_elementor_version','3.0.13'),(2019,427,'_wp_page_template','default'),(2020,427,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ed9e2ee\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"915a07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6046b4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-3.jpg\",\"id\":31},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"98fc4aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"dec3ed5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"07a95f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/strong><\\/p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f97d89\",\"elType\":\"widget\",\"settings\":{\"text\":\"View more details\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/pricing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#F8F8F8\",\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2033,430,'_elementor_edit_mode','builder'),(2034,430,'_elementor_template_type','wp-page'),(2035,430,'_elementor_version','3.0.13'),(2036,430,'_wp_page_template','default'),(2037,430,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2078,439,'_elementor_version','3.0.13'),(2079,439,'_wp_page_template','default'),(2080,439,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2043,432,'_elementor_edit_mode','builder'),(2044,432,'_elementor_template_type','wp-page'),(2045,432,'_elementor_version','3.0.13'),(2046,432,'_wp_page_template','default'),(2047,432,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2038,431,'_elementor_edit_mode','builder'),(2039,431,'_elementor_template_type','wp-page'),(2040,431,'_elementor_version','3.0.13'),(2041,431,'_wp_page_template','default'),(2042,431,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2076,439,'_elementor_edit_mode','builder'),(2077,439,'_elementor_template_type','wp-page'),(2056,434,'_elementor_edit_mode','builder'),(2057,434,'_elementor_template_type','wp-page'),(2058,434,'_elementor_version','3.0.13'),(2059,434,'_wp_page_template','default'),(2060,434,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2062,435,'_elementor_edit_mode','builder'),(2063,435,'_elementor_template_type','wp-page'),(2064,435,'_elementor_version','3.0.13'),(2065,435,'_wp_page_template','default'),(2066,435,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":55,\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2360,491,'_elementor_edit_mode','builder'),(2361,491,'_elementor_template_type','wp-page'),(2362,491,'_elementor_version','3.0.13'),(2363,491,'_wp_page_template','default'),(2364,491,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":55,\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2070,436,'_wp_attached_file','2020/11/Artists-card-1.png'),(2071,436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2020/11/Artists-card-1.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Artists-card-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Artists-card-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:26:\"Artists-card-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:26:\"Artists-card-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"Artists-card-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:24:\"Artists-card-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:27:\"Artists-card-1-1000x860.png\";s:5:\"width\";i:1000;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"Artists-card-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"Artists-card-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"Artists-card-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:27:\"Artists-card-1-768x1000.png\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:27:\"Artists-card-1-1000x750.png\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:26:\"Artists-card-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"Artists-card-1-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;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:{}}}'),(2072,437,'_wp_attached_file','2020/11/Artists-card-2.png'),(2073,437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2020/11/Artists-card-2.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Artists-card-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Artists-card-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Artists-card-2-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:26:\"Artists-card-2-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"Artists-card-2-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:24:\"Artists-card-2-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:27:\"Artists-card-2-1000x860.png\";s:5:\"width\";i:1000;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"Artists-card-2-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"Artists-card-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"Artists-card-2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:27:\"Artists-card-2-768x1000.png\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:27:\"Artists-card-2-1000x750.png\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:26:\"Artists-card-2-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"Artists-card-2-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;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:{}}}'),(2074,438,'_wp_attached_file','2020/11/Artists-card-1-1.png'),(2075,438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2020/11/Artists-card-1-1.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Artists-card-1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Artists-card-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:28:\"Artists-card-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:28:\"Artists-card-1-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"Artists-card-1-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"Artists-card-1-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:29:\"Artists-card-1-1-1000x860.png\";s:5:\"width\";i:1000;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"Artists-card-1-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"Artists-card-1-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:29:\"Artists-card-1-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:29:\"Artists-card-1-1-768x1000.png\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:29:\"Artists-card-1-1-1000x750.png\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:28:\"Artists-card-1-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:29:\"Artists-card-1-1-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;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:{}}}'),(2082,440,'_elementor_edit_mode','builder'),(2083,440,'_elementor_template_type','wp-page'),(2084,440,'_elementor_version','3.0.13'),(2085,440,'_wp_page_template','default'),(2086,440,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2088,441,'_elementor_edit_mode','builder'),(2089,441,'_elementor_template_type','wp-page'),(2090,441,'_elementor_version','3.0.13'),(2091,441,'_wp_page_template','default'),(2092,441,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2.png\",\"id\":437},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2095,442,'_elementor_edit_mode','builder'),(2096,442,'_elementor_template_type','wp-page'),(2097,442,'_elementor_version','3.0.13'),(2098,442,'_wp_page_template','default'),(2099,442,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2.png\",\"id\":437},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2100,443,'_elementor_edit_mode','builder'),(2101,443,'_elementor_template_type','wp-page'),(2102,443,'_elementor_version','3.0.13'),(2103,443,'_wp_page_template','default'),(2104,443,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2.png\",\"id\":437},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2105,444,'_elementor_edit_mode','builder'),(2106,444,'_elementor_template_type','wp-page'),(2107,444,'_elementor_version','3.0.13'),(2108,444,'_wp_page_template','default'),(2109,444,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2.png\",\"id\":437},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2123,449,'_elementor_edit_mode','builder'),(2124,449,'_elementor_template_type','wp-page'),(2125,449,'_elementor_version','3.0.13'),(2126,449,'_wp_page_template','default'),(2127,449,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2.png\",\"id\":437},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2173,457,'_elementor_template_type','wp-page'),(2174,457,'_elementor_version','3.0.13'),(2175,457,'_wp_page_template','default'),(2176,457,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2133,451,'_elementor_edit_mode','builder'),(2134,451,'_elementor_template_type','wp-page'),(2135,451,'_elementor_version','3.0.13'),(2136,451,'_wp_page_template','default'),(2137,451,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2117,446,'_wp_attached_file','2020/11/Small-Business-card-1.png'),(2118,446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2020/11/Small-Business-card-1.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Small-Business-card-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Small-Business-card-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:33:\"Small-Business-card-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:33:\"Small-Business-card-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"Small-Business-card-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"Small-Business-card-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:34:\"Small-Business-card-1-1000x860.png\";s:5:\"width\";i:1000;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"Small-Business-card-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"Small-Business-card-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"Small-Business-card-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"Small-Business-card-1-768x1000.png\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:34:\"Small-Business-card-1-1000x750.png\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"Small-Business-card-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"Small-Business-card-1-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;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:{}}}'),(2119,447,'_wp_attached_file','2020/11/Small-Business-card-2.png'),(2120,447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2020/11/Small-Business-card-2.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Small-Business-card-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Small-Business-card-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Small-Business-card-2-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:33:\"Small-Business-card-2-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"Small-Business-card-2-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"Small-Business-card-2-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:34:\"Small-Business-card-2-1000x860.png\";s:5:\"width\";i:1000;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"Small-Business-card-2-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"Small-Business-card-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"Small-Business-card-2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"Small-Business-card-2-768x1000.png\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:34:\"Small-Business-card-2-1000x750.png\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"Small-Business-card-2-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"Small-Business-card-2-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;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:{}}}'),(2121,448,'_wp_attached_file','2020/11/Artists-card-2-1.png'),(2122,448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2020/11/Artists-card-2-1.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Artists-card-2-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Artists-card-2-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:28:\"Artists-card-2-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:28:\"Artists-card-2-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"Artists-card-2-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"Artists-card-2-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:29:\"Artists-card-2-1-1000x860.png\";s:5:\"width\";i:1000;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"Artists-card-2-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"Artists-card-2-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:29:\"Artists-card-2-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:29:\"Artists-card-2-1-768x1000.png\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:29:\"Artists-card-2-1-1000x750.png\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:28:\"Artists-card-2-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:29:\"Artists-card-2-1-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;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:{}}}'),(2128,450,'_elementor_edit_mode','builder'),(2129,450,'_elementor_template_type','wp-page'),(2130,450,'_elementor_version','3.0.13'),(2131,450,'_wp_page_template','default'),(2132,450,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2.png\",\"id\":437},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2140,452,'_elementor_edit_mode','builder'),(2141,452,'_elementor_template_type','wp-page'),(2142,452,'_elementor_version','3.0.13'),(2143,452,'_wp_page_template','default'),(2144,452,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2146,453,'_elementor_edit_mode','builder'),(2147,453,'_elementor_template_type','wp-page'),(2148,453,'_elementor_version','3.0.13'),(2149,453,'_wp_page_template','default'),(2150,453,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2172,457,'_elementor_edit_mode','builder'),(2152,454,'_elementor_edit_mode','builder'),(2153,454,'_elementor_template_type','wp-page'),(2154,454,'_elementor_version','3.0.13'),(2155,454,'_wp_page_template','default'),(2156,454,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2160,455,'_elementor_edit_mode','builder'),(2161,455,'_elementor_template_type','wp-page'),(2162,455,'_elementor_version','3.0.13'),(2163,455,'_wp_page_template','default'),(2164,455,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2166,456,'_elementor_edit_mode','builder'),(2167,456,'_elementor_template_type','wp-page'),(2168,456,'_elementor_version','3.0.13'),(2169,456,'_wp_page_template','default'),(2170,456,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d654743\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b2793f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f66bae3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-1.jpg\",\"id\":32},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b552def\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"98a7adb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc67cfa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/>quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"7153b90\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"bf69b1f\"},{\"text\":\"Raesent nec magna ac ped auris suscipit mam<br \\/> quis erat id tortor hasellus\",\"selected_icon\":{\"value\":\"fas fa-plus-circle\",\"library\":\"fa-solid\"},\"_id\":\"1371b8b\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_color\":\"#E6A94A\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d203661\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"b875729\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4f45ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Alborn vito<br \\/>mos nostra pertrone<\\/h3>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22743b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"f23e991\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"inner_text\":\"Lorem ipsum\",\"bar_color\":\"#E6A94A\",\"bar_bg_color\":\"#F3F3F3\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"bar_inner_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"feb0a98\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"19190cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eac85e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-about-img-2.jpg\",\"id\":30},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2185,459,'_elementor_edit_mode','builder'),(2186,459,'_elementor_template_type','wp-page'),(2187,459,'_elementor_version','3.0.13'),(2188,459,'_wp_page_template','default'),(2189,459,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2868,576,'_elementor_template_type','wp-page'),(2834,570,'_elementor_edit_mode','builder'),(2195,461,'_elementor_edit_mode','builder'),(2196,461,'_elementor_template_type','wp-page'),(2197,461,'_elementor_version','3.0.13'),(2198,461,'_wp_page_template','default'),(2199,461,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2190,460,'_elementor_edit_mode','builder'),(2191,460,'_elementor_template_type','wp-page'),(2192,460,'_elementor_version','3.0.13'),(2193,460,'_wp_page_template','default'),(2194,460,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2201,462,'_elementor_edit_mode','builder'),(2202,462,'_elementor_template_type','wp-page'),(2203,462,'_elementor_version','3.0.13'),(2204,462,'_wp_page_template','default'),(2205,462,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2206,463,'_elementor_edit_mode','builder'),(2207,463,'_elementor_template_type','wp-page'),(2208,463,'_elementor_version','3.0.13'),(2209,463,'_wp_page_template','default'),(2210,463,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2211,464,'_elementor_edit_mode','builder'),(2212,464,'_elementor_template_type','wp-page'),(2213,464,'_elementor_version','3.0.13'),(2214,464,'_wp_page_template','default'),(2215,464,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2218,465,'_elementor_edit_mode','builder'),(2219,465,'_elementor_template_type','wp-page'),(2220,465,'_elementor_version','3.0.13'),(2221,465,'_wp_page_template','default'),(2222,465,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2224,466,'_elementor_edit_mode','builder'),(2225,466,'_elementor_template_type','wp-page'),(2226,466,'_elementor_version','3.0.13'),(2227,466,'_wp_page_template','default'),(2228,466,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2230,467,'_elementor_edit_mode','builder'),(2231,467,'_elementor_template_type','wp-page'),(2232,467,'_elementor_version','3.0.13'),(2233,467,'_wp_page_template','default'),(2234,467,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2237,468,'_elementor_edit_mode','builder'),(2238,468,'_elementor_template_type','wp-page'),(2239,468,'_elementor_version','3.0.13'),(2240,468,'_wp_page_template','default'),(2241,468,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2242,469,'_elementor_edit_mode','builder'),(2243,469,'_elementor_template_type','wp-page'),(2244,469,'_elementor_version','3.0.13'),(2245,469,'_wp_page_template','default'),(2246,469,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2247,470,'_elementor_edit_mode','builder'),(2248,470,'_elementor_template_type','wp-page'),(2249,470,'_elementor_version','3.0.13'),(2250,470,'_wp_page_template','default'),(2251,470,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2253,471,'_elementor_edit_mode','builder'),(2254,471,'_elementor_template_type','wp-page'),(2255,471,'_elementor_version','3.0.13'),(2256,471,'_wp_page_template','default'),(2257,471,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2258,472,'_elementor_edit_mode','builder'),(2259,472,'_elementor_template_type','wp-page'),(2260,472,'_elementor_version','3.0.13'),(2261,472,'_wp_page_template','default'),(2262,472,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2263,473,'_elementor_edit_mode','builder'),(2264,473,'_elementor_template_type','wp-page'),(2265,473,'_elementor_version','3.0.13'),(2266,473,'_wp_page_template','default'),(2267,473,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2270,474,'_elementor_edit_mode','builder'),(2271,474,'_elementor_template_type','wp-page'),(2272,474,'_elementor_version','3.0.13'),(2273,474,'_wp_page_template','default'),(2274,474,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2276,475,'_elementor_edit_mode','builder'),(2277,475,'_elementor_template_type','wp-page'),(2278,475,'_elementor_version','3.0.13'),(2279,475,'_wp_page_template','default'),(2280,475,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(5078,6,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(2282,476,'_elementor_edit_mode','builder'),(2283,476,'_elementor_template_type','wp-page'),(2284,476,'_elementor_version','3.0.13'),(2285,476,'_wp_page_template','default'),(2286,476,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(5077,922,'_elementor_edit_mode','builder'),(2297,479,'_elementor_edit_mode','builder'),(2298,479,'_elementor_template_type','wp-page'),(2299,479,'_elementor_version','3.0.13'),(2300,479,'_wp_page_template','default'),(2301,479,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2289,477,'_wp_attached_file','2020/11/Untitled-design-21.png'),(2290,477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1200;s:4:\"file\";s:30:\"2020/11/Untitled-design-21.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled-design-21-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Untitled-design-21-1024x647.png\";s:5:\"width\";i:1024;s:6:\"height\";i:647;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-21-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:\"Untitled-design-21-768x485.png\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Untitled-design-21-1536x970.png\";s:5:\"width\";i:1536;s:6:\"height\";i:970;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-21-231x146.png\";s:5:\"width\";i:231;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"Untitled-design-21-50x32.png\";s:5:\"width\";i:50;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-21-119x75.png\";s:5:\"width\";i:119;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"Untitled-design-21-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"Untitled-design-21-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"Untitled-design-21-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"Untitled-design-21-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"Untitled-design-21-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"Untitled-design-21-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"Untitled-design-21-1900x750.png\";s:5:\"width\";i:1900;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"Untitled-design-21-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"Untitled-design-21-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(2775,561,'_elementor_edit_mode','builder'),(2776,561,'_elementor_template_type','wp-page'),(2777,561,'_elementor_version','3.0.13'),(2778,561,'_wp_page_template','default'),(2779,561,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2532,520,'_elementor_edit_mode','builder'),(2533,520,'_elementor_template_type','wp-page'),(2534,520,'_elementor_version','3.0.13'),(2535,520,'_wp_page_template','default'),(2499,514,'_elementor_edit_mode','builder'),(2475,509,'_elementor_edit_mode','builder'),(2307,481,'_elementor_edit_mode','builder'),(2308,481,'_elementor_template_type','wp-page'),(2309,481,'_elementor_version','3.0.13'),(2310,481,'_wp_page_template','default'),(2311,481,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/istockphoto-172191193-612x612-1.jpg\",\"id\":126},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7399999999999999911182158029987476766109466552734375,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46373e8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7a6f18\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#1F1F1F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2302,480,'_elementor_edit_mode','builder'),(2303,480,'_elementor_template_type','wp-page'),(2304,480,'_elementor_version','3.0.13'),(2305,480,'_wp_page_template','default'),(2306,480,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b81ee53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/06\\/biz3-home-bottom-section.png\",\"id\":26},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2440,503,'_elementor_edit_mode','builder'),(2441,503,'_elementor_template_type','wp-page'),(2442,503,'_elementor_version','3.0.13'),(2443,503,'_wp_page_template','default'),(2444,503,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/istockphoto-172191193-612x612-1.jpg\",\"id\":126},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7399999999999999911182158029987476766109466552734375,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46373e8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7a6f18\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#1F1F1F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2465,507,'_elementor_edit_mode','builder'),(2466,507,'_elementor_template_type','wp-page'),(2467,507,'_elementor_version','3.0.13'),(2468,507,'_wp_page_template','default'),(2469,507,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/istockphoto-172191193-612x612-1.jpg\",\"id\":126},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7399999999999999911182158029987476766109466552734375,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46373e8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7a6f18\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#1F1F1F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2489,512,'_elementor_edit_mode','builder'),(2490,512,'_elementor_template_type','wp-page'),(2491,512,'_elementor_version','3.0.13'),(2492,512,'_wp_page_template','default'),(2493,512,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/istockphoto-172191193-612x612-1.jpg\",\"id\":126},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7399999999999999911182158029987476766109466552734375,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46373e8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7a6f18\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#1F1F1F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2452,505,'_elementor_edit_mode','builder'),(2453,505,'_elementor_template_type','wp-page'),(2454,505,'_elementor_version','3.0.13'),(2455,505,'_wp_page_template','default'),(2456,505,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/istockphoto-172191193-612x612-1.jpg\",\"id\":126},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7399999999999999911182158029987476766109466552734375,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46373e8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7a6f18\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#1F1F1F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2319,483,'_wp_attached_file','2020/11/BW-Disco-Ball.mov'),(2320,483,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:58004644;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:31;s:16:\"length_formatted\";s:4:\"0:31\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:6:{s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:0:\"\";s:11:\"sample_rate\";d:7680;s:8:\"channels\";i:0;s:15:\"bits_per_sample\";i:30;s:8:\"lossless\";b:0;}s:17:\"created_timestamp\";i:1606095309;}'),(2321,484,'_wp_attached_file','2020/11/IndigoDisco_MedLogo_BlackTransparent-01.png'),(2322,484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2083;s:6:\"height\";i:2083;s:4:\"file\";s:51:\"2020/11/IndigoDisco_MedLogo_BlackTransparent-01.png\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"IndigoDisco_MedLogo_BlackTransparent-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:53:\"IndigoDisco_MedLogo_BlackTransparent-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:51:\"IndigoDisco_MedLogo_BlackTransparent-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:51:\"IndigoDisco_MedLogo_BlackTransparent-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:53:\"IndigoDisco_MedLogo_BlackTransparent-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:53:\"IndigoDisco_MedLogo_BlackTransparent-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:51:\"IndigoDisco_MedLogo_BlackTransparent-01-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:49:\"IndigoDisco_MedLogo_BlackTransparent-01-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:49:\"IndigoDisco_MedLogo_BlackTransparent-01-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:52:\"IndigoDisco_MedLogo_BlackTransparent-01-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:49:\"IndigoDisco_MedLogo_BlackTransparent-01-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:49:\"IndigoDisco_MedLogo_BlackTransparent-01-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:53:\"IndigoDisco_MedLogo_BlackTransparent-01-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:52:\"IndigoDisco_MedLogo_BlackTransparent-01-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:52:\"IndigoDisco_MedLogo_BlackTransparent-01-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:52:\"IndigoDisco_MedLogo_BlackTransparent-01-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:51:\"IndigoDisco_MedLogo_BlackTransparent-01-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:52:\"IndigoDisco_MedLogo_BlackTransparent-01-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2329,486,'_elementor_edit_mode','builder'),(2330,486,'_elementor_template_type','wp-page'),(2331,486,'_elementor_version','3.0.13'),(2332,486,'_wp_page_template','default'),(2333,486,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d325ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>Who run the world?<\\/i>\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2392,496,'_elementor_edit_mode','builder'),(2393,496,'_elementor_template_type','wp-page'),(2394,496,'_elementor_version','3.0.13'),(2395,496,'_wp_page_template','default'),(2396,496,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2335,487,'_elementor_edit_mode','builder'),(2336,487,'_elementor_template_type','wp-page'),(2337,487,'_elementor_version','3.0.13'),(2338,487,'_wp_page_template','default'),(2339,487,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d325ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>Who run the world?<\\/i>\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d795577\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"5364711\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d54eaab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4625b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d8a482b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2342,488,'_elementor_edit_mode','builder'),(2343,488,'_elementor_template_type','wp-page'),(2344,488,'_elementor_version','3.0.13'),(2345,488,'_wp_page_template','default'),(2346,488,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d325ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>Who run the world?<\\/i>\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d795577\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"5364711\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d54eaab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4625b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d8a482b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2347,489,'_elementor_edit_mode','builder'),(2348,489,'_elementor_template_type','wp-page'),(2349,489,'_elementor_version','3.0.13'),(2350,489,'_wp_page_template','default'),(2351,489,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d325ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>Who run the world?<\\/i>\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d795577\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"5364711\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d54eaab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4625b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d8a482b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2352,490,'_elementor_edit_mode','builder'),(2353,490,'_elementor_template_type','wp-page'),(2354,490,'_elementor_version','3.0.13'),(2355,490,'_wp_page_template','default'),(2356,490,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d325ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>Who run the world?<\\/i>\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d795577\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"5364711\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d54eaab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4625b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d8a482b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2380,494,'_elementor_edit_mode','builder'),(2381,494,'_elementor_template_type','wp-page'),(2382,494,'_elementor_version','3.0.13'),(2383,494,'_wp_page_template','default'),(2384,494,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d325ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>Who run the world?<\\/i>\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d795577\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"5364711\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d54eaab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4625b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d8a482b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2366,492,'_elementor_edit_mode','builder'),(2367,492,'_elementor_template_type','wp-page'),(2368,492,'_elementor_version','3.0.13'),(2369,492,'_wp_page_template','default'),(2370,492,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":55,\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2372,493,'_elementor_edit_mode','builder'),(2373,493,'_elementor_template_type','wp-page'),(2374,493,'_elementor_version','3.0.13'),(2375,493,'_wp_page_template','default'),(2376,493,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":70,\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2802,565,'_elementor_edit_mode','builder'),(2803,565,'_elementor_template_type','wp-page'),(2804,565,'_elementor_version','3.0.13'),(2805,565,'_wp_page_template','default'),(2806,565,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":70,\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2386,495,'_elementor_edit_mode','builder'),(2387,495,'_elementor_template_type','wp-page'),(2388,495,'_elementor_version','3.0.13'),(2389,495,'_wp_page_template','default'),(2390,495,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d325ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>Who run the world?<\\/i>\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d795577\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"5364711\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d54eaab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4625b09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d8a482b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2400,497,'_elementor_edit_mode','builder'),(2401,497,'_elementor_template_type','wp-page'),(2402,497,'_elementor_version','3.0.13'),(2403,497,'_wp_page_template','default'),(2404,497,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2406,498,'_elementor_edit_mode','builder'),(2407,498,'_elementor_template_type','wp-page'),(2408,498,'_elementor_version','3.0.13'),(2409,498,'_wp_page_template','default'),(2410,498,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2412,499,'_elementor_edit_mode','builder'),(2413,499,'_elementor_template_type','wp-page'),(2414,499,'_elementor_version','3.0.13'),(2415,499,'_wp_page_template','default'),(2416,499,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2420,500,'_elementor_edit_mode','builder'),(2421,500,'_elementor_template_type','wp-page'),(2422,500,'_elementor_version','3.0.13'),(2423,500,'_wp_page_template','default'),(2424,500,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2426,501,'_elementor_edit_mode','builder'),(2427,501,'_elementor_template_type','wp-page'),(2428,501,'_elementor_version','3.0.13'),(2429,501,'_wp_page_template','default'),(2430,501,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2432,502,'_elementor_edit_mode','builder'),(2433,502,'_elementor_template_type','wp-page'),(2434,502,'_elementor_version','3.0.13'),(2435,502,'_wp_page_template','default'),(2436,502,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2540,521,'_elementor_edit_mode','builder'),(2541,521,'_elementor_template_type','wp-page'),(2542,521,'_elementor_version','3.0.13'),(2543,521,'_wp_page_template','default'),(2544,521,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2446,504,'_elementor_edit_mode','builder'),(2447,504,'_elementor_template_type','wp-page'),(2448,504,'_elementor_version','3.0.13'),(2449,504,'_wp_page_template','default'),(2450,504,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/istockphoto-172191193-612x612-1.jpg\",\"id\":126},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7399999999999999911182158029987476766109466552734375,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46373e8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7a6f18\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#1F1F1F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2476,509,'_elementor_template_type','wp-page'),(2477,509,'_elementor_version','3.0.13'),(2478,509,'_wp_page_template','default'),(2479,509,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/istockphoto-172191193-612x612-1.jpg\",\"id\":126},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7399999999999999911182158029987476766109466552734375,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46373e8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7a6f18\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#1F1F1F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2470,508,'_elementor_edit_mode','builder'),(2471,508,'_elementor_template_type','wp-page'),(2472,508,'_elementor_version','3.0.13'),(2473,508,'_wp_page_template','default');
INSERT INTO `SFmlX6x_postmeta` VALUES (2474,508,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1023,\"sizes\":[]},\"gap\":\"extended\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"720fe05\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/istockphoto-172191193-612x612-1.jpg\",\"id\":126},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7399999999999999911182158029987476766109466552734375,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46373e8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7a6f18\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#1F1F1F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2524,518,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2487,511,'_wp_attached_file','2020/11/shattered-disco-ball-1.png'),(2500,514,'_elementor_template_type','wp-page'),(2501,514,'_elementor_version','3.0.13'),(2502,514,'_wp_page_template','default'),(2503,514,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2488,511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1200;s:4:\"file\";s:34:\"2020/11/shattered-disco-ball-1.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shattered-disco-ball-1-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shattered-disco-ball-1-1024x647.png\";s:5:\"width\";i:1024;s:6:\"height\";i:647;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shattered-disco-ball-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:34:\"shattered-disco-ball-1-768x485.png\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"shattered-disco-ball-1-1536x970.png\";s:5:\"width\";i:1536;s:6:\"height\";i:970;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"shattered-disco-ball-1-231x146.png\";s:5:\"width\";i:231;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"shattered-disco-ball-1-50x32.png\";s:5:\"width\";i:50;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"shattered-disco-ball-1-119x75.png\";s:5:\"width\";i:119;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:35:\"shattered-disco-ball-1-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"shattered-disco-ball-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"shattered-disco-ball-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:36:\"shattered-disco-ball-1-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"shattered-disco-ball-1-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:35:\"shattered-disco-ball-1-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:35:\"shattered-disco-ball-1-1900x750.png\";s:5:\"width\";i:1900;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:34:\"shattered-disco-ball-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"shattered-disco-ball-1-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(2494,513,'_elementor_edit_mode','builder'),(2495,513,'_elementor_template_type','wp-page'),(2496,513,'_elementor_version','3.0.13'),(2497,513,'_wp_page_template','default'),(2498,513,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/istockphoto-172191193-612x612-1.jpg\",\"id\":126},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7399999999999999911182158029987476766109466552734375,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46373e8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e7a6f18\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#1F1F1F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2520,518,'_elementor_edit_mode','builder'),(2521,518,'_elementor_template_type','wp-page'),(2522,518,'_elementor_version','3.0.13'),(2523,518,'_wp_page_template','default'),(2506,515,'_elementor_edit_mode','builder'),(2507,515,'_elementor_template_type','section'),(2508,515,'_elementor_version','3.0.13'),(2509,516,'_elementor_edit_mode','builder'),(2510,516,'_elementor_template_type','section'),(2511,516,'_elementor_version','3.0.13'),(2512,515,'_wp_page_template','default'),(2513,515,'_elementor_data','[{\"id\":\"6f91a779\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"3e9c2af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42f7ba00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38262ce4\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"71f18a08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e4c070f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75c8140\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34693a52\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11102f0c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f00f142\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d3c4938\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2514,517,'_elementor_edit_mode','builder'),(2515,517,'_elementor_template_type','section'),(2516,517,'_elementor_version','3.0.13'),(2517,517,'_wp_page_template','default'),(2518,517,'_elementor_data','[{\"id\":\"6f91a779\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"3e9c2af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"38262ce4\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"71f18a08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"75c8140\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34693a52\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11102f0c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"42f7ba00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d3c4938\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3149,624,'_elementor_edit_mode','builder'),(3150,624,'_elementor_template_type','section'),(3151,624,'_elementor_version','3.0.13'),(3152,624,'_wp_page_template','default'),(3153,624,'_elementor_data','[{\"id\":\"6f91a779\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"3e9c2af8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42f7ba00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38262ce4\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"71f18a08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e4c070f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"75c8140\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34693a52\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11102f0c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f00f142\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d3c4938\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5074,922,'_thumbnail_id','909'),(5075,922,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:12;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:2;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(2526,519,'_elementor_edit_mode','builder'),(2527,519,'_elementor_template_type','wp-page'),(2528,519,'_elementor_version','3.0.13'),(2529,519,'_wp_page_template','default'),(2530,519,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[{\"id\":\"0d30a6e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2536,520,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2612,534,'_elementor_edit_mode','builder'),(2613,534,'_elementor_template_type','wp-page'),(2614,534,'_elementor_version','3.0.13'),(2615,534,'_wp_page_template','default'),(2616,534,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2546,522,'_elementor_edit_mode','builder'),(2547,522,'_elementor_template_type','wp-page'),(2548,522,'_elementor_version','3.0.13'),(2549,522,'_wp_page_template','default'),(2550,522,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(3028,603,'_elementor_edit_mode','builder'),(3029,603,'_elementor_template_type','wp-page'),(2956,591,'_elementor_version','3.0.13'),(2957,591,'_wp_page_template','default'),(2958,591,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2266dc9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2552,523,'_elementor_edit_mode','builder'),(2553,523,'_elementor_template_type','wp-page'),(2554,523,'_elementor_version','3.0.13'),(2555,523,'_wp_page_template','default'),(2556,523,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60dfc8e7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"1f9deda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b17b5ef\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4125eba6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87cc0bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34650c93\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"56c50aaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"72c65e25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d8ae3fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2561,525,'_elementor_edit_mode','builder'),(2562,525,'_elementor_template_type','wp-page'),(2563,525,'_elementor_version','3.0.13'),(2564,525,'_wp_page_template','default'),(2565,525,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60dfc8e7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"1f9deda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b17b5ef\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4125eba6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87cc0bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34650c93\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"56c50aaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"72c65e25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d8ae3fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(9636,1491,'_edit_lock','1688982279:2'),(9637,1492,'mfn-post-hide-title','1'),(9638,1492,'mfn-post-remove-padding','1'),(9639,1492,'mfn-page-items','YjowOw=='),(2566,526,'_elementor_edit_mode','builder'),(2567,526,'_elementor_template_type','wp-page'),(2568,526,'_elementor_version','3.0.13'),(2569,526,'_wp_page_template','default'),(2570,526,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60dfc8e7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"1f9deda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b17b5ef\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4125eba6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87cc0bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34650c93\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"56c50aaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"72c65e25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d8ae3fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2571,527,'_elementor_edit_mode','builder'),(2572,527,'_elementor_template_type','wp-page'),(2573,527,'_elementor_version','3.0.13'),(2574,527,'_wp_page_template','default'),(2575,527,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60dfc8e7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print.jpg\",\"id\":524},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[{\"id\":\"1f9deda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b17b5ef\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4125eba6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87cc0bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34650c93\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"56c50aaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"72c65e25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d8ae3fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2592,531,'_elementor_edit_mode','builder'),(2593,531,'_elementor_template_type','wp-page'),(2594,531,'_elementor_version','3.0.13'),(2595,531,'_wp_page_template','default'),(2596,531,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60dfc8e7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print.jpg\",\"id\":524},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[{\"id\":\"1f9deda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b17b5ef\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4125eba6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87cc0bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34650c93\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"56c50aaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"72c65e25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d8ae3fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2577,528,'_elementor_edit_mode','builder'),(2578,528,'_elementor_template_type','section'),(2579,528,'_elementor_version','3.0.13'),(2580,529,'_elementor_edit_mode','builder'),(2581,529,'_elementor_template_type','section'),(2582,529,'_elementor_version','3.0.13'),(2583,528,'_wp_page_template','default'),(2584,528,'_elementor_data','[{\"id\":\"5b2fa1c0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print.jpg\",\"id\":524},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[{\"id\":\"75cc329d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f75b9c2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"c602da3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"578ef037\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d6ed73f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"53fd4114\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6e270d69\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6a4c302c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2585,530,'_elementor_edit_mode','builder'),(2586,530,'_elementor_template_type','section'),(2587,530,'_elementor_version','3.0.13'),(2588,530,'_wp_page_template','default'),(2589,530,'_elementor_data','[{\"id\":\"5b2fa1c0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print.jpg\",\"id\":524},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[{\"id\":\"75cc329d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f75b9c2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"c602da3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"578ef037\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d6ed73f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"53fd4114\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6e270d69\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6a4c302c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2590,528,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:1;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}}'),(2598,532,'_elementor_edit_mode','builder'),(2599,532,'_elementor_template_type','wp-page'),(2600,532,'_elementor_version','3.0.13'),(2601,532,'_wp_page_template','default'),(2602,532,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60dfc8e7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print.jpg\",\"id\":524},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[{\"id\":\"1f9deda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b17b5ef\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4125eba6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87cc0bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34650c93\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"56c50aaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"72c65e25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d8ae3fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2604,533,'_elementor_edit_mode','builder'),(2605,533,'_elementor_template_type','wp-page'),(2606,533,'_elementor_version','3.0.13'),(2607,533,'_wp_page_template','default'),(2608,533,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60dfc8e7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print.jpg\",\"id\":524},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[{\"id\":\"1f9deda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b17b5ef\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4125eba6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87cc0bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34650c93\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"56c50aaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"72c65e25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d8ae3fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2653,541,'_elementor_edit_mode','builder'),(2654,541,'_elementor_template_type','wp-page'),(2655,541,'_elementor_version','3.0.13'),(2656,541,'_wp_page_template','default'),(2657,541,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60dfc8e7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print.jpg\",\"id\":524},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[{\"id\":\"1f9deda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b17b5ef\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4125eba6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87cc0bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34650c93\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"56c50aaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"72c65e25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d8ae3fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2618,535,'_elementor_edit_mode','builder'),(2619,535,'_elementor_template_type','wp-page'),(2620,535,'_elementor_version','3.0.13'),(2621,535,'_wp_page_template','default'),(2622,535,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":68,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2759,558,'_elementor_template_type','wp-page'),(2624,536,'_elementor_edit_mode','builder'),(2625,536,'_elementor_template_type','wp-page'),(2626,536,'_elementor_version','3.0.13'),(2627,536,'_wp_page_template','default'),(2628,536,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2690,547,'_elementor_edit_mode','builder'),(2691,547,'_elementor_template_type','wp-page'),(2692,547,'_elementor_version','3.0.13'),(2693,547,'_wp_page_template','default'),(2694,547,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2631,537,'_elementor_edit_mode','builder'),(2632,537,'_elementor_template_type','section'),(2633,537,'_elementor_version','3.0.13'),(2634,538,'_elementor_edit_mode','builder'),(2635,538,'_elementor_template_type','section'),(2636,538,'_elementor_version','3.0.13'),(2637,537,'_wp_page_template','default'),(2638,537,'_elementor_data','[{\"id\":\"6d868c87\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"784f729a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5199258d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5fbb66\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"26a1eefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ed911a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8f99b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65f8743f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"58975020\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17bd488a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2639,539,'_elementor_edit_mode','builder'),(2640,539,'_elementor_template_type','section'),(2641,539,'_elementor_version','3.0.13'),(2642,539,'_wp_page_template','default'),(2643,539,'_elementor_data','[{\"id\":\"6d868c87\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"784f729a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5199258d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5fbb66\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"26a1eefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ed911a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8f99b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"65f8743f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"58975020\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17bd488a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2644,537,'_elementor_controls_usage','a:5:{s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:1;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}}}}}'),(2942,589,'_elementor_edit_mode','builder'),(2943,589,'_elementor_template_type','wp-page'),(2944,589,'_elementor_version','3.0.13'),(2945,589,'_wp_page_template','default'),(2946,589,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25604b50\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"563b157d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b60247e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6c261e21\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"14fe5b5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7af981f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62fd533d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c463cd4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"27258c4f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3fb54fec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2665,543,'_elementor_version','3.0.13'),(2666,543,'_wp_page_template','default'),(2667,543,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25604b50\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"563b157d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b60247e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6c261e21\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"14fe5b5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7af981f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62fd533d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c463cd4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"27258c4f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3fb54fec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2954,591,'_elementor_edit_mode','builder'),(2955,591,'_elementor_template_type','wp-page'),(2663,543,'_elementor_edit_mode','builder'),(2664,543,'_elementor_template_type','wp-page'),(2658,542,'_elementor_edit_mode','builder'),(2659,542,'_elementor_template_type','wp-page'),(2660,542,'_elementor_version','3.0.13'),(2661,542,'_wp_page_template','default'),(2662,542,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60dfc8e7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/rainbow-disco-print.jpg\",\"id\":524},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[{\"id\":\"1f9deda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b17b5ef\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4125eba6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87cc0bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34650c93\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"56c50aaf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"72c65e25\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d8ae3fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2676,545,'_elementor_edit_mode','builder'),(2677,545,'_elementor_template_type','wp-page'),(2678,545,'_elementor_version','3.0.13'),(2679,545,'_wp_page_template','default'),(2680,545,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d9a07e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"a7d8ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4c8076d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3581,692,'_elementor_edit_mode','builder'),(3582,692,'_elementor_template_type','wp-page'),(2682,546,'_elementor_edit_mode','builder'),(2683,546,'_elementor_template_type','wp-page'),(2684,546,'_elementor_version','3.0.13'),(2685,546,'_wp_page_template','default'),(2686,546,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"2b6b5a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2e8e30\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d20767f\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"2f599bca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"302882ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3505d62a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"117d1607\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"22956ce2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6984dc4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"063d566\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"5b56935\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d5e2d91\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\"},\"elements\":[{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2f4bf94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2782,562,'_elementor_edit_mode','builder'),(2783,562,'_elementor_template_type','wp-page'),(2784,562,'_elementor_version','3.0.13'),(2785,562,'_wp_page_template','default'),(2786,562,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"2b6b5a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2e8e30\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d20767f\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"2f599bca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"302882ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3505d62a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"117d1607\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"22956ce2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6984dc4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"063d566\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"5b56935\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d5e2d91\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\"},\"elements\":[{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2f4bf94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2696,548,'_elementor_edit_mode','builder'),(2697,548,'_elementor_template_type','wp-page'),(2698,548,'_elementor_version','3.0.13'),(2699,548,'_wp_page_template','default'),(2700,548,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2722,552,'_elementor_edit_mode','builder'),(2702,549,'_elementor_edit_mode','builder'),(2703,549,'_elementor_template_type','wp-page'),(2704,549,'_elementor_version','3.0.13'),(2705,549,'_wp_page_template','default'),(2706,549,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2710,550,'_elementor_edit_mode','builder'),(2711,550,'_elementor_template_type','wp-page'),(2712,550,'_elementor_version','3.0.13'),(2713,550,'_wp_page_template','default'),(2714,550,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2716,551,'_elementor_edit_mode','builder'),(2717,551,'_elementor_template_type','wp-page'),(2718,551,'_elementor_version','3.0.13'),(2719,551,'_wp_page_template','default'),(2720,551,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2723,552,'_elementor_template_type','wp-page'),(2724,552,'_elementor_version','3.0.13'),(2725,552,'_wp_page_template','default'),(2726,552,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2729,553,'_elementor_edit_mode','builder'),(2730,553,'_elementor_template_type','wp-page'),(2731,553,'_elementor_version','3.0.13'),(2732,553,'_wp_page_template','default'),(2733,553,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2734,554,'_elementor_edit_mode','builder'),(2735,554,'_elementor_template_type','wp-page'),(2736,554,'_elementor_version','3.0.13'),(2737,554,'_wp_page_template','default'),(2738,554,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2758,558,'_elementor_edit_mode','builder'),(2739,555,'_elementor_edit_mode','builder'),(2740,555,'_elementor_template_type','wp-page'),(2741,555,'_elementor_version','3.0.13'),(2742,555,'_wp_page_template','default'),(2743,555,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2746,556,'_elementor_edit_mode','builder'),(2747,556,'_elementor_template_type','wp-page'),(2748,556,'_elementor_version','3.0.13'),(2749,556,'_wp_page_template','default'),(2750,556,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2752,557,'_elementor_edit_mode','builder'),(2753,557,'_elementor_template_type','wp-page'),(2754,557,'_elementor_version','3.0.13'),(2755,557,'_wp_page_template','default'),(2756,557,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2760,558,'_elementor_version','3.0.13'),(2761,558,'_wp_page_template','default'),(2762,558,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2765,559,'_elementor_edit_mode','builder'),(2766,559,'_elementor_template_type','wp-page'),(2767,559,'_elementor_version','3.0.13'),(2768,559,'_wp_page_template','default'),(2769,559,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2770,560,'_elementor_edit_mode','builder'),(2771,560,'_elementor_template_type','wp-page'),(2772,560,'_elementor_version','3.0.13'),(2773,560,'_wp_page_template','default'),(2774,560,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db94193\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"fc2411d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bde0b03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"94c5570\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2822,568,'_elementor_edit_mode','builder'),(2823,568,'_elementor_template_type','wp-page'),(2824,568,'_elementor_version','3.0.13'),(2825,568,'_wp_page_template','default'),(2826,568,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2788,563,'_elementor_edit_mode','builder'),(2789,563,'_elementor_template_type','wp-page'),(2790,563,'_elementor_version','3.0.13'),(2791,563,'_wp_page_template','default'),(2792,563,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"2b6b5a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5a2e8e30\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4d20767f\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"2f599bca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"302882ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3505d62a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"117d1607\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"22956ce2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6984dc4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"063d566\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"5b56935\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d5e2d91\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\"},\"elements\":[{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2f4bf94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(3012,600,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"2b6b5a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d20767f\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"2f599bca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"302882ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work toegether?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3505d62a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"117d1607\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply now\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"indigo-disco.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"22956ce2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6984dc4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5932c907\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"5f17874a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5adcb856\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6361451a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7273bb3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"291e28d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7a64716a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(2794,564,'_elementor_edit_mode','builder'),(2795,564,'_elementor_template_type','wp-page'),(2796,564,'_elementor_version','3.0.13'),(2797,564,'_wp_page_template','default'),(2798,564,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"2b6b5a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d20767f\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"2f599bca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"302882ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work toegether?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3505d62a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"117d1607\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply now\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"indigo-disco.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"22956ce2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6984dc4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"063d566\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5b56935\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d5e2d91\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\"},\"elements\":[{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2f4bf94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2922,586,'_elementor_edit_mode','builder'),(2923,586,'_elementor_template_type','wp-page'),(2924,586,'_elementor_version','3.0.13'),(2925,586,'_wp_page_template','default'),(2926,586,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"2b6b5a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d20767f\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"2f599bca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"302882ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work toegether?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3505d62a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"117d1607\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply now\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"indigo-disco.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"22956ce2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6984dc4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"063d566\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5b56935\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d5e2d91\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\"},\"elements\":[{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2f4bf94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2808,566,'_elementor_edit_mode','builder'),(2809,566,'_elementor_template_type','wp-page'),(2810,566,'_elementor_version','3.0.13'),(2811,566,'_wp_page_template','default'),(2812,566,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to go? Let\'s talk.\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":70,\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2814,567,'_elementor_edit_mode','builder'),(2815,567,'_elementor_template_type','wp-page'),(2816,567,'_elementor_version','3.0.13'),(2817,567,'_wp_page_template','default'),(2818,567,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to make things happen?\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":70,\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3214,633,'_elementor_edit_mode','builder'),(3215,633,'_elementor_template_type','wp-page'),(3216,633,'_elementor_version','3.0.13'),(3217,633,'_wp_page_template','default'),(3218,633,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to make things happen?\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":70,\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2828,569,'_elementor_edit_mode','builder'),(2829,569,'_elementor_template_type','wp-page'),(2830,569,'_elementor_version','3.0.13'),(2831,569,'_wp_page_template','default'),(2832,569,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists &amp; Musicians\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2835,570,'_elementor_template_type','wp-page'),(2836,570,'_elementor_version','3.0.13'),(2837,570,'_wp_page_template','default'),(2838,570,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2841,571,'_elementor_edit_mode','builder'),(2842,571,'_elementor_template_type','wp-page'),(2843,571,'_elementor_version','3.0.13'),(2844,571,'_wp_page_template','default'),(2845,571,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2846,572,'_elementor_edit_mode','builder'),(2847,572,'_elementor_template_type','wp-page'),(2848,572,'_elementor_version','3.0.13'),(2849,572,'_wp_page_template','default'),(2850,572,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2867,576,'_elementor_edit_mode','builder'),(2851,573,'_elementor_edit_mode','builder'),(2852,573,'_elementor_template_type','wp-page'),(2853,573,'_elementor_version','3.0.13'),(2854,573,'_wp_page_template','default'),(2855,573,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2857,574,'_elementor_edit_mode','builder'),(2858,574,'_elementor_template_type','wp-page'),(2859,574,'_elementor_version','3.0.13'),(2860,574,'_wp_page_template','default'),(2861,574,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2862,575,'_elementor_edit_mode','builder'),(2863,575,'_elementor_template_type','wp-page'),(2864,575,'_elementor_version','3.0.13'),(2865,575,'_wp_page_template','default'),(2866,575,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.614000000000000767386154620908200740814208984375},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us.\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40.87700000000000244426701101474463939666748046875},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.172999999999998266275724745355546474456787109375},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2869,576,'_elementor_version','3.0.13'),(2870,576,'_wp_page_template','default'),(2871,576,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2873,577,'_elementor_edit_mode','builder'),(2874,577,'_elementor_template_type','wp-page'),(2875,577,'_elementor_version','3.0.13'),(2876,577,'_wp_page_template','default'),(2877,577,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2878,578,'_elementor_edit_mode','builder'),(2879,578,'_elementor_template_type','wp-page'),(2880,578,'_elementor_version','3.0.13'),(2881,578,'_wp_page_template','default'),(2882,578,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2883,579,'_elementor_edit_mode','builder'),(2884,579,'_elementor_template_type','wp-page'),(2885,579,'_elementor_version','3.0.13'),(2886,579,'_wp_page_template','default'),(2887,579,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2889,580,'_elementor_edit_mode','builder'),(2890,580,'_elementor_template_type','wp-page'),(2891,580,'_elementor_version','3.0.13'),(2892,580,'_wp_page_template','default'),(2893,580,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2894,581,'_elementor_edit_mode','builder'),(2895,581,'_elementor_template_type','wp-page'),(2896,581,'_elementor_version','3.0.13'),(2897,581,'_wp_page_template','default'),(2898,581,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(3119,620,'_elementor_template_type','wp-page'),(3120,620,'_elementor_version','3.0.13'),(3121,620,'_wp_page_template','default'),(3122,620,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2899,582,'_elementor_edit_mode','builder'),(2900,582,'_elementor_template_type','wp-page'),(2901,582,'_elementor_version','3.0.13'),(2902,582,'_wp_page_template','default'),(2903,582,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.7890000000000014779288903810083866119384765625},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56.42099999999999937472239253111183643341064453125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.77799999999999869260136620141565799713134765625},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2905,583,'_elementor_edit_mode','builder'),(2906,583,'_elementor_template_type','wp-page'),(2907,583,'_elementor_version','3.0.13'),(2908,583,'_wp_page_template','default'),(2909,583,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.7890000000000014779288903810083866119384765625},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56.42099999999999937472239253111183643341064453125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.77799999999999869260136620141565799713134765625},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2910,584,'_elementor_edit_mode','builder'),(2911,584,'_elementor_template_type','wp-page'),(2912,584,'_elementor_version','3.0.13'),(2913,584,'_wp_page_template','default'),(2914,584,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.7890000000000014779288903810083866119384765625},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56.42099999999999937472239253111183643341064453125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.77799999999999869260136620141565799713134765625},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(3118,620,'_elementor_edit_mode','builder'),(2915,585,'_elementor_edit_mode','builder'),(2916,585,'_elementor_template_type','wp-page'),(2917,585,'_elementor_version','3.0.13'),(2918,585,'_wp_page_template','default'),(2919,585,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2962,592,'_elementor_edit_mode','builder'),(2963,592,'_elementor_template_type','wp-page'),(2964,592,'_elementor_version','3.0.13'),(2965,592,'_wp_page_template','default'),(2966,592,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2928,587,'_elementor_edit_mode','builder'),(2929,587,'_elementor_template_type','wp-page'),(2930,587,'_elementor_version','3.0.13'),(2931,587,'_wp_page_template','default'),(2932,587,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a8b899\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"2b6b5a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d20767f\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"2f599bca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"302882ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work toegether?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3505d62a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"117d1607\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply now\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"indigo-disco.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"22956ce2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6984dc4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"063d566\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5b56935\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d5e2d91\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\"},\"elements\":[{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2f4bf94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(3008,600,'_elementor_edit_mode','builder'),(3009,600,'_elementor_template_type','wp-page'),(3010,600,'_elementor_version','3.0.13'),(3011,600,'_wp_page_template','default'),(2934,588,'_elementor_edit_mode','builder'),(2935,588,'_elementor_template_type','wp-page'),(2936,588,'_elementor_version','3.0.13'),(2937,588,'_wp_page_template','default'),(2938,588,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"2b6b5a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d20767f\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"2f599bca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"302882ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work toegether?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3505d62a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"117d1607\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply now\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"indigo-disco.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"22956ce2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6984dc4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"063d566\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5b56935\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d5e2d91\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\"},\"elements\":[{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2f4bf94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2996,598,'_elementor_edit_mode','builder'),(2997,598,'_elementor_template_type','wp-page'),(2998,598,'_elementor_version','3.0.13'),(2999,598,'_wp_page_template','default'),(3000,598,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"2b6b5a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d20767f\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"2f599bca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"302882ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work toegether?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3505d62a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"117d1607\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply now\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"indigo-disco.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"22956ce2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6984dc4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"063d566\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5b56935\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d5e2d91\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\"},\"elements\":[{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2f4bf94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2948,590,'_elementor_edit_mode','builder'),(2949,590,'_elementor_template_type','wp-page'),(2950,590,'_elementor_version','3.0.13'),(2951,590,'_wp_page_template','default'),(2952,590,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25604b50\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"563b157d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b60247e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6c261e21\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"14fe5b5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7af981f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62fd533d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c463cd4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"27258c4f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3fb54fec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(3016,601,'_elementor_edit_mode','builder'),(3017,601,'_elementor_template_type','wp-page'),(3018,601,'_elementor_version','3.0.13'),(3019,601,'_wp_page_template','default'),(3020,601,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2266dc9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2968,593,'_elementor_edit_mode','builder'),(2969,593,'_elementor_template_type','wp-page'),(2970,593,'_elementor_version','3.0.13'),(2971,593,'_wp_page_template','default'),(2972,593,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2974,594,'_elementor_edit_mode','builder'),(2975,594,'_elementor_template_type','wp-page'),(2976,594,'_elementor_version','3.0.13'),(2977,594,'_wp_page_template','default'),(2978,594,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(3106,618,'_elementor_edit_mode','builder'),(3107,618,'_elementor_template_type','wp-page'),(3108,618,'_elementor_version','3.0.13'),(3109,618,'_wp_page_template','default'),(3110,618,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2982,595,'_elementor_edit_mode','builder'),(2983,595,'_elementor_template_type','section'),(2984,595,'_elementor_version','3.0.13'),(2985,596,'_elementor_edit_mode','builder'),(2986,596,'_elementor_template_type','section'),(2987,596,'_elementor_version','3.0.13'),(2988,595,'_wp_page_template','default'),(2989,595,'_elementor_data','[{\"id\":\"39d6cac7\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"6e56cfd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"109e1d6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"186a969d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2132ad3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d2b9cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"35674365\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(2990,597,'_elementor_edit_mode','builder'),(2991,597,'_elementor_template_type','section'),(2992,597,'_elementor_version','3.0.13'),(2993,597,'_wp_page_template','default'),(2994,597,'_elementor_data','[{\"id\":\"39d6cac7\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"6e56cfd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"109e1d6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"186a969d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2132ad3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d2b9cea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"35674365\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(2995,595,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(3002,599,'_elementor_edit_mode','builder'),(3003,599,'_elementor_template_type','wp-page'),(3004,599,'_elementor_version','3.0.13'),(3005,599,'_wp_page_template','default'),(3006,599,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"2b6b5a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d20767f\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"2f599bca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"302882ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work toegether?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3505d62a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"117d1607\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply now\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"indigo-disco.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"22956ce2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6984dc4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"063d566\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5b56935\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"72089dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d5e2d91\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98ab364\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\"},\"elements\":[{\"id\":\"8399d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f00d9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2f4bf94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b04a62a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(3157,625,'_elementor_edit_mode','builder'),(3158,625,'_elementor_template_type','wp-page'),(3159,625,'_elementor_version','3.0.13'),(3160,625,'_wp_page_template','default'),(3161,625,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"2b6b5a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d20767f\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"2f599bca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"302882ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work toegether?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3505d62a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"117d1607\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply now\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"indigo-disco.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"22956ce2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6984dc4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5932c907\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"5f17874a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5adcb856\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6361451a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7273bb3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"291e28d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7a64716a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(3022,602,'_elementor_edit_mode','builder'),(3023,602,'_elementor_template_type','wp-page'),(3024,602,'_elementor_version','3.0.13'),(3025,602,'_wp_page_template','default'),(3026,602,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2266dc9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc1b6ca\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"e6abd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7701bcd\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1f502ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0624b27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4c637a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"727786d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(5071,922,'_elementor_version','3.0.13'),(5072,922,'_wp_page_template','default'),(5073,922,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development&nbsp;<\\/strong><\\/p>\\n<p><strong>Content Creation + Management&nbsp;<\\/strong><\\/p>\\n<p><strong>Creative Strategy&nbsp;<\\/strong><\\/p>\\n<p><strong>Advertising Strategy + Management&nbsp;&nbsp;<\\/strong><\\/p>\\n<p><strong>Photography<\\/strong><\\/p>\\n<p><strong>Public Relations<\\/strong><\\/p>\\n<p><strong>Research, Reporting + Analytics&nbsp;<\\/strong><\\/p>\\n<p><strong>Social Media Management&nbsp;<\\/strong><\\/p>\\n<p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3031,603,'_wp_page_template','default'),(3032,603,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2266dc9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(5069,921,'_elementor_edit_mode','builder'),(3039,606,'_elementor_edit_mode','builder'),(3040,606,'_elementor_template_type','wp-page'),(3041,606,'_elementor_version','3.0.13'),(3042,606,'_wp_page_template','default'),(3043,606,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2266dc9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(3035,604,'_wp_attached_file','2020/11/120628335_10224161662534055_5243340978838073081_o.jpg'),(3036,604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:61:\"2020/11/120628335_10224161662534055_5243340978838073081_o.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"120628335_10224161662534055_5243340978838073081_o-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:62:\"120628335_10224161662534055_5243340978838073081_o-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:61:\"120628335_10224161662534055_5243340978838073081_o-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:62:\"120628335_10224161662534055_5243340978838073081_o-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"120628335_10224161662534055_5243340978838073081_o-110x146.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:59:\"120628335_10224161662534055_5243340978838073081_o-38x50.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:59:\"120628335_10224161662534055_5243340978838073081_o-56x75.jpg\";s:5:\"width\";i:56;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:62:\"120628335_10224161662534055_5243340978838073081_o-1080x860.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:59:\"120628335_10224161662534055_5243340978838073081_o-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:59:\"120628335_10224161662534055_5243340978838073081_o-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:63:\"120628335_10224161662534055_5243340978838073081_o-1080x1000.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:62:\"120628335_10224161662534055_5243340978838073081_o-1080x500.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:62:\"120628335_10224161662534055_5243340978838073081_o-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:62:\"120628335_10224161662534055_5243340978838073081_o-1080x750.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:61:\"120628335_10224161662534055_5243340978838073081_o-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:62:\"120628335_10224161662534055_5243340978838073081_o-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;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:{}}}'),(3037,605,'_wp_attached_file','2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg'),(3038,605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1343;s:6:\"height\";i:1329;s:4:\"file\";s:62:\"2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"46503248_10217779916834401_1627278029447233536_o-1-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"46503248_10217779916834401_1627278029447233536_o-1-1024x1013.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"46503248_10217779916834401_1627278029447233536_o-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"46503248_10217779916834401_1627278029447233536_o-1-768x760.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:62:\"46503248_10217779916834401_1627278029447233536_o-1-148x146.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:60:\"46503248_10217779916834401_1627278029447233536_o-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:60:\"46503248_10217779916834401_1627278029447233536_o-1-76x75.jpg\";s:5:\"width\";i:76;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:63:\"46503248_10217779916834401_1627278029447233536_o-1-1343x860.jpg\";s:5:\"width\";i:1343;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:60:\"46503248_10217779916834401_1627278029447233536_o-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:60:\"46503248_10217779916834401_1627278029447233536_o-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:64:\"46503248_10217779916834401_1627278029447233536_o-1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:63:\"46503248_10217779916834401_1627278029447233536_o-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:63:\"46503248_10217779916834401_1627278029447233536_o-1-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:63:\"46503248_10217779916834401_1627278029447233536_o-1-1343x750.jpg\";s:5:\"width\";i:1343;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:62:\"46503248_10217779916834401_1627278029447233536_o-1-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:63:\"46503248_10217779916834401_1627278029447233536_o-1-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(3044,607,'_elementor_edit_mode','builder'),(3045,607,'_elementor_template_type','wp-page'),(3046,607,'_elementor_version','3.0.13'),(3047,607,'_wp_page_template','default'),(3048,607,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2266dc9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(3098,617,'_elementor_edit_mode','builder'),(3099,617,'_elementor_template_type','wp-page'),(3065,611,'_elementor_edit_mode','builder'),(3066,611,'_elementor_template_type','wp-page'),(3067,611,'_elementor_version','3.0.13'),(3068,611,'_wp_page_template','default'),(3069,611,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ba60de5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"567fb3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f10529\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ff8f07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d50e86f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-soundcloud\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"50b8117\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9d9ad5d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-spotify\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/46503248_10217779916834401_1627278029447233536_o-1.jpg\",\"id\":605},\"image_size\":\"custom\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a90b0de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"007157a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6875b54\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(3049,608,'_elementor_edit_mode','builder'),(3050,608,'_elementor_template_type','wp-page'),(3051,608,'_elementor_version','3.0.13'),(3052,608,'_wp_page_template','default'),(3053,608,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ba60de5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"567fb3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f10529\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ff8f07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d50e86f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-soundcloud\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"50b8117\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9d9ad5d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-spotify\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/46503248_10217779916834401_1627278029447233536_o-1.jpg\",\"id\":605},\"image_size\":\"custom\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a90b0de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dae0ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"9d173c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49b58da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"007157a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e1ce611\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6875b54\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(3055,609,'_elementor_edit_mode','builder'),(3056,609,'_elementor_template_type','wp-page'),(3057,609,'_elementor_version','3.0.13'),(3058,609,'_wp_page_template','default'),(3059,609,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ba60de5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"567fb3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f10529\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ff8f07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d50e86f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-soundcloud\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"50b8117\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9d9ad5d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-spotify\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/46503248_10217779916834401_1627278029447233536_o-1.jpg\",\"id\":605},\"image_size\":\"custom\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a90b0de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dae0ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"9d173c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49b58da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"007157a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e1ce611\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6875b54\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(3060,610,'_elementor_edit_mode','builder'),(3061,610,'_elementor_template_type','wp-page'),(3062,610,'_elementor_version','3.0.13'),(3063,610,'_wp_page_template','default'),(3064,610,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ba60de5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"567fb3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f10529\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ff8f07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d50e86f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-soundcloud\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"50b8117\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9d9ad5d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-spotify\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/46503248_10217779916834401_1627278029447233536_o-1.jpg\",\"id\":605},\"image_size\":\"custom\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a90b0de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dae0ef\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"9d173c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"49b58da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"007157a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e1ce611\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6875b54\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(3086,615,'_elementor_edit_mode','builder'),(3087,615,'_elementor_template_type','wp-page'),(3088,615,'_elementor_version','3.0.13'),(3089,615,'_wp_page_template','default'),(3090,615,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ba60de5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"567fb3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f10529\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ff8f07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d50e86f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-soundcloud\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"50b8117\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9d9ad5d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-spotify\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/46503248_10217779916834401_1627278029447233536_o-1.jpg\",\"id\":605},\"image_size\":\"custom\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a90b0de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"007157a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6875b54\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(3072,612,'_elementor_edit_mode','builder'),(3073,612,'_elementor_template_type','section'),(3074,612,'_elementor_version','3.0.13'),(3075,613,'_elementor_edit_mode','builder'),(3076,613,'_elementor_template_type','section'),(3077,613,'_elementor_version','3.0.13'),(3078,612,'_wp_page_template','default'),(3079,612,'_elementor_data','[{\"id\":\"5c263d32\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"71372938\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"554b0239\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c843c4e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"362ea24d\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49d7fdb2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"32c54cd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3b096ed6\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"24f0edb3\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d9df819\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7e7a9531\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"496d8149\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cda6bd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2f219c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c60c9cf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3080,614,'_elementor_edit_mode','builder'),(3081,614,'_elementor_template_type','section'),(3082,614,'_elementor_version','3.0.13'),(3083,614,'_wp_page_template','default'),(3084,614,'_elementor_data','[{\"id\":\"5c263d32\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"71372938\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"554b0239\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c843c4e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"362ea24d\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49d7fdb2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"32c54cd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3b096ed6\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"24f0edb3\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d9df819\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7e7a9531\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"496d8149\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cda6bd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2f219c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c60c9cf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3085,612,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:5:\"align\";i:4;s:11:\"header_size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:25:\"typography_letter_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:4;s:16:\"_animation_delay\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:15:\"stretch_section\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),(3092,616,'_elementor_edit_mode','builder'),(3093,616,'_elementor_template_type','wp-page'),(3094,616,'_elementor_version','3.0.13'),(3095,616,'_wp_page_template','default'),(3096,616,'_elementor_data','[{\"id\":\"a627965\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d55f957\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d6e350\",\"elType\":\"widget\",\"settings\":{\"title\":\"LADIES OF THE DISCO\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9220e02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1b89943\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ba60de5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"567fb3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f10529\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ff8f07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d50e86f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-soundcloud\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"50b8117\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9d9ad5d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-spotify\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4c5ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/46503248_10217779916834401_1627278029447233536_o-1.jpg\",\"id\":605},\"image_size\":\"custom\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a90b0de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"007157a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6875b54\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(3100,617,'_elementor_version','3.0.13'),(3101,617,'_wp_page_template','default'),(3102,617,'_elementor_data','[{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ba60de5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"567fb3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f10529\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ff8f07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d50e86f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-soundcloud\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"50b8117\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9d9ad5d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-spotify\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/46503248_10217779916834401_1627278029447233536_o-1.jpg\",\"id\":605},\"image_size\":\"custom\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"007157a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(3274,642,'_elementor_edit_mode','builder'),(3275,642,'_elementor_template_type','wp-page'),(3276,642,'_elementor_version','3.0.13'),(3277,642,'_wp_page_template','default'),(3278,642,'_elementor_data','[{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ba60de5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"567fb3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f10529\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ff8f07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d50e86f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-soundcloud\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"50b8117\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9d9ad5d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-spotify\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/46503248_10217779916834401_1627278029447233536_o-1.jpg\",\"id\":605},\"image_size\":\"custom\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"007157a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(3112,619,'_elementor_edit_mode','builder'),(3113,619,'_elementor_template_type','wp-page'),(3114,619,'_elementor_version','3.0.13'),(3115,619,'_wp_page_template','default'),(3116,619,'_elementor_data','[{\"id\":\"dd59b76\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dec5c58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"53aaafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0abfb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"2dfd27c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7042e93\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"644753e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fb7966\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2400df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2ce2ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b5d13f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"02bfad0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(3126,621,'_elementor_edit_mode','builder'),(3127,621,'_elementor_template_type','wp-page'),(3128,621,'_elementor_version','3.0.13'),(3129,621,'_wp_page_template','default'),(3130,621,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(3132,622,'_elementor_edit_mode','builder'),(3133,622,'_elementor_template_type','wp-page'),(3134,622,'_elementor_version','3.0.13'),(3135,622,'_wp_page_template','default'),(3136,622,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"861ef17\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"30bc6c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"63a900f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect with us\",\"header_size\":\"h3\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"cadba60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5212698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd03ce\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(3138,623,'_elementor_edit_mode','builder'),(3139,623,'_elementor_template_type','wp-page'),(3140,623,'_elementor_version','3.0.13'),(3141,623,'_wp_page_template','default'),(3142,623,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(3194,630,'_elementor_edit_mode','builder'),(3195,630,'_elementor_template_type','wp-page'),(3196,630,'_elementor_version','3.0.13'),(3197,630,'_wp_page_template','default'),(3198,630,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(3155,515,'_elementor_controls_usage','a:5:{s:6:\"spacer\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:1;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}}'),(3147,515,'mfn-post-love','0'),(3148,515,'_edit_lock','1606202363:2'),(3163,626,'_elementor_edit_mode','builder'),(3164,626,'_elementor_template_type','wp-page'),(3165,626,'_elementor_version','3.0.13'),(3166,626,'_wp_page_template','default'),(3167,626,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"2b6b5a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d20767f\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"2f599bca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"302882ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work toegether?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3505d62a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"117d1607\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply now\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"indigo-disco.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"22956ce2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6984dc4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5932c907\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"5f17874a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5adcb856\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6361451a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7273bb3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"291e28d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7a64716a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(3427,667,'_elementor_edit_mode','builder'),(3428,667,'_elementor_template_type','wp-page'),(3429,667,'_elementor_version','3.0.13'),(3430,667,'_wp_page_template','default'),(3431,667,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8e953d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3246,638,'_elementor_edit_mode','builder'),(3247,638,'_elementor_template_type','wp-page'),(3169,627,'_elementor_edit_mode','builder'),(3170,627,'_elementor_template_type','wp-page'),(3171,627,'_elementor_version','3.0.13'),(3172,627,'_wp_page_template','default'),(3173,627,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"2b6b5a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6984dc4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5932c907\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"5f17874a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5adcb856\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6361451a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7273bb3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"291e28d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7a64716a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3234,636,'_elementor_edit_mode','builder'),(3235,636,'_elementor_template_type','wp-page'),(3236,636,'_elementor_version','3.0.13'),(3237,636,'_wp_page_template','default'),(3238,636,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"2b6b5a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6984dc4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5932c907\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"5f17874a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5adcb856\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6361451a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7273bb3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"291e28d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7a64716a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3415,665,'_elementor_edit_mode','builder'),(3416,665,'_elementor_template_type','wp-page'),(3417,665,'_elementor_version','3.0.13'),(3418,665,'_wp_page_template','default'),(3419,665,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5932c907\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"5f17874a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5adcb856\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6361451a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7273bb3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"291e28d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7a64716a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"48db2bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3248,638,'_elementor_version','3.0.13'),(3249,638,'_wp_page_template','default'),(3250,638,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5932c907\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"5f17874a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5adcb856\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6361451a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7273bb3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"291e28d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7a64716a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"48db2bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3545,686,'_elementor_data','[{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3286,644,'_elementor_edit_mode','builder'),(3287,644,'_elementor_template_type','wp-page'),(3288,644,'_elementor_version','3.0.13'),(3289,644,'_wp_page_template','default'),(3290,644,'_elementor_data','[{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ba60de5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"567fb3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f10529\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ff8f07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d50e86f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-soundcloud\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"50b8117\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9d9ad5d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-spotify\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/46503248_10217779916834401_1627278029447233536_o-1.jpg\",\"id\":605},\"image_size\":\"custom\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"007157a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3200,631,'_elementor_edit_mode','builder'),(3201,631,'_elementor_template_type','wp-page'),(3202,631,'_elementor_version','3.0.13'),(3203,631,'_wp_page_template','default'),(3204,631,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(4993,908,'_elementor_template_type','wp-page'),(4994,908,'_elementor_version','3.0.13'),(4995,908,'_wp_page_template','default'),(4996,908,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dff9e47\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3206,632,'_elementor_edit_mode','builder'),(3207,632,'_elementor_template_type','wp-page'),(3208,632,'_elementor_version','3.0.13'),(3209,632,'_wp_page_template','default'),(3210,632,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a11cfa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f5f908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab27bef\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"9d3286d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"4648aae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3294,645,'_elementor_edit_mode','builder'),(3295,645,'_elementor_template_type','wp-page'),(3296,645,'_elementor_version','3.0.13'),(3297,645,'_wp_page_template','default');
INSERT INTO `SFmlX6x_postmeta` VALUES (3298,645,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a11cfa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f5f908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab27bef\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"9d3286d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"4648aae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3220,634,'_elementor_edit_mode','builder'),(3221,634,'_elementor_template_type','wp-page'),(3222,634,'_elementor_version','3.0.13'),(3223,634,'_wp_page_template','default'),(3224,634,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b8a9214\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"0484167\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c94c692\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to make things happen?\",\"align\":\"center\",\"title_color\":\"#08C7B7\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a315a02\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a383ef4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"text_padding\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"size\":\"lg\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"pulse\",\"_animation_delay\":70,\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe41a3d\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"f3d9489\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f9a9f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5066,921,'_thumbnail_id','909'),(5067,921,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:12;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:2;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(4681,858,'_elementor_template_type','wp-page'),(4682,858,'_elementor_version','3.0.13'),(4683,858,'_wp_page_template','default'),(4684,858,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4113,769,'_elementor_edit_mode','builder'),(3226,635,'_elementor_edit_mode','builder'),(3227,635,'_elementor_template_type','wp-page'),(3228,635,'_elementor_version','3.0.13'),(3229,635,'_wp_page_template','default'),(3230,635,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"READY TO MAKE THINGS HAPPEN?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3254,639,'_elementor_edit_mode','builder'),(3255,639,'_elementor_template_type','wp-page'),(3256,639,'_elementor_version','3.0.13'),(3257,639,'_wp_page_template','default'),(3258,639,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"READY TO MAKE THINGS HAPPEN?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3240,637,'_elementor_edit_mode','builder'),(3241,637,'_elementor_template_type','wp-page'),(3242,637,'_elementor_version','3.0.13'),(3243,637,'_wp_page_template','default'),(3244,637,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"2b6b5a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6984dc4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5932c907\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"5f17874a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5adcb856\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6361451a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7273bb3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"291e28d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7a64716a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3260,640,'_elementor_edit_mode','builder'),(3261,640,'_elementor_template_type','wp-page'),(3262,640,'_elementor_version','3.0.13'),(3263,640,'_wp_page_template','default'),(3264,640,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"READY TO MAKE THINGS HAPPEN?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3266,641,'_elementor_edit_mode','builder'),(3267,641,'_elementor_template_type','wp-page'),(3268,641,'_elementor_version','3.0.13'),(3269,641,'_wp_page_template','default'),(3270,641,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3446,669,'_elementor_edit_mode','builder'),(3447,669,'_elementor_template_type','wp-page'),(3448,669,'_elementor_version','3.0.13'),(3449,669,'_wp_page_template','default'),(3450,669,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3280,643,'_elementor_edit_mode','builder'),(3281,643,'_elementor_template_type','wp-page'),(3282,643,'_elementor_version','3.0.13'),(3283,643,'_wp_page_template','default'),(3284,643,'_elementor_data','[{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ba60de5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"567fb3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f10529\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ff8f07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d50e86f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-soundcloud\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"50b8117\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9d9ad5d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-spotify\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/46503248_10217779916834401_1627278029447233536_o-1.jpg\",\"id\":605},\"image_size\":\"custom\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"007157a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}]'),(3499,678,'_elementor_edit_mode','builder'),(3500,678,'_elementor_template_type','wp-page'),(3501,678,'_elementor_version','3.0.13'),(3502,678,'_wp_page_template','default'),(3503,678,'_elementor_data','[{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ba60de5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"567fb3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f10529\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ff8f07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d50e86f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-soundcloud\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"50b8117\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9d9ad5d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-spotify\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/46503248_10217779916834401_1627278029447233536_o-1.jpg\",\"id\":605},\"image_size\":\"custom\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"007157a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3300,646,'_elementor_edit_mode','builder'),(3301,646,'_elementor_template_type','wp-page'),(3302,646,'_elementor_version','3.0.13'),(3303,646,'_wp_page_template','default'),(3304,646,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a11cfa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f5f908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab27bef\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"9d3286d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"4648aae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3306,647,'_elementor_edit_mode','builder'),(3307,647,'_elementor_template_type','wp-page'),(3308,647,'_elementor_version','3.0.13'),(3309,647,'_wp_page_template','default'),(3310,647,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a11cfa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f5f908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab27bef\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"9d3286d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"4648aae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3314,648,'_elementor_edit_mode','builder'),(3315,648,'_elementor_template_type','wp-page'),(3316,648,'_elementor_version','3.0.13'),(3317,648,'_wp_page_template','default'),(3318,648,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a11cfa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f5f908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab27bef\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"9d3286d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"4648aae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3320,649,'_elementor_edit_mode','builder'),(3321,649,'_elementor_template_type','wp-page'),(3322,649,'_elementor_version','3.0.13'),(3323,649,'_wp_page_template','default'),(3324,649,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a11cfa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f5f908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab27bef\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"9d3286d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"4648aae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4305,800,'_elementor_template_type','wp-page'),(4306,800,'_elementor_version','3.0.13'),(4307,800,'_wp_page_template','default'),(3326,650,'_elementor_edit_mode','builder'),(3327,650,'_elementor_template_type','wp-page'),(3328,650,'_elementor_version','3.0.13'),(3329,650,'_wp_page_template','default'),(3330,650,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us! At this time, we are accepting a limited number of clients in order to provide the best service possible while we are growing. <span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">Please submit a client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a11cfa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f5f908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab27bef\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"9d3286d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"4648aae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3333,651,'_elementor_edit_mode','builder'),(3334,651,'_elementor_template_type','wp-page'),(3335,651,'_elementor_version','3.0.13'),(3336,651,'_wp_page_template','default'),(3337,651,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us! At this time, we are accepting a limited number of clients in order to provide the best service possible while we are growing. <span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">Please submit a client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a11cfa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f5f908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab27bef\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"9d3286d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"4648aae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3338,652,'_elementor_edit_mode','builder'),(3339,652,'_elementor_template_type','wp-page'),(3340,652,'_elementor_version','3.0.13'),(3341,652,'_wp_page_template','default'),(3342,652,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re interested in working with us! At this time, we are accepting a limited number of clients in order to provide the best service possible while we are growing. <span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">Please submit a client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"size\":\"small\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a11cfa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f5f908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab27bef\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"9d3286d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"4648aae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4304,800,'_elementor_edit_mode','builder'),(4284,797,'_elementor_edit_mode','builder'),(4285,797,'_elementor_template_type','wp-page'),(3387,660,'_elementor_edit_mode','builder'),(3388,660,'_elementor_template_type','wp-page'),(3389,660,'_elementor_version','3.0.13'),(3390,660,'_wp_page_template','default'),(3391,660,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"700833c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i><\\/i>We\'re here to make things happen.\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#848484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3343,653,'_elementor_edit_mode','builder'),(3344,653,'_elementor_template_type','wp-page'),(3345,653,'_elementor_version','3.0.13'),(3346,653,'_wp_page_template','default'),(3347,653,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"700833c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>We\'d love to work together.<\\/i>\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#848484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we are growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><br><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response <br>as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":40,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a11cfa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f5f908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab27bef\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"9d3286d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"4648aae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3350,654,'_elementor_edit_mode','builder'),(3351,654,'_elementor_template_type','wp-page'),(3352,654,'_elementor_version','3.0.13'),(3353,654,'_wp_page_template','default'),(3354,654,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"700833c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>We\'d love to work together.<\\/i>\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#848484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we are growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><br><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response <br>as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":40,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a11cfa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f5f908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab27bef\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"9d3286d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"4648aae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3356,655,'_elementor_edit_mode','builder'),(3357,655,'_elementor_template_type','wp-page'),(3358,655,'_elementor_version','3.0.13'),(3359,655,'_wp_page_template','default'),(3360,655,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"700833c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>We\'d love to work together.<\\/i>\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#848484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we are growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><br><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response <br>as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":40,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a11cfa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f5f908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab27bef\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"9d3286d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"4648aae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3362,656,'_elementor_edit_mode','builder'),(3363,656,'_elementor_template_type','wp-page'),(3364,656,'_elementor_version','3.0.13'),(3365,656,'_wp_page_template','default'),(3366,656,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"700833c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>We\'d love to work together.<\\/i>\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#848484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we are growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><br><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response <br>as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a11cfa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f5f908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab27bef\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"9d3286d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"4648aae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3377,658,'_elementor_edit_mode','builder'),(3378,658,'_elementor_template_type','wp-page'),(3379,658,'_elementor_version','3.0.13'),(3380,658,'_wp_page_template','default'),(3381,658,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"700833c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>We\'d love to work together.<\\/i>\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#848484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we are growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><br><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response <br>as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a11cfa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f5f908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab27bef\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"9d3286d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"4648aae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3398,662,'_elementor_version','3.0.13'),(3397,662,'_elementor_template_type','section'),(4272,795,'_elementor_edit_mode','builder'),(4273,795,'_elementor_template_type','wp-page'),(4274,795,'_elementor_version','3.0.13'),(4275,795,'_wp_page_template','default'),(4276,795,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"700833c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i><\\/i>We\'re here to make things happen.\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#848484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3393,661,'_elementor_edit_mode','builder'),(3394,661,'_elementor_template_type','section'),(3395,661,'_elementor_version','3.0.13'),(3396,662,'_elementor_edit_mode','builder'),(3382,659,'_elementor_edit_mode','builder'),(3383,659,'_elementor_template_type','wp-page'),(3384,659,'_elementor_version','3.0.13'),(3385,659,'_wp_page_template','default'),(3386,659,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"00c66ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.3680000000000003268496584496460855007171630859375},\"elements\":[],\"isInner\":true},{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.0529999999999972715158946812152862548828125},\"elements\":[{\"id\":\"700833c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>We\'d love to work together.<\\/i>\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#848484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we are growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><br><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response <br>as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b4a4c07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.56700000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a11cfa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5f5f908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ab27bef\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"9d3286d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"4648aae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3399,661,'_wp_page_template','default'),(3400,661,'_elementor_data','[{\"id\":\"1e2b38b\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"a5a58a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b624e06\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"10808621\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fa189fd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"327627d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"588a0096\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"26c42ff2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2f3617a2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1112b110\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3401,663,'_elementor_edit_mode','builder'),(3402,663,'_elementor_template_type','section'),(3403,663,'_elementor_version','3.0.13'),(3404,663,'_wp_page_template','default'),(3405,663,'_elementor_data','[{\"id\":\"1e2b38b\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"a5a58a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b624e06\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"10808621\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4fa189fd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"327627d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"588a0096\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"26c42ff2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2f3617a2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1112b110\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3406,661,'_elementor_controls_usage','a:5:{s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:1;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}}'),(4293,798,'_elementor_template_type','wp-page'),(4294,798,'_elementor_version','3.0.13'),(4295,798,'_wp_page_template','default'),(4296,798,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"700833c\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE\'RE HERE TO MAKE THINGS HAPPEN.\",\"size\":\"small\",\"align\":\"center\",\"title_color\":\"#848484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4286,797,'_elementor_version','3.0.13'),(4287,797,'_wp_page_template','default'),(4288,797,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"700833c\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE\'RE HERE TO MAKE THINGS HAPPEN.\",\"size\":\"small\",\"align\":\"center\",\"title_color\":\"#848484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3421,666,'_elementor_edit_mode','builder'),(3422,666,'_elementor_template_type','wp-page'),(3423,666,'_elementor_version','3.0.13'),(3424,666,'_wp_page_template','default'),(3425,666,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5932c907\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"5f17874a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5adcb856\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6361451a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7273bb3a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"291e28d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7a64716a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"49cb3cdf\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.429999999999999993338661852249060757458209991455078125,\"sizes\":[]}},\"elements\":[{\"id\":\"48db2bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3466,672,'_elementor_edit_mode','builder'),(3467,672,'_elementor_template_type','wp-page'),(3468,672,'_elementor_version','3.0.13'),(3469,672,'_wp_page_template','default'),(3470,672,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8e953d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3460,671,'_elementor_version','3.0.13'),(3461,671,'_wp_page_template','default'),(3462,671,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3606,696,'_elementor_edit_mode','builder'),(3607,696,'_elementor_template_type','wp-page'),(3458,671,'_elementor_edit_mode','builder'),(3459,671,'_elementor_template_type','wp-page'),(3452,670,'_elementor_edit_mode','builder'),(3453,670,'_elementor_template_type','wp-page'),(3454,670,'_elementor_version','3.0.13'),(3455,670,'_wp_page_template','default'),(3456,670,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3596,694,'_elementor_edit_mode','builder'),(3597,694,'_elementor_template_type','wp-page'),(3598,694,'_elementor_version','3.0.13'),(3599,694,'_wp_page_template','default'),(3600,694,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3472,673,'_elementor_edit_mode','builder'),(3473,673,'_elementor_template_type','wp-page'),(3474,673,'_elementor_version','3.0.13'),(3475,673,'_wp_page_template','default'),(3476,673,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8e953d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3478,674,'_elementor_edit_mode','builder'),(3479,674,'_elementor_template_type','wp-page'),(3480,674,'_elementor_version','3.0.13'),(3481,674,'_wp_page_template','default'),(3482,674,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8e953d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3569,690,'_elementor_edit_mode','builder'),(3570,690,'_elementor_template_type','wp-page'),(3571,690,'_elementor_version','3.0.13'),(3572,690,'_wp_page_template','default'),(3573,690,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8e953d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3514,680,'_wp_page_template','default'),(3515,680,'_elementor_data','[{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ba60de5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"567fb3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f10529\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ff8f07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d50e86f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-soundcloud\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"50b8117\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9d9ad5d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-spotify\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/46503248_10217779916834401_1627278029447233536_o-1.jpg\",\"id\":605},\"image_size\":\"custom\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"007157a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3541,686,'_elementor_edit_mode','builder'),(3542,686,'_elementor_template_type','wp-page'),(3543,686,'_elementor_version','3.0.13'),(3544,686,'_wp_page_template','default'),(3511,680,'_elementor_edit_mode','builder'),(3512,680,'_elementor_template_type','wp-page'),(3513,680,'_elementor_version','3.0.13'),(3505,679,'_elementor_edit_mode','builder'),(3506,679,'_elementor_template_type','wp-page'),(3507,679,'_elementor_version','3.0.13'),(3508,679,'_wp_page_template','default'),(3509,679,'_elementor_data','[{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"896fe11\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ba60de5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"567fb3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f10529\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ff8f07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d50e86f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-soundcloud\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"50b8117\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9d9ad5d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-spotify\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/46503248_10217779916834401_1627278029447233536_o-1.jpg\",\"id\":605},\"image_size\":\"custom\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"007157a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3529,684,'_elementor_edit_mode','builder'),(3530,684,'_elementor_template_type','wp-page'),(3531,684,'_elementor_version','3.0.13'),(3532,684,'_wp_page_template','default'),(3533,684,'_elementor_data','[{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ba60de5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"567fb3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f10529\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ff8f07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d50e86f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-soundcloud\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"50b8117\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9d9ad5d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-spotify\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/46503248_10217779916834401_1627278029447233536_o-1.jpg\",\"id\":605},\"image_size\":\"custom\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"007157a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3549,687,'_elementor_edit_mode','builder'),(3550,687,'_elementor_template_type','wp-page'),(3551,687,'_elementor_version','3.0.13'),(3552,687,'_wp_page_template','default'),(3553,687,'_elementor_data','[{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3524,682,'_wp_attached_file','2020/12/Ashlee-Website-Photo-BW.jpg'),(3525,682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2020/12/Ashlee-Website-Photo-BW.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Ashlee-Website-Photo-BW-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Ashlee-Website-Photo-BW-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Ashlee-Website-Photo-BW-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:35:\"Ashlee-Website-Photo-BW-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"Ashlee-Website-Photo-BW-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"Ashlee-Website-Photo-BW-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:36:\"Ashlee-Website-Photo-BW-1024x860.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"Ashlee-Website-Photo-BW-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"Ashlee-Website-Photo-BW-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:37:\"Ashlee-Website-Photo-BW-1024x1000.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:36:\"Ashlee-Website-Photo-BW-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"Ashlee-Website-Photo-BW-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:36:\"Ashlee-Website-Photo-BW-1024x750.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:35:\"Ashlee-Website-Photo-BW-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:36:\"Ashlee-Website-Photo-BW-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;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:{}}}'),(3526,683,'_wp_attached_file','2020/12/Ashlee-Website-Photo-Color.jpg'),(3527,683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:38:\"2020/12/Ashlee-Website-Photo-Color.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Ashlee-Website-Photo-Color-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Ashlee-Website-Photo-Color-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Ashlee-Website-Photo-Color-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:38:\"Ashlee-Website-Photo-Color-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Ashlee-Website-Photo-Color-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Ashlee-Website-Photo-Color-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:39:\"Ashlee-Website-Photo-Color-1024x860.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Ashlee-Website-Photo-Color-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Ashlee-Website-Photo-Color-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:40:\"Ashlee-Website-Photo-Color-1024x1000.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"Ashlee-Website-Photo-Color-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"Ashlee-Website-Photo-Color-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:39:\"Ashlee-Website-Photo-Color-1024x750.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"Ashlee-Website-Photo-Color-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"Ashlee-Website-Photo-Color-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;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:{}}}'),(3535,685,'_elementor_edit_mode','builder'),(3536,685,'_elementor_template_type','wp-page'),(3537,685,'_elementor_version','3.0.13'),(3538,685,'_wp_page_template','default'),(3539,685,'_elementor_data','[{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ba60de5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"567fb3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f10529\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ff8f07f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d50e86f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-soundcloud\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"50b8117\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9d9ad5d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-spotify\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6eb1650\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/46503248_10217779916834401_1627278029447233536_o-1.jpg\",\"id\":605},\"image_size\":\"custom\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"007157a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"primary_color\":\"#24A7B8\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3555,688,'_elementor_edit_mode','builder'),(3556,688,'_elementor_template_type','wp-page'),(3557,688,'_elementor_version','3.0.13'),(3558,688,'_wp_page_template','default'),(3559,688,'_elementor_data','[{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3761,716,'_elementor_edit_mode','builder'),(3741,713,'_elementor_edit_mode','builder'),(3742,713,'_elementor_template_type','wp-page'),(3561,689,'_elementor_edit_mode','builder'),(3562,689,'_elementor_template_type','wp-page'),(3563,689,'_elementor_version','3.0.13'),(3564,689,'_wp_page_template','default'),(3565,689,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3709,708,'_elementor_edit_mode','builder'),(3710,708,'_elementor_template_type','wp-page'),(3711,708,'_elementor_version','3.0.13'),(3712,708,'_wp_page_template','default'),(3713,708,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3575,691,'_elementor_edit_mode','builder'),(3576,691,'_elementor_template_type','wp-page'),(3577,691,'_elementor_version','3.0.13'),(3578,691,'_wp_page_template','default'),(3579,691,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8e953d0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3583,692,'_elementor_version','3.0.13'),(3584,692,'_wp_page_template','default'),(3585,692,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4140,773,'_elementor_edit_mode','builder'),(4141,773,'_elementor_template_type','wp-page'),(4142,773,'_elementor_version','3.0.13'),(4143,773,'_wp_page_template','default'),(4144,773,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4101,767,'_elementor_edit_mode','builder'),(4102,767,'_elementor_template_type','wp-page'),(4103,767,'_elementor_version','3.0.13'),(4104,767,'_wp_page_template','default'),(4105,767,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3608,696,'_elementor_version','3.0.13'),(3609,696,'_wp_page_template','default'),(3610,696,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3601,695,'_elementor_edit_mode','builder'),(3602,695,'_elementor_template_type','wp-page'),(3603,695,'_elementor_version','3.0.13'),(3604,695,'_wp_page_template','default'),(3605,695,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"25ee4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a3b550\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6><span style=\\\"color: rgb(0, 0, 0); font-family: Muli, Helvetica, Arial, sans-serif; font-size: 52px; font-weight: 700; letter-spacing: 0px;\\\">a woman owned &amp; operated agency<\\/span><br><\\/h6><h1>for badass artists + brands<\\/h1>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5135,935,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5136,936,'_elementor_edit_mode','builder'),(5137,936,'_elementor_template_type','wp-page'),(5138,936,'_elementor_version','3.0.13'),(5139,936,'_wp_page_template','default'),(5140,936,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2af9f1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5141,936,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5126,933,'_wp_attached_file','2022/07/Emily-Ballard-Square-Headshot-2022-1.png'),(5127,933,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2022/07/Emily-Ballard-Square-Headshot-2022-1.png\";s:8:\"filesize\";i:540830;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74546;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20622;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:442981;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19645;}s:5:\"50x50\";a:5:{s:4:\"file\";s:46:\"Emily-Ballard-Square-Headshot-2022-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3727;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:46:\"Emily-Ballard-Square-Headshot-2022-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6731;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:46:\"Emily-Ballard-Square-Headshot-2022-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8232;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:46:\"Emily-Ballard-Square-Headshot-2022-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7530;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-1-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:352810;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-1-768x800.png\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:520539;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-1-800x750.png\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:511748;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-1-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:493283;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-1-800x675.png\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:464893;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5128,934,'_wp_attached_file','2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png'),(5129,934,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:50:\"2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\";s:8:\"filesize\";i:1463399;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"Emily-Ballard-Square-Headshot-2022-2-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:209970;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"Emily-Ballard-Square-Headshot-2022-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53172;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"Emily-Ballard-Square-Headshot-2022-2-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1246273;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:50:\"Emily-Ballard-Square-Headshot-2022-2-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50300;}s:5:\"50x50\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-2-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6410;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-2-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13927;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-2-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17624;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-2-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15771;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:50:\"Emily-Ballard-Square-Headshot-2022-2-1-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:964572;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:50:\"Emily-Ballard-Square-Headshot-2022-2-1-768x800.png\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1404407;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:50:\"Emily-Ballard-Square-Headshot-2022-2-1-800x750.png\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1388911;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:50:\"Emily-Ballard-Square-Headshot-2022-2-1-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1343315;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:50:\"Emily-Ballard-Square-Headshot-2022-2-1-800x675.png\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1274161;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5130,935,'_elementor_edit_mode','builder'),(5131,935,'_elementor_template_type','wp-page'),(5132,935,'_elementor_version','3.0.13'),(5133,935,'_wp_page_template','default'),(5134,935,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2af9f1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5122,931,'_wp_attached_file','2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png'),(5118,929,'_wp_attached_file','2022/07/Emily-Ballard-Square-Headshot-2022-2.png'),(5119,929,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:48:\"2022/07/Emily-Ballard-Square-Headshot-2022-2.png\";s:8:\"filesize\";i:2186540;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:204912;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52651;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1243421;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-2-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49890;}s:5:\"50x50\";a:5:{s:4:\"file\";s:46:\"Emily-Ballard-Square-Headshot-2022-2-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6392;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:46:\"Emily-Ballard-Square-Headshot-2022-2-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13855;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:49:\"Emily-Ballard-Square-Headshot-2022-2-1024x860.png\";s:5:\"width\";i:1024;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1901913;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:46:\"Emily-Ballard-Square-Headshot-2022-2-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17566;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:46:\"Emily-Ballard-Square-Headshot-2022-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15613;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:50:\"Emily-Ballard-Square-Headshot-2022-2-1024x1000.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2149422;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:49:\"Emily-Ballard-Square-Headshot-2022-2-1024x500.png\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1147132;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:49:\"Emily-Ballard-Square-Headshot-2022-2-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1599978;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:49:\"Emily-Ballard-Square-Headshot-2022-2-1024x750.png\";s:5:\"width\";i:1024;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1679539;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-2-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1416946;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:49:\"Emily-Ballard-Square-Headshot-2022-2-1024x675.png\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1524666;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5120,930,'_wp_attached_file','2022/07/Emily-Ballard-Square-Headshot-2022.png'),(5121,930,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:46:\"2022/07/Emily-Ballard-Square-Headshot-2022.png\";s:8:\"filesize\";i:885268;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Emily-Ballard-Square-Headshot-2022-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73189;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Emily-Ballard-Square-Headshot-2022-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20455;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"Emily-Ballard-Square-Headshot-2022-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:465535;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:46:\"Emily-Ballard-Square-Headshot-2022-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19548;}s:5:\"50x50\";a:5:{s:4:\"file\";s:44:\"Emily-Ballard-Square-Headshot-2022-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3730;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:44:\"Emily-Ballard-Square-Headshot-2022-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6783;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:47:\"Emily-Ballard-Square-Headshot-2022-1024x860.png\";s:5:\"width\";i:1024;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:755548;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:44:\"Emily-Ballard-Square-Headshot-2022-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8254;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:44:\"Emily-Ballard-Square-Headshot-2022-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7564;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:48:\"Emily-Ballard-Square-Headshot-2022-1024x1000.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:867953;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:47:\"Emily-Ballard-Square-Headshot-2022-1024x500.png\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:450329;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:47:\"Emily-Ballard-Square-Headshot-2022-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:674174;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:47:\"Emily-Ballard-Square-Headshot-2022-1024x750.png\";s:5:\"width\";i:1024;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:665638;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:46:\"Emily-Ballard-Square-Headshot-2022-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:532245;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:47:\"Emily-Ballard-Square-Headshot-2022-1024x675.png\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:604403;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5123,931,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:48:\"2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\";s:8:\"filesize\";i:534059;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"Ashlee-Czapla-Square-Headshot-2022-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81631;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"Ashlee-Czapla-Square-Headshot-2022-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23983;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"Ashlee-Czapla-Square-Headshot-2022-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:441934;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:48:\"Ashlee-Czapla-Square-Headshot-2022-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22971;}s:5:\"50x50\";a:5:{s:4:\"file\";s:46:\"Ashlee-Czapla-Square-Headshot-2022-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4642;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:46:\"Ashlee-Czapla-Square-Headshot-2022-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8263;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:46:\"Ashlee-Czapla-Square-Headshot-2022-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10047;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:46:\"Ashlee-Czapla-Square-Headshot-2022-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9190;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:48:\"Ashlee-Czapla-Square-Headshot-2022-1-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:358097;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:48:\"Ashlee-Czapla-Square-Headshot-2022-1-768x800.png\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:518277;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:48:\"Ashlee-Czapla-Square-Headshot-2022-1-800x750.png\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:508650;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:48:\"Ashlee-Czapla-Square-Headshot-2022-1-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:492609;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:48:\"Ashlee-Czapla-Square-Headshot-2022-1-800x675.png\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:467992;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5124,932,'_wp_attached_file','2022/07/Ashlee-Czapla-Square-Photo-1.png'),(5125,932,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2022/07/Ashlee-Czapla-Square-Photo-1.png\";s:8:\"filesize\";i:1496209;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Ashlee-Czapla-Square-Photo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:235768;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Ashlee-Czapla-Square-Photo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61834;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"Ashlee-Czapla-Square-Photo-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1304655;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:40:\"Ashlee-Czapla-Square-Photo-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58607;}s:5:\"50x50\";a:5:{s:4:\"file\";s:38:\"Ashlee-Czapla-Square-Photo-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7366;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:38:\"Ashlee-Czapla-Square-Photo-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16087;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:38:\"Ashlee-Czapla-Square-Photo-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20519;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:38:\"Ashlee-Czapla-Square-Photo-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18306;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:40:\"Ashlee-Czapla-Square-Photo-1-800x500.png\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:945272;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:40:\"Ashlee-Czapla-Square-Photo-1-768x800.png\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1443294;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:40:\"Ashlee-Czapla-Square-Photo-1-800x750.png\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1412508;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:40:\"Ashlee-Czapla-Square-Photo-1-800x720.png\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1358637;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:40:\"Ashlee-Czapla-Square-Photo-1-800x675.png\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1276883;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3715,709,'_elementor_edit_mode','builder'),(3716,709,'_elementor_template_type','wp-page'),(3717,709,'_elementor_version','3.0.13'),(3718,709,'_wp_page_template','default'),(3719,709,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3721,710,'_elementor_edit_mode','builder'),(3722,710,'_elementor_template_type','wp-page'),(3723,710,'_elementor_version','3.0.13'),(3724,710,'_wp_page_template','default'),(3725,710,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3729,711,'_elementor_edit_mode','builder'),(3730,711,'_elementor_template_type','wp-page'),(3731,711,'_elementor_version','3.0.13'),(3732,711,'_wp_page_template','default'),(3733,711,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3735,712,'_elementor_edit_mode','builder'),(3736,712,'_elementor_template_type','wp-page'),(3737,712,'_elementor_version','3.0.13'),(3738,712,'_wp_page_template','default'),(3739,712,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d5e5fcb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3743,713,'_elementor_version','3.0.13'),(3744,713,'_wp_page_template','default'),(3745,713,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5063,921,'_elementor_version','3.0.13'),(5064,921,'_wp_page_template','default'),(5065,921,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3749,714,'_elementor_edit_mode','builder'),(3750,714,'_elementor_template_type','wp-page'),(3751,714,'_elementor_version','3.0.13'),(3752,714,'_wp_page_template','default'),(3753,714,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5061,920,'_elementor_edit_mode','builder'),(5062,921,'_elementor_template_type','wp-page'),(3755,715,'_elementor_edit_mode','builder'),(3756,715,'_elementor_template_type','wp-page'),(3757,715,'_elementor_version','3.0.13'),(3758,715,'_wp_page_template','default'),(3759,715,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3762,716,'_elementor_template_type','wp-page'),(3763,716,'_elementor_version','3.0.13'),(3764,716,'_wp_page_template','default'),(3765,716,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3929,740,'_elementor_edit_mode','builder'),(3930,740,'_elementor_template_type','wp-page'),(3931,740,'_elementor_version','3.0.13'),(3932,740,'_wp_page_template','default'),(3933,740,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3782,720,'mfn-post-hide-content','0'),(3783,720,'mfn-post-slider','0'),(3784,720,'mfn-post-slider-layer','0'),(3785,720,'mfn-post-hide-title','1'),(3786,720,'mfn-post-remove-padding','1'),(3787,720,'mfn-post-custom-layout','0'),(3788,720,'mfn-post-one-page','0'),(3789,720,'mfn-post-menu','0'),(3790,720,'slide_template','default'),(3791,720,'rs_page_bg_color','#ffffff'),(3792,720,'_elementor_edit_mode','builder'),(3793,720,'_elementor_template_type','wp-page'),(3794,720,'_elementor_version','3.0.13'),(3795,720,'_wp_page_template','elementor_header_footer'),(3796,720,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"94a3ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"6a0eee2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f93fece\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3da218c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Untitled-design-31.png\",\"id\":783},\"image_size\":\"testimonials\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12ccabe\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"e76b223\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":10},\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. <span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3863,730,'_elementor_edit_mode','builder'),(3864,730,'_elementor_template_type','wp-page'),(3865,730,'_elementor_version','3.0.13'),(3866,730,'_wp_page_template','elementor_header_footer'),(3867,730,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"640a798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3822,724,'_elementor_edit_mode','builder'),(3823,724,'_elementor_template_type','wp-page'),(3824,724,'_elementor_version','3.0.13'),(3825,724,'_wp_page_template','template-blank.php'),(3826,724,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3810,722,'_elementor_edit_mode','builder'),(3811,722,'_elementor_template_type','wp-page'),(3812,722,'_elementor_version','3.0.13'),(3813,722,'_wp_page_template','template-blank.php'),(3814,722,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3799,720,'_dp_original','12'),(3800,720,'_edit_lock','1658987245:2'),(3801,721,'_elementor_edit_mode','builder'),(3802,721,'_elementor_template_type','wp-page'),(3803,721,'_elementor_version','3.0.13'),(3804,721,'_wp_page_template','default'),(3805,721,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3806,721,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:12:\"space_mobile\";i:2;s:5:\"space\";i:7;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:3;s:18:\"animation_duration\";i:3;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(3837,726,'_elementor_edit_mode','builder'),(3808,720,'_edit_last','2'),(3809,720,'_wpb_vc_js_status','false'),(3816,723,'_elementor_edit_mode','builder'),(3817,723,'_elementor_template_type','wp-page'),(3818,723,'_elementor_version','3.0.13'),(3819,723,'_wp_page_template','template-blank.php'),(3820,723,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3851,728,'_elementor_edit_mode','builder'),(3852,728,'_elementor_template_type','wp-page'),(3853,728,'_elementor_version','3.0.13'),(3854,728,'_wp_page_template','elementor_header_footer'),(3855,728,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3870,731,'_elementor_edit_mode','builder'),(3871,731,'_elementor_template_type','wp-page'),(3872,731,'_elementor_version','3.0.13'),(3873,731,'_wp_page_template','elementor_header_footer'),(3874,731,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"640a798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3875,732,'_elementor_edit_mode','builder'),(3876,732,'_elementor_template_type','wp-page'),(3877,732,'_elementor_version','3.0.13'),(3878,732,'_wp_page_template','elementor_header_footer'),(3879,732,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"640a798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3838,726,'_elementor_template_type','wp-page'),(3839,726,'_elementor_version','3.0.13'),(3840,726,'_wp_page_template','default'),(3841,726,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3842,726,'_elementor_controls_usage','a:7:{s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:3;s:5:\"align\";i:3;s:11:\"header_size\";i:2;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:9;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:1;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:1;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(3857,729,'_elementor_edit_mode','builder'),(3858,729,'_elementor_template_type','wp-page'),(3859,729,'_elementor_version','3.0.13'),(3860,729,'_wp_page_template','elementor_header_footer'),(3861,729,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3880,733,'_elementor_edit_mode','builder'),(3881,733,'_elementor_template_type','wp-page'),(3882,733,'_elementor_version','3.0.13'),(3883,733,'_wp_page_template','elementor_header_footer'),(3884,733,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"640a798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f60a0c6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3886,734,'_elementor_edit_mode','builder'),(3887,734,'_elementor_template_type','wp-page'),(3888,734,'_elementor_version','3.0.13'),(3889,734,'_wp_page_template','elementor_header_footer'),(3890,734,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"640a798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f60a0c6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3891,735,'_elementor_edit_mode','builder'),(3892,735,'_elementor_template_type','wp-page'),(3893,735,'_elementor_version','3.0.13'),(3894,735,'_wp_page_template','elementor_header_footer'),(3895,735,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"640a798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f60a0c6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3896,736,'_elementor_edit_mode','builder'),(3897,736,'_elementor_template_type','wp-page'),(3898,736,'_elementor_version','3.0.13'),(3899,736,'_wp_page_template','elementor_header_footer'),(3900,736,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"640a798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f60a0c6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4057,761,'_elementor_edit_mode','builder'),(4058,761,'_elementor_template_type','wp-page'),(4059,761,'_elementor_version','3.0.13'),(4060,761,'_wp_page_template','elementor_header_footer'),(4061,761,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"640a798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f60a0c6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5369,966,'_wp_trash_meta_time','1658986882'),(3915,738,'_elementor_edit_mode','builder'),(5368,966,'_wp_trash_meta_status','publish'),(3916,738,'_elementor_template_type','wp-page'),(3917,738,'_elementor_version','3.0.13'),(3918,738,'_wp_page_template','elementor_header_footer'),(3919,738,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"640a798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f60a0c6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3921,738,'_elementor_controls_usage','a:5:{s:6:\"spacer\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:3;s:5:\"align\";i:3;s:11:\"header_size\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:1;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(3935,741,'_elementor_edit_mode','builder'),(3936,741,'_elementor_template_type','wp-page'),(3937,741,'_elementor_version','3.0.13'),(3938,741,'_wp_page_template','default'),(3939,741,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3941,742,'_elementor_edit_mode','builder'),(3942,742,'_elementor_template_type','wp-page'),(3943,742,'_elementor_version','3.0.13'),(3944,742,'_wp_page_template','default'),(3945,742,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like Sonic Bloom, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for Slam Academy (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. With her extensive entrepreneurial background in marketing, release strategy, and education; her knowledge and forward thinking has proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"ed8d75e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"b7c89f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3948,743,'_elementor_edit_mode','builder'),(3949,743,'_elementor_template_type','wp-page'),(3950,743,'_elementor_version','3.0.13'),(3951,743,'_wp_page_template','default'),(3952,743,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like Sonic Bloom, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for Slam Academy (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. With her extensive entrepreneurial background in marketing, release strategy, and education; her knowledge and forward thinking has proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"ed8d75e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"b7c89f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3953,744,'_elementor_edit_mode','builder'),(3954,744,'_elementor_template_type','wp-page'),(3955,744,'_elementor_version','3.0.13'),(3956,744,'_wp_page_template','default'),(3957,744,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like Sonic Bloom, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for Slam Academy (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. With her extensive entrepreneurial background in marketing, release strategy, and education; her knowledge and forward thinking has proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"ed8d75e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"b7c89f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3958,745,'_elementor_edit_mode','builder'),(3959,745,'_elementor_template_type','wp-page'),(3960,745,'_elementor_version','3.0.13'),(3961,745,'_wp_page_template','default'),(3962,745,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like Sonic Bloom, Lightning In A Bottle, and more.<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.&nbsp;<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for Slam Academy (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"ed8d75e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"b7c89f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3970,747,'_elementor_edit_mode','builder'),(3971,747,'_elementor_template_type','wp-page'),(3972,747,'_elementor_version','3.0.13'),(3973,747,'_wp_page_template','default'),(3974,747,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like Sonic Bloom, Lightning In A Bottle, and more.<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.&nbsp;<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for Slam Academy (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"ed8d75e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"b7c89f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4463,826,'_elementor_edit_mode','builder'),(4015,755,'_elementor_edit_mode','builder'),(4016,755,'_elementor_template_type','wp-page'),(4017,755,'_elementor_version','3.0.13'),(4018,755,'_wp_page_template','default'),(3980,749,'_elementor_edit_mode','builder'),(3981,749,'_elementor_template_type','wp-page'),(3982,749,'_elementor_version','3.0.13'),(3983,749,'_wp_page_template','default'),(3984,749,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"ed8d75e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"b7c89f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3975,748,'_elementor_edit_mode','builder'),(3976,748,'_elementor_template_type','wp-page'),(3977,748,'_elementor_version','3.0.13'),(3978,748,'_wp_page_template','default'),(3979,748,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like Sonic Bloom, Lightning In A Bottle, and more.<\\/span><\\/p>\\n<p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.&nbsp;<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for Slam Academy (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"ed8d75e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"letter-spacing: 0px;\\\">Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.<\\/span><\\/p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"b7c89f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3986,750,'_elementor_edit_mode','builder'),(3987,750,'_elementor_template_type','wp-page'),(3988,750,'_elementor_version','3.0.13'),(3989,750,'_wp_page_template','default'),(3990,750,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"ed8d75e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"b7c89f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3991,751,'_elementor_edit_mode','builder'),(3992,751,'_elementor_template_type','wp-page'),(3993,751,'_elementor_version','3.0.13'),(3994,751,'_wp_page_template','default'),(3995,751,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"ed8d75e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"b7c89f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3996,752,'_elementor_edit_mode','builder'),(3997,752,'_elementor_template_type','wp-page'),(3998,752,'_elementor_version','3.0.13'),(3999,752,'_wp_page_template','default'),(4000,752,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"ed8d75e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"b7c89f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4003,753,'_elementor_edit_mode','builder'),(4004,753,'_elementor_template_type','wp-page'),(4005,753,'_elementor_version','3.0.13'),(4006,753,'_wp_page_template','default'),(4007,753,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"ed8d75e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"b7c89f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4009,754,'_elementor_edit_mode','builder'),(4010,754,'_elementor_template_type','wp-page'),(4011,754,'_elementor_version','3.0.13'),(4012,754,'_wp_page_template','default');
INSERT INTO `SFmlX6x_postmeta` VALUES (4013,754,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"ed8d75e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"b7c89f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4019,755,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4023,756,'_elementor_edit_mode','builder'),(4024,756,'_elementor_template_type','wp-page'),(4025,756,'_elementor_version','3.0.13'),(4026,756,'_wp_page_template','default'),(4027,756,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4029,757,'_elementor_edit_mode','builder'),(4030,757,'_elementor_template_type','wp-page'),(4031,757,'_elementor_version','3.0.13'),(4032,757,'_wp_page_template','default'),(4033,757,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5058,920,'_thumbnail_id','909'),(5059,920,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:12;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:2;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(4035,758,'_elementor_edit_mode','builder'),(4036,758,'_elementor_template_type','wp-page'),(4037,758,'_elementor_version','3.0.13'),(4038,758,'_wp_page_template','default'),(4039,758,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4434,821,'_elementor_edit_mode','builder'),(4435,821,'_elementor_template_type','wp-page'),(4436,821,'_elementor_version','3.0.13'),(4437,821,'_wp_page_template','default'),(4438,821,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4234,789,'_elementor_edit_mode','builder'),(4235,789,'_elementor_template_type','wp-page'),(4236,789,'_elementor_version','3.0.13'),(4237,789,'_wp_page_template','default'),(4238,789,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4063,762,'_elementor_edit_mode','builder'),(4064,762,'_elementor_template_type','wp-page'),(4065,762,'_elementor_version','3.0.13'),(4066,762,'_wp_page_template','elementor_header_footer'),(4067,762,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"640a798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f60a0c6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4069,763,'_elementor_edit_mode','builder'),(4070,763,'_elementor_template_type','wp-page'),(4071,763,'_elementor_version','3.0.13'),(4072,763,'_wp_page_template','elementor_header_footer'),(4073,763,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"3f1d061\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b347c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4081,764,'_elementor_edit_mode','builder'),(4082,764,'_elementor_template_type','wp-page'),(4083,764,'_elementor_version','3.0.13'),(4084,764,'_wp_page_template','elementor_header_footer'),(4085,764,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"3f1d061\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b347c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4087,765,'_elementor_edit_mode','builder'),(4088,765,'_elementor_template_type','wp-page'),(4089,765,'_elementor_version','3.0.13'),(4090,765,'_wp_page_template','elementor_header_footer'),(4091,765,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"3f1d061\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b347c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4093,766,'_elementor_edit_mode','builder'),(4094,766,'_elementor_template_type','wp-page'),(4095,766,'_elementor_version','3.0.13'),(4096,766,'_wp_page_template','elementor_header_footer'),(4097,766,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br><span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4120,770,'_elementor_edit_mode','builder'),(4121,770,'_elementor_template_type','wp-page'),(4122,770,'_elementor_version','3.0.13'),(4123,770,'_wp_page_template','elementor_header_footer'),(4124,770,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br><span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4107,768,'_elementor_edit_mode','builder'),(4108,768,'_elementor_template_type','wp-page'),(4109,768,'_elementor_version','3.0.13'),(4110,768,'_wp_page_template','default'),(4111,768,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4114,769,'_elementor_template_type','wp-page'),(4115,769,'_elementor_version','3.0.13'),(4116,769,'_wp_page_template','default'),(4117,769,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4228,788,'_elementor_edit_mode','builder'),(4229,788,'_elementor_template_type','wp-page'),(4230,788,'_elementor_version','3.0.13'),(4231,788,'_wp_page_template','default'),(4232,788,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4126,771,'_elementor_edit_mode','builder'),(4127,771,'_elementor_template_type','wp-page'),(4128,771,'_elementor_version','3.0.13'),(4129,771,'_wp_page_template','elementor_header_footer'),(4130,771,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br><span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4132,772,'_elementor_edit_mode','builder'),(4133,772,'_elementor_template_type','wp-page'),(4134,772,'_elementor_version','3.0.13'),(4135,772,'_wp_page_template','elementor_header_footer'),(4136,772,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br><span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4159,776,'_elementor_edit_mode','builder'),(4160,776,'_elementor_template_type','wp-page'),(4161,776,'_elementor_version','3.0.13'),(4162,776,'_wp_page_template','elementor_header_footer'),(4163,776,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br><span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4146,774,'_elementor_edit_mode','builder'),(4147,774,'_elementor_template_type','wp-page'),(4148,774,'_elementor_version','3.0.13'),(4149,774,'_wp_page_template','default'),(4150,774,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4152,775,'_elementor_edit_mode','builder'),(4153,775,'_elementor_template_type','wp-page'),(4154,775,'_elementor_version','3.0.13'),(4155,775,'_wp_page_template','default'),(4156,775,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4255,792,'_elementor_edit_mode','builder'),(4256,792,'_elementor_template_type','wp-page'),(4257,792,'_elementor_version','3.0.13'),(4258,792,'_wp_page_template','default'),(4259,792,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4165,777,'_elementor_edit_mode','builder'),(4166,777,'_elementor_template_type','wp-page'),(4167,777,'_elementor_version','3.0.13'),(4168,777,'_wp_page_template','elementor_header_footer'),(4169,777,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br><span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4171,778,'_elementor_edit_mode','builder'),(4172,778,'_elementor_template_type','wp-page'),(4173,778,'_elementor_version','3.0.13'),(4174,778,'_wp_page_template','elementor_header_footer'),(4175,778,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br><span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4178,779,'_elementor_edit_mode','builder'),(4179,779,'_elementor_template_type','wp-page'),(4180,779,'_elementor_version','3.0.13'),(4181,779,'_wp_page_template','elementor_header_footer'),(4182,779,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br><span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4183,780,'_elementor_edit_mode','builder'),(4184,780,'_elementor_template_type','wp-page'),(4185,780,'_elementor_version','3.0.13'),(4186,780,'_wp_page_template','elementor_header_footer'),(4187,780,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br><span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4188,781,'_elementor_edit_mode','builder'),(4189,781,'_elementor_template_type','wp-page'),(4190,781,'_elementor_version','3.0.13'),(4191,781,'_wp_page_template','elementor_header_footer'),(4192,781,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. <span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4206,785,'_elementor_edit_mode','builder'),(4207,785,'_elementor_template_type','wp-page'),(4208,785,'_elementor_version','3.0.13'),(4209,785,'_wp_page_template','elementor_header_footer'),(4210,785,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. <span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4196,783,'_wp_attached_file','2020/12/Untitled-design-31.png'),(4194,782,'_wp_attached_file','2020/12/Untitled-design-30.png'),(4195,782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:30:\"2020/12/Untitled-design-30.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled-design-30-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:\"Untitled-design-30-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:\"Untitled-design-30-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:\"Untitled-design-30-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:32:\"Untitled-design-30-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-30-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"Untitled-design-30-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"Untitled-design-30-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"Untitled-design-30-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"Untitled-design-30-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"Untitled-design-30-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"Untitled-design-30-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"Untitled-design-30-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"Untitled-design-30-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"Untitled-design-30-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"Untitled-design-30-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"Untitled-design-30-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(4197,783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:30:\"2020/12/Untitled-design-31.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled-design-31-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:\"Untitled-design-31-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:\"Untitled-design-31-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:\"Untitled-design-31-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:32:\"Untitled-design-31-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-31-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"Untitled-design-31-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"Untitled-design-31-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"Untitled-design-31-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"Untitled-design-31-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"Untitled-design-31-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"Untitled-design-31-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"Untitled-design-31-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"Untitled-design-31-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"Untitled-design-31-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"Untitled-design-31-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"Untitled-design-31-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(4199,784,'_wp_attached_file','2020/12/Copy-of-Untitled.png'),(4200,784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:28:\"2020/12/Copy-of-Untitled.png\";s:5:\"sizes\";a:4:{s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"Copy-of-Untitled-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"Copy-of-Untitled-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"Copy-of-Untitled-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"Copy-of-Untitled-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(4896,892,'_elementor_edit_mode','builder'),(4897,892,'_elementor_template_type','wp-page'),(4898,892,'_elementor_version','3.0.13'),(4212,786,'_elementor_edit_mode','builder'),(4213,786,'_elementor_template_type','wp-page'),(4214,786,'_elementor_version','3.0.13'),(4215,786,'_wp_page_template','elementor_header_footer'),(4216,786,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. <span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4929,897,'_elementor_template_type','wp-page'),(4218,787,'_elementor_edit_mode','builder'),(4219,787,'_elementor_template_type','wp-page'),(4220,787,'_elementor_version','3.0.13'),(4221,787,'_wp_page_template','elementor_header_footer'),(4222,787,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"94a3ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"6a0eee2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f93fece\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3da218c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Untitled-design-31.png\",\"id\":783},\"image_size\":\"testimonials\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12ccabe\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"e76b223\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":10},\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. <span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":15},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4899,892,'_wp_page_template','elementor_header_footer'),(4900,892,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"94a3ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"6a0eee2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f93fece\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3da218c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Untitled-design-31.png\",\"id\":783},\"image_size\":\"testimonials\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12ccabe\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"e76b223\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":10},\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. <span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":15},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4240,790,'_elementor_edit_mode','builder'),(4241,790,'_elementor_template_type','wp-page'),(4242,790,'_elementor_version','3.0.13'),(4243,790,'_wp_page_template','default'),(4244,790,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4328,804,'_elementor_edit_mode','builder'),(4329,804,'_elementor_template_type','wp-page'),(4330,804,'_elementor_version','3.0.13'),(4331,804,'_wp_page_template','default'),(4332,804,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4877,889,'_elementor_template_type','wp-page'),(4878,889,'_elementor_version','3.0.13'),(4879,889,'_wp_page_template','default'),(4880,889,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4268,794,'_wp_page_template','default'),(4269,794,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4265,794,'_elementor_edit_mode','builder'),(4266,794,'_elementor_template_type','wp-page'),(4267,794,'_elementor_version','3.0.13'),(4260,793,'_elementor_edit_mode','builder'),(4261,793,'_elementor_template_type','wp-page'),(4262,793,'_elementor_version','3.0.13'),(4263,793,'_wp_page_template','default'),(4264,793,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Ubuntu Mono\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4876,889,'_elementor_edit_mode','builder'),(5643,1001,'_elementor_edit_mode','builder'),(5644,1001,'_elementor_template_type','wp-page'),(5645,1001,'_elementor_version','3.0.13'),(5646,1001,'_wp_page_template','default'),(5647,1001,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4278,796,'_elementor_edit_mode','builder'),(4279,796,'_elementor_template_type','wp-page'),(4280,796,'_elementor_version','3.0.13'),(4281,796,'_wp_page_template','default'),(4282,796,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"700833c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i><\\/i>We\'re here to make things happen.\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#848484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b196cf3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4292,798,'_elementor_edit_mode','builder'),(4298,799,'_elementor_edit_mode','builder'),(4299,799,'_elementor_template_type','wp-page'),(4300,799,'_elementor_version','3.0.13'),(4301,799,'_wp_page_template','default'),(4302,799,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"700833c\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE\'RE HERE TO MAKE THINGS HAPPEN.\",\"size\":\"small\",\"align\":\"center\",\"title_color\":\"#848484\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"header_size\":\"h6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4308,800,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4311,801,'_elementor_edit_mode','builder'),(4312,801,'_elementor_template_type','wp-page'),(4313,801,'_elementor_version','3.0.13'),(4314,801,'_wp_page_template','default'),(4315,801,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4316,802,'_elementor_edit_mode','builder'),(4317,802,'_elementor_template_type','wp-page'),(4318,802,'_elementor_version','3.0.13'),(4319,802,'_wp_page_template','default'),(4320,802,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4992,908,'_elementor_edit_mode','builder'),(4321,803,'_elementor_edit_mode','builder'),(4322,803,'_elementor_template_type','wp-page'),(4323,803,'_elementor_version','3.0.13'),(4324,803,'_wp_page_template','default'),(4325,803,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dff9e47\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4406,817,'_elementor_edit_mode','builder'),(4407,817,'_elementor_template_type','wp-page'),(4408,817,'_elementor_version','3.0.13'),(4409,817,'_wp_page_template','default'),(4410,817,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dff9e47\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4334,805,'_elementor_edit_mode','builder'),(4335,805,'_elementor_template_type','wp-page'),(4336,805,'_elementor_version','3.0.13'),(4337,805,'_wp_page_template','default'),(4338,805,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4580,843,'_elementor_edit_mode','builder'),(4399,816,'_elementor_edit_mode','builder'),(4383,813,'_elementor_edit_mode','builder'),(4340,806,'_elementor_edit_mode','builder'),(4341,806,'_elementor_template_type','wp-page'),(4342,806,'_elementor_version','3.0.13'),(4343,806,'_wp_page_template','default'),(4344,806,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4354,808,'_elementor_edit_mode','builder'),(4355,808,'_elementor_template_type','wp-page'),(4356,808,'_elementor_version','3.0.13'),(4357,808,'_wp_page_template','default'),(4358,808,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4375,811,'_elementor_version','3.0.13'),(4376,811,'_wp_page_template','default'),(4377,811,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4366,810,'_elementor_edit_mode','builder'),(4367,810,'_elementor_template_type','wp-page'),(4368,810,'_elementor_version','3.0.13'),(4369,810,'_wp_page_template','default'),(4370,810,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4360,809,'_elementor_edit_mode','builder'),(4361,809,'_elementor_template_type','wp-page'),(4362,809,'_elementor_version','3.0.13'),(4363,809,'_wp_page_template','default'),(4364,809,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4373,811,'_elementor_edit_mode','builder'),(4374,811,'_elementor_template_type','wp-page'),(4378,812,'_elementor_edit_mode','builder'),(4379,812,'_elementor_template_type','wp-page'),(4380,812,'_elementor_version','3.0.13'),(4381,812,'_wp_page_template','default'),(4382,812,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4384,813,'_elementor_template_type','wp-page'),(4385,813,'_elementor_version','3.0.13'),(4386,813,'_wp_page_template','default'),(4387,813,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4389,814,'_elementor_edit_mode','builder'),(4390,814,'_elementor_template_type','wp-page'),(4391,814,'_elementor_version','3.0.13'),(4392,814,'_wp_page_template','default'),(4393,814,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4394,815,'_elementor_edit_mode','builder'),(4395,815,'_elementor_template_type','wp-page'),(4396,815,'_elementor_version','3.0.13'),(4397,815,'_wp_page_template','default'),(4398,815,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\",\"typography_font_family\":\"Ruda\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4400,816,'_elementor_template_type','wp-page'),(4401,816,'_elementor_version','3.0.13'),(4402,816,'_wp_page_template','default'),(4403,816,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4568,841,'_elementor_edit_mode','builder'),(4569,841,'_elementor_template_type','wp-page'),(4570,841,'_elementor_version','3.0.13'),(4571,841,'_wp_page_template','default'),(4572,841,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4412,818,'_elementor_edit_mode','builder'),(4413,818,'_elementor_template_type','wp-page'),(4414,818,'_elementor_version','3.0.13'),(4415,818,'_wp_page_template','default'),(4416,818,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dff9e47\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4418,819,'_elementor_edit_mode','builder'),(4419,819,'_elementor_template_type','wp-page'),(4420,819,'_elementor_version','3.0.13'),(4421,819,'_wp_page_template','default'),(4422,819,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dff9e47\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4980,906,'_elementor_edit_mode','builder'),(4981,906,'_elementor_template_type','wp-page'),(4982,906,'_elementor_version','3.0.13'),(4983,906,'_wp_page_template','default'),(4984,906,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dff9e47\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5412,972,'_elementor_edit_mode','builder'),(5413,972,'_elementor_template_type','wp-page'),(5414,972,'_elementor_version','3.0.13'),(5415,972,'_wp_page_template','default'),(5416,972,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dff9e47\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4427,820,'_elementor_edit_mode','builder'),(4428,820,'_elementor_template_type','wp-page'),(4429,820,'_elementor_version','3.0.13'),(4430,820,'_wp_page_template','elementor_header_footer'),(4431,820,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"94a3ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"6a0eee2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f93fece\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3da218c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Untitled-design-31.png\",\"id\":783},\"image_size\":\"testimonials\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12ccabe\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"e76b223\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":10},\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. <span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":15},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4433,820,'_elementor_controls_usage','a:7:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:8;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:2;s:5:\"align\";i:2;s:11:\"header_size\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:4;s:18:\"animation_duration\";i:4;s:15:\"animation_delay\";i:4;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;s:21:\"typography_typography\";i:1;}}}}}'),(4440,822,'_elementor_edit_mode','builder'),(4441,822,'_elementor_template_type','wp-page'),(4442,822,'_elementor_version','3.0.13'),(4443,822,'_wp_page_template','default'),(4444,822,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ladies of the disco\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4446,823,'_elementor_edit_mode','builder'),(4447,823,'_elementor_template_type','wp-page'),(4448,823,'_elementor_version','3.0.13'),(4449,823,'_wp_page_template','default'),(4450,823,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about us\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4453,824,'_elementor_edit_mode','builder'),(4454,824,'_elementor_template_type','wp-page'),(4455,824,'_elementor_version','3.0.13'),(4456,824,'_wp_page_template','default'),(4457,824,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about us\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4458,825,'_elementor_edit_mode','builder'),(4459,825,'_elementor_template_type','wp-page'),(4460,825,'_elementor_version','3.0.13'),(4461,825,'_wp_page_template','default'),(4462,825,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about us\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2a6ca617\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4464,826,'_elementor_template_type','wp-page'),(4465,826,'_elementor_version','3.0.13'),(4466,826,'_wp_page_template','default'),(4467,826,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about us\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2af9f1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4936,898,'_elementor_edit_mode','builder'),(4937,898,'_elementor_template_type','wp-page'),(4938,898,'_elementor_version','3.0.13'),(4939,898,'_wp_page_template','default'),(4940,898,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about us\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2af9f1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5560,990,'_elementor_edit_mode','builder'),(5561,990,'_elementor_template_type','wp-page'),(5562,990,'_elementor_version','3.6.8'),(5563,990,'_wp_page_template','default'),(5564,990,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"d940ae4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5099,925,'_thumbnail_id','909'),(5100,925,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:12;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:2;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(5101,925,'_elementor_edit_mode','builder'),(5102,925,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(5357,965,'_elementor_edit_mode','builder'),(5358,965,'_elementor_template_type','kit'),(5359,965,'_elementor_version','3.6.8'),(5360,965,'_wp_page_template','default'),(5154,938,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at Techint Labs and a Creative Strategist at Mammoth Music Group. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. TLDR: she loves marketing and stays busy.<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has\\u00a0 been involved in the music industry for years working as a freelance copywriter, photographer social media manager and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"caa0078\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"87f5b20\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf844fb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5148,12,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5269,953,'_wp_page_template','default'),(5174,941,'_elementor_edit_mode','builder'),(5175,941,'_elementor_template_type','wp-page'),(5176,941,'_elementor_version','3.6.8'),(5177,941,'_wp_page_template','default'),(5150,938,'_elementor_edit_mode','builder'),(5151,938,'_elementor_template_type','wp-page'),(5152,938,'_elementor_version','3.6.8'),(5153,938,'_wp_page_template','default'),(5114,927,'_wp_attached_file','2022/07/Ashlee-Czapla-Square-Headshot-2022.png'),(5115,927,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:46:\"2022/07/Ashlee-Czapla-Square-Headshot-2022.png\";s:8:\"filesize\";i:842038;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Ashlee-Czapla-Square-Headshot-2022-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80188;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Ashlee-Czapla-Square-Headshot-2022-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23938;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"Ashlee-Czapla-Square-Headshot-2022-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:459429;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:46:\"Ashlee-Czapla-Square-Headshot-2022-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22922;}s:5:\"50x50\";a:5:{s:4:\"file\";s:44:\"Ashlee-Czapla-Square-Headshot-2022-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4610;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:44:\"Ashlee-Czapla-Square-Headshot-2022-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8248;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:47:\"Ashlee-Czapla-Square-Headshot-2022-1024x860.png\";s:5:\"width\";i:1024;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:734687;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:44:\"Ashlee-Czapla-Square-Headshot-2022-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9911;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:44:\"Ashlee-Czapla-Square-Headshot-2022-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9083;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:48:\"Ashlee-Czapla-Square-Headshot-2022-1024x1000.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:827872;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:47:\"Ashlee-Czapla-Square-Headshot-2022-1024x500.png\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:441858;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:47:\"Ashlee-Czapla-Square-Headshot-2022-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:673584;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:47:\"Ashlee-Czapla-Square-Headshot-2022-1024x750.png\";s:5:\"width\";i:1024;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:654717;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:46:\"Ashlee-Czapla-Square-Headshot-2022-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:529803;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:47:\"Ashlee-Czapla-Square-Headshot-2022-1024x675.png\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:593879;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5116,928,'_wp_attached_file','2022/07/Ashlee-Czapla-Square-Photo.png'),(5117,928,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:38:\"2022/07/Ashlee-Czapla-Square-Photo.png\";s:8:\"filesize\";i:2140423;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Ashlee-Czapla-Square-Photo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:232637;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Ashlee-Czapla-Square-Photo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61637;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Ashlee-Czapla-Square-Photo-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1279776;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:38:\"Ashlee-Czapla-Square-Photo-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58440;}s:5:\"50x50\";a:5:{s:4:\"file\";s:36:\"Ashlee-Czapla-Square-Photo-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7376;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:36:\"Ashlee-Czapla-Square-Photo-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16074;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:39:\"Ashlee-Czapla-Square-Photo-1024x860.png\";s:5:\"width\";i:1024;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1817770;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:36:\"Ashlee-Czapla-Square-Photo-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20519;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:36:\"Ashlee-Czapla-Square-Photo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18272;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:40:\"Ashlee-Czapla-Square-Photo-1024x1000.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2099454;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:39:\"Ashlee-Czapla-Square-Photo-1024x500.png\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1052591;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:39:\"Ashlee-Czapla-Square-Photo-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1601609;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:39:\"Ashlee-Czapla-Square-Photo-1024x750.png\";s:5:\"width\";i:1024;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1590363;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:38:\"Ashlee-Czapla-Square-Photo-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1400676;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:39:\"Ashlee-Czapla-Square-Photo-1024x675.png\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1428220;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5147,937,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(4501,829,'_elementor_edit_mode','builder'),(4502,829,'_elementor_template_type','section'),(4503,829,'_elementor_version','3.0.13'),(4504,830,'_elementor_edit_mode','builder'),(4505,830,'_elementor_template_type','section'),(4506,830,'_elementor_version','3.0.13'),(4507,829,'_wp_page_template','default'),(4508,829,'_elementor_data','[{\"id\":\"37491058\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bbfa3d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4b82ea\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c2d8be6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2e8b1491\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"49a47778\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11997e41\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"4d9037cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"76e93180\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"61ec801b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"295bc4e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c12dc2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"44256486\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"56c3f79e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"144ae7a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3adc392e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4b84fd6e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620bc0cd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"45cc6802\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1b17be29\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"204867d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"55434513\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"666f55a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c8edc51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"296b8b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1ee0e67b\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"42b52564\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4509,831,'_elementor_edit_mode','builder'),(4510,831,'_elementor_template_type','section'),(4511,831,'_elementor_version','3.0.13'),(4512,831,'_wp_page_template','default'),(4513,831,'_elementor_data','[{\"id\":\"37491058\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bbfa3d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4b82ea\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c2d8be6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2e8b1491\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"49a47778\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11997e41\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"4d9037cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"76e93180\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"61ec801b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"295bc4e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c12dc2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"44256486\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"56c3f79e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"144ae7a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3adc392e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4b84fd6e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620bc0cd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"45cc6802\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1b17be29\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"204867d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"55434513\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"666f55a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c8edc51\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"296b8b5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1ee0e67b\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"42b52564\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4514,829,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:8;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:3;s:18:\"animation_duration\";i:3;s:15:\"animation_delay\";i:2;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:16:\"content_position\";i:2;s:15:\"stretch_section\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:11:\"hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(4515,832,'_elementor_edit_mode','builder'),(4516,832,'_elementor_template_type','section'),(4517,832,'_elementor_version','3.0.13'),(4518,833,'_elementor_edit_mode','builder'),(4519,833,'_elementor_template_type','section'),(4520,833,'_elementor_version','3.0.13'),(4521,832,'_wp_page_template','default'),(4522,832,'_elementor_data','[{\"id\":\"5ef8bb22\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"4cf6f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6d73185b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37f20bab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7f2c276a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b9ee5e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"203decd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"67401683\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"acae4f9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"50b699eb\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}]'),(4523,834,'_elementor_edit_mode','builder'),(4524,834,'_elementor_template_type','section'),(4525,834,'_elementor_version','3.0.13'),(4526,834,'_wp_page_template','default'),(4527,834,'_elementor_data','[{\"id\":\"5ef8bb22\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"4cf6f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6d73185b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37f20bab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7f2c276a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5b9ee5e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"203decd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"67401683\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"acae4f9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"50b699eb\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}]'),(4528,832,'_elementor_controls_usage','a:7:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:11:\"hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:1;}}}}}'),(4529,835,'_elementor_edit_mode','builder'),(4530,835,'_elementor_template_type','section'),(4531,835,'_elementor_version','3.0.13'),(4532,836,'_elementor_edit_mode','builder'),(4533,836,'_elementor_template_type','section'),(4534,836,'_elementor_version','3.0.13'),(4535,835,'_wp_page_template','default'),(4536,835,'_elementor_data','[{\"id\":\"40ddfba3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"49a75d63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c0b3480\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"46859fac\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"76eb9274\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ac59090\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2b98a829\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41d66de1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"740ec3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"32459387\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"78cde4c0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4537,837,'_elementor_edit_mode','builder'),(4538,837,'_elementor_template_type','section'),(4539,837,'_elementor_version','3.0.13'),(4540,837,'_wp_page_template','default'),(4541,837,'_elementor_data','[{\"id\":\"40ddfba3\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"49a75d63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c0b3480\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"46859fac\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"76eb9274\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ac59090\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2b98a829\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41d66de1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"740ec3f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"32459387\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"78cde4c0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4542,835,'_elementor_controls_usage','a:5:{s:6:\"spacer\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;s:21:\"typography_typography\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:1;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}}'),(4544,838,'_elementor_edit_mode','builder'),(4545,838,'_elementor_template_type','wp-page'),(4546,838,'_elementor_version','3.0.13'),(4547,838,'_wp_page_template','default'),(4548,838,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4550,838,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:13;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:4;s:18:\"animation_duration\";i:4;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:2;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(4551,6,'_edit_last','2'),(4552,6,'_wpb_vc_js_status','false'),(4554,839,'_elementor_edit_mode','builder'),(4555,839,'_elementor_template_type','wp-page'),(4556,839,'_elementor_version','3.0.13'),(4557,839,'_wp_page_template','default'),(4558,839,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5056,920,'_wp_page_template','default'),(5057,920,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4560,839,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;s:16:\"_animation_delay\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:13;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:4;s:18:\"animation_duration\";i:4;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:2;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(5054,920,'_elementor_template_type','wp-page'),(5055,920,'_elementor_version','3.0.13'),(4574,842,'_elementor_edit_mode','builder'),(4575,842,'_elementor_template_type','wp-page'),(4576,842,'_elementor_version','3.0.13'),(4577,842,'_wp_page_template','default'),(4578,842,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px;\\\">Brand Marketing<\\/span><\\/h5><h5>Digital Advertising<\\/h5><div><h5 style=\\\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\\\">Music Promotion<\\/h5><\\/div><h5>Social Media<\\/h5>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4581,843,'_elementor_template_type','wp-page'),(4582,843,'_elementor_version','3.0.13'),(4583,843,'_wp_page_template','default'),(4584,843,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4588,844,'_elementor_edit_mode','builder'),(4589,844,'_elementor_template_type','wp-page'),(4590,844,'_elementor_version','3.0.13'),(4591,844,'_wp_page_template','default'),(4592,844,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4594,845,'_elementor_edit_mode','builder'),(4595,845,'_elementor_template_type','wp-page'),(4596,845,'_elementor_version','3.0.13'),(4597,845,'_wp_page_template','default'),(4598,845,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4600,846,'_elementor_edit_mode','builder'),(4601,846,'_elementor_template_type','wp-page'),(4602,846,'_elementor_version','3.0.13'),(4603,846,'_wp_page_template','default'),(4604,846,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4608,847,'_elementor_edit_mode','builder'),(4609,847,'_elementor_template_type','wp-page'),(4610,847,'_elementor_version','3.0.13'),(4611,847,'_wp_page_template','default'),(4612,847,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4614,848,'_elementor_edit_mode','builder'),(4615,848,'_elementor_template_type','wp-page'),(4616,848,'_elementor_version','3.0.13'),(4617,848,'_wp_page_template','default'),(4618,848,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4680,858,'_elementor_edit_mode','builder'),(4620,849,'_elementor_edit_mode','builder'),(4621,849,'_elementor_template_type','wp-page'),(4622,849,'_elementor_version','3.0.13'),(4623,849,'_wp_page_template','default'),(4624,849,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"large\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4628,850,'_elementor_edit_mode','builder'),(4629,850,'_elementor_template_type','wp-page'),(4630,850,'_elementor_version','3.0.13'),(4631,850,'_wp_page_template','default'),(4632,850,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"large\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4634,851,'_elementor_edit_mode','builder'),(4635,851,'_elementor_template_type','wp-page'),(4636,851,'_elementor_version','3.0.13'),(4637,851,'_wp_page_template','default'),(4638,851,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"large\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4640,852,'_elementor_edit_mode','builder'),(4641,852,'_elementor_template_type','wp-page'),(4642,852,'_elementor_version','3.0.13'),(4643,852,'_wp_page_template','default'),(4644,852,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4648,853,'_elementor_edit_mode','builder'),(4649,853,'_elementor_template_type','wp-page'),(4650,853,'_elementor_version','3.0.13'),(4651,853,'_wp_page_template','default'),(4652,853,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4654,854,'_elementor_edit_mode','builder'),(4655,854,'_elementor_template_type','wp-page'),(4656,854,'_elementor_version','3.0.13'),(4657,854,'_wp_page_template','default'),(4658,854,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4660,855,'_elementor_edit_mode','builder'),(4661,855,'_elementor_template_type','wp-page'),(4662,855,'_elementor_version','3.0.13'),(4663,855,'_wp_page_template','default'),(4664,855,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"large\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4668,856,'_elementor_edit_mode','builder'),(4669,856,'_elementor_template_type','wp-page'),(4670,856,'_elementor_version','3.0.13'),(4671,856,'_wp_page_template','default'),(4672,856,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"large\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4674,857,'_elementor_edit_mode','builder'),(4675,857,'_elementor_template_type','wp-page'),(4676,857,'_elementor_version','3.0.13'),(4677,857,'_wp_page_template','default'),(4678,857,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"94c9245\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Who We Are <\\/b>\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d60d6d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe6872\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"f8564b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"large\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4688,859,'_elementor_edit_mode','builder'),(4689,859,'_elementor_template_type','wp-page'),(4690,859,'_elementor_version','3.0.13'),(4691,859,'_wp_page_template','default'),(4692,859,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5050,919,'_thumbnail_id','909'),(5051,919,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:12;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:2;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(4694,860,'_elementor_edit_mode','builder'),(4695,860,'_elementor_template_type','wp-page'),(4696,860,'_elementor_version','3.0.13'),(4697,860,'_wp_page_template','default'),(4698,860,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4700,861,'_elementor_edit_mode','builder'),(4701,861,'_elementor_template_type','wp-page'),(4702,861,'_elementor_version','3.0.13'),(4703,861,'_wp_page_template','default');
INSERT INTO `SFmlX6x_postmeta` VALUES (4704,861,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4708,862,'_elementor_edit_mode','builder'),(4709,862,'_elementor_template_type','wp-page'),(4710,862,'_elementor_version','3.0.13'),(4711,862,'_wp_page_template','default'),(4712,862,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4714,863,'_elementor_edit_mode','builder'),(4715,863,'_elementor_template_type','wp-page'),(4716,863,'_elementor_version','3.0.13'),(4717,863,'_wp_page_template','default'),(4718,863,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":30},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4720,864,'_elementor_edit_mode','builder'),(4721,864,'_elementor_template_type','wp-page'),(4722,864,'_elementor_version','3.0.13'),(4723,864,'_wp_page_template','default'),(4724,864,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4728,865,'_elementor_edit_mode','builder'),(4729,865,'_elementor_template_type','wp-page'),(4730,865,'_elementor_version','3.0.13'),(4731,865,'_wp_page_template','default'),(4732,865,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4734,866,'_elementor_edit_mode','builder'),(4735,866,'_elementor_template_type','wp-page'),(4736,866,'_elementor_version','3.0.13'),(4737,866,'_wp_page_template','default'),(4738,866,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4740,867,'_elementor_edit_mode','builder'),(4741,867,'_elementor_template_type','wp-page'),(4742,867,'_elementor_version','3.0.13'),(4743,867,'_wp_page_template','default'),(4744,867,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4748,868,'_elementor_edit_mode','builder'),(4749,868,'_elementor_template_type','wp-page'),(4750,868,'_elementor_version','3.0.13'),(4751,868,'_wp_page_template','default'),(4752,868,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4754,869,'_elementor_edit_mode','builder'),(4755,869,'_elementor_template_type','wp-page'),(4756,869,'_elementor_version','3.0.13'),(4757,869,'_wp_page_template','default'),(4758,869,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4760,870,'_elementor_edit_mode','builder'),(4761,870,'_elementor_template_type','wp-page'),(4762,870,'_elementor_version','3.0.13'),(4763,870,'_wp_page_template','default'),(4764,870,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4767,871,'_elementor_edit_mode','builder'),(4768,871,'_elementor_template_type','wp-page'),(4769,871,'_elementor_version','3.0.13'),(4770,871,'_wp_page_template','default'),(4771,871,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4772,872,'_elementor_edit_mode','builder'),(4773,872,'_elementor_template_type','wp-page'),(4774,872,'_elementor_version','3.0.13'),(4775,872,'_wp_page_template','default'),(4776,872,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4777,873,'_elementor_edit_mode','builder'),(4778,873,'_elementor_template_type','wp-page'),(4779,873,'_elementor_version','3.0.13'),(4780,873,'_wp_page_template','default'),(4781,873,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4783,874,'_elementor_edit_mode','builder'),(4784,874,'_elementor_template_type','wp-page'),(4785,874,'_elementor_version','3.0.13'),(4786,874,'_wp_page_template','default'),(4787,874,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4788,875,'_elementor_edit_mode','builder'),(4789,875,'_elementor_template_type','wp-page'),(4790,875,'_elementor_version','3.0.13'),(4791,875,'_wp_page_template','default'),(4792,875,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4793,876,'_elementor_edit_mode','builder'),(4794,876,'_elementor_template_type','wp-page'),(4795,876,'_elementor_version','3.0.13'),(4796,876,'_wp_page_template','default'),(4797,876,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4800,877,'_elementor_edit_mode','builder'),(4801,877,'_elementor_template_type','wp-page'),(4802,877,'_elementor_version','3.0.13'),(4803,877,'_wp_page_template','default'),(4804,877,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4806,878,'_elementor_edit_mode','builder'),(4807,878,'_elementor_template_type','wp-page'),(4808,878,'_elementor_version','3.0.13'),(4809,878,'_wp_page_template','default'),(4810,878,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4812,879,'_elementor_edit_mode','builder'),(4813,879,'_elementor_template_type','wp-page'),(4814,879,'_elementor_version','3.0.13'),(4815,879,'_wp_page_template','default'),(4816,879,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4819,880,'_elementor_edit_mode','builder'),(4820,880,'_elementor_template_type','wp-page'),(4821,880,'_elementor_version','3.0.13'),(4822,880,'_wp_page_template','default'),(4823,880,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4824,881,'_elementor_edit_mode','builder'),(4825,881,'_elementor_template_type','wp-page'),(4826,881,'_elementor_version','3.0.13'),(4827,881,'_wp_page_template','default'),(4828,881,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4829,882,'_elementor_edit_mode','builder'),(4830,882,'_elementor_template_type','wp-page'),(4831,882,'_elementor_version','3.0.13'),(4832,882,'_wp_page_template','default'),(4833,882,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4836,883,'_elementor_edit_mode','builder'),(4837,883,'_elementor_template_type','wp-page'),(4838,883,'_elementor_version','3.0.13'),(4839,883,'_wp_page_template','default'),(4840,883,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4842,884,'_elementor_edit_mode','builder'),(4843,884,'_elementor_template_type','wp-page'),(4844,884,'_elementor_version','3.0.13'),(4845,884,'_wp_page_template','default'),(4846,884,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4848,885,'_elementor_edit_mode','builder'),(4849,885,'_elementor_template_type','wp-page'),(4850,885,'_elementor_version','3.0.13'),(4851,885,'_wp_page_template','default'),(4852,885,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4856,886,'_elementor_edit_mode','builder'),(4857,886,'_elementor_template_type','wp-page'),(4858,886,'_elementor_version','3.0.13'),(4859,886,'_wp_page_template','default'),(4860,886,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4862,887,'_elementor_edit_mode','builder'),(4863,887,'_elementor_template_type','wp-page'),(4864,887,'_elementor_version','3.0.13'),(4865,887,'_wp_page_template','default'),(4866,887,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4868,888,'_elementor_edit_mode','builder'),(4869,888,'_elementor_template_type','wp-page'),(4870,888,'_elementor_version','3.0.13'),(4871,888,'_wp_page_template','default'),(4872,888,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4956,901,'_elementor_edit_mode','builder'),(4957,901,'_elementor_template_type','wp-page'),(4958,901,'_elementor_version','3.0.13'),(4959,901,'_wp_page_template','default'),(4960,901,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4882,890,'_elementor_edit_mode','builder'),(4883,890,'_elementor_template_type','wp-page'),(4884,890,'_elementor_version','3.0.13'),(4885,890,'_wp_page_template','default'),(4886,890,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":40},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":45},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":55},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4888,891,'_elementor_edit_mode','builder'),(4889,891,'_elementor_template_type','wp-page'),(4890,891,'_elementor_version','3.0.13'),(4891,891,'_wp_page_template','default'),(4892,891,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4902,893,'_elementor_edit_mode','builder'),(4903,893,'_elementor_template_type','wp-page'),(4904,893,'_elementor_version','3.0.13'),(4905,893,'_wp_page_template','elementor_header_footer'),(4906,893,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"94a3ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":5},\"elements\":[{\"id\":\"6a0eee2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f93fece\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3da218c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Untitled-design-31.png\",\"id\":783},\"image_size\":\"testimonials\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12ccabe\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"e76b223\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":10},\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. <span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":15},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4928,897,'_elementor_edit_mode','builder'),(4908,894,'_elementor_edit_mode','builder'),(4909,894,'_elementor_template_type','wp-page'),(4910,894,'_elementor_version','3.0.13'),(4911,894,'_wp_page_template','elementor_header_footer'),(4912,894,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"94a3ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"6a0eee2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f93fece\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3da218c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Untitled-design-31.png\",\"id\":783},\"image_size\":\"testimonials\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12ccabe\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"e76b223\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":10},\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. <span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4916,895,'_elementor_edit_mode','builder'),(4917,895,'_elementor_template_type','wp-page'),(4918,895,'_elementor_version','3.0.13'),(4919,895,'_wp_page_template','elementor_header_footer'),(4920,895,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"94a3ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"6a0eee2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f93fece\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3da218c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Untitled-design-31.png\",\"id\":783},\"image_size\":\"testimonials\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12ccabe\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"e76b223\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":10},\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. <span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4922,896,'_elementor_edit_mode','builder'),(4923,896,'_elementor_template_type','wp-page'),(4924,896,'_elementor_version','3.0.13'),(4925,896,'_wp_page_template','elementor_header_footer'),(4926,896,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"94a3ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"6a0eee2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f93fece\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3da218c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Untitled-design-31.png\",\"id\":783},\"image_size\":\"testimonials\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12ccabe\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"e76b223\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":10},\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. <span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8c1547\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4930,897,'_elementor_version','3.0.13'),(4931,897,'_wp_page_template','elementor_header_footer'),(4932,897,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"94a3ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"6a0eee2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f93fece\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3da218c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Untitled-design-31.png\",\"id\":783},\"image_size\":\"testimonials\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12ccabe\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"e76b223\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":10},\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. <span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4942,899,'_elementor_edit_mode','builder'),(4943,899,'_elementor_template_type','wp-page'),(4944,899,'_elementor_version','3.0.13'),(4945,899,'_wp_page_template','default'),(4946,899,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about us\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2af9f1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4948,900,'_elementor_edit_mode','builder'),(4949,900,'_elementor_template_type','wp-page'),(4950,900,'_elementor_version','3.0.13'),(4951,900,'_wp_page_template','default'),(4952,900,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2af9f1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"291c0fa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"fed4f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.03099999999999880628820392303168773651123046875},\"elements\":[{\"id\":\"8d720fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megan Hamilton, Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22bd795\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\\\"https:\\/\\/sonicbloomfestival.com\\/\\\">Sonic Bloom<\\/a>, Lightning In A Bottle, and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\"> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.\\u00a0<\\/span><span style=\\\"font-weight: 400; letter-spacing: 0px;\\\">Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\\\"https:\\/\\/slamacademy.com\\/\\\">Slam Academy<\\/a> (the US\\u2019 first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7666d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.893000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"6f9da1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-BW.jpg\",\"id\":675},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Megan-Website-Photo-Color.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.63199999999999789679350215010344982147216796875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.\\u00a0 She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin\\u2019, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\\\"https:\\/\\/www.grouphugs.co\\/\\\">Grouphugs<\\/a>. <\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <\\/span><a href=\\\"https:\\/\\/summercampfestival.com\\/\\\"><span style=\\\"font-weight: 400;\\\">Summer Camp Music Festival<\\/span><\\/a> <span style=\\\"font-weight: 400;\\\">team. \\u201cCan\\u2019t stop, won\\u2019t stop\\u201d is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.292000000000001591615728102624416351318359375},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-BW.jpg\",\"id\":682},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Ashlee-Website-Photo-Color.jpg\",\"id\":683}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5cf16815\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4962,902,'_elementor_edit_mode','builder'),(4963,902,'_elementor_template_type','wp-page'),(4964,902,'_elementor_version','3.0.13'),(4965,902,'_wp_page_template','default'),(4966,902,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4968,903,'_elementor_edit_mode','builder'),(4969,903,'_elementor_template_type','wp-page'),(4970,903,'_elementor_version','3.0.13'),(4971,903,'_wp_page_template','default'),(4972,903,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5018,912,'_elementor_edit_mode','builder'),(5019,912,'_elementor_template_type','wp-page'),(5020,912,'_elementor_version','3.0.13'),(5021,912,'_wp_page_template','default'),(5022,912,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5371,967,'_elementor_template_type','wp-page'),(5372,967,'_elementor_version','3.6.8'),(5373,967,'_wp_page_template','default'),(5374,967,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"3552fbf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4976,904,'_wp_attached_file','2020/12/ID-HOME-PAGE.mov'),(4977,904,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:35072007;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:19;s:16:\"length_formatted\";s:4:\"0:19\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:6:{s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:0:\"\";s:11:\"sample_rate\";d:7680;s:8:\"channels\";i:0;s:15:\"bits_per_sample\";i:30;s:8:\"lossless\";b:0;}s:17:\"created_timestamp\";i:1607709211;}'),(4978,905,'_wp_attached_file','2020/12/ID-HOME-PAGE-2.mov'),(4979,905,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:33380080;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:18;s:16:\"length_formatted\";s:4:\"0:18\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:6:{s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:0:\"\";s:11:\"sample_rate\";d:7680;s:8:\"channels\";i:0;s:15:\"bits_per_sample\";i:30;s:8:\"lossless\";b:0;}s:17:\"created_timestamp\";i:1607709863;}'),(4986,907,'_elementor_edit_mode','builder'),(4987,907,'_elementor_template_type','wp-page'),(4988,907,'_elementor_version','3.0.13'),(4989,907,'_wp_page_template','default'),(4990,907,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, p<span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">lease submit a <\\/span><span style=\\\"font-family: Muli, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">client application below and <\\/span>allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dff9e47\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5000,909,'_wp_attached_file','2020/12/Indigo-Disco-featured-image.png'),(5001,909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:39:\"2020/12/Indigo-Disco-featured-image.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Indigo-Disco-featured-image-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Indigo-Disco-featured-image-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Indigo-Disco-featured-image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Indigo-Disco-featured-image-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Indigo-Disco-featured-image-260x137.png\";s:5:\"width\";i:260;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"Indigo-Disco-featured-image-50x26.png\";s:5:\"width\";i:50;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"Indigo-Disco-featured-image-143x75.png\";s:5:\"width\";i:143;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"Indigo-Disco-featured-image-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"Indigo-Disco-featured-image-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:40:\"Indigo-Disco-featured-image-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"Indigo-Disco-featured-image-768x630.png\";s:5:\"width\";i:768;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:39:\"Indigo-Disco-featured-image-960x630.png\";s:5:\"width\";i:960;s:6:\"height\";i:630;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:{}}}'),(5002,910,'_elementor_edit_mode','builder'),(5003,910,'_elementor_template_type','wp-page'),(5004,910,'_elementor_version','3.0.13'),(5005,910,'_wp_page_template','default'),(5006,910,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5007,910,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:5;s:5:\"align\";i:5;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:12;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:2;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(5009,6,'_thumbnail_id','909'),(5010,911,'_elementor_edit_mode','builder'),(5011,911,'_elementor_template_type','wp-page'),(5012,911,'_elementor_version','3.0.13'),(5013,911,'_wp_page_template','elementor_header_footer'),(5014,911,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"media team\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42a191\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"94a3ca9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"6a0eee2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f93fece\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3da218c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/Untitled-design-31.png\",\"id\":783},\"image_size\":\"testimonials\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12ccabe\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"e76b223\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"daeeea9\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":10},\"elements\":[{\"id\":\"a84f529\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd3278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. <span style=\\\"letter-spacing: 0px;\\\">Come back soon to see their portfolios, or apply to be considered for our media team using the form below.<\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to join the team?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg\\/viewform?usp=sf_link\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5015,911,'_elementor_controls_usage','a:7:{s:6:\"spacer\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:7;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:2;s:5:\"align\";i:2;s:11:\"header_size\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:4;s:18:\"animation_duration\";i:4;s:15:\"animation_delay\";i:4;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;s:21:\"typography_typography\";i:1;}}}}}'),(5017,720,'_thumbnail_id','909'),(5049,919,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5024,912,'_thumbnail_id','909'),(5025,913,'_elementor_edit_mode','builder'),(5026,913,'_elementor_template_type','wp-page'),(5027,913,'_elementor_version','3.0.13'),(5028,913,'_wp_page_template','default'),(5029,913,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"header_size\":\"h1\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5045,919,'_elementor_edit_mode','builder'),(5046,919,'_elementor_template_type','wp-page'),(5047,919,'_elementor_version','3.0.13'),(5048,919,'_wp_page_template','default'),(5031,913,'_thumbnail_id','909'),(5032,914,'_elementor_edit_mode','builder'),(5033,914,'_elementor_template_type','wp-page'),(5034,914,'_elementor_version','3.0.13'),(5035,914,'_wp_page_template','default'),(5036,914,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Specialize In\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Brand Marketing<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Digital Advertising<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Music Promotion<\\/b><\\/span><\\/p><p class=\\\"p1\\\"><span class=\\\"s1\\\"><b>Social Media<\\/b><\\/span><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"25ea7c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5079,923,'_elementor_template_type','wp-page'),(5080,923,'_elementor_version','3.6.8'),(5081,923,'_wp_page_template','default'),(5082,923,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development&nbsp;<\\/strong><\\/p>\\n<p><strong>Content Creation + Management&nbsp;<\\/strong><\\/p>\\n<p><strong>Creative Strategy&nbsp;<\\/strong><\\/p>\\n<p><strong>Advertising Strategy + Management&nbsp;&nbsp;<\\/strong><\\/p>\\n<p><strong>Photography<\\/strong><\\/p>\\n<p><strong>Public Relations<\\/strong><\\/p>\\n<p><strong>Research, Reporting + Analytics&nbsp;<\\/strong><\\/p>\\n<p><strong>Social Media Management&nbsp;<\\/strong><\\/p>\\n<p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5038,914,'_thumbnail_id','909'),(5209,945,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5210,945,'_elementor_page_assets','a:1:{s:6:\"styles\";a:8:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";}}'),(5217,946,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5218,946,'_elementor_page_assets','a:1:{s:6:\"styles\";a:8:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";}}'),(5224,947,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5225,947,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5226,947,'_elementor_page_assets','a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),(5227,948,'_elementor_edit_mode','builder'),(5228,948,'_elementor_template_type','wp-page'),(5229,948,'_elementor_version','3.6.8'),(5230,948,'_wp_page_template','default'),(5231,948,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7fcf1cb8\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"c81d31d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"73cb3a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"154bfacb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"56d0825a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5232,948,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5233,948,'_elementor_page_assets','a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),(5239,949,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5240,949,'_elementor_page_assets','a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),(5266,953,'_elementor_edit_mode','builder'),(5267,953,'_elementor_template_type','wp-page'),(5268,953,'_elementor_version','3.6.8'),(5242,950,'_elementor_edit_mode','builder'),(5243,950,'_elementor_template_type','wp-page'),(5244,950,'_elementor_version','3.6.8'),(5245,950,'_wp_page_template','default'),(5246,950,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5247,950,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5248,950,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5250,951,'_elementor_edit_mode','builder'),(5251,951,'_elementor_template_type','wp-page'),(5252,951,'_elementor_version','3.6.8'),(5253,951,'_wp_page_template','default'),(5254,951,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5255,951,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5256,951,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5258,952,'_elementor_edit_mode','builder'),(5259,952,'_elementor_template_type','wp-page'),(5260,952,'_elementor_version','3.6.8'),(5261,952,'_wp_page_template','default'),(5262,952,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"d940ae4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5263,952,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5264,952,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5270,953,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"d940ae4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5271,953,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5272,953,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5273,954,'_elementor_edit_mode','builder'),(5274,954,'_elementor_template_type','wp-page'),(5275,954,'_elementor_version','3.6.8'),(5276,954,'_wp_page_template','default'),(5277,954,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"d940ae4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5278,954,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5279,954,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5611,996,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5280,955,'_elementor_edit_mode','builder'),(5281,955,'_elementor_template_type','wp-page'),(5282,955,'_elementor_version','3.6.8'),(5283,955,'_wp_page_template','default'),(5284,955,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"d940ae4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5285,955,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:6;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(5286,955,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5287,956,'_elementor_template_type','wp-page'),(5288,956,'_elementor_version','3.6.8'),(5289,956,'_wp_page_template','default'),(5290,956,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5291,956,'_thumbnail_id','909'),(5292,956,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:12;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:2;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(5293,956,'_elementor_edit_mode','builder'),(5294,956,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(5349,964,'_elementor_page_settings','a:12:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#A8A8A8\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#9800FF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#16BAAE\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:22:\"Indigo Disco Marketing\";s:16:\"site_description\";s:44:\"Badass marketing services for badass humans.\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:23:\"button_hover_text_color\";s:7:\"#6F0CDF\";s:15:\"viewport_mobile\";s:0:\"\";s:15:\"viewport_tablet\";s:0:\"\";}'),(5296,957,'_elementor_template_type','wp-page'),(5297,957,'_elementor_version','3.6.8'),(5298,957,'_wp_page_template','default'),(5299,957,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"580b6f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"736a60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"63eb409\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5300,957,'_thumbnail_id','909'),(5301,957,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:12;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:2;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(5302,957,'_elementor_edit_mode','builder'),(5303,957,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(5345,964,'_elementor_edit_mode','builder'),(5346,964,'_elementor_template_type','kit'),(5347,964,'_elementor_version','3.0.13'),(5348,964,'_wp_page_template','default'),(5309,958,'_thumbnail_id','909'),(5310,958,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:12;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:2;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(5311,958,'_elementor_edit_mode','builder'),(5312,958,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(5316,959,'_elementor_edit_mode','builder'),(5317,959,'_elementor_template_type','section'),(5318,959,'_elementor_version','3.6.8'),(5319,960,'_elementor_edit_mode','builder'),(5320,960,'_elementor_template_type','section'),(5321,960,'_elementor_version','3.6.8'),(5322,959,'_wp_page_template','default'),(5323,959,'_elementor_data','[{\"id\":\"3663b810\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"2c6e60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2e357f53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75faeee2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72a4431d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"2bbefd77\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"35033447\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d35468\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51d73b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}]'),(5324,961,'_elementor_edit_mode','builder'),(5325,961,'_elementor_template_type','section'),(5326,961,'_elementor_version','3.6.8'),(5327,961,'_wp_page_template','default'),(5328,961,'_elementor_data','[{\"id\":\"3663b810\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"2c6e60b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2e357f53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75faeee2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"72a4431d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"2bbefd77\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"35033447\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d35468\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51d73b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}]'),(5329,959,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(5433,975,'_elementor_edit_mode','builder'),(5434,975,'_elementor_template_type','wp-page'),(5435,975,'_elementor_version','3.6.8'),(5436,975,'_wp_page_template','default'),(5437,975,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"dff9e47\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5438,975,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5439,975,'_elementor_pro_version','3.7.2'),(5440,976,'_elementor_edit_mode','builder'),(5441,976,'_elementor_template_type','wp-page'),(5442,976,'_elementor_version','3.6.8'),(5443,976,'_wp_page_template','default'),(5444,976,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"dff9e47\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5340,959,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:2;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}s:12:\"link_section\";a:1:{s:4:\"link\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:1;}}}}}'),(5362,965,'_elementor_data','[]'),(5363,965,'_elementor_page_assets','a:0:{}'),(5364,965,'_elementor_pro_version','3.7.2'),(7182,1200,'_elementor_pro_version','3.7.2'),(5430,8,'_elementor_page_assets','a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),(5431,8,'_elementor_pro_version','3.7.2'),(5361,965,'_elementor_page_settings','a:15:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#A8A8A8\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#9800FF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#16BAAE\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:22:\"Indigo Disco Marketing\";s:16:\"site_description\";s:44:\"Badass marketing services for badass humans.\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:23:\"button_hover_text_color\";s:7:\"#6F0CDF\";s:42:\"settings_page_transitions_background_color\";s:7:\"#4414A4\";s:44:\"settings_page_transitions_entrance_animation\";s:8:\"fade-out\";s:40:\"settings_page_transitions_exit_animation\";s:7:\"fade-in\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(5375,967,'_thumbnail_id','909'),(5376,967,'_elementor_edit_mode','builder'),(5377,967,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(7186,1201,'_elementor_edit_mode','builder'),(7187,1201,'_elementor_template_type','section'),(7188,1201,'_elementor_version','3.6.8'),(7181,1200,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(5379,968,'_elementor_template_type','wp-page'),(5380,968,'_elementor_version','3.6.8'),(5381,968,'_wp_page_template','default'),(5382,968,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"3552fbf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5383,968,'_thumbnail_id','909'),(5384,968,'_elementor_edit_mode','builder'),(5385,968,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(7189,1201,'_elementor_pro_version','3.7.2'),(7190,1202,'_elementor_edit_mode','builder'),(7191,1202,'_elementor_template_type','section'),(7192,1202,'_elementor_version','3.6.8'),(5387,969,'_elementor_template_type','wp-page'),(5388,969,'_elementor_version','3.6.8'),(5389,969,'_wp_page_template','default'),(5390,969,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"3552fbf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5391,969,'_thumbnail_id','909'),(5392,969,'_elementor_edit_mode','builder'),(5393,969,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(7193,1202,'_elementor_pro_version','3.7.2'),(7194,1201,'_wp_page_template','default'),(7195,1201,'_elementor_data','[{\"id\":\"64bef9c2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"102cc77c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"64c75c1c\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9ac9f9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"57ca2477\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3af0e3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5672685e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3c8075e1\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"435b0cec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"42947a01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"297b9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4d24de13\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a76bf04\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a08033b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3a7fb803\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1074e567\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4605de0c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f614163\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5395,6,'_elementor_pro_version','3.7.2'),(5859,1031,'_elementor_template_type','wp-page'),(5860,1031,'_elementor_version','3.6.8'),(5861,1031,'_wp_page_template','default'),(5862,1031,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"3552fbf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5397,970,'_elementor_edit_mode','builder'),(5398,970,'_elementor_template_type','header'),(5399,971,'_elementor_edit_mode','builder'),(5400,971,'_elementor_template_type','header'),(5401,970,'_elementor_version','3.6.8'),(5402,970,'_elementor_pro_version','3.7.2'),(5403,970,'mfn-post-love','0'),(5404,970,'_edit_lock','1659018563:2'),(5624,998,'_elementor_edit_mode','builder'),(5625,998,'_elementor_template_type','section'),(5626,998,'_elementor_version','3.6.8'),(5627,998,'_elementor_pro_version','3.7.2'),(5409,720,'_wp_trash_meta_status','publish'),(5410,720,'_wp_trash_meta_time','1658987243'),(5411,720,'_wp_desired_post_slug','media-team'),(5418,973,'_elementor_edit_mode','builder'),(5419,973,'_elementor_template_type','wp-page'),(5420,973,'_elementor_version','3.0.13'),(5421,973,'_wp_page_template','default'),(5422,973,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dff9e47\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"723cb4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1409,\"sizes\":[]},\"gap\":\"wider\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":60,\"content_position\":\"space-evenly\"},\"elements\":[{\"id\":\"43330f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"83cdc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artists <br>&amp; Musicians\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d284be3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44edd32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-1-1.png\",\"id\":438},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Artists-card-2-1.png\",\"id\":448},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs\\/edit\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true},{\"id\":\"f5c38f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"514e8a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Small<br>Businesses Owners\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c2bd3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01d5adb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-1.png\",\"id\":446},\"image_hover\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Small-Business-card-2.png\",\"id\":447},\"link\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k\\/edit?usp=drive_web\"},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"371e5485\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"61d8e3ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"54dc99de\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4f47143b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56bc8272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/BW-Indigo-Disco-mushroom.png\",\"id\":214},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e13c0e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c05b75a\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\"},\"elements\":[{\"id\":\"ffb40b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"29e9ad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e6fa1a7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3e6acd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2e3afe0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5445,976,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5446,976,'_elementor_pro_version','3.7.2'),(5448,977,'_elementor_template_type','wp-page'),(5449,977,'_elementor_version','3.6.8'),(5450,977,'_wp_page_template','default'),(5451,977,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5452,977,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5453,977,'_elementor_pro_version','3.7.2'),(5456,978,'_elementor_edit_mode','builder'),(5457,978,'_elementor_template_type','wp-page'),(5458,978,'_elementor_version','3.6.8'),(5459,978,'_wp_page_template','default'),(5460,978,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5461,978,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5462,978,'_elementor_pro_version','3.7.2'),(5464,979,'_elementor_edit_mode','builder'),(5465,979,'_elementor_template_type','wp-page'),(5466,979,'_elementor_version','3.6.8'),(5467,979,'_wp_page_template','default'),(5468,979,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5469,979,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5470,979,'_elementor_pro_version','3.7.2'),(5472,980,'_elementor_edit_mode','builder'),(5473,980,'_elementor_template_type','wp-page'),(5474,980,'_elementor_version','3.6.8'),(5475,980,'_wp_page_template','default'),(5476,980,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5477,980,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5478,980,'_elementor_pro_version','3.7.2'),(5482,981,'_elementor_edit_mode','builder'),(5483,981,'_elementor_template_type','wp-page'),(5484,981,'_elementor_version','3.6.8'),(5485,981,'_wp_page_template','default'),(5486,981,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5487,981,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5488,981,'_elementor_pro_version','3.7.2'),(5490,982,'_elementor_edit_mode','builder'),(5491,982,'_elementor_template_type','wp-page'),(5492,982,'_elementor_version','3.6.8'),(5493,982,'_wp_page_template','default'),(5494,982,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5495,982,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5496,982,'_elementor_pro_version','3.7.2'),(5498,983,'_elementor_edit_mode','builder'),(5499,983,'_elementor_template_type','wp-page'),(5500,983,'_elementor_version','3.6.8'),(5501,983,'_wp_page_template','default'),(5502,983,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5503,983,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5504,983,'_elementor_pro_version','3.7.2'),(5508,984,'_elementor_edit_mode','builder'),(5509,984,'_elementor_template_type','wp-page'),(5510,984,'_elementor_version','3.6.8'),(5511,984,'_wp_page_template','default'),(5512,984,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5513,984,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5514,984,'_elementor_pro_version','3.7.2'),(5516,985,'_elementor_edit_mode','builder'),(5517,985,'_elementor_template_type','wp-page'),(5518,985,'_elementor_version','3.6.8'),(5519,985,'_wp_page_template','default'),(5520,985,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5521,985,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5522,985,'_elementor_pro_version','3.7.2'),(5524,986,'_elementor_edit_mode','builder'),(5525,986,'_elementor_template_type','wp-page'),(5526,986,'_elementor_version','3.6.8'),(5527,986,'_wp_page_template','default'),(5528,986,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5529,986,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5530,986,'_elementor_pro_version','3.7.2'),(5534,987,'_elementor_edit_mode','builder'),(5535,987,'_elementor_template_type','wp-page'),(5536,987,'_elementor_version','3.6.8'),(5537,987,'_wp_page_template','default'),(5538,987,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5539,987,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5540,987,'_elementor_pro_version','3.7.2'),(5542,988,'_elementor_edit_mode','builder'),(5543,988,'_elementor_template_type','wp-page'),(5544,988,'_elementor_version','3.6.8'),(5545,988,'_wp_page_template','default'),(5546,988,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5547,988,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5548,988,'_elementor_pro_version','3.7.2'),(5551,989,'_elementor_template_type','wp-page'),(5552,989,'_elementor_version','3.6.8'),(5553,989,'_wp_page_template','default'),(5554,989,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Indigo Disco is currently accepting clients!<\\/b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5555,989,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(5556,989,'_elementor_pro_version','3.7.2'),(6286,1090,'_elementor_edit_mode','builder'),(6287,1090,'_elementor_template_type','wp-page'),(6288,1090,'_elementor_version','3.6.8'),(6289,1090,'_wp_page_template','default'),(6290,1090,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Indigo Disco is currently accepting clients!<\\/b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5565,990,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5567,991,'_elementor_edit_mode','builder'),(5568,991,'_elementor_template_type','wp-page'),(5569,991,'_elementor_version','3.6.8'),(5570,991,'_wp_page_template','default'),(5571,991,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"d940ae4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5572,991,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5607,996,'_elementor_edit_mode','builder'),(5608,996,'_elementor_template_type','wp-page'),(5609,996,'_elementor_version','3.6.8'),(5610,996,'_wp_page_template','default'),(5574,992,'_elementor_edit_mode','builder'),(5575,992,'_elementor_template_type','wp-page'),(5576,992,'_elementor_version','3.6.8'),(5577,992,'_wp_page_template','default'),(5578,992,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"d940ae4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5579,992,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5581,12,'_elementor_pro_version','3.7.2'),(5593,994,'_elementor_edit_mode','builder'),(5594,994,'_elementor_template_type','wp-page'),(5595,994,'_elementor_version','3.6.8'),(5596,994,'_wp_page_template','default'),(5597,994,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"d940ae4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5612,996,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5613,996,'_elementor_pro_version','3.7.2'),(5930,1039,'_elementor_edit_mode','builder'),(5931,1039,'_elementor_template_type','wp-page'),(5932,1039,'_elementor_version','3.6.8'),(5933,1039,'_wp_page_template','default'),(5934,1039,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5598,994,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5599,994,'_elementor_pro_version','3.7.2'),(5600,995,'_elementor_edit_mode','builder'),(5601,995,'_elementor_template_type','wp-page'),(5602,995,'_elementor_version','3.6.8'),(5603,995,'_wp_page_template','default'),(5604,995,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8978909\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5be9edd\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"20d016c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8f0d9be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"60b14ce5\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ed7003f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6e8914e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"d940ae4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"8f54d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5605,995,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5606,995,'_elementor_pro_version','3.7.2'),(5829,1027,'_elementor_edit_mode','builder'),(5830,1027,'_elementor_template_type','wp-page'),(5807,1024,'_elementor_edit_mode','builder'),(5785,1021,'_elementor_edit_mode','builder'),(5628,999,'_elementor_edit_mode','builder'),(5629,999,'_elementor_template_type','section'),(5630,999,'_elementor_version','3.6.8'),(5631,999,'_elementor_pro_version','3.7.2'),(5632,998,'_wp_page_template','default'),(5633,998,'_elementor_data','[{\"id\":\"40d95f1f\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5627ae71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3bfc59bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ffef1e4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6c2b4e5d\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc8e777\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dcd4485\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4b0cbd29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"40122f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"419501b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7493e794\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d6f6a4d\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"18b1724b\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c7cd19e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1f057adc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5634,1000,'_elementor_edit_mode','builder'),(5635,1000,'_elementor_template_type','section'),(5636,1000,'_elementor_version','3.6.8'),(5637,1000,'_elementor_pro_version','3.7.2'),(5638,1000,'_wp_page_template','default'),(5639,1000,'_elementor_data','[{\"id\":\"40d95f1f\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5627ae71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3bfc59bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ffef1e4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6c2b4e5d\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc8e777\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5dcd4485\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4b0cbd29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"40122f04\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"419501b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7493e794\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7d6f6a4d\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"18b1724b\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c7cd19e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1f057adc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5640,998,'_elementor_page_assets','a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),(5641,998,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:5:\"align\";i:4;s:11:\"header_size\";i:3;s:4:\"size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:25:\"typography_letter_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:4;s:16:\"_animation_delay\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:15:\"stretch_section\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),(5719,1012,'_elementor_edit_mode','builder'),(5720,1012,'_elementor_template_type','wp-page'),(5721,1012,'_elementor_version','3.6.8'),(5722,1012,'_wp_page_template','default'),(5723,1012,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\"},{\"title\":\"Press Release Development\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5697,1009,'_elementor_edit_mode','builder'),(5698,1009,'_elementor_template_type','wp-page'),(5699,1009,'_elementor_version','3.6.8'),(5675,1006,'_elementor_edit_mode','builder'),(5676,1006,'_elementor_template_type','wp-page'),(5653,1003,'_elementor_edit_mode','builder'),(5654,1003,'_elementor_template_type','wp-page'),(5655,1003,'_elementor_version','3.0.13'),(5656,1003,'_wp_page_template','default'),(5657,1003,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\"},{\"_id\":\"cf96118\",\"title\":\"Logo\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\"},{\"title\":\"Graphics for Social Media\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ac58e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Creative Strategy\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy+ Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\"},{\"title\":\"Press Release Development\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5648,1002,'_elementor_edit_mode','builder'),(5649,1002,'_elementor_template_type','wp-page'),(5650,1002,'_elementor_version','3.0.13'),(5651,1002,'_wp_page_template','default'),(5652,1002,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d190cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR MUSIC RELEASE CAMPAIGNS\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7263878\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ReleaseCampaigns_IG-01-scaled.jpg\",\"id\":270},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13701d1\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3cdd50f\",\"elType\":\"widget\",\"settings\":{\"title\":\"STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a86e935\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"01ef513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/ProductCampaigns_IG-01-scaled.jpg\",\"id\":275},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8dad29\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"559448d\",\"elType\":\"widget\",\"settings\":{\"title\":\"A LA CARTE SERVICES\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#949494\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fe4f58a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/aLaCarte_IG-01-scaled.jpg\",\"id\":276},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Now\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5658,10,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5659,10,'_elementor_pro_version','3.14.1'),(5661,1004,'_elementor_edit_mode','builder'),(5662,1004,'_elementor_template_type','wp-page'),(5663,1004,'_elementor_version','3.6.8'),(5664,1004,'_wp_page_template','default'),(5665,1004,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\"},{\"_id\":\"cf96118\",\"title\":\"Logo\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\"},{\"title\":\"Graphics for Social Media\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ac58e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Creative Strategy\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy+ Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\"},{\"title\":\"Press Release Development\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5666,1004,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5667,1004,'_elementor_pro_version','3.7.2'),(5668,1005,'_elementor_edit_mode','builder'),(5669,1005,'_elementor_template_type','wp-page'),(5670,1005,'_elementor_version','3.6.8'),(5671,1005,'_wp_page_template','default');
INSERT INTO `SFmlX6x_postmeta` VALUES (5672,1005,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\"},{\"_id\":\"cf96118\",\"title\":\"Logo\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\"},{\"title\":\"Graphics for Social Media\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ac58e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Creative Strategy\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy+ Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\"},{\"title\":\"Press Release Development\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5673,1005,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5674,1005,'_elementor_pro_version','3.7.2'),(5677,1006,'_elementor_version','3.6.8'),(5678,1006,'_wp_page_template','default'),(5679,1006,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\"},{\"title\":\"Graphics for Social Media\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ac58e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Creative Strategy\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\"},{\"title\":\"Press Release Development\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5680,1006,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5681,1006,'_elementor_pro_version','3.7.2'),(5683,1007,'_elementor_edit_mode','builder'),(5684,1007,'_elementor_template_type','wp-page'),(5685,1007,'_elementor_version','3.6.8'),(5686,1007,'_wp_page_template','default'),(5687,1007,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\"},{\"title\":\"Graphics for Social Media\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ac58e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Creative Strategy\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\"},{\"title\":\"Press Release Development\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5688,1007,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5689,1007,'_elementor_pro_version','3.7.2'),(5690,1008,'_elementor_edit_mode','builder'),(5691,1008,'_elementor_template_type','wp-page'),(5692,1008,'_elementor_version','3.6.8'),(5693,1008,'_wp_page_template','default'),(5694,1008,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\"},{\"title\":\"Graphics for Social Media\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ac58e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Creative Strategy\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\"},{\"title\":\"Press Release Development\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5695,1008,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5696,1008,'_elementor_pro_version','3.7.2'),(5700,1009,'_wp_page_template','default'),(5701,1009,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ac58e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Creative Strategy\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\"},{\"title\":\"Press Release Development\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5702,1009,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5703,1009,'_elementor_pro_version','3.7.2'),(5705,1010,'_elementor_edit_mode','builder'),(5706,1010,'_elementor_template_type','wp-page'),(5707,1010,'_elementor_version','3.6.8'),(5708,1010,'_wp_page_template','default'),(5709,1010,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ac58e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Creative Strategy\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\"},{\"title\":\"Press Release Development\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5710,1010,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5711,1010,'_elementor_pro_version','3.7.2'),(5712,1011,'_elementor_edit_mode','builder'),(5713,1011,'_elementor_template_type','wp-page'),(5714,1011,'_elementor_version','3.6.8'),(5715,1011,'_wp_page_template','default'),(5716,1011,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ac58e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Creative Strategy\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\"},{\"title\":\"Press Release Development\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5717,1011,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5718,1011,'_elementor_pro_version','3.7.2'),(5724,1012,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5725,1012,'_elementor_pro_version','3.7.2'),(5727,1013,'_elementor_edit_mode','builder'),(5728,1013,'_elementor_template_type','wp-page'),(5729,1013,'_elementor_version','3.6.8'),(5730,1013,'_wp_page_template','default'),(5731,1013,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\"},{\"title\":\"Press Release Development\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5732,1013,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5733,1013,'_elementor_pro_version','3.7.2'),(5734,1014,'_elementor_edit_mode','builder'),(5735,1014,'_elementor_template_type','wp-page'),(5736,1014,'_elementor_version','3.6.8'),(5737,1014,'_wp_page_template','default'),(5738,1014,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\"},{\"title\":\"Press Release Development\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5739,1014,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5740,1014,'_elementor_pro_version','3.7.2'),(5763,1018,'_elementor_edit_mode','builder'),(5741,1015,'_elementor_edit_mode','builder'),(5742,1015,'_elementor_template_type','wp-page'),(5743,1015,'_elementor_version','3.6.8'),(5744,1015,'_wp_page_template','default'),(5745,1015,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\"},{\"title\":\"Press Release Development\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5746,1015,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5747,1015,'_elementor_pro_version','3.7.2'),(5749,1016,'_elementor_edit_mode','builder'),(5750,1016,'_elementor_template_type','wp-page'),(5751,1016,'_elementor_version','3.6.8'),(5752,1016,'_wp_page_template','default'),(5753,1016,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\"},{\"title\":\"Press Release Development\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5754,1016,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5755,1016,'_elementor_pro_version','3.7.2'),(5756,1017,'_elementor_edit_mode','builder'),(5757,1017,'_elementor_template_type','wp-page'),(5758,1017,'_elementor_version','3.6.8'),(5759,1017,'_wp_page_template','default'),(5760,1017,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\"},{\"title\":\"Press Release Development\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5761,1017,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5762,1017,'_elementor_pro_version','3.7.2'),(5764,1018,'_elementor_template_type','wp-page'),(5765,1018,'_elementor_version','3.6.8'),(5766,1018,'_wp_page_template','default'),(5767,1018,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5768,1018,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5769,1018,'_elementor_pro_version','3.7.2'),(5771,1019,'_elementor_edit_mode','builder'),(5772,1019,'_elementor_template_type','wp-page'),(5773,1019,'_elementor_version','3.6.8'),(5774,1019,'_wp_page_template','default'),(5775,1019,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5776,1019,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5777,1019,'_elementor_pro_version','3.7.2'),(5778,1020,'_elementor_edit_mode','builder'),(5779,1020,'_elementor_template_type','wp-page'),(5780,1020,'_elementor_version','3.6.8'),(5781,1020,'_wp_page_template','default'),(5782,1020,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5783,1020,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5784,1020,'_elementor_pro_version','3.7.2'),(5786,1021,'_elementor_template_type','wp-page'),(5787,1021,'_elementor_version','3.6.8'),(5788,1021,'_wp_page_template','default'),(5789,1021,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5790,1021,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5791,1021,'_elementor_pro_version','3.7.2'),(5793,1022,'_elementor_edit_mode','builder'),(5794,1022,'_elementor_template_type','wp-page'),(5795,1022,'_elementor_version','3.6.8'),(5796,1022,'_wp_page_template','default'),(5797,1022,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5798,1022,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5799,1022,'_elementor_pro_version','3.7.2'),(5800,1023,'_elementor_edit_mode','builder'),(5801,1023,'_elementor_template_type','wp-page'),(5802,1023,'_elementor_version','3.6.8'),(5803,1023,'_wp_page_template','default'),(5804,1023,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Visual Brand Guidelines\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5805,1023,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5806,1023,'_elementor_pro_version','3.7.2'),(5808,1024,'_elementor_template_type','wp-page'),(5809,1024,'_elementor_version','3.6.8'),(5810,1024,'_wp_page_template','default'),(5811,1024,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5812,1024,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5813,1024,'_elementor_pro_version','3.7.2'),(5815,1025,'_elementor_edit_mode','builder'),(5816,1025,'_elementor_template_type','wp-page'),(5817,1025,'_elementor_version','3.6.8'),(5818,1025,'_wp_page_template','default'),(5819,1025,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5820,1025,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5821,1025,'_elementor_pro_version','3.7.2'),(5822,1026,'_elementor_edit_mode','builder'),(5823,1026,'_elementor_template_type','wp-page'),(5824,1026,'_elementor_version','3.6.8'),(5825,1026,'_wp_page_template','default'),(5826,1026,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5827,1026,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5828,1026,'_elementor_pro_version','3.7.2'),(5831,1027,'_elementor_version','3.6.8'),(5832,1027,'_wp_page_template','default'),(5833,1027,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5834,1027,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5835,1027,'_elementor_pro_version','3.7.2'),(5837,1028,'_elementor_edit_mode','builder'),(5838,1028,'_elementor_template_type','wp-page'),(5839,1028,'_elementor_version','3.6.8'),(5840,1028,'_wp_page_template','default'),(5841,1028,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5842,1028,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5843,1028,'_elementor_pro_version','3.7.2'),(5844,1029,'_elementor_edit_mode','builder'),(5845,1029,'_elementor_template_type','wp-page'),(5846,1029,'_elementor_version','3.6.8'),(5847,1029,'_wp_page_template','default'),(5848,1029,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5849,1029,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5850,1029,'_elementor_pro_version','3.7.2'),(5851,1030,'_elementor_edit_mode','builder'),(5852,1030,'_elementor_template_type','wp-page'),(5853,1030,'_elementor_version','3.6.8'),(5854,1030,'_wp_page_template','default'),(5855,1030,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5856,1030,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(5857,1030,'_elementor_pro_version','3.7.2'),(6005,1050,'_elementor_edit_mode','builder'),(6006,1050,'_elementor_template_type','wp-page'),(6007,1050,'_elementor_version','3.6.8'),(6008,1050,'_wp_page_template','default'),(6009,1050,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5863,1031,'_thumbnail_id','909'),(5864,1031,'_elementor_edit_mode','builder'),(5865,1031,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(5866,1031,'_elementor_pro_version','3.7.2'),(5868,1032,'_elementor_template_type','wp-page'),(5869,1032,'_elementor_version','3.6.8'),(5870,1032,'_wp_page_template','default'),(5871,1032,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"3552fbf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"want to work together?\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5872,1032,'_thumbnail_id','909'),(5873,1032,'_elementor_edit_mode','builder'),(5874,1032,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(5875,1032,'_elementor_pro_version','3.7.2'),(5877,1033,'_elementor_template_type','wp-page'),(5878,1033,'_elementor_version','3.6.8'),(5879,1033,'_wp_page_template','default'),(5880,1033,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"3552fbf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5881,1033,'_thumbnail_id','909'),(5882,1033,'_elementor_edit_mode','builder'),(5883,1033,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(5884,1033,'_elementor_pro_version','3.7.2'),(5888,1034,'_elementor_template_type','wp-page'),(5889,1034,'_elementor_version','3.6.8'),(5890,1034,'_wp_page_template','default'),(5891,1034,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"3552fbf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5892,1034,'_thumbnail_id','909'),(5893,1034,'_elementor_edit_mode','builder'),(5894,1034,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(5895,1034,'_elementor_pro_version','3.7.2'),(5897,1035,'_elementor_template_type','wp-page'),(5898,1035,'_elementor_version','3.6.8'),(5899,1035,'_wp_page_template','default'),(5900,1035,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"3552fbf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5901,1035,'_thumbnail_id','909'),(5902,1035,'_elementor_edit_mode','builder'),(5903,1035,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(5904,1035,'_elementor_pro_version','3.7.2'),(5906,1036,'_elementor_template_type','wp-page'),(5907,1036,'_elementor_version','3.6.8'),(5908,1036,'_wp_page_template','default'),(5909,1036,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"3552fbf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5910,1036,'_thumbnail_id','909'),(5911,1036,'_elementor_edit_mode','builder'),(5912,1036,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(5913,1036,'_elementor_pro_version','3.7.2'),(6241,1080,'_elementor_template_type','wp-page'),(6242,1080,'_elementor_version','3.6.8'),(6243,1080,'_wp_page_template','default'),(6244,1080,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"3552fbf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5918,1037,'_wp_trash_meta_status','publish'),(5919,1037,'_wp_trash_meta_time','1659018618'),(5956,1042,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5949,1041,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5950,1041,'_elementor_pro_version','3.7.2'),(5946,1041,'_elementor_version','3.6.8'),(5947,1041,'_wp_page_template','default'),(5948,1041,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5944,1041,'_elementor_edit_mode','builder'),(5945,1041,'_elementor_template_type','wp-page'),(5935,1039,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5936,1039,'_elementor_pro_version','3.7.2'),(5937,1040,'_elementor_edit_mode','builder'),(5938,1040,'_elementor_template_type','wp-page'),(5939,1040,'_elementor_version','3.6.8'),(5940,1040,'_wp_page_template','default'),(5941,1040,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.\\u00a0\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5942,1040,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5943,1040,'_elementor_pro_version','3.7.2'),(5952,1042,'_elementor_edit_mode','builder'),(5953,1042,'_elementor_template_type','wp-page'),(5954,1042,'_elementor_version','3.6.8'),(5955,1042,'_wp_page_template','default'),(5957,1042,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5958,1042,'_elementor_pro_version','3.7.2'),(5959,1043,'_elementor_edit_mode','builder'),(5960,1043,'_elementor_template_type','wp-page'),(5961,1043,'_elementor_version','3.6.8'),(5962,1043,'_wp_page_template','default'),(5963,1043,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5964,1043,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5965,1043,'_elementor_pro_version','3.7.2'),(5966,1044,'_elementor_edit_mode','builder'),(5967,1044,'_elementor_template_type','wp-page'),(5968,1044,'_elementor_version','3.6.8'),(5969,1044,'_wp_page_template','default'),(5970,1044,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbe271f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"text_shadow_text_shadow_type\":\"yes\",\"background_color\":\"#6221C0\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5971,1044,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5972,1044,'_elementor_pro_version','3.7.2'),(5975,1045,'_elementor_edit_mode','builder'),(5976,1045,'_elementor_template_type','wp-page'),(5977,1045,'_elementor_version','3.6.8'),(5978,1045,'_wp_page_template','default'),(5979,1045,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbe271f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"text_shadow_text_shadow_type\":\"yes\",\"background_color\":\"#6221C0\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5980,1045,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5981,1045,'_elementor_pro_version','3.7.2'),(5983,1046,'_elementor_edit_mode','builder'),(5984,1046,'_elementor_template_type','wp-page'),(5985,1046,'_elementor_version','3.6.8'),(5986,1046,'_wp_page_template','default'),(5987,1046,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbe271f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"text_shadow_text_shadow_type\":\"yes\",\"background_color\":\"#6221C0\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5988,1046,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5989,1046,'_elementor_pro_version','3.7.2'),(5991,1047,'_elementor_edit_mode','builder'),(5992,1047,'_elementor_template_type','wp-page'),(5993,1047,'_elementor_version','3.6.8'),(5994,1047,'_wp_page_template','default'),(5995,1047,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"fbe271f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"text_shadow_text_shadow_type\":\"yes\",\"background_color\":\"#6221C0\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(5996,1047,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(5997,1047,'_elementor_pro_version','3.7.2'),(6422,1106,'_elementor_edit_mode','builder'),(6423,1106,'_elementor_template_type','wp-page'),(6424,1106,'_elementor_version','3.6.8'),(6425,1106,'_wp_page_template','default'),(6426,1106,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"fbe271f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"text_shadow_text_shadow_type\":\"yes\",\"background_color\":\"#6221C0\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6001,1048,'_wp_attached_file','2022/07/Indigo-Disco-Site-Logo.png'),(6002,1048,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:117;s:4:\"file\";s:34:\"2022/07/Indigo-Disco-Site-Logo.png\";s:8:\"filesize\";i:10297;s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Indigo-Disco-Site-Logo-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9480;}s:5:\"50x50\";a:5:{s:4:\"file\";s:32:\"Indigo-Disco-Site-Logo-50x29.png\";s:5:\"width\";i:50;s:6:\"height\";i:29;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2320;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:33:\"Indigo-Disco-Site-Logo-128x75.png\";s:5:\"width\";i:128;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8256;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:32:\"Indigo-Disco-Site-Logo-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8176;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:32:\"Indigo-Disco-Site-Logo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7490;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6003,1049,'_wp_attached_file','2022/07/Indigo-Disco-Site-Logo-2.png'),(6004,1049,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:162;s:4:\"file\";s:36:\"2022/07/Indigo-Disco-Site-Logo-2.png\";s:8:\"filesize\";i:10539;s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Indigo-Disco-Site-Logo-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13811;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:36:\"Indigo-Disco-Site-Logo-2-180x146.png\";s:5:\"width\";i:180;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13139;}s:5:\"50x50\";a:5:{s:4:\"file\";s:34:\"Indigo-Disco-Site-Logo-2-50x41.png\";s:5:\"width\";i:50;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2388;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:34:\"Indigo-Disco-Site-Logo-2-93x75.png\";s:5:\"width\";i:93;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5421;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:34:\"Indigo-Disco-Site-Logo-2-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6460;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:34:\"Indigo-Disco-Site-Logo-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5876;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6010,1050,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6011,1050,'_elementor_pro_version','3.7.2'),(6013,1051,'_elementor_edit_mode','builder'),(6014,1051,'_elementor_template_type','wp-page'),(6015,1051,'_elementor_version','3.6.8'),(6016,1051,'_wp_page_template','default'),(6017,1051,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6018,1051,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6019,1051,'_elementor_pro_version','3.7.2'),(6885,1164,'_elementor_edit_mode','builder'),(6886,1164,'_elementor_template_type','wp-page'),(6550,1121,'_elementor_edit_mode','builder'),(6551,1121,'_elementor_template_type','wp-page'),(6231,1077,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6021,1052,'_elementor_edit_mode','builder'),(6022,1052,'_elementor_template_type','wp-page'),(6023,1052,'_elementor_version','3.6.8'),(6024,1052,'_wp_page_template','default'),(6025,1052,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6026,1052,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6027,1052,'_elementor_pro_version','3.7.2'),(6031,1053,'_elementor_edit_mode','builder'),(6032,1053,'_elementor_template_type','wp-page'),(6033,1053,'_elementor_version','3.6.8'),(6034,1053,'_wp_page_template','default'),(6035,1053,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6036,1053,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6037,1053,'_elementor_pro_version','3.7.2'),(6039,1054,'_elementor_edit_mode','builder'),(6040,1054,'_elementor_template_type','wp-page'),(6041,1054,'_elementor_version','3.6.8'),(6042,1054,'_wp_page_template','default'),(6043,1054,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6044,1054,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6045,1054,'_elementor_pro_version','3.7.2'),(6228,1077,'_elementor_template_type','wp-page'),(6229,1077,'_elementor_version','3.6.8'),(6230,1077,'_wp_page_template','default'),(6100,1061,'_elementor_template_type','wp-page'),(6101,1061,'_elementor_version','3.6.8'),(6047,1055,'_elementor_edit_mode','builder'),(6048,1055,'_elementor_template_type','wp-page'),(6049,1055,'_elementor_version','3.6.8'),(6050,1055,'_wp_page_template','default'),(6051,1055,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ae30473\",\"elType\":\"widget\",\"settings\":{\"headline_style\":\"rotate\",\"before_text\":\"Proudly offering data-driven marketing + creative strategies\",\"highlighted_text\":\"Amazing\",\"rotating_text\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"words_typography_typography\":\"custom\",\"words_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6052,1055,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6053,1055,'_elementor_pro_version','3.7.2'),(6057,1056,'_elementor_edit_mode','builder'),(6058,1056,'_elementor_template_type','wp-page'),(6059,1056,'_elementor_version','3.6.8'),(6060,1056,'_wp_page_template','default'),(6061,1056,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ae30473\",\"elType\":\"widget\",\"settings\":{\"headline_style\":\"rotate\",\"before_text\":\"Proudly offering data-driven marketing + creative strategies\",\"highlighted_text\":\"Amazing\",\"rotating_text\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"words_typography_typography\":\"custom\",\"words_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6062,1056,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6063,1056,'_elementor_pro_version','3.7.2'),(6065,1057,'_elementor_edit_mode','builder'),(6066,1057,'_elementor_template_type','wp-page'),(6067,1057,'_elementor_version','3.6.8'),(6068,1057,'_wp_page_template','default'),(6069,1057,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ae30473\",\"elType\":\"widget\",\"settings\":{\"headline_style\":\"rotate\",\"before_text\":\"Proudly offering data-driven marketing + creative strategies\",\"highlighted_text\":\"Amazing\",\"rotating_text\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"words_typography_typography\":\"custom\",\"words_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6070,1057,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6071,1057,'_elementor_pro_version','3.7.2'),(6099,1061,'_elementor_edit_mode','builder'),(6073,1058,'_elementor_edit_mode','builder'),(6074,1058,'_elementor_template_type','wp-page'),(6075,1058,'_elementor_version','3.6.8'),(6076,1058,'_wp_page_template','default'),(6077,1058,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ae30473\",\"elType\":\"widget\",\"settings\":{\"headline_style\":\"rotate\",\"before_text\":\"Proudly offering data-driven digital marketing strategies,\",\"highlighted_text\":\"Amazing\",\"rotating_text\":\"creative strategies,\\nresults\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"words_typography_typography\":\"custom\",\"words_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6078,1058,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6079,1058,'_elementor_pro_version','3.7.2'),(6083,1059,'_elementor_edit_mode','builder'),(6084,1059,'_elementor_template_type','wp-page'),(6085,1059,'_elementor_version','3.6.8'),(6086,1059,'_wp_page_template','default'),(6087,1059,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ae30473\",\"elType\":\"widget\",\"settings\":{\"headline_style\":\"rotate\",\"before_text\":\"Proudly offering data-driven digital marketing strategies,\",\"highlighted_text\":\"Amazing\",\"rotating_text\":\"creative strategies,\\nresults\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"words_typography_typography\":\"custom\",\"words_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6088,1059,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6089,1059,'_elementor_pro_version','3.7.2'),(6091,1060,'_elementor_edit_mode','builder'),(6092,1060,'_elementor_template_type','wp-page'),(6093,1060,'_elementor_version','3.6.8'),(6094,1060,'_wp_page_template','default'),(6095,1060,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ae30473\",\"elType\":\"widget\",\"settings\":{\"headline_style\":\"rotate\",\"before_text\":\"Proudly offering data-driven digital marketing strategies,\",\"highlighted_text\":\"Amazing\",\"rotating_text\":\"creative strategies,\\nresults\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"words_typography_typography\":\"custom\",\"words_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6096,1060,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6097,1060,'_elementor_pro_version','3.7.2'),(6102,1061,'_wp_page_template','default'),(6103,1061,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"large\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6104,1061,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6105,1061,'_elementor_pro_version','3.7.2'),(6109,1062,'_elementor_edit_mode','builder'),(6110,1062,'_elementor_template_type','wp-page'),(6111,1062,'_elementor_version','3.6.8'),(6112,1062,'_wp_page_template','default'),(6113,1062,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"large\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6114,1062,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6115,1062,'_elementor_pro_version','3.7.2'),(7180,1200,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f161318\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3c3c689\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6117,1063,'_elementor_edit_mode','builder'),(6118,1063,'_elementor_template_type','wp-page'),(6119,1063,'_elementor_version','3.6.8'),(6120,1063,'_wp_page_template','default'),(6121,1063,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"large\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6122,1063,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6123,1063,'_elementor_pro_version','3.7.2'),(7177,1200,'_elementor_template_type','wp-page'),(7178,1200,'_elementor_version','3.7.8'),(7179,1200,'_wp_page_template','default'),(6125,1064,'_elementor_edit_mode','builder'),(6126,1064,'_elementor_template_type','wp-page'),(6127,1064,'_elementor_version','3.6.8'),(6128,1064,'_wp_page_template','default'),(6129,1064,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6130,1064,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6131,1064,'_elementor_pro_version','3.7.2'),(7174,1200,'slide_template','default'),(7175,1200,'rs_page_bg_color','#ffffff'),(7176,1200,'_elementor_edit_mode','builder'),(6135,1065,'_elementor_edit_mode','builder'),(6136,1065,'_elementor_template_type','wp-page'),(6137,1065,'_elementor_version','3.6.8'),(6138,1065,'_wp_page_template','default'),(6139,1065,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6140,1065,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6141,1065,'_elementor_pro_version','3.7.2'),(7171,1200,'mfn-post-custom-layout','0'),(7172,1200,'mfn-post-one-page','0'),(7173,1200,'mfn-post-menu','0'),(6143,1066,'_elementor_edit_mode','builder'),(6144,1066,'_elementor_template_type','wp-page'),(6145,1066,'_elementor_version','3.6.8'),(6146,1066,'_wp_page_template','default'),(6147,1066,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6148,1066,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6149,1066,'_elementor_pro_version','3.7.2'),(7167,1200,'mfn-post-slider','0'),(7168,1200,'mfn-post-slider-layer','0'),(7169,1200,'mfn-post-hide-title','1'),(7170,1200,'mfn-post-remove-padding','1'),(6227,1077,'_elementor_edit_mode','builder'),(6151,1067,'_elementor_edit_mode','builder'),(6152,1067,'_elementor_template_type','wp-page'),(6153,1067,'_elementor_version','3.6.8'),(6154,1067,'_wp_page_template','default'),(6155,1067,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6156,1067,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6157,1067,'_elementor_pro_version','3.7.2'),(7164,1198,'_wp_trash_meta_time','1659914640'),(7165,1198,'_wp_desired_post_slug','home-page-2-0'),(7166,1200,'mfn-post-hide-content','0'),(6162,1069,'_elementor_edit_mode','builder'),(6163,1069,'_elementor_template_type','wp-page'),(6164,1069,'_elementor_version','3.6.8'),(6165,1069,'_wp_page_template','default'),(6166,1069,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6160,1068,'_wp_attached_file','2022/07/Mushroom-icon.png'),(6161,1068,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2022/07/Mushroom-icon.png\";s:8:\"filesize\";i:13171;s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Mushroom-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11172;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"Mushroom-icon-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10922;}s:5:\"50x50\";a:5:{s:4:\"file\";s:23:\"Mushroom-icon-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2256;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:23:\"Mushroom-icon-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4171;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:23:\"Mushroom-icon-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5046;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:23:\"Mushroom-icon-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4545;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6167,1069,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6168,1069,'_elementor_pro_version','3.7.2'),(6169,1070,'_elementor_edit_mode','builder'),(6170,1070,'_elementor_template_type','wp-page'),(6171,1070,'_elementor_version','3.6.8'),(6172,1070,'_wp_page_template','default'),(6173,1070,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6174,1070,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6175,1070,'_elementor_pro_version','3.7.2'),(6201,1074,'_elementor_edit_mode','builder'),(6202,1074,'_elementor_template_type','wp-page'),(6203,1074,'_elementor_version','3.6.8'),(6204,1074,'_wp_page_template','default'),(6176,1071,'_elementor_edit_mode','builder'),(6177,1071,'_elementor_template_type','wp-page'),(6178,1071,'_elementor_version','3.6.8'),(6179,1071,'_wp_page_template','default'),(6180,1071,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"599fcc4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Mushroom-icon.png\",\"id\":1068,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"blog-navi\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6181,1071,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6182,1071,'_elementor_pro_version','3.7.2'),(6185,1072,'_elementor_edit_mode','builder'),(6186,1072,'_elementor_template_type','wp-page'),(6187,1072,'_elementor_version','3.6.8'),(6188,1072,'_wp_page_template','default'),(6189,1072,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"599fcc4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Mushroom-icon.png\",\"id\":1068,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"blog-navi\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6190,1072,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6191,1072,'_elementor_pro_version','3.7.2'),(7161,1198,'_elementor_version','3.6.8'),(7162,1198,'_elementor_pro_version','3.7.2'),(7163,1198,'_wp_trash_meta_status','publish'),(6193,1073,'_elementor_edit_mode','builder'),(6194,1073,'_elementor_template_type','wp-page'),(6195,1073,'_elementor_version','3.6.8'),(6196,1073,'_wp_page_template','default'),(6197,1073,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"599fcc4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Mushroom-icon.png\",\"id\":1068,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"blog-navi\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fc4499a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"16b50ec\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6198,1073,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6199,1073,'_elementor_pro_version','3.7.2'),(7158,1198,'mfn-post-menu','0'),(7159,1198,'_elementor_edit_mode','builder'),(7160,1198,'_elementor_template_type','wp-page'),(6205,1074,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fdde970\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Mushroom-icon.png\",\"id\":1068,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"blog-navi\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6206,1074,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6207,1074,'_elementor_pro_version','3.7.2'),(7155,1198,'mfn-post-remove-padding','0'),(7156,1198,'mfn-post-custom-layout','0'),(7157,1198,'mfn-post-one-page','0'),(6211,1075,'_elementor_edit_mode','builder'),(6212,1075,'_elementor_template_type','wp-page'),(6213,1075,'_elementor_version','3.6.8'),(6214,1075,'_wp_page_template','default'),(6215,1075,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fdde970\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Mushroom-icon.png\",\"id\":1068,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"blog-navi\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6216,1075,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6217,1075,'_elementor_pro_version','3.7.2'),(7152,1198,'mfn-post-slider','0'),(7153,1198,'mfn-post-slider-layer','0'),(7154,1198,'mfn-post-hide-title','0'),(6219,1076,'_elementor_edit_mode','builder'),(6220,1076,'_elementor_template_type','wp-page'),(6221,1076,'_elementor_version','3.6.8'),(6222,1076,'_wp_page_template','default'),(6223,1076,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fdde970\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Mushroom-icon.png\",\"id\":1068,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"blog-navi\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44341169\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6224,1076,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6225,1076,'_elementor_pro_version','3.7.2'),(7148,1198,'_edit_last','2'),(7149,1198,'slide_template','default'),(7150,1198,'rs_page_bg_color','#ffffff'),(7151,1198,'mfn-post-hide-content','0'),(6232,1077,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6233,1077,'_elementor_pro_version','3.7.2'),(7147,1198,'_edit_lock','1659914624:2'),(6534,1119,'_elementor_edit_mode','builder'),(6535,1119,'_elementor_template_type','wp-page'),(6536,1119,'_elementor_version','3.6.8'),(6537,1119,'_wp_page_template','default'),(6538,1119,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6237,1078,'_wp_attached_file','2022/07/Indigo-Disco-Menu-Icon.png'),(6238,1078,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:292;s:4:\"file\";s:34:\"2022/07/Indigo-Disco-Menu-Icon.png\";s:8:\"filesize\";i:11143;s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Indigo-Disco-Menu-Icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9920;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:34:\"Indigo-Disco-Menu-Icon-100x146.png\";s:5:\"width\";i:100;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4915;}s:5:\"50x50\";a:5:{s:4:\"file\";s:32:\"Indigo-Disco-Menu-Icon-34x50.png\";s:5:\"width\";i:34;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1389;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:32:\"Indigo-Disco-Menu-Icon-51x75.png\";s:5:\"width\";i:51;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2525;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:32:\"Indigo-Disco-Menu-Icon-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4793;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:32:\"Indigo-Disco-Menu-Icon-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4196;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6239,1079,'_wp_attached_file','2022/07/Indigo-Disco-Menu-Icon-1.png'),(6240,1079,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:216;s:4:\"file\";s:36:\"2022/07/Indigo-Disco-Menu-Icon-1.png\";s:8:\"filesize\";i:10801;s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Indigo-Disco-Menu-Icon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9607;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:36:\"Indigo-Disco-Menu-Icon-1-135x146.png\";s:5:\"width\";i:135;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8948;}s:5:\"50x50\";a:5:{s:4:\"file\";s:34:\"Indigo-Disco-Menu-Icon-1-46x50.png\";s:5:\"width\";i:46;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2208;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:34:\"Indigo-Disco-Menu-Icon-1-69x75.png\";s:5:\"width\";i:69;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3636;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:34:\"Indigo-Disco-Menu-Icon-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4703;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:34:\"Indigo-Disco-Menu-Icon-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4258;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6245,1080,'_thumbnail_id','909'),(6246,1080,'_elementor_edit_mode','builder'),(6247,1080,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(6248,1080,'_elementor_pro_version','3.7.2'),(6250,1081,'_elementor_template_type','wp-page'),(6251,1081,'_elementor_version','3.6.8'),(6252,1081,'_wp_page_template','default'),(6253,1081,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bd9cda5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"fa4e616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"f0ef3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"49e4c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b9fb996\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a89b488\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"767cb9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa3b7a0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"3552fbf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6254,1081,'_thumbnail_id','909'),(6255,1081,'_elementor_edit_mode','builder'),(6256,1081,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(6257,1081,'_elementor_pro_version','3.7.2'),(6263,1082,'_thumbnail_id','909'),(6264,1082,'_elementor_edit_mode','builder'),(6265,1082,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(6266,1082,'_elementor_pro_version','3.7.2'),(6355,1099,'_elementor_template_type','wp-page'),(6356,1099,'_elementor_version','3.6.8'),(6357,1099,'_wp_page_template','default'),(6358,1099,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6270,1083,'_wp_attached_file','2022/07/Black-Sparkle.png'),(6271,1083,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:25:\"2022/07/Black-Sparkle.png\";s:8:\"filesize\";i:75585;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Black-Sparkle-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7946;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Black-Sparkle-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51466;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Black-Sparkle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3511;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Black-Sparkle-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32763;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"Black-Sparkle-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3582;}s:5:\"50x50\";a:5:{s:4:\"file\";s:23:\"Black-Sparkle-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1099;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:23:\"Black-Sparkle-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1598;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:26:\"Black-Sparkle-1500x860.png\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57271;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:23:\"Black-Sparkle-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1937;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:23:\"Black-Sparkle-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1846;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:27:\"Black-Sparkle-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70682;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:26:\"Black-Sparkle-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42072;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:26:\"Black-Sparkle-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58000;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:26:\"Black-Sparkle-1500x750.png\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49285;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:25:\"Black-Sparkle-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44499;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:26:\"Black-Sparkle-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55205;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6272,1084,'_wp_attached_file','2022/07/Black-Sparkle-Favicon.png'),(6273,1084,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:33:\"2022/07/Black-Sparkle-Favicon.png\";s:8:\"filesize\";i:16089;s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Black-Sparkle-Favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4704;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"Black-Sparkle-Favicon-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5009;}s:5:\"50x50\";a:5:{s:4:\"file\";s:31:\"Black-Sparkle-Favicon-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1123;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:31:\"Black-Sparkle-Favicon-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1968;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:31:\"Black-Sparkle-Favicon-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2360;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:31:\"Black-Sparkle-Favicon-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2093;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6274,1085,'_wp_attached_file','2022/07/cropped-Black-Sparkle-Favicon.png'),(6275,1085,'_wp_attachment_context','site-icon'),(6276,1085,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:41:\"2022/07/cropped-Black-Sparkle-Favicon.png\";s:8:\"filesize\";i:20838;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"cropped-Black-Sparkle-Favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15841;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"cropped-Black-Sparkle-Favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5840;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:41:\"cropped-Black-Sparkle-Favicon-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5412;}s:5:\"50x50\";a:5:{s:4:\"file\";s:39:\"cropped-Black-Sparkle-Favicon-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1391;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:39:\"cropped-Black-Sparkle-Favicon-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2240;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:39:\"cropped-Black-Sparkle-Favicon-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2522;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:39:\"cropped-Black-Sparkle-Favicon-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2369;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:41:\"cropped-Black-Sparkle-Favicon-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20843;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:41:\"cropped-Black-Sparkle-Favicon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13664;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:41:\"cropped-Black-Sparkle-Favicon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8127;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:41:\"cropped-Black-Sparkle-Favicon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7528;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:39:\"cropped-Black-Sparkle-Favicon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:757;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6277,1086,'_wp_attached_file','2022/07/White-Sparkle-Favicon.png'),(6278,1086,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:33:\"2022/07/White-Sparkle-Favicon.png\";s:8:\"filesize\";i:16069;s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"White-Sparkle-Favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4833;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"White-Sparkle-Favicon-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5296;}s:5:\"50x50\";a:5:{s:4:\"file\";s:31:\"White-Sparkle-Favicon-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1102;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:31:\"White-Sparkle-Favicon-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1935;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:31:\"White-Sparkle-Favicon-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2321;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:31:\"White-Sparkle-Favicon-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2087;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6279,1087,'_wp_attached_file','2022/07/cropped-White-Sparkle-Favicon.png'),(6280,1087,'_wp_attachment_context','site-icon'),(6281,1087,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:41:\"2022/07/cropped-White-Sparkle-Favicon.png\";s:8:\"filesize\";i:20639;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"cropped-White-Sparkle-Favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"cropped-White-Sparkle-Favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6172;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:41:\"cropped-White-Sparkle-Favicon-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5648;}s:5:\"50x50\";a:5:{s:4:\"file\";s:39:\"cropped-White-Sparkle-Favicon-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1375;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:39:\"cropped-White-Sparkle-Favicon-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2275;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:39:\"cropped-White-Sparkle-Favicon-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2506;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:39:\"cropped-White-Sparkle-Favicon-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2405;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:41:\"cropped-White-Sparkle-Favicon-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20600;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:41:\"cropped-White-Sparkle-Favicon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13769;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:41:\"cropped-White-Sparkle-Favicon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8343;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:41:\"cropped-White-Sparkle-Favicon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7790;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:39:\"cropped-White-Sparkle-Favicon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:762;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6282,1088,'_wp_trash_meta_status','publish'),(6283,1088,'_wp_trash_meta_time','1659037514'),(6284,1089,'_wp_trash_meta_status','publish'),(6285,1089,'_wp_trash_meta_time','1659037555'),(6291,1090,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6292,1090,'_elementor_pro_version','3.7.2'),(6294,1091,'_elementor_edit_mode','builder'),(6295,1091,'_elementor_template_type','wp-page'),(6296,1091,'_elementor_version','3.6.8'),(6297,1091,'_wp_page_template','default'),(6298,1091,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Indigo Disco is currently accepting clients!<\\/b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"info\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6299,1091,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6300,1091,'_elementor_pro_version','3.7.2'),(6302,1092,'_elementor_edit_mode','builder'),(6303,1092,'_elementor_template_type','wp-page'),(6304,1092,'_elementor_version','3.6.8'),(6305,1092,'_wp_page_template','default'),(6306,1092,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Indigo Disco is currently accepting clients!<\\/b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"success\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6307,1092,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6308,1092,'_elementor_pro_version','3.7.2'),(6312,1093,'_elementor_edit_mode','builder'),(6313,1093,'_elementor_template_type','wp-page'),(6314,1093,'_elementor_version','3.6.8'),(6315,1093,'_wp_page_template','default'),(6316,1093,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Indigo Disco is currently accepting clients!<\\/b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"success\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6317,1093,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6318,1093,'_elementor_pro_version','3.7.2'),(6320,1094,'_elementor_edit_mode','builder'),(6321,1094,'_elementor_template_type','wp-page'),(6322,1094,'_elementor_version','3.6.8'),(6323,1094,'_wp_page_template','default'),(6324,1094,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Indigo Disco is currently accepting clients!<\\/b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"lg\",\"button_type\":\"success\",\"background_color\":\"#9C6FD0\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\"},\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6325,1094,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6326,1094,'_elementor_pro_version','3.7.2'),(6328,1095,'_elementor_edit_mode','builder'),(6329,1095,'_elementor_template_type','wp-page'),(6330,1095,'_elementor_version','3.6.8'),(6331,1095,'_wp_page_template','default'),(6332,1095,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Indigo Disco is currently accepting clients!<\\/b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"md\",\"button_type\":\"success\",\"background_color\":\"#5706C1\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\",\"background_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6333,1095,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6334,1095,'_elementor_pro_version','3.7.2'),(6385,1102,'_elementor_edit_mode','builder'),(6386,1102,'_elementor_template_type','wp-page'),(6387,1102,'_elementor_version','3.6.8'),(6388,1102,'_wp_page_template','default'),(6389,1102,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Indigo Disco is currently accepting clients!<\\/b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"md\",\"button_type\":\"success\",\"background_color\":\"#5706C1\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\",\"background_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6337,1096,'_elementor_edit_mode','builder'),(6338,1096,'_elementor_template_type','widget'),(6339,1097,'_elementor_edit_mode','builder'),(6340,1097,'_elementor_template_type','widget'),(6341,1096,'_wp_page_template','default'),(6342,1096,'_elementor_version','3.6.8'),(6343,1096,'_elementor_pro_version','3.7.2'),(6344,1096,'_elementor_data','[{\"id\":\"1096\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}]'),(6345,1098,'_elementor_edit_mode','builder'),(6346,1098,'_elementor_template_type','widget'),(6347,1098,'_wp_page_template','default'),(6348,1098,'_elementor_version','3.6.8'),(6349,1098,'_elementor_pro_version','3.7.2'),(6350,1098,'_elementor_data','[{\"id\":\"48d6d480\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}]'),(6351,1096,'_elementor_page_assets','a:0:{}'),(6410,1105,'_elementor_edit_mode','builder'),(6411,1105,'_elementor_template_type','widget'),(6412,1105,'_wp_page_template','default'),(6413,1105,'_elementor_version','3.6.8'),(6414,1105,'_elementor_pro_version','3.7.2'),(6415,1105,'_elementor_data','[{\"id\":\"1096\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}]'),(6353,1096,'_elementor_template_widget_type','button'),(6359,1099,'_thumbnail_id','909'),(6360,1099,'_elementor_edit_mode','builder'),(6361,1099,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(6362,1099,'_elementor_pro_version','3.7.2'),(6364,1100,'_elementor_template_type','wp-page'),(6365,1100,'_elementor_version','3.6.8'),(6366,1100,'_wp_page_template','default'),(6367,1100,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f672db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6368,1100,'_thumbnail_id','909'),(6369,1100,'_elementor_edit_mode','builder'),(6370,1100,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(6371,1100,'_elementor_pro_version','3.7.2'),(6602,1128,'_elementor_template_type','wp-page'),(6373,1101,'_elementor_template_type','wp-page'),(6374,1101,'_elementor_version','3.6.8'),(6375,1101,'_wp_page_template','default'),(6376,1101,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c1b474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6377,1101,'_thumbnail_id','909'),(6378,1101,'_elementor_edit_mode','builder'),(6379,1101,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(6380,1101,'_elementor_pro_version','3.7.2'),(6382,1096,'_elementor_global_widget_included_posts','a:13:{i:6;b:1;i:8;b:1;i:12;b:1;i:1204;b:1;i:1200;b:1;i:1216;b:1;i:1226;b:1;i:1266;b:1;i:1290;b:1;i:1299;b:1;i:1316;b:1;i:1353;b:1;i:1357;b:1;}'),(6584,1126,'_elementor_template_type','wp-page'),(6585,1126,'_elementor_version','3.6.8'),(6586,1126,'_wp_page_template','default'),(6587,1126,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c1b474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6390,1102,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6391,1102,'_elementor_pro_version','3.7.2'),(6393,1103,'_elementor_edit_mode','builder'),(6394,1103,'_elementor_template_type','wp-page'),(6395,1103,'_elementor_version','3.6.8'),(6396,1103,'_wp_page_template','default'),(6397,1103,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Indigo Disco is currently accepting clients!<\\/b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"edd31b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"md\",\"button_type\":\"success\",\"background_color\":\"#5706C1\",\"button_background_hover_color\":\"#5706C1\",\"button_box_shadow_box_shadow_type\":\"yes\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\",\"background_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6398,1103,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6399,1103,'_elementor_pro_version','3.7.2'),(7146,1197,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1335;s:4:\"file\";s:29:\"2022/08/Website-Menu-Logo.png\";s:8:\"filesize\";i:182565;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Website-Menu-Logo-300x209.png\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11819;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Website-Menu-Logo-1024x712.png\";s:5:\"width\";i:1024;s:6:\"height\";i:712;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59449;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Website-Menu-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7550;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Website-Menu-Logo-768x534.png\";s:5:\"width\";i:768;s:6:\"height\";i:534;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37940;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Website-Menu-Logo-1536x1068.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1068;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102608;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"Website-Menu-Logo-210x146.png\";s:5:\"width\";i:210;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7598;}s:5:\"50x50\";a:5:{s:4:\"file\";s:27:\"Website-Menu-Logo-50x35.png\";s:5:\"width\";i:50;s:6:\"height\";i:35;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1276;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:28:\"Website-Menu-Logo-108x75.png\";s:5:\"width\";i:108;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3410;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:30:\"Website-Menu-Logo-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98381;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:27:\"Website-Menu-Logo-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3832;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:27:\"Website-Menu-Logo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3527;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:31:\"Website-Menu-Logo-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95207;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:30:\"Website-Menu-Logo-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39489;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:30:\"Website-Menu-Logo-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80580;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:30:\"Website-Menu-Logo-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55890;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:29:\"Website-Menu-Logo-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60206;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:30:\"Website-Menu-Logo-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67790;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6401,1104,'_elementor_edit_mode','builder'),(6402,1104,'_elementor_template_type','wp-page'),(6403,1104,'_elementor_version','3.6.8'),(6404,1104,'_wp_page_template','default'),(6405,1104,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c23b970\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"1096\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6406,1104,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6407,1104,'_elementor_pro_version','3.7.2'),(7145,1197,'_wp_attached_file','2022/08/Website-Menu-Logo.png'),(6482,1113,'_elementor_edit_mode','builder'),(6483,1113,'_elementor_template_type','wp-page'),(6484,1113,'_elementor_version','3.6.8'),(6485,1113,'_wp_page_template','default'),(6486,1113,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c23b970\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"1096\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6416,1105,'_elementor_page_assets','a:0:{}'),(6417,1105,'_elementor_template_widget_type','button'),(6418,1105,'_elementor_global_widget_included_posts','a:2:{i:6;b:1;i:8;b:1;}'),(6447,1109,'_elementor_edit_mode','builder'),(6448,1109,'_elementor_template_type','widget'),(6449,1109,'_wp_page_template','default'),(6450,1109,'_elementor_version','3.6.8'),(6451,1109,'_elementor_pro_version','3.7.2'),(6452,1109,'_elementor_data','[{\"id\":\"1096\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}]'),(6427,1106,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6428,1106,'_elementor_pro_version','3.7.2'),(6430,1107,'_elementor_edit_mode','builder'),(6431,1107,'_elementor_template_type','wp-page'),(6432,1107,'_elementor_version','3.6.8'),(6433,1107,'_wp_page_template','default'),(6434,1107,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"fbe271f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"text_shadow_text_shadow_type\":\"yes\",\"background_color\":\"#6221C0\",\"__globals__\":{\"button_background_hover_color\":\"globals\\/colors?id=accent\",\"hover_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6435,1107,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6436,1107,'_elementor_pro_version','3.7.2'),(6438,1108,'_elementor_edit_mode','builder'),(6439,1108,'_elementor_template_type','wp-page'),(6440,1108,'_elementor_version','3.6.8'),(6441,1108,'_wp_page_template','default'),(6442,1108,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"8262968\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"1096\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6443,1108,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6444,1108,'_elementor_pro_version','3.7.2'),(6459,1110,'_elementor_edit_mode','builder'),(6460,1110,'_elementor_template_type','wp-page'),(6461,1110,'_elementor_version','3.6.8'),(6462,1110,'_wp_page_template','default'),(6463,1110,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"8262968\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"1096\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6453,1109,'_elementor_page_assets','a:0:{}'),(6454,1109,'_elementor_template_widget_type','button'),(6455,1109,'_elementor_global_widget_included_posts','a:3:{i:6;b:1;i:8;b:1;i:12;b:1;}'),(7097,1189,'_elementor_edit_mode','builder'),(7098,1189,'_elementor_template_type','widget'),(7099,1189,'_wp_page_template','default'),(7100,1189,'_elementor_version','3.6.8'),(7101,1189,'_elementor_pro_version','3.7.2'),(7102,1189,'_elementor_data','[{\"id\":\"1096\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}]'),(6464,1110,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6465,1110,'_elementor_pro_version','3.7.2'),(6466,1111,'_elementor_edit_mode','builder'),(6467,1111,'_elementor_template_type','wp-page'),(6468,1111,'_elementor_version','3.6.8'),(6469,1111,'_wp_page_template','default'),(6470,1111,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"8262968\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"1096\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6471,1111,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6472,1111,'_elementor_pro_version','3.7.2'),(6524,1118,'_elementor_edit_mode','builder'),(6473,1112,'_elementor_edit_mode','builder'),(6474,1112,'_elementor_template_type','wp-page'),(6475,1112,'_elementor_version','3.6.8'),(6476,1112,'_wp_page_template','default'),(6477,1112,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6478,1112,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6479,1112,'_elementor_pro_version','3.7.2'),(6508,1116,'_elementor_edit_mode','builder'),(6509,1116,'_elementor_template_type','wp-page'),(6510,1116,'_elementor_version','3.6.8'),(6511,1116,'_wp_page_template','default');
INSERT INTO `SFmlX6x_postmeta` VALUES (6512,1116,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6487,1113,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6488,1113,'_elementor_pro_version','3.7.2'),(6490,1114,'_elementor_edit_mode','builder'),(6491,1114,'_elementor_template_type','wp-page'),(6492,1114,'_elementor_version','3.6.8'),(6493,1114,'_wp_page_template','default'),(6494,1114,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c23b970\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"1096\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6495,1114,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6496,1114,'_elementor_pro_version','3.7.2'),(6498,1115,'_elementor_edit_mode','builder'),(6499,1115,'_elementor_template_type','wp-page'),(6500,1115,'_elementor_version','3.6.8'),(6501,1115,'_wp_page_template','default'),(6502,1115,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Let\'s Get Started\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6503,1115,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6504,1115,'_elementor_pro_version','3.7.2'),(6626,1132,'_elementor_edit_mode','builder'),(6627,1132,'_elementor_template_type','wp-page'),(6628,1132,'_elementor_version','3.6.8'),(6629,1132,'_wp_page_template','default'),(6630,1132,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Let\'s Get Started\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6622,1130,'_wp_attached_file','2022/08/Indigo-Disco-Sparkle.png'),(6623,1130,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:32:\"2022/08/Indigo-Disco-Sparkle.png\";s:8:\"filesize\";i:108078;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Indigo-Disco-Sparkle-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10772;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Indigo-Disco-Sparkle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"Indigo-Disco-Sparkle-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41193;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"Indigo-Disco-Sparkle-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4440;}s:5:\"50x50\";a:5:{s:4:\"file\";s:30:\"Indigo-Disco-Sparkle-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1283;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:30:\"Indigo-Disco-Sparkle-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2064;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:33:\"Indigo-Disco-Sparkle-1000x860.png\";s:5:\"width\";i:1000;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42635;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:30:\"Indigo-Disco-Sparkle-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2381;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:30:\"Indigo-Disco-Sparkle-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2192;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:33:\"Indigo-Disco-Sparkle-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28076;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:33:\"Indigo-Disco-Sparkle-768x1000.png\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41866;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:33:\"Indigo-Disco-Sparkle-1000x750.png\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37150;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:32:\"Indigo-Disco-Sparkle-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43887;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:33:\"Indigo-Disco-Sparkle-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34599;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6513,1116,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6514,1116,'_elementor_pro_version','3.7.2'),(6516,1117,'_elementor_edit_mode','builder'),(6517,1117,'_elementor_template_type','wp-page'),(6518,1117,'_elementor_version','3.6.8'),(6519,1117,'_wp_page_template','default'),(6520,1117,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,\\u00a0 she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br \\/><br \\/>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6521,1117,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6522,1117,'_elementor_pro_version','3.7.2'),(6525,1118,'_elementor_template_type','wp-page'),(6526,1118,'_elementor_version','3.6.8'),(6527,1118,'_wp_page_template','default'),(6528,1118,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6529,1118,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6530,1118,'_elementor_pro_version','3.7.2'),(6680,1139,'_elementor_edit_mode','builder'),(6681,1139,'_elementor_template_type','wp-page'),(6682,1139,'_elementor_version','3.6.8'),(6683,1139,'_wp_page_template','default'),(6684,1139,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6539,1119,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6540,1119,'_elementor_pro_version','3.7.2'),(6542,1120,'_elementor_edit_mode','builder'),(6543,1120,'_elementor_template_type','wp-page'),(6544,1120,'_elementor_version','3.6.8'),(6545,1120,'_wp_page_template','default'),(6546,1120,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"34c0eb6\",\"title\":\"Accordion title\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"1ec37b6\",\"title\":\"Favicon\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"aeaf717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"71ab71a\",\"title\":\"Set Production\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"b311eb9\",\"title\":\"Video Storyboard\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6547,1120,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6548,1120,'_elementor_pro_version','3.7.2'),(6552,1121,'_elementor_version','3.6.8'),(6553,1121,'_wp_page_template','default'),(6554,1121,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6555,1121,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6556,1121,'_elementor_pro_version','3.7.2'),(6559,1122,'_elementor_edit_mode','builder'),(6560,1122,'_elementor_template_type','wp-page'),(6561,1122,'_elementor_version','3.6.8'),(6562,1122,'_wp_page_template','default'),(6563,1122,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6564,1122,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6565,1122,'_elementor_pro_version','3.7.2'),(6566,1123,'_elementor_edit_mode','builder'),(6567,1123,'_elementor_template_type','wp-page'),(6568,1123,'_elementor_version','3.6.8'),(6569,1123,'_wp_page_template','default'),(6570,1123,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Specialize In Data-Driven Digital Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6571,1123,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6572,1123,'_elementor_pro_version','3.7.2'),(6573,1124,'_elementor_edit_mode','builder'),(6574,1124,'_elementor_template_type','wp-page'),(6575,1124,'_elementor_version','3.6.8'),(6576,1124,'_wp_page_template','default'),(6577,1124,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6578,1124,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6579,1124,'_elementor_pro_version','3.7.2'),(6869,1162,'_elementor_edit_mode','builder'),(6870,1162,'_elementor_template_type','wp-page'),(6871,1162,'_elementor_version','3.6.8'),(6872,1162,'_wp_page_template','default'),(6873,1162,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6582,1125,'_wp_attached_file','2022/08/Black-Disco-Ball.png'),(6583,1125,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:28:\"2022/08/Black-Disco-Ball.png\";s:8:\"filesize\";i:278307;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Black-Disco-Ball-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16629;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Black-Disco-Ball-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91442;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Black-Disco-Ball-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6910;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Black-Disco-Ball-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62672;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"Black-Disco-Ball-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:157665;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"Black-Disco-Ball-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:240734;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"Black-Disco-Ball-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6830;}s:5:\"50x50\";a:5:{s:4:\"file\";s:26:\"Black-Disco-Ball-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1678;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:26:\"Black-Disco-Ball-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2834;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:29:\"Black-Disco-Ball-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:167536;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:26:\"Black-Disco-Ball-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3338;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:26:\"Black-Disco-Ball-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3072;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:30:\"Black-Disco-Ball-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122350;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:29:\"Black-Disco-Ball-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102115;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:29:\"Black-Disco-Ball-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93849;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:29:\"Black-Disco-Ball-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:179907;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:28:\"Black-Disco-Ball-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81900;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:29:\"Black-Disco-Ball-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104638;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6588,1126,'_thumbnail_id','909'),(6589,1126,'_elementor_edit_mode','builder'),(6590,1126,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(6591,1126,'_elementor_pro_version','3.7.2'),(6593,1127,'_elementor_template_type','wp-page'),(6594,1127,'_elementor_version','3.6.8'),(6595,1127,'_wp_page_template','default'),(6596,1127,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png\",\"id\":144},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c1b474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6597,1127,'_thumbnail_id','909'),(6598,1127,'_elementor_edit_mode','builder'),(6599,1127,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(6600,1127,'_elementor_pro_version','3.7.2'),(6603,1128,'_elementor_version','3.6.8'),(6604,1128,'_wp_page_template','default'),(6605,1128,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c1b474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6606,1128,'_thumbnail_id','909'),(6607,1128,'_elementor_edit_mode','builder'),(6608,1128,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(6609,1128,'_elementor_pro_version','3.7.2'),(6651,1136,'_elementor_template_type','wp-page'),(6652,1136,'_elementor_version','3.6.8'),(6653,1136,'_wp_page_template','default'),(6654,1136,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c1b474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6645,1134,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6646,1134,'_elementor_pro_version','3.7.2'),(6641,1134,'_elementor_template_type','wp-page'),(6642,1134,'_elementor_version','3.6.8'),(6643,1134,'_wp_page_template','default'),(6644,1134,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Let\'s Get Started\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6640,1134,'_elementor_edit_mode','builder'),(6624,1131,'_wp_attached_file','2022/08/Indigo-Disco-Spakles.png'),(6625,1131,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:32:\"2022/08/Indigo-Disco-Spakles.png\";s:8:\"filesize\";i:139715;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Indigo-Disco-Spakles-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13188;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Indigo-Disco-Spakles-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5723;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"Indigo-Disco-Spakles-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50111;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"Indigo-Disco-Spakles-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5506;}s:5:\"50x50\";a:5:{s:4:\"file\";s:30:\"Indigo-Disco-Spakles-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1592;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:30:\"Indigo-Disco-Spakles-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2548;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:33:\"Indigo-Disco-Spakles-1000x860.png\";s:5:\"width\";i:1000;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50673;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:30:\"Indigo-Disco-Spakles-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2954;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:30:\"Indigo-Disco-Spakles-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2736;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:33:\"Indigo-Disco-Spakles-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31601;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:33:\"Indigo-Disco-Spakles-768x1000.png\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49921;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:33:\"Indigo-Disco-Spakles-1000x750.png\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44382;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:32:\"Indigo-Disco-Spakles-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55892;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:33:\"Indigo-Disco-Spakles-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41147;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6631,1132,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6632,1132,'_elementor_pro_version','3.7.2'),(6633,1133,'_elementor_edit_mode','builder'),(6634,1133,'_elementor_template_type','wp-page'),(6635,1133,'_elementor_version','3.6.8'),(6636,1133,'_wp_page_template','default'),(6637,1133,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Let\'s Get Started\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6638,1133,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6639,1133,'_elementor_pro_version','3.7.2'),(6895,1165,'_elementor_edit_mode','builder'),(6896,1165,'_elementor_template_type','wp-page'),(6897,1165,'_elementor_version','3.6.8'),(6898,1165,'_wp_page_template','default'),(6899,1165,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Let\'s Get Started\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6649,1135,'_wp_attached_file','2022/08/Indigo-Disco-Logo-Black.png'),(6650,1135,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3650;s:6:\"height\";i:3000;s:4:\"file\";s:35:\"2022/08/Indigo-Disco-Logo-Black.png\";s:8:\"filesize\";i:517459;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Indigo-Disco-Logo-Black-300x247.png\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13863;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"Indigo-Disco-Logo-Black-1024x842.png\";s:5:\"width\";i:1024;s:6:\"height\";i:842;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63631;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Indigo-Disco-Logo-Black-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7421;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Indigo-Disco-Logo-Black-768x631.png\";s:5:\"width\";i:768;s:6:\"height\";i:631;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44154;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"Indigo-Disco-Logo-Black-1536x1262.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1262;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107243;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:37:\"Indigo-Disco-Logo-Black-2048x1683.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158181;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:35:\"Indigo-Disco-Logo-Black-178x146.png\";s:5:\"width\";i:178;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7374;}s:5:\"50x50\";a:5:{s:4:\"file\";s:33:\"Indigo-Disco-Logo-Black-50x41.png\";s:5:\"width\";i:50;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1520;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:33:\"Indigo-Disco-Logo-Black-91x75.png\";s:5:\"width\";i:91;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3276;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:36:\"Indigo-Disco-Logo-Black-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109885;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:33:\"Indigo-Disco-Logo-Black-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3674;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:33:\"Indigo-Disco-Logo-Black-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3491;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:37:\"Indigo-Disco-Logo-Black-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84359;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:36:\"Indigo-Disco-Logo-Black-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58710;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:36:\"Indigo-Disco-Logo-Black-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64718;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:36:\"Indigo-Disco-Logo-Black-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99946;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:35:\"Indigo-Disco-Logo-Black-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58910;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:36:\"Indigo-Disco-Logo-Black-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75083;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6655,1136,'_thumbnail_id','909'),(6656,1136,'_elementor_edit_mode','builder'),(6657,1136,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(6658,1136,'_elementor_pro_version','3.7.2'),(7140,1194,'slide_template',''),(7141,1194,'rs_page_bg_color',''),(6660,1137,'_elementor_template_type','wp-page'),(6661,1137,'_elementor_version','3.6.8'),(6662,1137,'_wp_page_template','default'),(6663,1137,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c1b474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6664,1137,'_thumbnail_id','909'),(6665,1137,'_elementor_edit_mode','builder'),(6666,1137,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(6667,1137,'_elementor_pro_version','3.7.2'),(7422,1232,'_elementor_template_type','wp-page'),(6669,1138,'_elementor_template_type','wp-page'),(6670,1138,'_elementor_version','3.6.8'),(6671,1138,'_wp_page_template','default'),(6672,1138,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c1b474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6673,1138,'_thumbnail_id','909'),(6674,1138,'_elementor_edit_mode','builder'),(6675,1138,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(6676,1138,'_elementor_pro_version','3.7.2'),(7139,1194,'elementor_font_face','@font-face {\n	font-family: \'Centro\';\n	font-style: normal;\n	font-weight: normal;\n	font-display: auto;\n	src: url(\'https://indigo-disco.com/wp-content/uploads/2022/08/centro_serif_-_otf-webfont.woff\') format(\'woff\');\n}\n'),(7069,1186,'_elementor_template_type','wp-page'),(7070,1186,'_elementor_version','3.6.8'),(7071,1186,'_wp_page_template','default'),(7072,1186,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c1b474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6685,1139,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6686,1139,'_elementor_pro_version','3.7.2'),(7143,1196,'_wp_attached_file','2022/08/Indigo-Disco-1920x1080-1.png'),(7144,1196,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:36:\"2022/08/Indigo-Disco-1920x1080-1.png\";s:8:\"filesize\";i:178980;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Indigo-Disco-1920x1080-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11728;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Indigo-Disco-1920x1080-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58665;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Indigo-Disco-1920x1080-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8472;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Indigo-Disco-1920x1080-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37238;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"Indigo-Disco-1920x1080-1-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101456;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:36:\"Indigo-Disco-1920x1080-1-260x146.png\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9748;}s:5:\"50x50\";a:5:{s:4:\"file\";s:34:\"Indigo-Disco-1920x1080-1-50x28.png\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1232;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:35:\"Indigo-Disco-1920x1080-1-133x75.png\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4399;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:37:\"Indigo-Disco-1920x1080-1-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115000;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:34:\"Indigo-Disco-1920x1080-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4122;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:34:\"Indigo-Disco-1920x1080-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3885;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:38:\"Indigo-Disco-1920x1080-1-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126998;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:37:\"Indigo-Disco-1920x1080-1-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59555;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:37:\"Indigo-Disco-1920x1080-1-768x1080.png\";s:5:\"width\";i:768;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56266;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:37:\"Indigo-Disco-1920x1080-1-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82668;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:36:\"Indigo-Disco-1920x1080-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71726;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:37:\"Indigo-Disco-1920x1080-1-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72081;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6688,1140,'_elementor_edit_mode','builder'),(6689,1140,'_elementor_template_type','wp-page'),(6690,1140,'_elementor_version','3.6.8'),(6691,1140,'_wp_page_template','default'),(6692,1140,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/IndigoDisco_MedLogo_BlackTransparent-01.png\",\"id\":484,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6693,1140,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6694,1140,'_elementor_pro_version','3.7.2'),(6696,1141,'_elementor_edit_mode','builder'),(6697,1141,'_elementor_template_type','wp-page'),(6698,1141,'_elementor_version','3.6.8'),(6699,1141,'_wp_page_template','default'),(6700,1141,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6701,1141,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6702,1141,'_elementor_pro_version','3.7.2'),(6705,1142,'_elementor_edit_mode','builder'),(6706,1142,'_elementor_template_type','wp-page'),(6707,1142,'_elementor_version','3.6.8'),(6708,1142,'_wp_page_template','default'),(6709,1142,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6710,1142,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6711,1142,'_elementor_pro_version','3.7.2'),(6712,1143,'_elementor_edit_mode','builder'),(6713,1143,'_elementor_template_type','wp-page'),(6714,1143,'_elementor_version','3.6.8'),(6715,1143,'_wp_page_template','default'),(6716,1143,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6717,1143,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6718,1143,'_elementor_pro_version','3.7.2'),(6719,1144,'_elementor_edit_mode','builder'),(6720,1144,'_elementor_template_type','wp-page'),(6721,1144,'_elementor_version','3.6.8'),(6722,1144,'_wp_page_template','default'),(6723,1144,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6724,1144,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6725,1144,'_elementor_pro_version','3.7.2'),(6736,1146,'_elementor_edit_mode','builder'),(6737,1146,'_elementor_template_type','wp-page'),(6738,1146,'_elementor_version','3.6.8'),(6739,1146,'_wp_page_template','default'),(6740,1146,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6755,1148,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6756,1148,'_elementor_pro_version','3.7.2'),(6750,1148,'_elementor_edit_mode','builder'),(6751,1148,'_elementor_template_type','wp-page'),(6752,1148,'_elementor_version','3.6.8'),(6753,1148,'_wp_page_template','default'),(6754,1148,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Song Myung\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6741,1146,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6742,1146,'_elementor_pro_version','3.7.2'),(6743,1147,'_elementor_edit_mode','builder'),(6744,1147,'_elementor_template_type','wp-page'),(6745,1147,'_elementor_version','3.6.8'),(6746,1147,'_wp_page_template','default'),(6747,1147,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6748,1147,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6749,1147,'_elementor_pro_version','3.7.2'),(6768,1150,'_elementor_edit_mode','builder'),(6769,1150,'_elementor_template_type','wp-page'),(6770,1150,'_elementor_version','3.6.8'),(6771,1150,'_wp_page_template','default'),(6772,1150,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Song Myung\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6787,1152,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6788,1152,'_elementor_pro_version','3.7.2'),(6783,1152,'_elementor_template_type','wp-page'),(6784,1152,'_elementor_version','3.6.8'),(6785,1152,'_wp_page_template','default'),(6786,1152,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6782,1152,'_elementor_edit_mode','builder'),(6773,1150,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6774,1150,'_elementor_pro_version','3.7.2'),(6775,1151,'_elementor_edit_mode','builder'),(6776,1151,'_elementor_template_type','wp-page'),(6777,1151,'_elementor_version','3.6.8'),(6778,1151,'_wp_page_template','default'),(6779,1151,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"about\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s work together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Song Myung\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6780,1151,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6781,1151,'_elementor_pro_version','3.7.2'),(6791,1153,'_elementor_edit_mode','builder'),(6792,1153,'_elementor_template_type','wp-page'),(6793,1153,'_elementor_version','3.6.8'),(6794,1153,'_wp_page_template','default'),(6795,1153,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6796,1153,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6797,1153,'_elementor_pro_version','3.7.2'),(7137,1195,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:42788;}'),(7138,1194,'elementor_font_files','a:1:{i:0;a:7:{s:11:\"font_weight\";s:6:\"normal\";s:10:\"font_style\";s:6:\"normal\";s:4:\"woff\";a:2:{s:2:\"id\";s:4:\"1195\";s:3:\"url\";s:83:\"https://indigo-disco.com/wp-content/uploads/2022/08/centro_serif_-_otf-webfont.woff\";}s:5:\"woff2\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"ttf\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"svg\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"eot\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}}}'),(6799,1154,'_elementor_edit_mode','builder'),(6800,1154,'_elementor_template_type','wp-page'),(6801,1154,'_elementor_version','3.6.8'),(6802,1154,'_wp_page_template','default'),(6803,1154,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6804,1154,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6805,1154,'_elementor_pro_version','3.7.2'),(7134,1194,'_edit_lock','1659913305:2'),(7135,1194,'_edit_last','2'),(7136,1195,'_wp_attached_file','2022/08/centro_serif_-_otf-webfont.woff'),(6807,1155,'_elementor_edit_mode','builder'),(6808,1155,'_elementor_template_type','wp-page'),(6809,1155,'_elementor_version','3.6.8'),(6810,1155,'_wp_page_template','default'),(6811,1155,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6812,1155,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6813,1155,'_elementor_pro_version','3.7.2'),(9107,1436,'_elementor_edit_mode','builder'),(9108,1436,'_elementor_template_type','wp-page'),(9109,1436,'_elementor_version','3.6.8'),(6817,1156,'_elementor_edit_mode','builder'),(6818,1156,'_elementor_template_type','wp-page'),(6819,1156,'_elementor_version','3.6.8'),(6820,1156,'_wp_page_template','default'),(6821,1156,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6822,1156,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6823,1156,'_elementor_pro_version','3.7.2'),(9111,1436,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"},{\"_id\":\"80942d8\",\"title\":\"Research & Reporting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6825,1157,'_elementor_edit_mode','builder'),(6826,1157,'_elementor_template_type','wp-page'),(6827,1157,'_elementor_version','3.6.8'),(6828,1157,'_wp_page_template','default'),(6829,1157,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6830,1157,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6831,1157,'_elementor_pro_version','3.7.2'),(7128,1193,'_elementor_page_assets','a:0:{}'),(7129,1193,'_elementor_pro_version','3.7.2'),(9110,1436,'_wp_page_template','default'),(6833,1158,'_elementor_edit_mode','builder'),(6834,1158,'_elementor_template_type','wp-page'),(6835,1158,'_elementor_version','3.6.8'),(6836,1158,'_wp_page_template','default'),(6837,1158,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6838,1158,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6839,1158,'_elementor_pro_version','3.7.2'),(7127,1193,'_elementor_data','[]'),(6843,1159,'_elementor_edit_mode','builder'),(6844,1159,'_elementor_template_type','wp-page'),(6845,1159,'_elementor_version','3.6.8'),(6846,1159,'_wp_page_template','default'),(6847,1159,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6848,1159,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6849,1159,'_elementor_pro_version','3.7.2'),(6851,1160,'_elementor_edit_mode','builder'),(6852,1160,'_elementor_template_type','wp-page'),(6853,1160,'_elementor_version','3.6.8'),(6854,1160,'_wp_page_template','default'),(6855,1160,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6856,1160,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6857,1160,'_elementor_pro_version','3.7.2'),(6859,1161,'_elementor_edit_mode','builder'),(6860,1161,'_elementor_template_type','wp-page'),(6861,1161,'_elementor_version','3.6.8'),(6862,1161,'_wp_page_template','default'),(6863,1161,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6864,1161,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(6865,1161,'_elementor_pro_version','3.7.2'),(6995,1177,'_elementor_edit_mode','builder'),(6996,1177,'_elementor_template_type','wp-page'),(6997,1177,'_elementor_version','3.6.8'),(6998,1177,'_wp_page_template','default'),(6999,1177,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6874,1162,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6875,1162,'_elementor_pro_version','3.7.2'),(6877,1163,'_elementor_edit_mode','builder'),(6878,1163,'_elementor_template_type','wp-page'),(6879,1163,'_elementor_version','3.6.8'),(6880,1163,'_wp_page_template','default'),(6881,1163,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"44981a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"LET\'S WORK TOGETHER\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6882,1163,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6883,1163,'_elementor_pro_version','3.7.2'),(6887,1164,'_elementor_version','3.6.8'),(6888,1164,'_wp_page_template','default'),(6889,1164,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6890,1164,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6891,1164,'_elementor_pro_version','3.7.2'),(6969,1174,'_elementor_edit_mode','builder'),(6970,1174,'_elementor_template_type','wp-page'),(6971,1174,'_elementor_version','3.6.8'),(6972,1174,'_wp_page_template','default'),(6973,1174,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6900,1165,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6901,1165,'_elementor_pro_version','3.7.2'),(6903,1166,'_elementor_edit_mode','builder'),(6904,1166,'_elementor_template_type','wp-page'),(6905,1166,'_elementor_version','3.6.8'),(6906,1166,'_wp_page_template','default'),(6907,1166,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Let\'s Get Started\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONNECT WITH US\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6908,1166,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6909,1166,'_elementor_pro_version','3.7.2'),(6911,1167,'_elementor_edit_mode','builder'),(6912,1167,'_elementor_template_type','wp-page'),(6913,1167,'_elementor_version','3.6.8'),(6914,1167,'_wp_page_template','default'),(6915,1167,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6916,1167,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6917,1167,'_elementor_pro_version','3.7.2'),(6920,1168,'_elementor_edit_mode','builder'),(6921,1168,'_elementor_template_type','wp-page'),(6922,1168,'_elementor_version','3.6.8'),(6923,1168,'_wp_page_template','default'),(6924,1168,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6925,1168,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6926,1168,'_elementor_pro_version','3.7.2'),(6927,1169,'_elementor_edit_mode','builder'),(6928,1169,'_elementor_template_type','wp-page'),(6929,1169,'_elementor_version','3.6.8'),(6930,1169,'_wp_page_template','default'),(6931,1169,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#6F0CDF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#13D6BC\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6932,1169,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6933,1169,'_elementor_pro_version','3.7.2'),(6934,1170,'_elementor_edit_mode','builder'),(6935,1170,'_elementor_template_type','wp-page'),(6936,1170,'_elementor_version','3.6.8'),(6937,1170,'_wp_page_template','default'),(6938,1170,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#5A38A6\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#978BD9\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6939,1170,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6940,1170,'_elementor_pro_version','3.7.2'),(6943,1171,'_elementor_edit_mode','builder'),(6944,1171,'_elementor_template_type','wp-page'),(6945,1171,'_elementor_version','3.6.8'),(6946,1171,'_wp_page_template','default'),(6947,1171,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#5A38A6\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#978BD9\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6948,1171,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6949,1171,'_elementor_pro_version','3.7.2'),(6951,1172,'_elementor_edit_mode','builder'),(6952,1172,'_elementor_template_type','wp-page'),(6953,1172,'_elementor_version','3.6.8'),(6954,1172,'_wp_page_template','default'),(6955,1172,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#5A38A6\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#978BD9\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6956,1172,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6957,1172,'_elementor_pro_version','3.7.2'),(7123,1193,'_elementor_template_type','kit'),(7124,1193,'_elementor_version','3.6.8'),(7125,1193,'_wp_page_template','default'),(7126,1193,'_elementor_page_settings','a:16:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#A8A8A8\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#9800FF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#16BAAE\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:1:{i:0;a:4:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Bungee Shade\";s:3:\"_id\";s:7:\"af6de36\";s:5:\"title\";s:22:\"New Typography Setting\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:12:\"Indigo Disco\";s:16:\"site_description\";s:44:\"Badass marketing services for badass humans.\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:23:\"button_hover_text_color\";s:7:\"#6F0CDF\";s:42:\"settings_page_transitions_background_color\";s:7:\"#4414A4\";s:40:\"settings_page_transitions_exit_animation\";s:7:\"fade-in\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:9:\"site_logo\";a:4:{s:3:\"url\";s:79:\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black.png\";s:2:\"id\";i:1135;s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:12:\"site_favicon\";a:4:{s:3:\"url\";s:72:\"https://indigo-disco.com/wp-content/uploads/2020/11/White-Disco-Ball.png\";s:2:\"id\";i:1190;s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}}'),(6959,1173,'_elementor_edit_mode','builder'),(6960,1173,'_elementor_template_type','wp-page'),(6961,1173,'_elementor_version','3.6.8'),(6962,1173,'_wp_page_template','default'),(6963,1173,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#5A38A6\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#978BD9\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6964,1173,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(6965,1173,'_elementor_pro_version','3.7.2'),(7122,1193,'_elementor_edit_mode','builder'),(7434,1233,'_elementor_edit_mode','builder'),(7435,1233,'_elementor_template_type','wp-page'),(7436,1233,'_elementor_version','3.6.8'),(7437,1233,'_wp_page_template','default'),(7438,1233,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#5A38A6\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#978BD9\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7120,1192,'_wp_attached_file','2020/11/White-Indigo-Disco-Spakles.png'),(7108,1190,'_wp_attached_file','2020/11/White-Disco-Ball.png'),(7109,1190,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:28:\"2020/11/White-Disco-Ball.png\";s:8:\"filesize\";i:276647;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"White-Disco-Ball-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17085;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"White-Disco-Ball-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93285;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"White-Disco-Ball-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7315;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"White-Disco-Ball-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63594;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"White-Disco-Ball-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:163011;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"White-Disco-Ball-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:252671;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"White-Disco-Ball-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6959;}s:5:\"50x50\";a:5:{s:4:\"file\";s:26:\"White-Disco-Ball-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1730;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:26:\"White-Disco-Ball-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2934;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:29:\"White-Disco-Ball-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:175238;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:26:\"White-Disco-Ball-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3448;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:26:\"White-Disco-Ball-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3079;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:30:\"White-Disco-Ball-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125403;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:29:\"White-Disco-Ball-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105123;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:29:\"White-Disco-Ball-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95771;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:29:\"White-Disco-Ball-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:189497;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:28:\"White-Disco-Ball-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83477;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:29:\"White-Disco-Ball-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108018;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6974,1174,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6975,1174,'_elementor_pro_version','3.7.2'),(6977,1175,'_elementor_edit_mode','builder'),(6978,1175,'_elementor_template_type','wp-page'),(6979,1175,'_elementor_version','3.6.8'),(6980,1175,'_wp_page_template','default'),(6981,1175,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6982,1175,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6983,1175,'_elementor_pro_version','3.7.2'),(6985,1176,'_elementor_edit_mode','builder'),(6986,1176,'_elementor_template_type','wp-page'),(6987,1176,'_elementor_version','3.6.8'),(6988,1176,'_wp_page_template','default'),(6989,1176,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6990,1176,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(6991,1176,'_elementor_pro_version','3.7.2'),(7460,1236,'_elementor_edit_mode','builder'),(7461,1236,'_elementor_template_type','wp-page'),(7462,1236,'_elementor_version','3.6.8'),(7463,1236,'_wp_page_template','default'),(7464,1236,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7000,1177,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7001,1177,'_elementor_pro_version','3.7.2'),(7003,1178,'_elementor_edit_mode','builder'),(7004,1178,'_elementor_template_type','wp-page'),(7005,1178,'_elementor_version','3.6.8'),(7006,1178,'_wp_page_template','default'),(7007,1178,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7008,1178,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7009,1178,'_elementor_pro_version','3.7.2'),(7011,1179,'_elementor_edit_mode','builder'),(7012,1179,'_elementor_template_type','wp-page'),(7013,1179,'_elementor_version','3.6.8'),(7014,1179,'_wp_page_template','default'),(7015,1179,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7016,1179,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7017,1179,'_elementor_pro_version','3.7.2'),(7020,1180,'_elementor_edit_mode','builder'),(7021,1180,'_elementor_template_type','wp-page'),(7022,1180,'_elementor_version','3.6.8'),(7023,1180,'_wp_page_template','default'),(7024,1180,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7025,1180,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7026,1180,'_elementor_pro_version','3.7.2'),(7027,1181,'_elementor_edit_mode','builder'),(7028,1181,'_elementor_template_type','wp-page'),(7029,1181,'_elementor_version','3.6.8'),(7030,1181,'_wp_page_template','default'),(7031,1181,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7032,1181,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7033,1181,'_elementor_pro_version','3.7.2'),(7034,1182,'_elementor_edit_mode','builder'),(7035,1182,'_elementor_template_type','wp-page'),(7036,1182,'_elementor_version','3.6.8'),(7037,1182,'_wp_page_template','default'),(7038,1182,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7039,1182,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7040,1182,'_elementor_pro_version','3.7.2'),(7043,1183,'_elementor_edit_mode','builder'),(7044,1183,'_elementor_template_type','wp-page'),(7045,1183,'_elementor_version','3.6.8'),(7046,1183,'_wp_page_template','default'),(7047,1183,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7048,1183,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7049,1183,'_elementor_pro_version','3.7.2'),(7051,1184,'_elementor_edit_mode','builder'),(7052,1184,'_elementor_template_type','wp-page'),(7053,1184,'_elementor_version','3.6.8'),(7054,1184,'_wp_page_template','default'),(7055,1184,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7056,1184,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7057,1184,'_elementor_pro_version','3.7.2'),(7059,1185,'_elementor_edit_mode','builder'),(7060,1185,'_elementor_template_type','wp-page'),(7061,1185,'_elementor_version','3.6.8'),(7062,1185,'_wp_page_template','default'),(7063,1185,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7064,1185,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7065,1185,'_elementor_pro_version','3.7.2'),(7487,1239,'_elementor_edit_mode','builder'),(7488,1239,'_elementor_template_type','wp-page'),(7489,1239,'_elementor_version','3.6.8'),(7490,1239,'_wp_page_template','default'),(7491,1239,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7121,1192,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2020/11/White-Indigo-Disco-Spakles.png\";s:8:\"filesize\";i:139657;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"White-Indigo-Disco-Spakles-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13437;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"White-Indigo-Disco-Spakles-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5716;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"White-Indigo-Disco-Spakles-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50477;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:38:\"White-Indigo-Disco-Spakles-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5566;}s:5:\"50x50\";a:5:{s:4:\"file\";s:36:\"White-Indigo-Disco-Spakles-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1594;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:36:\"White-Indigo-Disco-Spakles-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2556;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:39:\"White-Indigo-Disco-Spakles-1000x860.png\";s:5:\"width\";i:1000;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52584;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:36:\"White-Indigo-Disco-Spakles-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2965;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:36:\"White-Indigo-Disco-Spakles-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2724;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:39:\"White-Indigo-Disco-Spakles-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33294;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:39:\"White-Indigo-Disco-Spakles-768x1000.png\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51730;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:39:\"White-Indigo-Disco-Spakles-1000x750.png\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46416;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:38:\"White-Indigo-Disco-Spakles-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55728;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:39:\"White-Indigo-Disco-Spakles-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43154;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7073,1186,'_thumbnail_id','909'),(7074,1186,'_elementor_edit_mode','builder'),(7075,1186,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7076,1186,'_elementor_pro_version','3.7.2'),(7078,1187,'_elementor_template_type','wp-page'),(7079,1187,'_elementor_version','3.6.8'),(7080,1187,'_wp_page_template','default'),(7081,1187,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"who we are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"small\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE OFFER\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#6F0CDF\",\"button_background_hover_color\":\"#08C7B7\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s make things happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#6F0CDF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bungee Shade\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c1b474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7082,1187,'_thumbnail_id','909'),(7083,1187,'_elementor_edit_mode','builder'),(7084,1187,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7085,1187,'_elementor_pro_version','3.7.2'),(7087,1188,'_elementor_template_type','wp-page'),(7088,1188,'_elementor_version','3.6.8'),(7089,1188,'_wp_page_template','default'),(7090,1188,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c1b474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7091,1188,'_thumbnail_id','909'),(7092,1188,'_elementor_edit_mode','builder'),(7093,1188,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7094,1188,'_elementor_pro_version','3.7.2'),(7404,1230,'_elementor_template_type','wp-page'),(7405,1230,'_elementor_version','3.6.8'),(7406,1230,'_wp_page_template','default'),(7407,1230,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c1b474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7103,1189,'_elementor_page_assets','a:0:{}'),(7104,1189,'_elementor_template_widget_type','button'),(7105,1189,'_elementor_global_widget_included_posts','a:3:{i:6;b:1;i:8;b:1;i:12;b:1;}'),(7106,1096,'_elementor_controls_usage','a:1:{s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;s:21:\"typography_typography\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;}}}}}'),(7110,1191,'_elementor_edit_mode','builder'),(7111,1191,'_elementor_template_type','kit'),(7112,1191,'_elementor_version','3.6.8'),(7113,1191,'_wp_page_template','default'),(7114,1191,'_elementor_page_settings','a:14:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#A8A8A8\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#9800FF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#16BAAE\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:1:{i:0;a:4:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Bungee Shade\";s:3:\"_id\";s:7:\"af6de36\";s:5:\"title\";s:22:\"New Typography Setting\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:12:\"Indigo Disco\";s:16:\"site_description\";s:44:\"Badass marketing services for badass humans.\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:23:\"button_hover_text_color\";s:7:\"#6F0CDF\";s:42:\"settings_page_transitions_background_color\";s:7:\"#4414A4\";s:40:\"settings_page_transitions_exit_animation\";s:7:\"fade-in\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(7115,1191,'_elementor_data','[]'),(7116,1191,'_elementor_page_assets','a:0:{}'),(7117,1191,'_elementor_pro_version','3.7.2'),(7184,1200,'_dp_original','12'),(7185,1200,'_edit_lock','1666813128:2'),(7196,1203,'_elementor_edit_mode','builder'),(7197,1203,'_elementor_template_type','section'),(7198,1203,'_elementor_version','3.6.8'),(7199,1203,'_elementor_pro_version','3.7.2'),(7200,1203,'_wp_page_template','default'),(7201,1203,'_elementor_data','[{\"id\":\"64bef9c2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"102cc77c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"64c75c1c\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9ac9f9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"57ca2477\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e3af0e3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5672685e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3c8075e1\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"435b0cec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"42947a01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"297b9aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4d24de13\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a76bf04\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a08033b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3a7fb803\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1074e567\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4605de0c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f614163\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7202,1201,'_elementor_page_assets','a:1:{s:6:\"styles\";a:8:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";}}'),(7203,1201,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:3;s:11:\"header_size\";i:2;s:5:\"align\";i:3;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:2;s:15:\"animation_delay\";i:1;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:16:\"content_position\";i:1;s:15:\"stretch_section\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:11:\"hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}}'),(7238,1209,'_elementor_edit_mode','builder'),(7239,1209,'_elementor_template_type','wp-page'),(7240,1209,'_elementor_version','3.6.8'),(7241,1209,'_wp_page_template','default'),(7242,1209,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7222,1207,'_elementor_edit_mode','builder'),(7223,1207,'_elementor_template_type','wp-page'),(7224,1207,'_elementor_version','3.6.8'),(7225,1207,'_wp_page_template','default'),(7226,1207,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096,\"draft\":true},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7204,1204,'_elementor_edit_mode','builder'),(7205,1204,'_elementor_template_type','section'),(7206,1204,'_elementor_version','3.6.8'),(7207,1204,'_elementor_pro_version','3.7.2'),(7208,1205,'_elementor_edit_mode','builder'),(7209,1205,'_elementor_template_type','section'),(7210,1205,'_elementor_version','3.6.8'),(7211,1205,'_elementor_pro_version','3.7.2'),(7212,1204,'_wp_page_template','default'),(7213,1204,'_elementor_data','[{\"id\":\"1dc0c55e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33669c8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"17b822b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"499df697\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"654ffcc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34e071ba\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1d72d98e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28d98164\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe4ff56\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"185f7ec5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62f7a4d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7214,1206,'_elementor_edit_mode','builder'),(7215,1206,'_elementor_template_type','section'),(7216,1206,'_elementor_version','3.6.8'),(7217,1206,'_elementor_pro_version','3.7.2'),(7218,1206,'_wp_page_template','default'),(7219,1206,'_elementor_data','[{\"id\":\"1dc0c55e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33669c8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"17b822b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"499df697\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"654ffcc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34e071ba\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1d72d98e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28d98164\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4fe4ff56\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"185f7ec5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62f7a4d4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7220,1204,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(7221,1204,'_elementor_controls_usage','a:4:{s:6:\"spacer\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:2;s:15:\"animation_delay\";i:2;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}}'),(7227,1207,'_elementor_page_assets','a:1:{s:6:\"styles\";a:12:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";}}'),(7228,1207,'_elementor_pro_version','3.7.2'),(7229,1207,'_elementor_controls_usage','a:8:{s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:5:\"align\";i:2;s:11:\"header_size\";i:2;s:4:\"size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:8;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"link\";i:2;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:22:\"image_custom_dimension\";i:1;}}}}}'),(7230,1208,'_elementor_edit_mode','builder'),(7231,1208,'_elementor_template_type','wp-page'),(7232,1208,'_elementor_version','3.6.8'),(7233,1208,'_wp_page_template','default'),(7234,1208,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096,\"draft\":true},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7235,1208,'_elementor_page_assets','a:1:{s:6:\"styles\";a:12:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";}}'),(7236,1208,'_elementor_pro_version','3.7.2'),(7237,1208,'_elementor_controls_usage','a:8:{s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:5:\"align\";i:2;s:11:\"header_size\";i:2;s:4:\"size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:8;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"link\";i:2;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:22:\"image_custom_dimension\";i:1;}}}}}'),(7243,1209,'_elementor_page_assets','a:1:{s:6:\"styles\";a:12:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";}}'),(7244,1209,'_elementor_pro_version','3.7.2'),(7245,1209,'_elementor_controls_usage','a:8:{s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:5:\"align\";i:2;s:11:\"header_size\";i:2;s:4:\"size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:8;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"link\";i:2;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:22:\"image_custom_dimension\";i:1;}}}}}'),(7246,1210,'_elementor_edit_mode','builder'),(7247,1210,'_elementor_template_type','wp-page'),(7248,1210,'_elementor_version','3.6.8'),(7249,1210,'_wp_page_template','default'),(7250,1210,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7251,1210,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7252,1210,'_elementor_pro_version','3.7.2'),(7253,1211,'_elementor_edit_mode','builder'),(7254,1211,'_elementor_template_type','wp-page'),(7255,1211,'_elementor_version','3.6.8'),(7256,1211,'_wp_page_template','default'),(7257,1211,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7258,1211,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7259,1211,'_elementor_pro_version','3.7.2'),(7260,1212,'_elementor_edit_mode','builder'),(7261,1212,'_elementor_template_type','wp-page'),(7262,1212,'_elementor_version','3.6.8'),(7263,1212,'_wp_page_template','default'),(7264,1212,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7265,1212,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7266,1212,'_elementor_pro_version','3.7.2'),(7269,1213,'_elementor_edit_mode','builder'),(7270,1213,'_elementor_template_type','wp-page'),(7271,1213,'_elementor_version','3.6.8'),(7272,1213,'_wp_page_template','default'),(7273,1213,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7274,1213,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7275,1213,'_elementor_pro_version','3.7.2'),(9105,1435,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(9106,1435,'_elementor_pro_version','3.7.2'),(7277,1214,'_elementor_edit_mode','builder'),(7278,1214,'_elementor_template_type','wp-page'),(7279,1214,'_elementor_version','3.6.8'),(7280,1214,'_wp_page_template','default'),(7281,1214,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7282,1214,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7283,1214,'_elementor_pro_version','3.7.2'),(7285,1215,'_elementor_edit_mode','builder'),(7286,1215,'_elementor_template_type','wp-page'),(7287,1215,'_elementor_version','3.6.8'),(7288,1215,'_wp_page_template','default'),(7289,1215,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7290,1215,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7291,1215,'_elementor_pro_version','3.7.2'),(7310,1219,'_elementor_edit_mode','builder'),(7311,1219,'_elementor_template_type','wp-page'),(7312,1219,'_elementor_version','3.6.8'),(7313,1219,'_wp_page_template','default'),(7314,1219,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7329,1221,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7330,1221,'_elementor_pro_version','3.7.2'),(7324,1221,'_elementor_edit_mode','builder'),(7325,1221,'_elementor_template_type','wp-page'),(7326,1221,'_elementor_version','3.6.8'),(7327,1221,'_wp_page_template','default'),(7328,1221,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7302,1217,'_edit_lock','1659915195:2'),(7303,1217,'_edit_last','2'),(7304,1218,'_wp_attached_file','2022/08/centroserif-italic-webfont.woff'),(7305,1218,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:42932;}'),(7306,1217,'elementor_font_files','a:1:{i:0;a:7:{s:11:\"font_weight\";s:6:\"normal\";s:10:\"font_style\";s:6:\"normal\";s:4:\"woff\";a:2:{s:2:\"id\";s:4:\"1218\";s:3:\"url\";s:83:\"https://indigo-disco.com/wp-content/uploads/2022/08/centroserif-italic-webfont.woff\";}s:5:\"woff2\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"ttf\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"svg\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"eot\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}}}'),(7307,1217,'elementor_font_face','@font-face {\n	font-family: \'Centro Italic\';\n	font-style: normal;\n	font-weight: normal;\n	font-display: auto;\n	src: url(\'https://indigo-disco.com/wp-content/uploads/2022/08/centroserif-italic-webfont.woff\') format(\'woff\');\n}\n'),(7308,1217,'slide_template',''),(7309,1217,'rs_page_bg_color',''),(7315,1219,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7316,1219,'_elementor_pro_version','3.7.2'),(7317,1220,'_elementor_edit_mode','builder'),(7318,1220,'_elementor_template_type','wp-page'),(7319,1220,'_elementor_version','3.6.8'),(7320,1220,'_wp_page_template','default'),(7321,1220,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7322,1220,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7323,1220,'_elementor_pro_version','3.7.2'),(7345,1223,'_elementor_edit_mode','builder'),(7346,1223,'_elementor_template_type','wp-page'),(7347,1223,'_elementor_version','3.6.8'),(7348,1223,'_wp_page_template','default'),(7349,1223,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7334,1222,'_elementor_edit_mode','builder'),(7335,1222,'_elementor_template_type','wp-page'),(7336,1222,'_elementor_version','3.6.8'),(7337,1222,'_wp_page_template','default'),(7338,1222,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7339,1222,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7340,1222,'_elementor_pro_version','3.7.2'),(7342,1222,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:4;s:11:\"title_color\";i:3;s:20:\"typography_font_size\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:4;s:18:\"animation_duration\";i:4;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:1;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}}'),(7343,1200,'_edit_last','2'),(7350,1223,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7351,1223,'_elementor_pro_version','3.7.2'),(7353,1224,'_elementor_edit_mode','builder'),(7354,1224,'_elementor_template_type','wp-page'),(7355,1224,'_elementor_version','3.6.8'),(7356,1224,'_wp_page_template','default'),(7357,1224,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7358,1224,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7359,1224,'_elementor_pro_version','3.7.2'),(7361,1225,'_elementor_edit_mode','builder'),(7362,1225,'_elementor_template_type','wp-page'),(7363,1225,'_elementor_version','3.6.8'),(7364,1225,'_wp_page_template','default'),(7365,1225,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7366,1225,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7367,1225,'_elementor_pro_version','3.7.2'),(7378,1227,'_elementor_edit_mode','builder'),(7379,1227,'_elementor_template_type','wp-page'),(7380,1227,'_elementor_version','3.6.8'),(7381,1227,'_wp_page_template','default'),(7382,1227,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7397,1229,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7398,1229,'_elementor_pro_version','3.7.2'),(7855,1292,'_elementor_edit_mode','builder'),(7856,1292,'_elementor_template_type','wp-page'),(7857,1292,'_elementor_version','3.6.8'),(7858,1292,'_wp_page_template','default'),(7859,1292,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9cb6381\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=NsoEIwqgtAA\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"image_overlay_size\":\"thumbnail\",\"show_play_icon\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7392,1229,'_elementor_edit_mode','builder'),(7393,1229,'_elementor_template_type','wp-page'),(7394,1229,'_elementor_version','3.6.8'),(7395,1229,'_wp_page_template','default'),(7396,1229,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9cb6381\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=NsoEIwqgtAA\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"image_overlay_size\":\"thumbnail\",\"show_play_icon\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7383,1227,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7384,1227,'_elementor_pro_version','3.7.2'),(7385,1228,'_elementor_edit_mode','builder'),(7386,1228,'_elementor_template_type','wp-page'),(7387,1228,'_elementor_version','3.6.8'),(7388,1228,'_wp_page_template','default'),(7389,1228,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7390,1228,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7391,1228,'_elementor_pro_version','3.7.2'),(7401,1200,'_oembed_24afffe955eba3989381e2c65addaf01','<iframe title=\"Pure Disco - 2 hour 4k Disco Ball\" width=\"1220\" height=\"686\" src=\"https://www.youtube.com/embed/NsoEIwqgtAA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(7402,1200,'_oembed_time_24afffe955eba3989381e2c65addaf01','1659915806'),(7408,1230,'_thumbnail_id','909'),(7409,1230,'_elementor_edit_mode','builder'),(7410,1230,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7411,1230,'_elementor_pro_version','3.7.2'),(7413,1231,'_elementor_template_type','wp-page'),(7414,1231,'_elementor_version','3.6.8'),(7415,1231,'_wp_page_template','default'),(7416,1231,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c1b474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#6F0CDF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#13D6BC\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7417,1231,'_thumbnail_id','909'),(7418,1231,'_elementor_edit_mode','builder'),(7419,1231,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7420,1231,'_elementor_pro_version','3.7.2'),(7424,1232,'_wp_page_template','default'),(7425,1232,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c1b474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7426,1232,'_thumbnail_id','909'),(7427,1232,'_elementor_edit_mode','builder'),(7428,1232,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7429,1232,'_elementor_pro_version','3.7.2'),(8186,6,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;s:5:\"align\";i:4;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:4;s:18:\"animation_duration\";i:4;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:1;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:11:\"hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}}'),(7439,1233,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(7440,1233,'_elementor_pro_version','3.7.2'),(7442,1234,'_elementor_edit_mode','builder'),(7443,1234,'_elementor_template_type','wp-page'),(7444,1234,'_elementor_version','3.6.8'),(7445,1234,'_wp_page_template','default');
INSERT INTO `SFmlX6x_postmeta` VALUES (7446,1234,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#5A38A6\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#978BD9\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7447,1234,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(7448,1234,'_elementor_pro_version','3.7.2'),(7450,1235,'_elementor_edit_mode','builder'),(7451,1235,'_elementor_template_type','wp-page'),(7452,1235,'_elementor_version','3.6.8'),(7453,1235,'_wp_page_template','default'),(7454,1235,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#5A38A6\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#978BD9\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7455,1235,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(7456,1235,'_elementor_pro_version','3.7.2'),(7679,1261,'_elementor_edit_mode','builder'),(7680,1261,'_elementor_template_type','wp-page'),(7681,1261,'_elementor_version','3.6.8'),(7682,1261,'_wp_page_template','default'),(7683,1261,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#5A38A6\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#978BD9\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7465,1236,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(7466,1236,'_elementor_pro_version','3.7.2'),(7468,1237,'_elementor_edit_mode','builder'),(7469,1237,'_elementor_template_type','wp-page'),(7470,1237,'_elementor_version','3.6.8'),(7471,1237,'_wp_page_template','default'),(7472,1237,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7473,1237,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(7474,1237,'_elementor_pro_version','3.7.2'),(7476,1238,'_elementor_edit_mode','builder'),(7477,1238,'_elementor_template_type','wp-page'),(7478,1238,'_elementor_version','3.6.8'),(7479,1238,'_wp_page_template','default'),(7480,1238,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7481,1238,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(7482,1238,'_elementor_pro_version','3.7.2'),(7601,1252,'_elementor_edit_mode','builder'),(7602,1252,'_elementor_template_type','wp-page'),(7603,1252,'_elementor_version','3.6.8'),(7604,1252,'_wp_page_template','default'),(7605,1252,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7492,1239,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7493,1239,'_elementor_pro_version','3.7.2'),(7495,1240,'_elementor_edit_mode','builder'),(7496,1240,'_elementor_template_type','wp-page'),(7497,1240,'_elementor_version','3.6.8'),(7498,1240,'_wp_page_template','default'),(7499,1240,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>Let\'s Work Together<\\/b>\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arbutus Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.6999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7500,1240,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7501,1240,'_elementor_pro_version','3.7.2'),(7503,1241,'_elementor_edit_mode','builder'),(7504,1241,'_elementor_template_type','wp-page'),(7505,1241,'_elementor_version','3.6.8'),(7506,1241,'_wp_page_template','default'),(7507,1241,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"size\":\"medium\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7508,1241,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7509,1241,'_elementor_pro_version','3.7.2'),(7523,1243,'_elementor_edit_mode','builder'),(7524,1243,'_elementor_template_type','wp-page'),(7525,1243,'_elementor_version','3.6.8'),(7526,1243,'_wp_page_template','default'),(7527,1243,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"size\":\"medium\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7514,1242,'_elementor_edit_mode','builder'),(7515,1242,'_elementor_template_type','wp-page'),(7516,1242,'_elementor_version','3.6.8'),(7517,1242,'_wp_page_template','default'),(7518,1242,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9cb6381\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=NsoEIwqgtAA\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"image_overlay_size\":\"thumbnail\",\"show_play_icon\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7519,1242,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7520,1242,'_elementor_pro_version','3.7.2'),(7522,1242,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:11:\"header_size\";i:4;s:5:\"align\";i:5;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:4;s:11:\"title_color\";i:4;s:22:\"typography_font_weight\";i:4;s:20:\"typography_font_size\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}s:21:\"section_image_overlay\";a:2:{s:18:\"image_overlay_size\";i:1;s:14:\"show_play_icon\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:4;s:18:\"animation_duration\";i:4;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:1;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}}'),(7528,1243,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7529,1243,'_elementor_pro_version','3.7.2'),(7531,1244,'_elementor_edit_mode','builder'),(7532,1244,'_elementor_template_type','wp-page'),(7533,1244,'_elementor_version','3.6.8'),(7534,1244,'_wp_page_template','default'),(7535,1244,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla, Marketing &amp; Creative Director\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard, Content Marketing Manager\",\"size\":\"medium\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7536,1244,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7537,1244,'_elementor_pro_version','3.7.2'),(7539,1245,'_elementor_edit_mode','builder'),(7540,1245,'_elementor_template_type','wp-page'),(7541,1245,'_elementor_version','3.6.8'),(7542,1245,'_wp_page_template','default'),(7543,1245,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d7c48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing &amp; Creative Director\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"},\"title_color\":\"#865FD9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard\",\"size\":\"medium\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ee986\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing Manager\",\"size\":\"medium\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"},\"title_color\":\"#865FD9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7544,1245,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7545,1245,'_elementor_pro_version','3.7.2'),(7549,1246,'_elementor_edit_mode','builder'),(7550,1246,'_elementor_template_type','wp-page'),(7551,1246,'_elementor_version','3.6.8'),(7552,1246,'_wp_page_template','default'),(7553,1246,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d7c48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing &amp; Creative Director\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"},\"title_color\":\"#865FD9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard\",\"size\":\"medium\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ee986\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing Manager\",\"size\":\"medium\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"},\"title_color\":\"#865FD9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7554,1246,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7555,1246,'_elementor_pro_version','3.7.2'),(7557,1247,'_elementor_edit_mode','builder'),(7558,1247,'_elementor_template_type','wp-page'),(7559,1247,'_elementor_version','3.6.8'),(7560,1247,'_wp_page_template','default'),(7561,1247,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d7c48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing &amp; Creative Director\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"},\"title_color\":\"#865FD9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard\",\"size\":\"medium\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ee986\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing Manager\",\"size\":\"medium\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"},\"title_color\":\"#865FD9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7562,1247,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7563,1247,'_elementor_pro_version','3.7.2'),(7591,1251,'_elementor_edit_mode','builder'),(7565,1248,'_elementor_edit_mode','builder'),(7566,1248,'_elementor_template_type','wp-page'),(7567,1248,'_elementor_version','3.6.8'),(7568,1248,'_wp_page_template','default'),(7569,1248,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d7c48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing &amp; Creative Director\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"\"},\"title_color\":\"#865FD9\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard\",\"size\":\"medium\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ee986\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing Manager\",\"size\":\"medium\",\"__globals__\":{\"typography_typography\":\"\"},\"title_color\":\"#865FD9\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7570,1248,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7571,1248,'_elementor_pro_version','3.7.2'),(7575,1249,'_elementor_edit_mode','builder'),(7576,1249,'_elementor_template_type','wp-page'),(7577,1249,'_elementor_version','3.6.8'),(7578,1249,'_wp_page_template','default'),(7579,1249,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d7c48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing &amp; Creative Director\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"\"},\"title_color\":\"#865FD9\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard\",\"size\":\"medium\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ee986\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing Manager\",\"size\":\"medium\",\"__globals__\":{\"typography_typography\":\"\"},\"title_color\":\"#865FD9\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7599,12,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:6;s:5:\"align\";i:2;s:11:\"header_size\";i:2;s:4:\"size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_letter_spacing\";i:3;s:20:\"typography_font_size\";i:2;s:25:\"typography_text_transform\";i:2;s:21:\"typography_font_style\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:8;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:5;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:13:\"mfn_hover_box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"image\";i:2;s:11:\"image_hover\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"link\";i:2;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:22:\"image_custom_dimension\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}}'),(7580,1249,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7581,1249,'_elementor_pro_version','3.7.2'),(7583,1250,'_elementor_edit_mode','builder'),(7584,1250,'_elementor_template_type','wp-page'),(7585,1250,'_elementor_version','3.6.8'),(7586,1250,'_wp_page_template','default'),(7587,1250,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f0e7021\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d7c48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing &amp; Creative Director\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"\"},\"title_color\":\"#865FD9\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard\",\"size\":\"medium\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ee986\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing Manager\",\"size\":\"medium\",\"__globals__\":{\"typography_typography\":\"\"},\"title_color\":\"#865FD9\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7588,1250,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7589,1250,'_elementor_pro_version','3.7.2'),(7592,1251,'_elementor_template_type','wp-page'),(7593,1251,'_elementor_version','3.6.8'),(7594,1251,'_wp_page_template','default'),(7595,1251,'_elementor_data','[{\"id\":\"f96e974\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5e27367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c7506c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"642a860\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7c48fa82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee45220\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"4aec87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.3719999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"a99fea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ashlee Czapla\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d7c48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing &amp; Creative Director\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"\"},\"title_color\":\"#865FD9\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b31ad8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">After years of Colorado dreamin\\u2019, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\\\"https:\\/\\/www.techintlabs.com\\/\\\">Techint Labs<\\/a> and a Creative Strategist at <a href=\\\"https:\\/\\/www.instagram.com\\/mammothmusicgroup\\\">Mammoth Music Group<\\/a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\\\"https:\\/\\/festivalinsider.com\\/\\\">Festival Insider<\\/a> and the Assistant Program Coordinator of the <a href=\\\"https:\\/\\/summercampfestival.com\\/\\\">Summer Camp Music Festival <\\/a>Camp Counselor team.\\u00a0<br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/>In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. <\\/span><span style=\\\"font-weight: 400;\\\">Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands.\\u00a0<\\/span><\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"592dc88\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.55199999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"161336b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Headshot-2022-1.png\",\"id\":931,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Ashlee-Czapla-Square-Photo-1.png\",\"id\":932,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"},{\"id\":\"67ac7ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d2c5911\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Black-Disco-Ball.png\",\"id\":1125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f3ea17\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":45},\"elements\":[{\"id\":\"27a1db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.53100000000000591171556152403354644775390625},\"elements\":[{\"id\":\"f32093c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emily Ballard\",\"size\":\"medium\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b23aafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing Manager\",\"size\":\"small\",\"__globals__\":{\"typography_typography\":\"\"},\"title_color\":\"#865FD9\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd48d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"il\\\">Emily<\\/span> Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.<\\/p>\\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it\\u2019s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.<\\/p>\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3ad927f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30.393000000000000682121026329696178436279296875},\"elements\":[{\"id\":\"db23fd2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-1.png\",\"id\":933,\"alt\":\"\",\"source\":\"library\"},\"image_hover\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/07\\/Emily-Ballard-Square-Headshot-2022-2-1.png\",\"id\":934,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"mfn_hover_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65d2bbc2\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"61d4a35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50081b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"708dd942\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"7d6d44bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b4b2cb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"286e31f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b050192\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6859eac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"78c6d3f8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a389107\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7596,1251,'_elementor_page_assets','a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),(7597,1251,'_elementor_pro_version','3.7.2'),(7606,1252,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(7607,1252,'_elementor_pro_version','3.7.2'),(7609,1253,'_elementor_edit_mode','builder'),(7610,1253,'_elementor_template_type','wp-page'),(7611,1253,'_elementor_version','3.6.8'),(7612,1253,'_wp_page_template','default'),(7613,1253,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93c7768\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7614,1253,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(7615,1253,'_elementor_pro_version','3.7.2'),(7617,1254,'_elementor_edit_mode','builder'),(7618,1254,'_elementor_template_type','wp-page'),(7619,1254,'_elementor_version','3.6.8'),(7620,1254,'_wp_page_template','default'),(7621,1254,'_elementor_data','[{\"id\":\"2041848\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c1460f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7622,1254,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(7623,1254,'_elementor_pro_version','3.7.2'),(7627,1255,'_elementor_edit_mode','builder'),(7628,1255,'_elementor_template_type','wp-page'),(7629,1255,'_elementor_version','3.6.8'),(7630,1255,'_wp_page_template','default'),(7631,1255,'_elementor_data','[{\"id\":\"2041848\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c1460f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7632,1255,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(7633,1255,'_elementor_pro_version','3.7.2'),(7635,1256,'_elementor_edit_mode','builder'),(7636,1256,'_elementor_template_type','wp-page'),(7637,1256,'_elementor_version','3.6.8'),(7638,1256,'_wp_page_template','default'),(7639,1256,'_elementor_data','[{\"id\":\"2041848\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c1460f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7640,1256,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(7641,1256,'_elementor_pro_version','3.7.2'),(7643,1257,'_elementor_edit_mode','builder'),(7644,1257,'_elementor_template_type','wp-page'),(7645,1257,'_elementor_version','3.6.8'),(7646,1257,'_wp_page_template','default'),(7647,1257,'_elementor_data','[{\"id\":\"2041848\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c1460f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"medium\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7648,1257,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(7649,1257,'_elementor_pro_version','3.7.2'),(7653,1258,'_elementor_edit_mode','builder'),(7654,1258,'_elementor_template_type','wp-page'),(7655,1258,'_elementor_version','3.6.8'),(7656,1258,'_wp_page_template','default'),(7657,1258,'_elementor_data','[{\"id\":\"2041848\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c1460f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"medium\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7658,1258,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(7659,1258,'_elementor_pro_version','3.7.2'),(7661,1259,'_elementor_edit_mode','builder'),(7662,1259,'_elementor_template_type','wp-page'),(7663,1259,'_elementor_version','3.6.8'),(7664,1259,'_wp_page_template','default'),(7665,1259,'_elementor_data','[{\"id\":\"2041848\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c1460f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"medium\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7666,1259,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(7667,1259,'_elementor_pro_version','3.7.2'),(7669,1260,'_elementor_edit_mode','builder'),(7670,1260,'_elementor_template_type','wp-page'),(7671,1260,'_elementor_version','3.6.8'),(7672,1260,'_wp_page_template','default'),(7673,1260,'_elementor_data','[{\"id\":\"2041848\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c1460f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7674,1260,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(7675,1260,'_elementor_pro_version','3.7.2'),(8163,1338,'_elementor_edit_mode','builder'),(8164,1338,'_elementor_template_type','wp-page'),(8165,1338,'_elementor_version','3.6.8'),(8166,1338,'_wp_page_template','default'),(8167,1338,'_elementor_data','[{\"id\":\"2041848\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c1460f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7684,1261,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(7685,1261,'_elementor_pro_version','3.7.2'),(7687,1262,'_elementor_edit_mode','builder'),(7688,1262,'_elementor_template_type','wp-page'),(7689,1262,'_elementor_version','3.6.8'),(7690,1262,'_wp_page_template','default'),(7691,1262,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626feaac\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#5A38A6\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#978BD9\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7692,1262,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(7693,1262,'_elementor_pro_version','3.7.2'),(7695,1263,'_elementor_edit_mode','builder'),(7696,1263,'_elementor_template_type','wp-page'),(7697,1263,'_elementor_version','3.6.8'),(7698,1263,'_wp_page_template','default'),(7699,1263,'_elementor_data','[{\"id\":\"272c5bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"beb5cc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"02ce323\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#5A38A6\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#978BD9\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7700,1263,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(7701,1263,'_elementor_pro_version','3.7.2'),(8104,1323,'_elementor_edit_mode','builder'),(8105,1323,'_elementor_template_type','wp-page'),(8106,1323,'_elementor_version','3.6.8'),(8107,1323,'_wp_page_template','default'),(8108,1323,'_elementor_data','[{\"id\":\"272c5bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"beb5cc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"02ce323\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#5A38A6\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#978BD9\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8128,8,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:5:\"align\";i:4;s:11:\"header_size\";i:2;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_letter_spacing\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:20:\"typography_font_size\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:2;s:15:\"animation_delay\";i:2;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"link\";i:1;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;s:21:\"typography_typography\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:20:\"icon_secondary_color\";i:1;}s:20:\"section_social_hover\";a:1:{s:19:\"hover_primary_color\";i:1;}}}}}'),(7705,1264,'_elementor_edit_mode','builder'),(7706,1264,'_elementor_template_type','single-page'),(7707,1265,'_elementor_edit_mode','builder'),(7708,1265,'_elementor_template_type','single-page'),(7709,1264,'_elementor_template_sub_type','page'),(7710,1264,'_elementor_conditions','a:1:{i:0;s:21:\"include/singular/page\";}'),(7711,1264,'_elementor_version','3.6.8'),(7712,1264,'_elementor_pro_version','3.7.2'),(7713,1264,'_edit_lock','1659918370:2'),(7716,1264,'_wp_trash_meta_status','draft'),(7717,1264,'_wp_trash_meta_time','1659918389'),(7718,1264,'_wp_desired_post_slug',''),(7719,1266,'_elementor_edit_mode','builder'),(7720,1266,'_elementor_template_type','single-page'),(7721,1267,'_elementor_edit_mode','builder'),(7722,1267,'_elementor_template_type','single-page'),(7723,1266,'_elementor_template_sub_type','page'),(7724,1266,'_elementor_conditions','a:1:{i:0;s:21:\"include/singular/page\";}'),(7725,1266,'_elementor_version','3.6.8'),(7726,1266,'_elementor_pro_version','3.7.2'),(7727,1266,'_edit_lock','1659920545:2'),(7758,1266,'_wp_page_template','default'),(7759,1266,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7760,1266,'_elementor_data','[{\"id\":\"5ed23ddd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1268,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-Hero.jpg\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[{\"id\":\"58f9b869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"121a4e81\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#C9EB55\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6792c49c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get unlimited access to thousands of online fitness classes in dozens of categories. All led by expert trainers.\",\"text_color\":\"#E5E5E5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d2670ed\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1152dcc4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71dbf26a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"%\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_element_id\":\"next\",\"_title\":\"Services\"},\"elements\":[{\"id\":\"193d00c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":20},\"elements\":[{\"id\":\"65970ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The power of Online training\",\"header_size\":\"h3\",\"title_color\":\"#C9EB55\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"276bf22b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"60357d17\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":20},\"elements\":[{\"id\":\"58481bf3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"p\",\"title_color\":\"#424045\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"vw\",\"size\":7.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d71488f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Expert Trainers\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.\",\"title_size\":\"h4\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"14877254\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"_inline_size_tablet\":100,\"align_tablet\":\"flex-start\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":20},\"elements\":[{\"id\":\"12b98385\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"p\",\"title_color\":\"#424045\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"vw\",\"size\":7.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e4f07d3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Unlimited Access\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.\",\"title_size\":\"h4\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4d963b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"flex-end\",\"_inline_size_tablet\":100,\"align_tablet\":\"flex-start\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":20},\"elements\":[{\"id\":\"5f6e1782\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"p\",\"title_color\":\"#424045\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"vw\",\"size\":7.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"56e3baca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"24\\/7 Online Support\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.\",\"title_size\":\"h4\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2025ff5e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"%\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_title\":\"Calsses\"},\"elements\":[{\"id\":\"3e753ec9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":20},\"elements\":[{\"id\":\"223e0ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"community favorites\",\"header_size\":\"h3\",\"title_color\":\"#C9EB55\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27abb546\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Classes\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"522537c1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1675d20\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2754f0e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1269,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-Classes_1.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ec816c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Circuit Bootcamp\",\"description_text\":\"Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"15\",\"bottom\":\"7\",\"left\":\"8\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"_background_background\":\"classic\",\"_background_color\":\"#272629\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"24d928d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7750d9e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1270,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-Classes_2.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"79e57de7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Strength Training\",\"description_text\":\"Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"15\",\"bottom\":\"7\",\"left\":\"8\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"_background_background\":\"classic\",\"_background_color\":\"#272629\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1ef8af91\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f1097c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1271,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-Classes_3.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2facd19e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Cardio and HIIT\",\"description_text\":\"Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"15\",\"bottom\":\"7\",\"left\":\"8\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"_background_background\":\"classic\",\"_background_color\":\"#272629\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"277737f4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":85,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"%\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"background_slideshow_gallery\":[{\"id\":1272,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-AboutUs-Img_1.jpg\"},{\"id\":1273,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-AboutUs-Img_2.jpg\"},{\"id\":1274,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-AboutUs-Img_3.jpg\"}],\"background_slideshow_slide_duration\":3000,\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"background_slideshow_ken_burns\":\"yes\",\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"About Us\"},\"elements\":[{\"id\":\"659bc436\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27d31b7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are MotivAQ\",\"title_color\":\"#C9EB55\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c69b96b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit. Aliquam erat volutpat. Integer finibus sem felis Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis<\\/p>\",\"text_color\":\"#E5E5E5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53b828e7\",\"elType\":\"widget\",\"settings\":{\"text\":\"More About Us\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#FFFFFF\",\"background_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1dcdbcbe\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"96dfa9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335ed7b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4e615f33\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"69a38785\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37d7524f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7b2c4aad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e0c9b6d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a1a3c54\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096,\"draft\":true},{\"id\":\"4c7d9d1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e2f1323\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7762,1278,'_elementor_edit_mode','builder'),(7763,1278,'_elementor_template_type','section'),(7764,1278,'_elementor_version','3.6.8'),(7765,1278,'_elementor_pro_version','3.7.2'),(7766,1279,'_elementor_edit_mode','builder'),(7767,1279,'_elementor_template_type','section'),(7768,1279,'_elementor_version','3.6.8'),(7769,1279,'_elementor_pro_version','3.7.2'),(7770,1278,'_wp_page_template','default'),(7771,1278,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7772,1278,'_elementor_data','[{\"id\":\"eab188a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1268,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-Hero.jpg\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[{\"id\":\"2ab5ee27\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c2d71ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#C9EB55\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31025e9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get unlimited access to thousands of online fitness classes in dozens of categories. All led by expert trainers.\",\"text_color\":\"#E5E5E5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1952fe57\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"36275043\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),(7773,1280,'_elementor_edit_mode','builder'),(7774,1280,'_elementor_template_type','section'),(7775,1280,'_elementor_version','3.6.8'),(7776,1280,'_elementor_pro_version','3.7.2'),(7777,1280,'_wp_page_template','default'),(7778,1280,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7779,1280,'_elementor_data','[{\"id\":\"eab188a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1268,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-Hero.jpg\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[{\"id\":\"2ab5ee27\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c2d71ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#C9EB55\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31025e9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get unlimited access to thousands of online fitness classes in dozens of categories. All led by expert trainers.\",\"text_color\":\"#E5E5E5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1952fe57\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"36275043\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),(7761,1266,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7780,1278,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(7781,1278,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:1;s:5:\"align\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:6:\"rotate\";i:1;s:15:\"hover_animation\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:9:\"_position\";i:1;s:21:\"_offset_orientation_v\";i:1;s:13:\"_offset_y_end\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:6:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:6:\"_title\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),(7782,1281,'_elementor_edit_mode','builder'),(7783,1281,'_elementor_template_type','section'),(7784,1281,'_elementor_version','3.6.8'),(7785,1281,'_elementor_pro_version','3.7.2'),(7786,1282,'_elementor_edit_mode','builder'),(7787,1282,'_elementor_template_type','section'),(7788,1282,'_elementor_version','3.6.8'),(7789,1282,'_elementor_pro_version','3.7.2'),(7790,1281,'_wp_page_template','default'),(7791,1281,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7792,1281,'_elementor_data','[{\"id\":\"24b48b49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"%\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_element_id\":\"next\",\"_title\":\"Services\"},\"elements\":[{\"id\":\"74aa7202\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":20},\"elements\":[{\"id\":\"1e1c6d65\",\"elType\":\"widget\",\"settings\":{\"title\":\"The power of Online training\",\"header_size\":\"h3\",\"title_color\":\"#C9EB55\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39362d27\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7860106c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":20},\"elements\":[{\"id\":\"50db1be0\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"p\",\"title_color\":\"#424045\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"vw\",\"size\":7.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f54716d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Expert Trainers\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.\",\"title_size\":\"h4\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"214d73ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"_inline_size_tablet\":100,\"align_tablet\":\"flex-start\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":20},\"elements\":[{\"id\":\"a997cc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"p\",\"title_color\":\"#424045\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"vw\",\"size\":7.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17a7ac78\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Unlimited Access\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.\",\"title_size\":\"h4\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1a7df33a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"flex-end\",\"_inline_size_tablet\":100,\"align_tablet\":\"flex-start\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":20},\"elements\":[{\"id\":\"3cc20356\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"p\",\"title_color\":\"#424045\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"vw\",\"size\":7.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25916ed6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"24\\/7 Online Support\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.\",\"title_size\":\"h4\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7793,1283,'_elementor_edit_mode','builder'),(7794,1283,'_elementor_template_type','section'),(7795,1283,'_elementor_version','3.6.8'),(7796,1283,'_elementor_pro_version','3.7.2'),(7797,1283,'_wp_page_template','default'),(7798,1283,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7799,1283,'_elementor_data','[{\"id\":\"24b48b49\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"%\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_element_id\":\"next\",\"_title\":\"Services\"},\"elements\":[{\"id\":\"74aa7202\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":20},\"elements\":[{\"id\":\"1e1c6d65\",\"elType\":\"widget\",\"settings\":{\"title\":\"The power of Online training\",\"header_size\":\"h3\",\"title_color\":\"#C9EB55\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39362d27\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7860106c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":20},\"elements\":[{\"id\":\"50db1be0\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"p\",\"title_color\":\"#424045\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"vw\",\"size\":7.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f54716d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Expert Trainers\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.\",\"title_size\":\"h4\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"214d73ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"_inline_size_tablet\":100,\"align_tablet\":\"flex-start\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":20},\"elements\":[{\"id\":\"a997cc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"p\",\"title_color\":\"#424045\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"vw\",\"size\":7.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17a7ac78\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Unlimited Access\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.\",\"title_size\":\"h4\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1a7df33a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"flex-end\",\"_inline_size_tablet\":100,\"align_tablet\":\"flex-start\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":20},\"elements\":[{\"id\":\"3cc20356\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"p\",\"title_color\":\"#424045\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"vw\",\"size\":7.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25916ed6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"24\\/7 Online Support\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.\",\"title_size\":\"h4\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7800,1281,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(7801,1281,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:21:\"typography_font_style\";i:4;s:26:\"typography_text_decoration\";i:4;s:22:\"typography_line_height\";i:4;s:25:\"typography_letter_spacing\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_mobile\";i:3;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:22:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:31:\"title_typography_text_transform\";i:3;s:27:\"title_typography_font_style\";i:3;s:32:\"title_typography_text_decoration\";i:3;s:28:\"title_typography_line_height\";i:3;s:31:\"title_typography_letter_spacing\";i:3;s:17:\"description_color\";i:3;s:33:\"description_typography_typography\";i:3;s:34:\"description_typography_font_family\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_font_weight\";i:3;s:37:\"description_typography_text_transform\";i:3;s:33:\"description_typography_font_style\";i:3;s:38:\"description_typography_text_decoration\";i:3;s:34:\"description_typography_line_height\";i:3;s:37:\"description_typography_letter_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:3;s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:4;s:5:\"align\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:2;s:3:\"gap\";i:2;s:6:\"_title\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:11:\"_element_id\";i:1;}}}}}'),(7802,1284,'_elementor_edit_mode','builder'),(7803,1284,'_elementor_template_type','section'),(7804,1284,'_elementor_version','3.6.8'),(7805,1284,'_elementor_pro_version','3.7.2'),(7806,1285,'_elementor_edit_mode','builder'),(7807,1285,'_elementor_template_type','section'),(7808,1285,'_elementor_version','3.6.8'),(7809,1285,'_elementor_pro_version','3.7.2'),(7810,1284,'_wp_page_template','default'),(7811,1284,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7812,1284,'_elementor_data','[{\"id\":\"79166124\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"%\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_title\":\"Calsses\"},\"elements\":[{\"id\":\"7f17ee5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":20},\"elements\":[{\"id\":\"615132ba\",\"elType\":\"widget\",\"settings\":{\"title\":\"community favorites\",\"header_size\":\"h3\",\"title_color\":\"#C9EB55\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77ed75ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Classes\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"207f2047\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ae2d2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68f36fba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1269,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-Classes_1.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36f1bf0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Circuit Bootcamp\",\"description_text\":\"Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"15\",\"bottom\":\"7\",\"left\":\"8\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"_background_background\":\"classic\",\"_background_color\":\"#272629\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1b50b81d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77950ddb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1270,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-Classes_2.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25e3a86c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Strength Training\",\"description_text\":\"Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"15\",\"bottom\":\"7\",\"left\":\"8\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"_background_background\":\"classic\",\"_background_color\":\"#272629\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"49031ea9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d86057f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1271,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-Classes_3.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4fdb4b83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Cardio and HIIT\",\"description_text\":\"Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"15\",\"bottom\":\"7\",\"left\":\"8\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"_background_background\":\"classic\",\"_background_color\":\"#272629\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7813,1286,'_elementor_edit_mode','builder'),(7814,1286,'_elementor_template_type','section'),(7815,1286,'_elementor_version','3.6.8'),(7816,1286,'_elementor_pro_version','3.7.2'),(7817,1286,'_wp_page_template','default'),(7818,1286,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7819,1286,'_elementor_data','[{\"id\":\"79166124\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"%\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_title\":\"Calsses\"},\"elements\":[{\"id\":\"7f17ee5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":20},\"elements\":[{\"id\":\"615132ba\",\"elType\":\"widget\",\"settings\":{\"title\":\"community favorites\",\"header_size\":\"h3\",\"title_color\":\"#C9EB55\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"auto\",\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77ed75ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Classes\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"207f2047\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ae2d2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68f36fba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1269,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-Classes_1.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36f1bf0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Circuit Bootcamp\",\"description_text\":\"Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"15\",\"bottom\":\"7\",\"left\":\"8\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"_background_background\":\"classic\",\"_background_color\":\"#272629\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1b50b81d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77950ddb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1270,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-Classes_2.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"25e3a86c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Strength Training\",\"description_text\":\"Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"15\",\"bottom\":\"7\",\"left\":\"8\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"_background_background\":\"classic\",\"_background_color\":\"#272629\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"49031ea9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d86057f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1271,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-Classes_3.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4fdb4b83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Cardio and HIIT\",\"description_text\":\"Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Sora\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_color\":\"#E5E5E5\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Inter\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"15\",\"bottom\":\"7\",\"left\":\"8\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"_background_background\":\"classic\",\"_background_color\":\"#272629\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7820,1284,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(7821,1284,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:18:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_z_index\";i:3;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:22:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:31:\"title_typography_text_transform\";i:3;s:27:\"title_typography_font_style\";i:3;s:32:\"title_typography_text_decoration\";i:3;s:28:\"title_typography_line_height\";i:3;s:31:\"title_typography_letter_spacing\";i:3;s:17:\"description_color\";i:3;s:33:\"description_typography_typography\";i:3;s:34:\"description_typography_font_family\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_font_weight\";i:3;s:37:\"description_typography_text_transform\";i:3;s:33:\"description_typography_font_style\";i:3;s:38:\"description_typography_text_decoration\";i:3;s:34:\"description_typography_line_height\";i:3;s:37:\"description_typography_letter_spacing\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:3;s:17:\"_background_color\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:4;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:2;s:3:\"gap\";i:2;s:6:\"_title\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}}}}}'),(7822,1287,'_elementor_edit_mode','builder'),(7823,1287,'_elementor_template_type','section'),(7824,1287,'_elementor_version','3.6.8'),(7825,1287,'_elementor_pro_version','3.7.2'),(7826,1288,'_elementor_edit_mode','builder'),(7827,1288,'_elementor_template_type','section'),(7828,1288,'_elementor_version','3.6.8'),(7829,1288,'_elementor_pro_version','3.7.2'),(7830,1287,'_wp_page_template','default'),(7831,1287,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7832,1287,'_elementor_data','[{\"id\":\"7414297e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":85,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"%\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"background_slideshow_gallery\":[{\"id\":1272,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-AboutUs-Img_1.jpg\"},{\"id\":1273,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-AboutUs-Img_2.jpg\"},{\"id\":1274,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-AboutUs-Img_3.jpg\"}],\"background_slideshow_slide_duration\":3000,\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"background_slideshow_ken_burns\":\"yes\",\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"About Us\"},\"elements\":[{\"id\":\"72810852\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33def196\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are MotivAQ\",\"title_color\":\"#C9EB55\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63008d8b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit. Aliquam erat volutpat. Integer finibus sem felis Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis<\\/p>\",\"text_color\":\"#E5E5E5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"493e3a02\",\"elType\":\"widget\",\"settings\":{\"text\":\"More About Us\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(7833,1289,'_elementor_edit_mode','builder'),(7834,1289,'_elementor_template_type','section'),(7835,1289,'_elementor_version','3.6.8'),(7836,1289,'_elementor_pro_version','3.7.2'),(7837,1289,'_wp_page_template','default'),(7838,1289,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7839,1289,'_elementor_data','[{\"id\":\"7414297e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":85,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"slideshow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"%\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"background_slideshow_gallery\":[{\"id\":1272,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-AboutUs-Img_1.jpg\"},{\"id\":1273,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-AboutUs-Img_2.jpg\"},{\"id\":1274,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2_Home_Online_Training-AboutUs-Img_3.jpg\"}],\"background_slideshow_slide_duration\":3000,\"background_slideshow_background_size\":\"cover\",\"background_slideshow_background_position\":\"center center\",\"background_slideshow_ken_burns\":\"yes\",\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"About Us\"},\"elements\":[{\"id\":\"72810852\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33def196\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are MotivAQ\",\"title_color\":\"#C9EB55\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63008d8b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit. Aliquam erat volutpat. Integer finibus sem felis Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis<\\/p>\",\"text_color\":\"#E5E5E5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"493e3a02\",\"elType\":\"widget\",\"settings\":{\"text\":\"More About Us\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Sora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(7840,1287,'_elementor_page_assets','a:0:{}'),(7841,1287,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:18:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:6:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:6:\"_title\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:11:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:28:\"background_slideshow_gallery\";i:1;s:35:\"background_slideshow_slide_duration\";i:1;s:36:\"background_slideshow_background_size\";i:1;s:40:\"background_slideshow_background_position\";i:1;s:30:\"background_slideshow_ken_burns\";i:1;s:45:\"background_slideshow_ken_burns_zoom_direction\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}}'),(7911,1298,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(7912,1298,'_elementor_pro_version','3.7.2'),(7913,1298,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7915,1298,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;s:12:\"align_mobile\";i:1;s:5:\"align\";i:4;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:14:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:12:\"align_mobile\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:8:{s:4:\"text\";i:3;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:2;s:12:\"align_mobile\";i:1;s:4:\"link\";i:3;s:5:\"align\";i:2;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:3;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:1;s:11:\"hover_color\";i:3;s:29:\"button_background_hover_color\";i:3;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:1;s:5:\"align\";i:1;s:4:\"link\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:1;s:6:\"rotate\";i:1;s:15:\"hover_animation\";i:1;s:11:\"size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:1;s:9:\"_position\";i:1;s:21:\"_offset_orientation_v\";i:1;s:13:\"_offset_y_end\";i:1;s:14:\"_margin_mobile\";i:1;s:20:\"_offset_y_end_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:6;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:8:{s:6:\"layout\";i:2;s:3:\"gap\";i:3;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:6:\"_title\";i:1;s:15:\"stretch_section\";i:3;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:4;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:3;s:18:\"animation_duration\";i:3;s:15:\"animation_delay\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:9;}}}}}'),(7906,1298,'_elementor_edit_mode','builder'),(7907,1298,'_elementor_template_type','wp-page'),(7908,1298,'_elementor_version','3.6.8'),(7909,1298,'_wp_page_template','default'),(7910,1298,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7852,1291,'_wp_attached_file','2022/08/AdobeStock_311325267_Preview-1.jpeg'),(7853,1291,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:43:\"2022/08/AdobeStock_311325267_Preview-1.jpeg\";s:8:\"filesize\";i:421260;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"AdobeStock_311325267_Preview-1-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22495;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"AdobeStock_311325267_Preview-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10056;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"AdobeStock_311325267_Preview-1-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91625;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:43:\"AdobeStock_311325267_Preview-1-219x146.jpeg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14041;}s:5:\"50x50\";a:5:{s:4:\"file\";s:41:\"AdobeStock_311325267_Preview-1-50x33.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1680;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:42:\"AdobeStock_311325267_Preview-1-112x75.jpeg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4715;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:41:\"AdobeStock_311325267_Preview-1-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4214;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:41:\"AdobeStock_311325267_Preview-1-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3619;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:44:\"AdobeStock_311325267_Preview-1-1000x500.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111787;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:43:\"AdobeStock_311325267_Preview-1-768x667.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117346;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:43:\"AdobeStock_311325267_Preview-1-960x667.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142811;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:25:\"franz12 - stock.adobe.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7860,1292,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7861,1292,'_elementor_pro_version','3.7.2'),(7862,1293,'_elementor_edit_mode','builder'),(7863,1293,'_elementor_template_type','wp-page'),(7864,1293,'_elementor_version','3.6.8'),(7865,1293,'_wp_page_template','default'),(7866,1293,'_elementor_data','[{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9cb6381\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=NsoEIwqgtAA\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"image_overlay_size\":\"thumbnail\",\"show_play_icon\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7867,1293,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7868,1293,'_elementor_pro_version','3.7.2'),(7869,1200,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7895,1297,'_elementor_edit_mode','builder'),(7896,1297,'_elementor_template_type','wp-page'),(7897,1297,'_elementor_version','3.6.8'),(7898,1297,'_wp_page_template','default'),(7899,1297,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7870,1294,'_elementor_edit_mode','builder'),(7871,1294,'_elementor_template_type','wp-page'),(7872,1294,'_elementor_version','3.6.8'),(7873,1294,'_wp_page_template','default'),(7874,1294,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7875,1294,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(7876,1294,'_elementor_pro_version','3.7.2'),(7877,1294,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7947,1303,'_elementor_edit_mode','builder'),(7879,1295,'_elementor_edit_mode','builder'),(7880,1295,'_elementor_template_type','wp-page'),(7881,1295,'_elementor_version','3.6.8'),(7882,1295,'_wp_page_template','default'),(7883,1295,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7884,1295,'_elementor_page_assets','a:1:{s:6:\"styles\";a:12:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";}}'),(7885,1295,'_elementor_pro_version','3.7.2'),(7886,1295,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7887,1296,'_elementor_edit_mode','builder'),(7888,1296,'_elementor_template_type','wp-page'),(7889,1296,'_elementor_version','3.6.8'),(7890,1296,'_wp_page_template','default'),(7891,1296,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fb6c303\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"17f75c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40a2b91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa79531\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5d1b4d64\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7892,1296,'_elementor_page_assets','a:1:{s:6:\"styles\";a:12:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";}}'),(7893,1296,'_elementor_pro_version','3.7.2'),(7894,1296,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7900,1297,'_elementor_page_assets','a:1:{s:6:\"styles\";a:12:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";}}'),(7901,1297,'_elementor_pro_version','3.7.2'),(7902,1297,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7948,1303,'_elementor_template_type','wp-page'),(7949,1303,'_elementor_version','3.6.8'),(7950,1303,'_wp_page_template','default'),(7951,1303,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7968,1305,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(7969,1305,'_elementor_pro_version','3.7.2'),(7970,1305,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8020,1311,'_elementor_edit_mode','builder'),(8021,1311,'_elementor_template_type','wp-page'),(8022,1311,'_elementor_version','3.6.8'),(8023,1311,'_wp_page_template','default'),(8024,1311,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7991,1308,'_elementor_edit_mode','builder'),(7963,1305,'_elementor_edit_mode','builder'),(7964,1305,'_elementor_template_type','wp-page'),(7965,1305,'_elementor_version','3.6.8'),(7966,1305,'_wp_page_template','default'),(7967,1305,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7cc2f262\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"24ef2e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"7a25fd5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Girls, Girls, Girls.\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77a110a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You know what they say.&nbsp;<br>Empowered women empower women.&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75da1eb0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5b670ed0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7927,1300,'_elementor_edit_mode','builder'),(7928,1300,'_elementor_template_type','section'),(7929,1300,'_elementor_version','3.6.8'),(7930,1300,'_elementor_pro_version','3.7.2'),(7931,1301,'_elementor_edit_mode','builder'),(7932,1301,'_elementor_template_type','section'),(7933,1301,'_elementor_version','3.6.8'),(7934,1301,'_elementor_pro_version','3.7.2'),(7935,1300,'_wp_page_template','default'),(7936,1300,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7937,1300,'_elementor_data','[{\"id\":\"3678551d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"73215935\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"55b19263\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24014521\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a7226a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"56887fc8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),(7938,1302,'_elementor_edit_mode','builder'),(7939,1302,'_elementor_template_type','section'),(7940,1302,'_elementor_version','3.6.8'),(7941,1302,'_elementor_pro_version','3.7.2'),(7942,1302,'_wp_page_template','default'),(7943,1302,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7944,1302,'_elementor_data','[{\"id\":\"3678551d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"73215935\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"55b19263\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24014521\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a7226a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"56887fc8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false}]'),(7945,1300,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(7946,1300,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:1;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:1;s:5:\"align\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:6:\"rotate\";i:1;s:15:\"hover_animation\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:9:\"_position\";i:1;s:21:\"_offset_orientation_v\";i:1;s:13:\"_offset_y_end\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:7:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:6:\"_title\";i:1;s:15:\"stretch_section\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),(7952,1303,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(7953,1303,'_elementor_pro_version','3.7.2'),(7954,1303,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7955,1304,'_elementor_edit_mode','builder'),(7956,1304,'_elementor_template_type','wp-page'),(7957,1304,'_elementor_version','3.6.8'),(7958,1304,'_wp_page_template','default'),(7959,1304,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7960,1304,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(7961,1304,'_elementor_pro_version','3.7.2'),(7962,1304,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7973,1306,'_elementor_edit_mode','builder'),(7974,1306,'_elementor_template_type','wp-page'),(7975,1306,'_elementor_version','3.6.8'),(7976,1306,'_wp_page_template','default'),(7977,1306,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7cc2f262\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"24ef2e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"7a25fd5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Girls, Girls, Girls.\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77a110a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You know what they say.&nbsp;<br>Empowered women empower women.&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75da1eb0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5b670ed0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7978,1306,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(7979,1306,'_elementor_pro_version','3.7.2'),(7980,1306,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7982,1307,'_elementor_edit_mode','builder'),(7983,1307,'_elementor_template_type','wp-page'),(7984,1307,'_elementor_version','3.6.8'),(7985,1307,'_wp_page_template','default'),(7986,1307,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7cc2f262\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"24ef2e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"7a25fd5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Girls, Girls, Girls.\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77a110a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You know what they say.&nbsp;<br>Empowered women empower women.&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75da1eb0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5b670ed0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7987,1307,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(7988,1307,'_elementor_pro_version','3.7.2'),(7989,1307,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(7992,1308,'_elementor_template_type','wp-page'),(7993,1308,'_elementor_version','3.6.8'),(7994,1308,'_wp_page_template','default'),(7995,1308,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7cc2f262\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFFFFF\"},\"elements\":[{\"id\":\"24ef2e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"7a25fd5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Girls, Girls, Girls.\",\"header_size\":\"h1\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77a110a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You know what they say.&nbsp;<br>Empowered women empower women.&nbsp;<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75da1eb0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5b670ed0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7996,1308,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(7997,1308,'_elementor_pro_version','3.7.2'),(7998,1308,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8002,1309,'_elementor_edit_mode','builder'),(8003,1309,'_elementor_template_type','wp-page'),(8004,1309,'_elementor_version','3.6.8'),(8005,1309,'_wp_page_template','default'),(8006,1309,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7cc2f262\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFFFFF\"},\"elements\":[{\"id\":\"24ef2e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"7a25fd5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Girls, Girls, Girls.\",\"header_size\":\"h1\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77a110a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You know what they say.&nbsp;<br>Empowered women empower women.&nbsp;<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75da1eb0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5b670ed0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8007,1309,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(8008,1309,'_elementor_pro_version','3.7.2'),(8009,1309,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8011,1310,'_elementor_edit_mode','builder'),(8012,1310,'_elementor_template_type','wp-page'),(8013,1310,'_elementor_version','3.6.8'),(8014,1310,'_wp_page_template','default'),(8015,1310,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7cc2f262\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFFFFF\"},\"elements\":[{\"id\":\"24ef2e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"7a25fd5f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Girls, Girls, Girls.\",\"header_size\":\"h1\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77a110a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You know what they say.&nbsp;<br>Empowered women empower women.&nbsp;<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75da1eb0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5b670ed0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8016,1310,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(8017,1310,'_elementor_pro_version','3.7.2'),(8018,1310,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8025,1311,'_elementor_page_assets','a:1:{s:6:\"styles\";a:11:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";}}'),(8026,1311,'_elementor_pro_version','3.7.2'),(8027,1311,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8033,1313,'_elementor_edit_mode','builder'),(8034,1313,'_elementor_template_type','wp-page'),(8035,1313,'_elementor_version','3.6.8'),(8036,1313,'_wp_page_template','default'),(8037,1313,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8031,1312,'_wp_attached_file','2022/08/AdobeStock_368299756_Preview.jpeg'),(8032,1312,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:41:\"2022/08/AdobeStock_368299756_Preview.jpeg\";s:8:\"filesize\";i:336546;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"AdobeStock_368299756_Preview-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19057;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"AdobeStock_368299756_Preview-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7530;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"AdobeStock_368299756_Preview-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103412;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:41:\"AdobeStock_368299756_Preview-219x146.jpeg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10715;}s:5:\"50x50\";a:5:{s:4:\"file\";s:39:\"AdobeStock_368299756_Preview-50x33.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1333;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:40:\"AdobeStock_368299756_Preview-112x75.jpeg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3308;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:39:\"AdobeStock_368299756_Preview-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2935;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:39:\"AdobeStock_368299756_Preview-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2592;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:42:\"AdobeStock_368299756_Preview-1000x500.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139898;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:41:\"AdobeStock_368299756_Preview-768x667.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137513;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:41:\"AdobeStock_368299756_Preview-960x667.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172127;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:34:\"Aleksey Safronov - stock.adobe.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8038,1313,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8039,1313,'_elementor_pro_version','3.7.2'),(8040,1313,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8042,1314,'_elementor_edit_mode','builder'),(8043,1314,'_elementor_template_type','wp-page'),(8044,1314,'_elementor_version','3.6.8'),(8045,1314,'_wp_page_template','default'),(8046,1314,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1291,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_311325267_Preview-1.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8047,1314,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8048,1314,'_elementor_pro_version','3.7.2'),(8049,1314,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8051,1315,'_elementor_edit_mode','builder'),(8052,1315,'_elementor_template_type','wp-page'),(8053,1315,'_elementor_version','3.6.8'),(8054,1315,'_wp_page_template','default'),(8055,1315,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1312,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756_Preview.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8056,1315,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8057,1315,'_elementor_pro_version','3.7.2'),(8058,1315,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8078,1320,'_elementor_edit_mode','builder'),(8079,1320,'_elementor_template_type','wp-page'),(8080,1320,'_elementor_version','3.6.8'),(8081,1320,'_wp_page_template','default'),(8082,1320,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1312,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756_Preview.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8072,1317,'_wp_attached_file','2022/08/AdobeStock_368299756-scaled.jpeg'),(8073,1317,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1706;s:4:\"file\";s:40:\"2022/08/AdobeStock_368299756-scaled.jpeg\";s:8:\"filesize\";i:693348;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"AdobeStock_368299756-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18865;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"AdobeStock_368299756-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174284;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"AdobeStock_368299756-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7560;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"AdobeStock_368299756-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107542;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"AdobeStock_368299756-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:325939;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"AdobeStock_368299756-2048x1365.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:500498;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"AdobeStock_368299756-219x146.jpeg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10630;}s:5:\"50x50\";a:5:{s:4:\"file\";s:31:\"AdobeStock_368299756-50x33.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1335;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:32:\"AdobeStock_368299756-113x75.jpeg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3366;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:34:\"AdobeStock_368299756-1630x860.jpeg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:295649;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:31:\"AdobeStock_368299756-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2933;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:31:\"AdobeStock_368299756-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2584;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:35:\"AdobeStock_368299756-1280x1000.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:275973;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:34:\"AdobeStock_368299756-1280x500.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152943;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:34:\"AdobeStock_368299756-768x1200.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219518;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:34:\"AdobeStock_368299756-1920x750.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:280608;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:33:\"AdobeStock_368299756-960x720.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171939;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:34:\"AdobeStock_368299756-1200x675.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194970;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:32:\"Aleksey Safronov - stock.adobe.c\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:27:\"disco ball in the nightclub\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:25:{i:0;s:8:\"abstract\";i:1;s:5:\"light\";i:2;s:10:\"technology\";i:3;s:4:\"data\";i:4;s:5:\"space\";i:5;s:7:\"science\";i:6;s:4:\"city\";i:7;s:7:\"concept\";i:8;s:5:\"stock\";i:9;s:5:\"disco\";i:10;s:6:\"design\";i:11;s:6:\"market\";i:12;s:8:\"backdrop\";i:13;s:4:\"blue\";i:14;s:7:\"digital\";i:15;s:7:\"texture\";i:16;s:12:\"illustration\";i:17;s:4:\"ball\";i:18;s:7:\"pattern\";i:19;s:6:\"lights\";i:20;s:9:\"wallpaper\";i:21;s:6:\"number\";i:22;s:5:\"black\";i:23;s:13:\"communication\";i:24;s:8:\"business\";}}s:14:\"original_image\";s:25:\"AdobeStock_368299756.jpeg\";}'),(8099,1322,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8100,1322,'_elementor_pro_version','3.7.2'),(8101,1322,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8097,1322,'_wp_page_template','default'),(8098,1322,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1317,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756-scaled.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8094,1322,'_elementor_edit_mode','builder'),(8095,1322,'_elementor_template_type','wp-page'),(8096,1322,'_elementor_version','3.6.8'),(8074,1318,'_wp_attached_file','2022/08/Untitled-design-11.png'),(8075,1318,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2022/08/Untitled-design-11.png\";s:8:\"filesize\";i:2898930;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Untitled-design-11-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120185;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Untitled-design-11-1024x539.png\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:992174;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58457;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Untitled-design-11-768x404.png\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:614421;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Untitled-design-11-1536x808.png\";s:5:\"width\";i:1536;s:6:\"height\";i:808;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1937199;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-11-260x137.png\";s:5:\"width\";i:260;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92769;}s:5:\"50x50\";a:5:{s:4:\"file\";s:28:\"Untitled-design-11-50x26.png\";s:5:\"width\";i:50;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3646;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:29:\"Untitled-design-11-143x75.png\";s:5:\"width\";i:143;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30095;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:31:\"Untitled-design-11-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2141530;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:28:\"Untitled-design-11-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20671;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:28:\"Untitled-design-11-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18456;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:32:\"Untitled-design-11-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1940844;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:31:\"Untitled-design-11-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1058955;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:31:\"Untitled-design-11-768x1000.png\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1162339;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:31:\"Untitled-design-11-1900x750.png\";s:5:\"width\";i:1900;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2165233;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:30:\"Untitled-design-11-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1115111;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:31:\"Untitled-design-11-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1343714;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8076,1319,'_wp_attached_file','2022/08/Untitled-design-12.png'),(8077,1319,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2022/08/Untitled-design-12.png\";s:8:\"filesize\";i:1620898;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Untitled-design-12-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52015;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Untitled-design-12-1024x539.png\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:427431;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26321;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Untitled-design-12-768x404.png\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:251379;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Untitled-design-12-1536x808.png\";s:5:\"width\";i:1536;s:6:\"height\";i:808;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:922175;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-12-260x137.png\";s:5:\"width\";i:260;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41271;}s:5:\"50x50\";a:5:{s:4:\"file\";s:28:\"Untitled-design-12-50x26.png\";s:5:\"width\";i:50;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3040;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:29:\"Untitled-design-12-143x75.png\";s:5:\"width\";i:143;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16016;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:31:\"Untitled-design-12-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1036972;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:28:\"Untitled-design-12-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10919;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:28:\"Untitled-design-12-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9899;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:32:\"Untitled-design-12-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1104158;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:31:\"Untitled-design-12-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:479259;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:31:\"Untitled-design-12-768x1000.png\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:661654;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:31:\"Untitled-design-12-1900x750.png\";s:5:\"width\";i:1900;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1203899;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:30:\"Untitled-design-12-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:533392;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:31:\"Untitled-design-12-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:617061;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8083,1320,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8084,1320,'_elementor_pro_version','3.7.2'),(8085,1320,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8086,1321,'_elementor_edit_mode','builder'),(8087,1321,'_elementor_template_type','wp-page'),(8088,1321,'_elementor_version','3.6.8'),(8089,1321,'_wp_page_template','default'),(8090,1321,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1312,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756_Preview.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8091,1321,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8092,1321,'_elementor_pro_version','3.7.2'),(8093,1321,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8299,1354,'_elementor_edit_mode','builder'),(8300,1354,'_elementor_template_type','wp-page'),(8301,1354,'_elementor_version','3.6.8'),(8302,1354,'_wp_page_template','default'),(8303,1354,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1317,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756-scaled.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8109,1323,'_elementor_page_assets','a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),(8110,1323,'_elementor_pro_version','3.7.2'),(8112,1324,'_elementor_edit_mode','builder'),(8113,1324,'_elementor_template_type','wp-page'),(8114,1324,'_elementor_version','3.6.8'),(8115,1324,'_wp_page_template','default'),(8116,1324,'_elementor_data','[{\"id\":\"272c5bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"beb5cc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"02ce323\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#5A38A6\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#978BD9\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8117,1324,'_elementor_page_assets','a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),(8118,1324,'_elementor_pro_version','3.7.2'),(8120,1325,'_elementor_edit_mode','builder'),(8121,1325,'_elementor_template_type','wp-page'),(8122,1325,'_elementor_version','3.6.8'),(8123,1325,'_wp_page_template','default'),(8124,1325,'_elementor_data','[{\"id\":\"1e1a7cf0\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"249936be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ab47268\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87663e1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d1f0636\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Disco is currently accepting clients!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"320f297\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":20},\"elements\":[{\"id\":\"8fa40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"566c0f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<br>Email us using the link below to begin discussions and schedule a Discovery Call. \",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#585858\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align_tablet\":\"center\",\"size\":\"small\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9939b9d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0a1d9e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get In Touch\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee.czapla@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"02ce323\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5fddd8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Spakles.png\",\"id\":1131,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"200a0646\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[{\"id\":\"743998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbdb393\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"322b1204\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37e33717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"58600752\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"626cc58e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"22561d56\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"0764ceb\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/IndigoDiscoMKTG\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"332509a\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/indigo_disco\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e25aea5\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/indigo_disco\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#5A38A6\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_primary_color\":\"#978BD9\",\"icon_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"541e4262\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2782675c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8125,1325,'_elementor_page_assets','a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),(8126,1325,'_elementor_pro_version','3.7.2'),(8130,1326,'_wp_attached_file','2022/08/1.png'),(8131,1326,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:13:\"2022/08/1.png\";s:8:\"filesize\";i:349050;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{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:8:\"filesize\";i:37430;}s:5:\"large\";a:5:{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:8:\"filesize\";i:226157;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13561;}s:12:\"medium_large\";a:5:{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:8:\"filesize\";i:151915;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:13:\"1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13139;}s:5:\"50x50\";a:5:{s:4:\"file\";s:11:\"1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2532;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:11:\"1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4718;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:14:\"1-1500x860.png\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:339014;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:11:\"1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5793;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:11:\"1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5257;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:15:\"1-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:305206;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:14:\"1-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:227347;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:14:\"1-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:269880;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:14:\"1-1500x750.png\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:316420;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:13:\"1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:205096;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:14:\"1-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:273495;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8143,1328,'_wp_attached_file','2022/08/10-1.png'),(8144,1328,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:16:\"2022/08/10-1.png\";s:8:\"filesize\";i:314003;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"10-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32132;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"10-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:199454;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"10-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11424;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"10-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133358;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"10-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11077;}s:5:\"50x50\";a:5:{s:4:\"file\";s:14:\"10-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2321;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:14:\"10-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4148;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:17:\"10-1-1500x860.png\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:281998;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:14:\"10-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5014;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:14:\"10-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4556;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:18:\"10-1-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:266735;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:17:\"10-1-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:184111;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:17:\"10-1-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:236722;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:17:\"10-1-1500x750.png\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:256654;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:16:\"10-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:180045;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:17:\"10-1-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:219771;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8145,1329,'_wp_attached_file','2022/08/9-1.png'),(8146,1329,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:15:\"2022/08/9-1.png\";s:8:\"filesize\";i:283283;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"9-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29421;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"9-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:180365;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"9-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10669;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"9-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120148;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"9-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10353;}s:5:\"50x50\";a:5:{s:4:\"file\";s:13:\"9-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2240;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:13:\"9-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3943;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:16:\"9-1-1500x860.png\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:251464;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:13:\"9-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4727;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:13:\"9-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4302;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:17:\"9-1-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:242409;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:16:\"9-1-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155823;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:16:\"9-1-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:213682;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:16:\"9-1-1500x750.png\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:226184;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:15:\"9-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:162509;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:16:\"9-1-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:196929;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8147,1330,'_wp_attached_file','2022/08/8-1.png'),(8148,1330,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:15:\"2022/08/8-1.png\";s:8:\"filesize\";i:321374;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"8-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34873;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"8-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:209467;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"8-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12726;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"8-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140186;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"8-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12296;}s:5:\"50x50\";a:5:{s:4:\"file\";s:13:\"8-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2537;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:13:\"8-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4592;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:16:\"8-1-1500x860.png\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:289540;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:13:\"8-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5551;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:13:\"8-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5055;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:17:\"8-1-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:281539;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:16:\"8-1-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:194278;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:16:\"8-1-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:248719;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:16:\"8-1-1500x750.png\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:264148;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:15:\"8-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:189063;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:16:\"8-1-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:232510;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8149,1331,'_wp_attached_file','2022/08/7.png'),(8150,1331,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:13:\"2022/08/7.png\";s:8:\"filesize\";i:303973;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"7-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32040;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"7-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:195200;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11777;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"7-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:130157;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:13:\"7-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11403;}s:5:\"50x50\";a:5:{s:4:\"file\";s:11:\"7-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2466;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:11:\"7-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4389;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:14:\"7-1500x860.png\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:272231;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:11:\"7-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5297;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:11:\"7-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4815;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:15:\"7-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:260777;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:14:\"7-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:177076;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:14:\"7-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:231057;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:14:\"7-1500x750.png\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:246788;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:13:\"7-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:175817;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:14:\"7-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:213609;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8151,1332,'_wp_attached_file','2022/08/6.png'),(8152,1332,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:13:\"2022/08/6.png\";s:8:\"filesize\";i:259503;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26768;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"6-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:164170;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9820;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"6-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109441;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:13:\"6-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9487;}s:5:\"50x50\";a:5:{s:4:\"file\";s:11:\"6-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2089;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:11:\"6-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3693;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:14:\"6-1500x860.png\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:227641;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:11:\"6-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4402;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:11:\"6-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4020;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:15:\"6-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:220857;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:14:\"6-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133956;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:14:\"6-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:195423;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:14:\"6-1500x750.png\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:202291;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:13:\"6-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148108;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:14:\"6-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:177026;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8153,1333,'_wp_attached_file','2022/08/5.png'),(8154,1333,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:13:\"2022/08/5.png\";s:8:\"filesize\";i:328226;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35515;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"5-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:213970;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12966;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"5-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:142839;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:13:\"5-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12477;}s:5:\"50x50\";a:5:{s:4:\"file\";s:11:\"5-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2549;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:11:\"5-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4618;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:14:\"5-1500x860.png\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:296146;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:11:\"5-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5613;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:11:\"5-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5062;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:15:\"5-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:286476;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:14:\"5-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:200449;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:14:\"5-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:252936;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:14:\"5-1500x750.png\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:270823;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:13:\"5-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:192743;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:14:\"5-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:236996;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8155,1334,'_wp_attached_file','2022/08/4.png'),(8156,1334,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:13:\"2022/08/4.png\";s:8:\"filesize\";i:345474;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37748;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"4-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:226736;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13806;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"4-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151683;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:13:\"4-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13374;}s:5:\"50x50\";a:5:{s:4:\"file\";s:11:\"4-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2602;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:11:\"4-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4870;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:14:\"4-1500x860.png\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:313314;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:11:\"4-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5893;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:11:\"4-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5376;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:15:\"4-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:304314;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:14:\"4-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:215660;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:14:\"4-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:269757;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:14:\"4-1500x750.png\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:287697;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:13:\"4-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:205458;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:14:\"4-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:253421;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8157,1335,'_wp_attached_file','2022/08/2-1.png'),(8158,1335,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:15:\"2022/08/2-1.png\";s:8:\"filesize\";i:333431;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"2-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36324;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"2-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:219770;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13221;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"2-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:146375;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"2-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12818;}s:5:\"50x50\";a:5:{s:4:\"file\";s:13:\"2-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2580;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:13:\"2-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4752;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:16:\"2-1-1500x860.png\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:301586;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:13:\"2-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5729;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:13:\"2-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5207;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:17:\"2-1-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:294820;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:16:\"2-1-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:206883;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:16:\"2-1-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:260077;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:16:\"2-1-1500x750.png\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:276203;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:15:\"2-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198352;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:16:\"2-1-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:244422;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8159,1336,'_wp_attached_file','2022/08/3.png'),(8160,1336,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:13:\"2022/08/3.png\";s:8:\"filesize\";i:336315;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35749;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"3-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:218678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12660;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"3-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145327;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:13:\"3-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12249;}s:5:\"50x50\";a:5:{s:4:\"file\";s:11:\"3-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2464;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:11:\"3-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4529;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:14:\"3-1500x860.png\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:305049;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:11:\"3-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5453;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:11:\"3-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4947;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:15:\"3-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:293767;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:14:\"3-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:203544;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:14:\"3-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:259395;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:14:\"3-1500x750.png\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:279649;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:13:\"3-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:197781;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:14:\"3-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:243457;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8161,1337,'_wp_attached_file','2022/08/1-1.png'),(8162,1337,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:15:\"2022/08/1-1.png\";s:8:\"filesize\";i:349050;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{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:8:\"filesize\";i:37430;}s:5:\"large\";a:5:{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:8:\"filesize\";i:226157;}s:9:\"thumbnail\";a:5:{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:8:\"filesize\";i:13561;}s:12:\"medium_large\";a:5:{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:8:\"filesize\";i:151915;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"1-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13139;}s:5:\"50x50\";a:5:{s:4:\"file\";s:13:\"1-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2532;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:13:\"1-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4718;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:16:\"1-1-1500x860.png\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:339014;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:13:\"1-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5793;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:13:\"1-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5257;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:17:\"1-1-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:305206;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:16:\"1-1-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:227347;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:16:\"1-1-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:269880;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:16:\"1-1-1500x750.png\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:316420;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:15:\"1-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:205096;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:16:\"1-1-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:273495;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8177,1340,'_elementor_edit_mode','builder'),(8178,1340,'_elementor_template_type','wp-page'),(8179,1340,'_elementor_version','3.6.8'),(8180,1340,'_wp_page_template','default'),(8181,1340,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/10-1.png\",\"id\":1328,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8168,1338,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(8169,1338,'_elementor_pro_version','3.7.2'),(8170,1339,'_elementor_edit_mode','builder'),(8171,1339,'_elementor_template_type','wp-page'),(8172,1339,'_elementor_version','3.6.8'),(8173,1339,'_wp_page_template','default'),(8174,1339,'_elementor_data','[{\"id\":\"2041848\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c1460f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Development \",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"1b3a265\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"8002261\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"169ad26\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"0fa3423\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"5ca34a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"da00fc3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting & Analytics\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"16a7998\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"e0b6daa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"a4a77df\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8175,1339,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(8176,1339,'_elementor_pro_version','3.7.2'),(8182,1340,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(8183,1340,'_elementor_pro_version','3.7.2'),(8236,1347,'_elementor_edit_mode','builder'),(8237,1347,'_elementor_template_type','wp-page'),(8238,1347,'_elementor_version','3.6.8'),(8239,1347,'_wp_page_template','default'),(8240,1347,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/10-1.png\",\"id\":1328,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8187,1341,'_elementor_template_type','wp-page'),(8188,1341,'_elementor_version','3.6.8'),(8189,1341,'_wp_page_template','default'),(8190,1341,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c1b474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8191,1341,'_thumbnail_id','909'),(8192,1341,'_elementor_edit_mode','builder'),(8193,1341,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(8194,1341,'_elementor_pro_version','3.7.2'),(8196,1341,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;s:5:\"align\";i:4;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:4;s:18:\"animation_duration\";i:4;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:1;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}}'),(8197,1342,'_elementor_template_type','wp-page'),(8198,1342,'_elementor_version','3.6.8'),(8199,1342,'_wp_page_template','default'),(8200,1342,'_elementor_data','[{\"id\":\"e300efa\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"680140a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"713c408\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7a54c28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a52dac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":30,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b7454e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e3c5d8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"a woman owned &amp; operated agency<br>for badass artists + brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"size\":\"medium\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"19d2605\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"122ae59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93fff0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"eb7107c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e183f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7266058\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ccf36\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cf7f19a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"653013e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f6058c\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6084edb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fb210a\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"bf71ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6af1650f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23f64bdd\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"4bddcae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1ca7126e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1caeb956\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"medium\",\"title_color\":\"#5A38A6\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2b6b3b1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b9a5de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1c1b474\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"7d7a06c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ec1c3c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8201,1342,'_thumbnail_id','909'),(8202,1342,'_elementor_edit_mode','builder'),(8203,1342,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(8204,1342,'_elementor_pro_version','3.7.2'),(8206,1342,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;s:5:\"align\";i:4;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:9:\"animation\";i:4;s:18:\"animation_duration\";i:4;s:15:\"animation_delay\";i:3;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:16:\"content_position\";i:1;s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:11:\"hover_color\";i:2;s:13:\"border_radius\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}}'),(8207,1343,'_elementor_edit_mode','builder'),(8208,1343,'_elementor_template_type','wp-page'),(8209,1343,'_elementor_version','3.6.8'),(8210,1343,'_wp_page_template','default');
INSERT INTO `SFmlX6x_postmeta` VALUES (8211,1343,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1317,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756-scaled.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8212,1343,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8213,1343,'_elementor_pro_version','3.7.2'),(8214,1343,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8215,1343,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;s:12:\"align_mobile\";i:1;s:5:\"align\";i:4;s:4:\"size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:14:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:12:\"align_mobile\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:8:{s:4:\"text\";i:3;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:2;s:12:\"align_mobile\";i:1;s:4:\"link\";i:3;s:5:\"align\";i:3;s:4:\"size\";i:2;s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:3;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:1;s:11:\"hover_color\";i:3;s:29:\"button_background_hover_color\";i:3;s:22:\"typography_font_family\";i:1;s:25:\"typography_letter_spacing\";i:1;s:28:\"text_shadow_text_shadow_type\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:1;s:5:\"align\";i:1;s:4:\"link\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:13:\"primary_color\";i:1;s:6:\"rotate\";i:1;s:15:\"hover_animation\";i:1;s:11:\"size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:1;s:9:\"_position\";i:1;s:21:\"_offset_orientation_v\";i:1;s:13:\"_offset_y_end\";i:1;s:14:\"_margin_mobile\";i:1;s:20:\"_offset_y_end_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:6;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:8:{s:6:\"layout\";i:2;s:3:\"gap\";i:3;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:6:\"_title\";i:1;s:15:\"stretch_section\";i:3;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:4;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:3;s:18:\"animation_duration\";i:3;s:15:\"animation_delay\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:9;}}}}}'),(8217,1200,'_thumbnail_id','1317'),(8218,1344,'_menu_item_type','post_type'),(8219,1344,'_menu_item_menu_item_parent','0'),(8220,1344,'_menu_item_object_id','1200'),(8221,1344,'_menu_item_object','page'),(8222,1344,'_menu_item_target',''),(8223,1344,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8224,1344,'_menu_item_xfn',''),(8225,1344,'_menu_item_url',''),(8229,292,'_wp_old_date','2020-11-21'),(9625,292,'_wp_old_date','2023-05-18'),(8228,1344,'menu-item-mfn-bg',''),(8230,118,'_wp_old_date','2020-11-18'),(8231,343,'_wp_old_date','2020-11-22'),(8234,1346,'_wp_attached_file','2022/08/BrandArtist-Development-1.png'),(8235,1346,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:37:\"2022/08/BrandArtist-Development-1.png\";s:8:\"filesize\";i:239622;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"BrandArtist-Development-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25189;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"BrandArtist-Development-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:153006;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"BrandArtist-Development-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9292;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"BrandArtist-Development-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101670;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:37:\"BrandArtist-Development-1-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9037;}s:5:\"50x50\";a:5:{s:4:\"file\";s:35:\"BrandArtist-Development-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1984;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:35:\"BrandArtist-Development-1-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3450;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:38:\"BrandArtist-Development-1-1500x860.png\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:208433;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:35:\"BrandArtist-Development-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4139;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:35:\"BrandArtist-Development-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3755;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:39:\"BrandArtist-Development-1-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:205125;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:38:\"BrandArtist-Development-1-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122991;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:38:\"BrandArtist-Development-1-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:181481;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:38:\"BrandArtist-Development-1-1500x750.png\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:183005;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:37:\"BrandArtist-Development-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:137794;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:38:\"BrandArtist-Development-1-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:162760;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8241,1347,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(8242,1347,'_elementor_pro_version','3.7.2'),(8244,1348,'_elementor_edit_mode','builder'),(8245,1348,'_elementor_template_type','wp-page'),(8246,1348,'_elementor_version','3.6.8'),(8247,1348,'_wp_page_template','default'),(8248,1348,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/10-1.png\",\"id\":1328,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8249,1348,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(8250,1348,'_elementor_pro_version','3.7.2'),(8252,1349,'_elementor_edit_mode','builder'),(8253,1349,'_elementor_template_type','wp-page'),(8254,1349,'_elementor_version','3.6.8'),(8255,1349,'_wp_page_template','default'),(8256,1349,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8257,1349,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(8258,1349,'_elementor_pro_version','3.7.2'),(8262,1350,'_elementor_edit_mode','builder'),(8263,1350,'_elementor_template_type','wp-page'),(8264,1350,'_elementor_version','3.6.8'),(8265,1350,'_wp_page_template','default'),(8266,1350,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8267,1350,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(8268,1350,'_elementor_pro_version','3.7.2'),(8270,1351,'_elementor_edit_mode','builder'),(8271,1351,'_elementor_template_type','wp-page'),(8272,1351,'_elementor_version','3.6.8'),(8273,1351,'_wp_page_template','default'),(8274,1351,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8275,1351,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(8276,1351,'_elementor_pro_version','3.7.2'),(8278,1352,'_elementor_edit_mode','builder'),(8279,1352,'_elementor_template_type','wp-page'),(8280,1352,'_elementor_version','3.6.8'),(8281,1352,'_wp_page_template','default'),(8282,1352,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8283,1352,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(8284,1352,'_elementor_pro_version','3.7.2'),(9093,1434,'_elementor_edit_mode','builder'),(9094,1434,'_elementor_template_type','wp-page'),(9095,1434,'_elementor_version','3.6.8'),(9096,1434,'_wp_page_template','default'),(9097,1434,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8343,1358,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1317,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756-scaled.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8322,1356,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8323,1356,'_elementor_pro_version','3.7.2'),(8324,1356,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8325,1356,'_thumbnail_id','1317'),(8321,1356,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1317,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756-scaled.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8318,1356,'_elementor_template_type','wp-page'),(8319,1356,'_elementor_version','3.6.8'),(8320,1356,'_wp_page_template','default'),(8357,1360,'_elementor_edit_mode','builder'),(8317,1356,'_elementor_edit_mode','builder'),(8304,1354,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8305,1354,'_elementor_pro_version','3.7.2'),(8306,1354,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8307,1354,'_thumbnail_id','1317'),(8308,1355,'_elementor_edit_mode','builder'),(8309,1355,'_elementor_template_type','wp-page'),(8310,1355,'_elementor_version','3.6.8'),(8311,1355,'_wp_page_template','default'),(8312,1355,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1317,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756-scaled.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8313,1355,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8314,1355,'_elementor_pro_version','3.7.2'),(8315,1355,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8316,1355,'_thumbnail_id','1317'),(8339,1358,'_elementor_edit_mode','builder'),(8340,1358,'_elementor_template_type','wp-page'),(8341,1358,'_elementor_version','3.6.8'),(8342,1358,'_wp_page_template','default'),(8368,1361,'_elementor_edit_mode','builder'),(8369,1361,'_elementor_template_type','wp-page'),(8362,1360,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8363,1360,'_elementor_pro_version','3.7.2'),(8364,1360,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8365,1360,'_thumbnail_id','1317'),(8370,1361,'_elementor_version','3.6.8'),(8371,1361,'_wp_page_template','default'),(8372,1361,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1317,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756-scaled.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8361,1360,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1317,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756-scaled.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8358,1360,'_elementor_template_type','wp-page'),(8359,1360,'_elementor_version','3.6.8'),(8360,1360,'_wp_page_template','default'),(8344,1358,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8345,1358,'_elementor_pro_version','3.7.2'),(8346,1358,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8347,1358,'_thumbnail_id','1317'),(8348,1359,'_elementor_edit_mode','builder'),(8349,1359,'_elementor_template_type','wp-page'),(8350,1359,'_elementor_version','3.6.8'),(8351,1359,'_wp_page_template','default'),(8352,1359,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1317,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756-scaled.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency<br \\/>for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8353,1359,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8354,1359,'_elementor_pro_version','3.7.2'),(8355,1359,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8356,1359,'_thumbnail_id','1317'),(8373,1361,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8374,1361,'_elementor_pro_version','3.7.2'),(8375,1361,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8376,1361,'_thumbnail_id','1317'),(8378,1362,'_elementor_edit_mode','builder'),(8379,1362,'_elementor_template_type','wp-page'),(8380,1362,'_elementor_version','3.6.8'),(8381,1362,'_wp_page_template','default'),(8382,1362,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1317,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756-scaled.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8383,1362,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8384,1362,'_elementor_pro_version','3.7.2'),(8385,1362,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8386,1362,'_thumbnail_id','1317'),(8388,1363,'_elementor_edit_mode','builder'),(8389,1363,'_elementor_template_type','wp-page'),(8390,1363,'_elementor_version','3.6.8'),(8391,1363,'_wp_page_template','default'),(8392,1363,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1317,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756-scaled.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing \\nat the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8393,1363,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8394,1363,'_elementor_pro_version','3.7.2'),(8395,1363,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8396,1363,'_thumbnail_id','1317'),(8399,1364,'_elementor_edit_mode','builder'),(8400,1364,'_elementor_template_type','wp-page'),(8401,1364,'_elementor_version','3.6.8'),(8402,1364,'_wp_page_template','default'),(8403,1364,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1317,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756-scaled.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing \\nat the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8404,1364,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8405,1364,'_elementor_pro_version','3.7.2'),(8406,1364,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8407,1364,'_thumbnail_id','1317'),(8408,1365,'_elementor_edit_mode','builder'),(8409,1365,'_elementor_template_type','wp-page'),(8410,1365,'_elementor_version','3.6.8'),(8411,1365,'_wp_page_template','default'),(8412,1365,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1317,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756-scaled.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing \\nat the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman owned &amp; operated agency for badass artists + brands<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8413,1365,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8414,1365,'_elementor_pro_version','3.7.2'),(8415,1365,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8416,1365,'_thumbnail_id','1317'),(8417,1366,'_elementor_edit_mode','builder'),(8418,1366,'_elementor_template_type','wp-page'),(8419,1366,'_elementor_version','3.6.8'),(8420,1366,'_wp_page_template','default'),(8421,1366,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1317,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756-scaled.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing \\nat the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8422,1366,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8423,1366,'_elementor_pro_version','3.7.2'),(8424,1366,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8425,1366,'_thumbnail_id','1317'),(8430,1368,'_elementor_edit_mode','builder'),(8431,1368,'_elementor_template_type','wp-page'),(8432,1368,'_elementor_version','3.6.8'),(8433,1368,'_wp_page_template','default'),(8434,1368,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1317,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756-scaled.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing \\nat the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8428,1367,'_wp_attached_file','2022/08/Untitled-design-13.png'),(8429,1367,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2022/08/Untitled-design-13.png\";s:8:\"filesize\";i:3190616;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Untitled-design-13-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111272;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Untitled-design-13-1024x539.png\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1025863;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55990;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Untitled-design-13-768x404.png\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:616022;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Untitled-design-13-1536x808.png\";s:5:\"width\";i:1536;s:6:\"height\";i:808;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2076831;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-13-260x137.png\";s:5:\"width\";i:260;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84878;}s:5:\"50x50\";a:5:{s:4:\"file\";s:28:\"Untitled-design-13-50x26.png\";s:5:\"width\";i:50;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3322;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:29:\"Untitled-design-13-143x75.png\";s:5:\"width\";i:143;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25648;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:31:\"Untitled-design-13-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2305890;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:28:\"Untitled-design-13-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18355;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:28:\"Untitled-design-13-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16333;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:32:\"Untitled-design-13-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2186511;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:31:\"Untitled-design-13-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1118461;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:31:\"Untitled-design-13-768x1000.png\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1429638;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:31:\"Untitled-design-13-1900x750.png\";s:5:\"width\";i:1900;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2377998;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:30:\"Untitled-design-13-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1201557;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:31:\"Untitled-design-13-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1412449;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8435,1368,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8436,1368,'_elementor_pro_version','3.7.2'),(8437,1368,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8438,1368,'_thumbnail_id','1317'),(8440,1369,'_elementor_edit_mode','builder'),(8441,1369,'_elementor_template_type','wp-page'),(8442,1369,'_elementor_version','3.6.8'),(8443,1369,'_wp_page_template','default'),(8444,1369,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1317,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/AdobeStock_368299756-scaled.jpeg\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing \\nat the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8445,1369,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8446,1369,'_elementor_pro_version','3.7.2'),(8447,1369,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8448,1369,'_thumbnail_id','1317'),(8450,1370,'_elementor_edit_mode','builder'),(8451,1370,'_elementor_template_type','wp-page'),(8452,1370,'_elementor_version','3.6.8'),(8453,1370,'_wp_page_template','default'),(8454,1370,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing \\nat the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8455,1370,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8456,1370,'_elementor_pro_version','3.7.2'),(8457,1370,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8458,1370,'_thumbnail_id','1317'),(8462,1371,'_elementor_edit_mode','builder'),(8463,1371,'_elementor_template_type','wp-page'),(8464,1371,'_elementor_version','3.6.8'),(8465,1371,'_wp_page_template','default'),(8466,1371,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing \\nat the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8467,1371,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8468,1371,'_elementor_pro_version','3.7.2'),(8469,1371,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8470,1371,'_thumbnail_id','1317'),(8472,1372,'_elementor_edit_mode','builder'),(8473,1372,'_elementor_template_type','wp-page'),(8474,1372,'_elementor_version','3.6.8'),(8475,1372,'_wp_page_template','default'),(8476,1372,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing \\nat the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8477,1372,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8478,1372,'_elementor_pro_version','3.7.2'),(8479,1372,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8480,1372,'_thumbnail_id','1317'),(9102,1435,'_elementor_version','3.6.8'),(9103,1435,'_wp_page_template','default'),(9104,1435,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b01d8a8\",\"title\":\"Video Production + Post Production\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8542,1379,'_elementor_edit_mode','builder'),(8482,1373,'_elementor_edit_mode','builder'),(8483,1373,'_elementor_template_type','wp-page'),(8484,1373,'_elementor_version','3.6.8'),(8485,1373,'_wp_page_template','default'),(8486,1373,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing \\nat the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8487,1373,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8488,1373,'_elementor_pro_version','3.7.2'),(8489,1373,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8490,1373,'_thumbnail_id','1317'),(9099,1434,'_elementor_pro_version','3.7.2'),(9100,1435,'_elementor_edit_mode','builder'),(9101,1435,'_elementor_template_type','wp-page'),(8493,1374,'_elementor_edit_mode','builder'),(8494,1374,'_elementor_template_type','wp-page'),(8495,1374,'_elementor_version','3.6.8'),(8496,1374,'_wp_page_template','default'),(8497,1374,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing \\nat the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8498,1374,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8499,1374,'_elementor_pro_version','3.7.2'),(8500,1374,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8501,1374,'_thumbnail_id','1317'),(8502,1375,'_elementor_edit_mode','builder'),(8503,1375,'_elementor_template_type','wp-page'),(8504,1375,'_elementor_version','3.6.8'),(8505,1375,'_wp_page_template','default'),(8506,1375,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing \\nat the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8507,1375,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8508,1375,'_elementor_pro_version','3.7.2'),(8509,1375,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8510,1375,'_thumbnail_id','1317'),(8511,1376,'_elementor_edit_mode','builder'),(8512,1376,'_elementor_template_type','wp-page'),(8513,1376,'_elementor_version','3.6.8'),(8514,1376,'_wp_page_template','default'),(8515,1376,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing \\nat the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8516,1376,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8517,1376,'_elementor_pro_version','3.7.2'),(8518,1376,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8519,1376,'_thumbnail_id','1317'),(8522,1377,'_elementor_edit_mode','builder'),(8523,1377,'_elementor_template_type','wp-page'),(8524,1377,'_elementor_version','3.6.8'),(8525,1377,'_wp_page_template','default'),(8526,1377,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing \\nat the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8527,1377,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8528,1377,'_elementor_pro_version','3.7.2'),(8529,1377,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8530,1377,'_thumbnail_id','1317'),(9098,1434,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(8532,1378,'_elementor_edit_mode','builder'),(8533,1378,'_elementor_template_type','wp-page'),(8534,1378,'_elementor_version','3.6.8'),(8535,1378,'_wp_page_template','default'),(8536,1378,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing \\nat the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8537,1378,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8538,1378,'_elementor_pro_version','3.7.2'),(8539,1378,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8540,1378,'_thumbnail_id','1317'),(8543,1379,'_elementor_template_type','wp-page'),(8544,1379,'_elementor_version','3.6.8'),(8545,1379,'_wp_page_template','default'),(8546,1379,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8547,1379,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8548,1379,'_elementor_pro_version','3.7.2'),(8549,1379,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8550,1379,'_thumbnail_id','1317'),(8554,1380,'_elementor_edit_mode','builder'),(8555,1380,'_elementor_template_type','wp-page'),(8556,1380,'_elementor_version','3.6.8'),(8557,1380,'_wp_page_template','default'),(8558,1380,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8559,1380,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8560,1380,'_elementor_pro_version','3.7.2'),(8561,1380,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8562,1380,'_thumbnail_id','1317'),(8564,1381,'_elementor_edit_mode','builder'),(8565,1381,'_elementor_template_type','wp-page'),(8566,1381,'_elementor_version','3.6.8'),(8567,1381,'_wp_page_template','default'),(8568,1381,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8569,1381,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8570,1381,'_elementor_pro_version','3.7.2'),(8571,1381,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8572,1381,'_thumbnail_id','1317'),(8574,1382,'_elementor_edit_mode','builder'),(8575,1382,'_elementor_template_type','wp-page'),(8576,1382,'_elementor_version','3.6.8'),(8577,1382,'_wp_page_template','default'),(8578,1382,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8579,1382,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8580,1382,'_elementor_pro_version','3.7.2'),(8581,1382,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8582,1382,'_thumbnail_id','1317'),(8586,1383,'_elementor_edit_mode','builder'),(8587,1383,'_elementor_template_type','wp-page'),(8588,1383,'_elementor_version','3.6.8'),(8589,1383,'_wp_page_template','default'),(8590,1383,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8591,1383,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8592,1383,'_elementor_pro_version','3.7.2'),(8593,1383,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8594,1383,'_thumbnail_id','1317'),(8596,1384,'_elementor_edit_mode','builder'),(8597,1384,'_elementor_template_type','wp-page'),(8598,1384,'_elementor_version','3.6.8'),(8599,1384,'_wp_page_template','default'),(8600,1384,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated agency for badass artists + brands\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8601,1384,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8602,1384,'_elementor_pro_version','3.7.2'),(8603,1384,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8604,1384,'_thumbnail_id','1317'),(8606,1385,'_elementor_edit_mode','builder'),(8607,1385,'_elementor_template_type','wp-page'),(8608,1385,'_elementor_version','3.6.8'),(8609,1385,'_wp_page_template','default'),(8610,1385,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8611,1385,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8612,1385,'_elementor_pro_version','3.7.2'),(8613,1385,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8614,1385,'_thumbnail_id','1317'),(8618,1386,'_elementor_edit_mode','builder'),(8619,1386,'_elementor_template_type','wp-page'),(8620,1386,'_elementor_version','3.6.8'),(8621,1386,'_wp_page_template','default'),(8622,1386,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8623,1386,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8624,1386,'_elementor_pro_version','3.7.2'),(8625,1386,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8626,1386,'_thumbnail_id','1317'),(8628,1387,'_elementor_edit_mode','builder'),(8629,1387,'_elementor_template_type','wp-page'),(8630,1387,'_elementor_version','3.6.8'),(8631,1387,'_wp_page_template','default'),(8632,1387,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"050\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"050\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8633,1387,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8634,1387,'_elementor_pro_version','3.7.2'),(8635,1387,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8636,1387,'_thumbnail_id','1317'),(8638,1388,'_elementor_edit_mode','builder'),(8639,1388,'_elementor_template_type','wp-page'),(8640,1388,'_elementor_version','3.6.8'),(8641,1388,'_wp_page_template','default'),(8642,1388,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8643,1388,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8644,1388,'_elementor_pro_version','3.7.2'),(8645,1388,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8646,1388,'_thumbnail_id','1317'),(8650,1389,'_elementor_edit_mode','builder'),(8651,1389,'_elementor_template_type','wp-page'),(8652,1389,'_elementor_version','3.6.8'),(8653,1389,'_wp_page_template','default'),(8654,1389,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8655,1389,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8656,1389,'_elementor_pro_version','3.7.2'),(8657,1389,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8658,1389,'_thumbnail_id','1317'),(8660,1390,'_elementor_edit_mode','builder'),(8661,1390,'_elementor_template_type','wp-page'),(8662,1390,'_elementor_version','3.6.8'),(8663,1390,'_wp_page_template','default'),(8664,1390,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8665,1390,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8666,1390,'_elementor_pro_version','3.7.2'),(8667,1390,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8668,1390,'_thumbnail_id','1317'),(8670,1391,'_elementor_edit_mode','builder'),(8671,1391,'_elementor_template_type','wp-page'),(8672,1391,'_elementor_version','3.6.8'),(8673,1391,'_wp_page_template','default'),(8674,1391,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8675,1391,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8676,1391,'_elementor_pro_version','3.7.2'),(8677,1391,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8678,1391,'_thumbnail_id','1317'),(8682,1392,'_elementor_edit_mode','builder'),(8683,1392,'_elementor_template_type','wp-page'),(8684,1392,'_elementor_version','3.6.8'),(8685,1392,'_wp_page_template','default'),(8686,1392,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8687,1392,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8688,1392,'_elementor_pro_version','3.7.2'),(8689,1392,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8690,1392,'_thumbnail_id','1317'),(8692,1393,'_elementor_edit_mode','builder'),(8693,1393,'_elementor_template_type','wp-page'),(8694,1393,'_elementor_version','3.6.8'),(8695,1393,'_wp_page_template','default'),(8696,1393,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"lg\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8697,1393,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8698,1393,'_elementor_pro_version','3.7.2'),(8699,1393,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8700,1393,'_thumbnail_id','1317'),(8702,1394,'_elementor_edit_mode','builder'),(8703,1394,'_elementor_template_type','wp-page'),(8704,1394,'_elementor_version','3.6.8'),(8705,1394,'_wp_page_template','default'),(8706,1394,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8707,1394,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8708,1394,'_elementor_pro_version','3.7.2'),(8709,1394,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8710,1394,'_thumbnail_id','1317'),(8714,1395,'_elementor_edit_mode','builder'),(8715,1395,'_elementor_template_type','wp-page'),(8716,1395,'_elementor_version','3.6.8'),(8717,1395,'_wp_page_template','default'),(8718,1395,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8719,1395,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8720,1395,'_elementor_pro_version','3.7.2'),(8721,1395,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8722,1395,'_thumbnail_id','1317'),(8724,1396,'_elementor_edit_mode','builder'),(8725,1396,'_elementor_template_type','wp-page'),(8726,1396,'_elementor_version','3.6.8'),(8727,1396,'_wp_page_template','default'),(8728,1396,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":29,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8729,1396,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8730,1396,'_elementor_pro_version','3.7.2'),(8731,1396,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8732,1396,'_thumbnail_id','1317'),(8734,1397,'_elementor_edit_mode','builder'),(8735,1397,'_elementor_template_type','wp-page'),(8736,1397,'_elementor_version','3.6.8'),(8737,1397,'_wp_page_template','default'),(8738,1397,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8739,1397,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8740,1397,'_elementor_pro_version','3.7.2'),(8741,1397,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8742,1397,'_thumbnail_id','1317'),(8748,1399,'_elementor_edit_mode','builder'),(8749,1399,'_elementor_template_type','wp-page'),(8750,1399,'_elementor_version','3.6.8'),(8751,1399,'_wp_page_template','default'),(8752,1399,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8746,1398,'_wp_attached_file','2022/08/Untitled-design-14.png'),(8747,1398,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2022/08/Untitled-design-14.png\";s:8:\"filesize\";i:3383459;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Untitled-design-14-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117352;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Untitled-design-14-1024x539.png\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1115668;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62026;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Untitled-design-14-768x404.png\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:667100;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Untitled-design-14-1536x808.png\";s:5:\"width\";i:1536;s:6:\"height\";i:808;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2246625;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-14-260x137.png\";s:5:\"width\";i:260;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89414;}s:5:\"50x50\";a:5:{s:4:\"file\";s:28:\"Untitled-design-14-50x26.png\";s:5:\"width\";i:50;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3589;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:29:\"Untitled-design-14-143x75.png\";s:5:\"width\";i:143;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28408;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:31:\"Untitled-design-14-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2489556;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:28:\"Untitled-design-14-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20844;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:28:\"Untitled-design-14-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18534;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:32:\"Untitled-design-14-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2397902;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:31:\"Untitled-design-14-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1248572;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:31:\"Untitled-design-14-768x1000.png\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1550790;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:31:\"Untitled-design-14-1900x750.png\";s:5:\"width\";i:1900;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2589227;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:30:\"Untitled-design-14-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1354697;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:31:\"Untitled-design-14-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1549057;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8753,1399,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8754,1399,'_elementor_pro_version','3.7.2'),(8755,1399,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8756,1399,'_thumbnail_id','1317'),(8758,1400,'_elementor_edit_mode','builder'),(8759,1400,'_elementor_template_type','wp-page'),(8760,1400,'_elementor_version','3.6.8'),(8761,1400,'_wp_page_template','default'),(8762,1400,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1367,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-13.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8763,1400,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8764,1400,'_elementor_pro_version','3.7.2'),(8765,1400,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8766,1400,'_thumbnail_id','1317'),(8768,1401,'_elementor_edit_mode','builder'),(8769,1401,'_elementor_template_type','wp-page'),(8770,1401,'_elementor_version','3.6.8'),(8771,1401,'_wp_page_template','default'),(8772,1401,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1398,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-14.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8773,1401,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8774,1401,'_elementor_pro_version','3.7.2'),(8775,1401,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8776,1401,'_thumbnail_id','1317'),(8782,1403,'_elementor_edit_mode','builder'),(8783,1403,'_elementor_template_type','wp-page'),(8784,1403,'_elementor_version','3.6.8'),(8785,1403,'_wp_page_template','default'),(8786,1403,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1398,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-14.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8780,1402,'_wp_attached_file','2022/08/Untitled-design-16.png'),(8781,1402,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2022/08/Untitled-design-16.png\";s:8:\"filesize\";i:2090509;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Untitled-design-16-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77243;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Untitled-design-16-1024x539.png\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:674071;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38341;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Untitled-design-16-768x404.png\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:406543;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Untitled-design-16-1536x808.png\";s:5:\"width\";i:1536;s:6:\"height\";i:808;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1355298;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-16-260x137.png\";s:5:\"width\";i:260;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60225;}s:5:\"50x50\";a:5:{s:4:\"file\";s:28:\"Untitled-design-16-50x26.png\";s:5:\"width\";i:50;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3113;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:29:\"Untitled-design-16-143x75.png\";s:5:\"width\";i:143;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21114;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:31:\"Untitled-design-16-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1503555;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:28:\"Untitled-design-16-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14391;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:28:\"Untitled-design-16-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13023;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:32:\"Untitled-design-16-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1470548;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:31:\"Untitled-design-16-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:737642;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:31:\"Untitled-design-16-768x1000.png\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:936493;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:31:\"Untitled-design-16-1900x750.png\";s:5:\"width\";i:1900;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1580275;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:30:\"Untitled-design-16-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:796653;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:31:\"Untitled-design-16-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:937188;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8787,1403,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8788,1403,'_elementor_pro_version','3.7.2'),(8789,1403,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8790,1403,'_thumbnail_id','1317'),(8792,1404,'_elementor_edit_mode','builder'),(8793,1404,'_elementor_template_type','wp-page'),(8794,1404,'_elementor_version','3.6.8'),(8795,1404,'_wp_page_template','default'),(8796,1404,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1398,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-14.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8797,1404,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8798,1404,'_elementor_pro_version','3.7.2'),(8799,1404,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8800,1404,'_thumbnail_id','1317'),(8802,1405,'_elementor_edit_mode','builder'),(8803,1405,'_elementor_template_type','wp-page'),(8804,1405,'_elementor_version','3.6.8'),(8805,1405,'_wp_page_template','default'),(8806,1405,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8807,1405,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8808,1405,'_elementor_pro_version','3.7.2'),(8809,1405,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8810,1405,'_thumbnail_id','1317'),(8816,1407,'_elementor_edit_mode','builder'),(8817,1407,'_elementor_template_type','wp-page'),(8818,1407,'_elementor_version','3.6.8'),(8819,1407,'_wp_page_template','default'),(8820,1407,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8814,1406,'_wp_attached_file','2022/08/Untitled-design-17.png'),(8815,1406,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2022/08/Untitled-design-17.png\";s:8:\"filesize\";i:2091055;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Untitled-design-17-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77432;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Untitled-design-17-1024x539.png\";s:5:\"width\";i:1024;s:6:\"height\";i:539;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:673957;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38348;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Untitled-design-17-768x404.png\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:406302;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Untitled-design-17-1536x808.png\";s:5:\"width\";i:1536;s:6:\"height\";i:808;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1355258;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-17-260x137.png\";s:5:\"width\";i:260;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60156;}s:5:\"50x50\";a:5:{s:4:\"file\";s:28:\"Untitled-design-17-50x26.png\";s:5:\"width\";i:50;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3097;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:29:\"Untitled-design-17-143x75.png\";s:5:\"width\";i:143;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21119;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:31:\"Untitled-design-17-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1504196;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:28:\"Untitled-design-17-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14462;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:28:\"Untitled-design-17-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13002;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:32:\"Untitled-design-17-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1473341;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:31:\"Untitled-design-17-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:737350;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:31:\"Untitled-design-17-768x1000.png\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:940284;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:31:\"Untitled-design-17-1900x750.png\";s:5:\"width\";i:1900;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1581030;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:30:\"Untitled-design-17-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:796910;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:31:\"Untitled-design-17-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:936610;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8821,1407,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8822,1407,'_elementor_pro_version','3.7.2'),(8823,1407,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8824,1407,'_thumbnail_id','1317'),(8826,1408,'_elementor_edit_mode','builder'),(8827,1408,'_elementor_template_type','wp-page'),(8828,1408,'_elementor_version','3.6.8'),(8829,1408,'_wp_page_template','default'),(8830,1408,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8831,1408,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8832,1408,'_elementor_pro_version','3.7.2'),(8833,1408,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8834,1408,'_thumbnail_id','1317'),(8836,1409,'_elementor_edit_mode','builder'),(8837,1409,'_elementor_template_type','wp-page'),(8838,1409,'_elementor_version','3.6.8'),(8839,1409,'_wp_page_template','default'),(8840,1409,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1406,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-17.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8841,1409,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8842,1409,'_elementor_pro_version','3.7.2'),(8843,1409,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8844,1409,'_thumbnail_id','1317'),(8848,1410,'_elementor_edit_mode','builder'),(8849,1410,'_elementor_template_type','wp-page'),(8850,1410,'_elementor_version','3.6.8'),(8851,1410,'_wp_page_template','default'),(8852,1410,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1406,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-17.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8853,1410,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8854,1410,'_elementor_pro_version','3.7.2'),(8855,1410,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8856,1410,'_thumbnail_id','1317'),(8858,1411,'_elementor_edit_mode','builder'),(8859,1411,'_elementor_template_type','wp-page'),(8860,1411,'_elementor_version','3.6.8'),(8861,1411,'_wp_page_template','default'),(8862,1411,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1406,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-17.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8863,1411,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8864,1411,'_elementor_pro_version','3.7.2'),(8865,1411,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8866,1411,'_thumbnail_id','1317'),(8868,1412,'_elementor_edit_mode','builder'),(8869,1412,'_elementor_template_type','wp-page'),(8870,1412,'_elementor_version','3.6.8'),(8871,1412,'_wp_page_template','default'),(8872,1412,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8873,1412,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8874,1412,'_elementor_pro_version','3.7.2'),(8875,1412,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8876,1412,'_thumbnail_id','1317'),(8885,1415,'_elementor_edit_mode','builder'),(8886,1415,'_elementor_template_type','wp-page'),(8887,1415,'_elementor_version','3.6.8'),(8888,1415,'_wp_page_template','default'),(8889,1415,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8880,1413,'_wp_attached_file','2022/08/cropped-Indigo-Disco-1920x1080-1.png'),(8881,1413,'_wp_attachment_context','custom-logo'),(8882,1413,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1375;s:6:\"height\";i:1080;s:4:\"file\";s:44:\"2022/08/cropped-Indigo-Disco-1920x1080-1.png\";s:8:\"filesize\";i:97914;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"cropped-Indigo-Disco-1920x1080-1-300x236.png\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17403;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"cropped-Indigo-Disco-1920x1080-1-1024x804.png\";s:5:\"width\";i:1024;s:6:\"height\";i:804;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91225;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"cropped-Indigo-Disco-1920x1080-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8440;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"cropped-Indigo-Disco-1920x1080-1-768x603.png\";s:5:\"width\";i:768;s:6:\"height\";i:603;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60109;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:44:\"cropped-Indigo-Disco-1920x1080-1-186x146.png\";s:5:\"width\";i:186;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9312;}s:5:\"50x50\";a:5:{s:4:\"file\";s:42:\"cropped-Indigo-Disco-1920x1080-1-50x39.png\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1828;}s:14:\"clients-slider\";a:5:{s:4:\"file\";s:42:\"cropped-Indigo-Disco-1920x1080-1-95x75.png\";s:5:\"width\";i:95;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4310;}s:14:\"slider-content\";a:5:{s:4:\"file\";s:45:\"cropped-Indigo-Disco-1920x1080-1-1375x860.png\";s:5:\"width\";i:1375;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93771;}s:12:\"testimonials\";a:5:{s:4:\"file\";s:42:\"cropped-Indigo-Disco-1920x1080-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4177;}s:9:\"blog-navi\";a:5:{s:4:\"file\";s:42:\"cropped-Indigo-Disco-1920x1080-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3811;}s:12:\"portfolio-mf\";a:5:{s:4:\"file\";s:46:\"cropped-Indigo-Disco-1920x1080-1-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:128295;}s:14:\"portfolio-mf-w\";a:5:{s:4:\"file\";s:45:\"cropped-Indigo-Disco-1920x1080-1-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55237;}s:14:\"portfolio-mf-t\";a:5:{s:4:\"file\";s:45:\"cropped-Indigo-Disco-1920x1080-1-768x1080.png\";s:5:\"width\";i:768;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56529;}s:14:\"portfolio-list\";a:5:{s:4:\"file\";s:45:\"cropped-Indigo-Disco-1920x1080-1-1375x750.png\";s:5:\"width\";i:1375;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79444;}s:14:\"blog-portfolio\";a:5:{s:4:\"file\";s:44:\"cropped-Indigo-Disco-1920x1080-1-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82442;}s:11:\"blog-single\";a:5:{s:4:\"file\";s:45:\"cropped-Indigo-Disco-1920x1080-1-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96958;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8883,1414,'_wp_trash_meta_status','publish'),(8884,1414,'_wp_trash_meta_time','1659927359'),(8890,1415,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8891,1415,'_elementor_pro_version','3.7.2'),(8892,1415,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8893,1415,'_thumbnail_id','1317'),(8895,1416,'_elementor_edit_mode','builder'),(8896,1416,'_elementor_template_type','wp-page'),(8897,1416,'_elementor_version','3.6.8'),(8898,1416,'_wp_page_template','default'),(8899,1416,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8900,1416,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8901,1416,'_elementor_pro_version','3.7.2'),(8902,1416,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8903,1416,'_thumbnail_id','1317'),(8937,1420,'_elementor_edit_mode','builder'),(8905,1417,'_elementor_edit_mode','builder'),(8906,1417,'_elementor_template_type','wp-page'),(8907,1417,'_elementor_version','3.6.8'),(8908,1417,'_wp_page_template','default');
INSERT INTO `SFmlX6x_postmeta` VALUES (8909,1417,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8910,1417,'_elementor_page_assets','a:1:{s:6:\"styles\";a:9:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";}}'),(8911,1417,'_elementor_pro_version','3.7.2'),(8912,1417,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8913,1417,'_thumbnail_id','1317'),(8917,1418,'_elementor_edit_mode','builder'),(8918,1418,'_elementor_template_type','wp-page'),(8919,1418,'_elementor_version','3.6.8'),(8920,1418,'_wp_page_template','default'),(8921,1418,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8922,1418,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(8923,1418,'_elementor_pro_version','3.7.2'),(8924,1418,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8925,1418,'_thumbnail_id','1317'),(8927,1419,'_elementor_edit_mode','builder'),(8928,1419,'_elementor_template_type','wp-page'),(8929,1419,'_elementor_version','3.6.8'),(8930,1419,'_wp_page_template','default'),(8931,1419,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"713e6bbf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/linktr.ee\\/ashlee.czapla\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":1096},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8932,1419,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(8933,1419,'_elementor_pro_version','3.7.2'),(8934,1419,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8935,1419,'_thumbnail_id','1317'),(8938,1420,'_elementor_template_type','wp-page'),(8939,1420,'_elementor_version','3.6.8'),(8940,1420,'_wp_page_template','default'),(8941,1420,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f161318\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8942,1420,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(8943,1420,'_elementor_pro_version','3.7.2'),(8944,1420,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8945,1420,'_thumbnail_id','1317'),(8949,1421,'_elementor_edit_mode','builder'),(8950,1421,'_elementor_template_type','wp-page'),(8951,1421,'_elementor_version','3.6.8'),(8952,1421,'_wp_page_template','default'),(8953,1421,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f161318\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8954,1421,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(8955,1421,'_elementor_pro_version','3.7.2'),(8956,1421,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8957,1421,'_thumbnail_id','1317'),(8959,1422,'_elementor_edit_mode','builder'),(8960,1422,'_elementor_template_type','wp-page'),(8961,1422,'_elementor_version','3.6.8'),(8962,1422,'_wp_page_template','default'),(8963,1422,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f161318\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8964,1422,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(8965,1422,'_elementor_pro_version','3.7.2'),(8966,1422,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8967,1422,'_thumbnail_id','1317'),(8969,1423,'_elementor_edit_mode','builder'),(8970,1423,'_elementor_template_type','wp-page'),(8971,1423,'_elementor_version','3.6.8'),(8972,1423,'_wp_page_template','default'),(8973,1423,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f161318\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3c3c689\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8974,1423,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(8975,1423,'_elementor_pro_version','3.7.2'),(8976,1423,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8977,1423,'_thumbnail_id','1317'),(8981,1424,'_elementor_edit_mode','builder'),(8982,1424,'_elementor_template_type','wp-page'),(8983,1424,'_elementor_version','3.6.8'),(8984,1424,'_wp_page_template','default'),(8985,1424,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f161318\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3c3c689\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8986,1424,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(8987,1424,'_elementor_pro_version','3.7.2'),(8988,1424,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8989,1424,'_thumbnail_id','1317'),(8991,1425,'_elementor_edit_mode','builder'),(8992,1425,'_elementor_template_type','wp-page'),(8993,1425,'_elementor_version','3.6.8'),(8994,1425,'_wp_page_template','default'),(8995,1425,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f161318\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3c3c689\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8996,1425,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(8997,1425,'_elementor_pro_version','3.7.2'),(8998,1425,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(8999,1425,'_thumbnail_id','1317'),(9001,1426,'_elementor_edit_mode','builder'),(9002,1426,'_elementor_template_type','wp-page'),(9003,1426,'_elementor_version','3.6.8'),(9004,1426,'_wp_page_template','default'),(9005,1426,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f161318\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3c3c689\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9006,1426,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(9007,1426,'_elementor_pro_version','3.7.2'),(9008,1426,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(9009,1426,'_thumbnail_id','1317'),(9013,1427,'_elementor_edit_mode','builder'),(9014,1427,'_elementor_template_type','wp-page'),(9015,1427,'_elementor_version','3.6.8'),(9016,1427,'_wp_page_template','default'),(9017,1427,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f161318\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3c3c689\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9018,1427,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(9019,1427,'_elementor_pro_version','3.7.2'),(9020,1427,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(9021,1427,'_thumbnail_id','1317'),(9023,1428,'_elementor_edit_mode','builder'),(9024,1428,'_elementor_template_type','wp-page'),(9025,1428,'_elementor_version','3.6.8'),(9026,1428,'_wp_page_template','default'),(9027,1428,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Public Relations<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f161318\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3c3c689\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9028,1428,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(9029,1428,'_elementor_pro_version','3.7.2'),(9030,1428,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(9031,1428,'_thumbnail_id','1317'),(9033,1429,'_elementor_edit_mode','builder'),(9034,1429,'_elementor_template_type','wp-page'),(9035,1429,'_elementor_version','3.6.8'),(9036,1429,'_wp_page_template','default'),(9037,1429,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management&nbsp;&nbsp;<\\/strong><\\/p>\\n<p><strong>Brand + Artist Development&nbsp;<\\/strong><\\/p>\\n<p><strong>Content Creation + Management&nbsp;<\\/strong><\\/p>\\n<p><strong>Creative Strategy&nbsp;<\\/strong><\\/p>\\n<p><strong>Photography<\\/strong><\\/p>\\n<p><strong>Research, Reporting + Analytics&nbsp;<\\/strong><\\/p>\\n<p><strong>Social Media Management&nbsp;<\\/strong><\\/p>\\n<p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f161318\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3c3c689\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9038,1429,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(9039,1429,'_elementor_pro_version','3.7.2'),(9040,1429,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(9041,1429,'_thumbnail_id','1317'),(9045,1430,'_elementor_edit_mode','builder'),(9046,1430,'_elementor_template_type','wp-page'),(9047,1430,'_elementor_version','3.7.8'),(9048,1430,'_wp_page_template','default'),(9049,1430,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management&nbsp;&nbsp;<\\/strong><\\/p>\\n<p><strong>Brand + Artist Development&nbsp;<\\/strong><\\/p>\\n<p><strong>Content Creation + Management&nbsp;<\\/strong><\\/p>\\n<p><strong>Creative Strategy&nbsp;<\\/strong><\\/p>\\n<p><strong>Photography<\\/strong><\\/p>\\n<p><strong>Research, Reporting + Analytics&nbsp;<\\/strong><\\/p>\\n<p><strong>Social Media Management&nbsp;<\\/strong><\\/p>\\n<p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f161318\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3c3c689\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9075,1200,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;s:4:\"size\";i:2;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:12:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:8:{s:4:\"text\";i:3;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:2;s:12:\"align_mobile\";i:1;s:4:\"link\";i:3;s:5:\"align\";i:3;s:4:\"size\";i:2;s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:3;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:1;s:11:\"hover_color\";i:3;s:29:\"button_background_hover_color\";i:3;s:22:\"typography_font_family\";i:1;s:25:\"typography_letter_spacing\";i:1;s:28:\"text_shadow_text_shadow_type\";i:2;s:33:\"button_box_shadow_box_shadow_type\";i:2;s:21:\"typography_typography\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:1;s:5:\"align\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:6:\"rotate\";i:1;s:15:\"hover_animation\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:9:\"_position\";i:1;s:21:\"_offset_orientation_v\";i:1;s:13:\"_offset_y_end\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:6;s:21:\"space_between_widgets\";i:1;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:8:{s:6:\"layout\";i:2;s:3:\"gap\";i:3;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"column_position\";i:1;s:6:\"_title\";i:1;s:15:\"stretch_section\";i:3;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:4;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:3;s:18:\"animation_duration\";i:3;s:15:\"animation_delay\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"section_effects\";a:3:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;s:16:\"_animation_delay\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:10;}}}}}'),(9050,1430,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(9051,1430,'_elementor_pro_version','3.7.2'),(9052,1430,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(9053,1430,'_thumbnail_id','1317'),(9055,1431,'_elementor_edit_mode','builder'),(9056,1431,'_elementor_template_type','wp-page'),(9057,1431,'_elementor_version','3.7.8'),(9058,1431,'_wp_page_template','default'),(9059,1431,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management&nbsp;&nbsp;<\\/strong><\\/p>\\n<p><strong>Brand + Artist Development&nbsp;<\\/strong><\\/p>\\n<p><strong>Content Creation + Management&nbsp;<\\/strong><\\/p>\\n<p><strong>Creative Strategy&nbsp;<\\/strong><\\/p>\\n<p><strong>Photography<\\/strong><\\/p>\\n<p><strong>Research, Reporting + Analytics&nbsp;<\\/strong><\\/p>\\n<p><strong>Social Media Management&nbsp;<\\/strong><\\/p>\\n<p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f161318\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3c3c689\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9060,1431,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(9061,1431,'_elementor_pro_version','3.7.2'),(9062,1431,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(9063,1431,'_thumbnail_id','1317'),(9065,1432,'_elementor_edit_mode','builder'),(9066,1432,'_elementor_template_type','wp-page'),(9067,1432,'_elementor_version','3.7.8'),(9068,1432,'_wp_page_template','default'),(9069,1432,'_elementor_data','[{\"id\":\"5cc94e40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"id\":1402,\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-16.png\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"04\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_title\":\"Hero\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125,\"sizes\":[]},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"7aaf0d28\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":20,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"cf87782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing<br>at the Disco\",\"header_size\":\"h1\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":86,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"xxl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c10f225\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"elementor-heading-title elementor-size-medium\\\">a woman-owned &amp; operated&nbsp;<\\/p><p class=\\\"elementor-heading-title elementor-size-medium\\\">agency for badass artists + brands&nbsp;<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro Italic\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"228de256\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#5A38A6\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"hover_color\":\"#111013\",\"button_background_hover_color\":\"#978BD9\",\"__globals__\":{\"typography_typography\":\"\"},\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"size\":\"md\",\"_animation\":\"none\",\"typography_font_family\":\"Centro\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"256171ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"align\":\"left\",\"primary_color\":\"#FFFFFF\",\"rotate\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-13\",\"isLinked\":false},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"link\":{\"url\":\"#next\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"-10\",\"isLinked\":false},\"_animation\":\"slideInDown\",\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"143830a7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2d980c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33e1b11\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Disco\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"title_color\":\"#5A38A6\",\"typography_font_weight\":\"normal\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c6db894\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"33c67a80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"247c0e9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Indigo-Disco-Logo-Black.png\",\"id\":1135,\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"48a1ed7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"26ba39e7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ee376db\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Offer\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5516187a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"759c7d00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Advertising Strategy + Management\\u00a0\\u00a0<\\/strong><\\/p><p><strong>Brand + Artist Development\\u00a0<\\/strong><\\/p><p><strong>Content Creation + Management\\u00a0<\\/strong><\\/p><p><strong>Creative Strategy\\u00a0<\\/strong><\\/p><p><strong>Photography<\\/strong><\\/p><p><strong>Research, Reporting + Analytics\\u00a0<\\/strong><\\/p><p><strong>Social Media Management\\u00a0<\\/strong><\\/p><p><strong>Video Production<\\/strong><\\/p>\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"263c154f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"284facef\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Services\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#5A38A6\",\"button_background_hover_color\":\"#978BD9\",\"hover_color\":\"#F9F9F9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"http:\\/\\/indigo-disco.com\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":0,\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"405f3368\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2576dbd7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/Untitled-design-12.png\",\"id\":1319,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":0},\"elements\":[{\"id\":\"67471a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44137200\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d192b5\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"ff09536\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"335278\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5c46c645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Make Things Happen\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"large\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e696ca9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f161318\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Connected\",\"align\":\"center\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"https:\\/\\/indigo-disco.com\\/contact\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3c3c689\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"23d1bc11\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fc67e17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9070,1432,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(9071,1432,'_elementor_pro_version','3.7.2'),(9072,1432,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#111013\";}'),(9073,1432,'_thumbnail_id','1317'),(9076,1433,'_elementor_edit_mode','builder'),(9077,1433,'_elementor_template_type','kit'),(9078,1433,'_elementor_version','3.6.8'),(9079,1433,'_wp_page_template','default'),(9080,1433,'_elementor_page_settings','a:16:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#A8A8A8\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#9800FF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#16BAAE\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:3:{i:0;a:4:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Bungee Shade\";s:3:\"_id\";s:7:\"af6de36\";s:5:\"title\";s:22:\"New Typography Setting\";}i:1;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Centro\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:6:\"normal\";s:25:\"typography_text_transform\";s:4:\"none\";s:21:\"typography_font_style\";s:6:\"normal\";s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2b6b3b1\";s:5:\"title\";s:13:\"Site Headings\";}i:2;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Centro\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:25;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:6:\"normal\";s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"db1d368\";s:5:\"title\";s:15:\"Service Heading\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:12:\"Indigo Disco\";s:16:\"site_description\";s:44:\"Badass marketing services for badass humans.\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:23:\"button_hover_text_color\";s:7:\"#6F0CDF\";s:42:\"settings_page_transitions_background_color\";s:7:\"#4414A4\";s:40:\"settings_page_transitions_exit_animation\";s:7:\"fade-in\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:9:\"site_logo\";a:4:{s:3:\"url\";s:79:\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black.png\";s:2:\"id\";i:1135;s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:12:\"site_favicon\";a:4:{s:3:\"url\";s:82:\"https://indigo-disco.com/wp-content/uploads/2020/11/White-Indigo-Disco-Spakles.png\";s:2:\"id\";i:1192;s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}}'),(9081,1433,'_elementor_data','[]'),(9082,1433,'_elementor_page_assets','a:0:{}'),(9083,1433,'_elementor_pro_version','3.7.2'),(9112,1436,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(9113,1436,'_elementor_pro_version','3.7.2'),(9116,1437,'_elementor_edit_mode','builder'),(9117,1437,'_elementor_template_type','wp-page'),(9118,1437,'_elementor_version','3.7.8'),(9119,1437,'_wp_page_template','default'),(9120,1437,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"},{\"_id\":\"80942d8\",\"title\":\"Research & Reporting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9621,10,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:14;s:5:\"align\";i:14;s:11:\"header_size\";i:2;s:4:\"size\";i:13;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:13;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_letter_spacing\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:20:\"typography_font_size\";i:1;s:25:\"typography_text_transform\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:11;s:10:\"image_size\";i:11;s:22:\"image_custom_dimension\";i:11;}}}}s:13:\"mfn_accordion\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:5:\"title\";i:11;s:4:\"tabs\";i:11;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:2;s:15:\"animation_delay\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:29:\"background_overlay_color_stop\";i:1;s:26:\"background_overlay_color_b\";i:1;s:32:\"background_overlay_gradient_type\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:5:{s:17:\"shape_divider_top\";i:1;s:23:\"shape_divider_top_width\";i:1;s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}}}}'),(9121,1437,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(9122,1437,'_elementor_pro_version','3.8.1'),(9123,1438,'_elementor_edit_mode','builder'),(9124,1438,'_elementor_template_type','wp-page'),(9125,1438,'_elementor_version','3.7.8'),(9126,1438,'_wp_page_template','default'),(9127,1438,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"},{\"_id\":\"80942d8\",\"title\":\"Research & Reporting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9128,1438,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(9129,1438,'_elementor_pro_version','3.8.1'),(9130,1439,'_elementor_edit_mode','builder'),(9131,1439,'_elementor_template_type','wp-page'),(9132,1439,'_elementor_version','3.7.8'),(9133,1439,'_wp_page_template','default'),(9134,1439,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"},{\"_id\":\"80942d8\",\"title\":\"Social Media Analytics & Reporting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9135,1439,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(9136,1439,'_elementor_pro_version','3.8.1'),(9138,1440,'_elementor_edit_mode','builder'),(9139,1440,'_elementor_template_type','wp-page'),(9140,1440,'_elementor_version','3.7.8'),(9141,1440,'_wp_page_template','default'),(9142,1440,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"},{\"_id\":\"80942d8\",\"title\":\"Social Media Analytics & Reporting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9143,1440,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(9144,1440,'_elementor_pro_version','3.8.1'),(9145,1441,'_elementor_edit_mode','builder'),(9146,1441,'_elementor_template_type','wp-page'),(9147,1441,'_elementor_version','3.7.8'),(9148,1441,'_wp_page_template','default'),(9149,1441,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research + Analysis\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Analytics Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"},{\"_id\":\"80942d8\",\"title\":\"Social Media Analytics & Reporting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9150,1441,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(9151,1441,'_elementor_pro_version','3.8.1'),(9152,1442,'_elementor_edit_mode','builder'),(9153,1442,'_elementor_template_type','wp-page'),(9154,1442,'_elementor_version','3.7.8'),(9155,1442,'_wp_page_template','default'),(9156,1442,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Content + Growth Stats Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"},{\"_id\":\"80942d8\",\"title\":\"Social Media Analytics & Reporting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9157,1442,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(9158,1442,'_elementor_pro_version','3.8.1'),(9160,1443,'_elementor_edit_mode','builder'),(9161,1443,'_elementor_template_type','wp-page'),(9162,1443,'_elementor_version','3.7.8'),(9163,1443,'_wp_page_template','default'),(9164,1443,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Content + Growth Stats Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"},{\"_id\":\"80942d8\",\"title\":\"Social Media Analytics & Reporting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9165,1443,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(9166,1443,'_elementor_pro_version','3.8.1'),(9167,1444,'_elementor_edit_mode','builder'),(9168,1444,'_elementor_template_type','wp-page'),(9169,1444,'_elementor_version','3.7.8'),(9170,1444,'_wp_page_template','default'),(9171,1444,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Artist Interview\\/Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Content + Growth Stats Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"},{\"_id\":\"80942d8\",\"title\":\"Social Media Analytics & Reporting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9172,1444,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(9173,1444,'_elementor_pro_version','3.8.1'),(9174,1445,'_elementor_edit_mode','builder'),(9175,1445,'_elementor_template_type','wp-page'),(9176,1445,'_elementor_version','3.7.8'),(9177,1445,'_wp_page_template','default'),(9178,1445,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Interview + Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Content + Growth Stats Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"},{\"_id\":\"80942d8\",\"title\":\"Social Media Analytics & Reporting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9179,1445,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(9180,1445,'_elementor_pro_version','3.8.1'),(9191,1447,'_elementor_edit_mode','builder'),(9192,1447,'_elementor_template_type','wp-page'),(9193,1447,'_elementor_version','3.7.8'),(9194,1447,'_wp_page_template','default'),(9195,1447,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Interview + Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Content + Growth Stats Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"},{\"_id\":\"80942d8\",\"title\":\"Social Media Analytics & Reporting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9599,1487,'_elementor_version','3.7.8'),(9600,1487,'_wp_page_template','default'),(9601,1487,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"<ul><li>Facebook<\\/li><li>Instagram\\u00a0<\\/li><li>Twitter<\\/li><\\/ul>\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Photoshoot Concept Development + Shot List\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Interview + Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Content + Growth Stats Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"},{\"_id\":\"80942d8\",\"title\":\"Social Media Analytics & Reporting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9210,1449,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(9211,1449,'_elementor_pro_version','3.8.1'),(9205,1449,'_elementor_edit_mode','builder'),(9206,1449,'_elementor_template_type','wp-page'),(9207,1449,'_elementor_version','3.7.8'),(9208,1449,'_wp_page_template','default'),(9209,1449,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"<ul><li>Facebook<\\/li><li>Instagram\\u00a0<\\/li><li>Twitter<\\/li><\\/ul>\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Photoshoot Concept Development + Shot List\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Interview + Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Content + Growth Stats Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"},{\"_id\":\"80942d8\",\"title\":\"Social Media Analytics & Reporting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9196,1447,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(9197,1447,'_elementor_pro_version','3.8.1'),(9198,1448,'_elementor_edit_mode','builder'),(9199,1448,'_elementor_template_type','wp-page'),(9200,1448,'_elementor_version','3.7.8'),(9201,1448,'_wp_page_template','default'),(9202,1448,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"},{\"title\":\"Photoshoot Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"92968b4\",\"title\":\"Photoshoot Shot List\",\"content\":\"\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Interview + Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Content + Growth Stats Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"},{\"_id\":\"80942d8\",\"title\":\"Social Media Analytics & Reporting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9203,1448,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(9204,1448,'_elementor_pro_version','3.8.1'),(9597,1487,'_elementor_edit_mode','builder'),(9598,1487,'_elementor_template_type','wp-page'),(9447,292,'_wp_old_date','2022-08-08'),(9446,1344,'_wp_old_date','2022-08-08'),(9448,118,'_wp_old_date','2022-08-08'),(9449,343,'_wp_old_date','2022-08-08'),(9635,8,'_elementor_css','a:6:{s:4:\"time\";i:1688977010;s:5:\"fonts\";a:1:{i:0;s:6:\"Centro\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9631,121,'_elementor_css','a:6:{s:4:\"time\";i:1688976840;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";i:4;s:12:\"Bungee Shade\";i:5;s:6:\"Centro\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9632,1200,'_elementor_css','a:6:{s:4:\"time\";i:1688976840;s:5:\"fonts\";a:2:{i:0;s:6:\"Centro\";i:1;s:13:\"Centro Italic\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9633,10,'_elementor_css','a:6:{s:4:\"time\";i:1688976885;s:5:\"fonts\";a:1:{i:0;s:6:\"Centro\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9634,12,'_elementor_css','a:6:{s:4:\"time\";i:1688976928;s:5:\"fonts\";a:1:{i:0;s:6:\"Centro\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9602,1487,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(9603,1487,'_elementor_pro_version','3.8.1'),(9605,1488,'_elementor_edit_mode','builder'),(9606,1488,'_elementor_template_type','wp-page'),(9607,1488,'_elementor_version','3.7.8'),(9608,1488,'_wp_page_template','default'),(9609,1488,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"<ul><li>Facebook<\\/li><li>Instagram\\u00a0<\\/li><li>Twitter<\\/li><\\/ul>\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizationss\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Photoshoot Concept Development + Shot List\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Interview + Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Content + Growth Stats Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"},{\"_id\":\"80942d8\",\"title\":\"Social Media Analytics & Reporting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9610,1488,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(9611,1488,'_elementor_pro_version','3.8.1'),(9613,1489,'_elementor_edit_mode','builder'),(9614,1489,'_elementor_template_type','wp-page'),(9615,1489,'_elementor_version','3.7.8'),(9616,1489,'_wp_page_template','default'),(9617,1489,'_elementor_data','[{\"id\":\"a54fd40\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"055\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae97c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b6135c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"header_size\":\"h1\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f82f522\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data-Driven Marketing + Creative Strategies\",\"size\":\"large\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"typography_font_weight\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d865995\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d14b104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/1.png\",\"id\":1326,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cee3d2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advertising Strategy + Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a18fdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Digital Advertising Strategy\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"8b23c4e\",\"title\":\"Advertising Material Development\",\"content\":\"\"},{\"_id\":\"4283149\",\"title\":\"Campaign Set Up + Management\",\"content\":\"<ul><li>Facebook<\\/li><li>Instagram\\u00a0<\\/li><li>Twitter<\\/li><\\/ul>\"},{\"_id\":\"c1ad621\",\"title\":\"Campaign Monitoring + Optimizations\",\"content\":\"\"},{\"_id\":\"51eed54\",\"title\":\"Reporting + Performance Analytics \",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"50baf13\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/2-1.png\",\"id\":1335,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a87900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brand + Artist Strategy\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d69e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"92abdee\",\"title\":\"Artist Biography\",\"content\":\"\"},{\"title\":\"Artist Brand Guidelines\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"title\":\"Visual Brand Guidelines\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"7fd1744\",\"title\":\"Business Card\",\"content\":\"\"},{\"_id\":\"cf96118\",\"title\":\"Logo\",\"content\":\"\"},{\"_id\":\"eeef628\",\"title\":\"Email Signature Design\",\"content\":\"\"},{\"_id\":\"5c535c7\",\"title\":\"Website Assets\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"86bb513\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1336,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5409a39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a1af83\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"475a446\",\"title\":\"Digital Advertisements\",\"content\":\"\"},{\"title\":\"EP\\/Single\\/Album Artwork\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b05901f\",\"title\":\"Promotional Flyers\",\"content\":\"\"},{\"title\":\"Graphics for Social Media\",\"content\":\"\",\"_id\":\"8e1f905\"},{\"_id\":\"5bfd642\",\"title\":\"Banners for Social Media Profiles\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"9d4b24f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1334,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c3709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Merchandise Design\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d294486\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Design Development + Vendor Sourcing\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"002fbcd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1-1.png\",\"id\":1345,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"233376d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Music Promotion\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9eb830\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"24b619a\",\"title\":\"Creative Strategy for Music Promotion\",\"content\":\"\"},{\"_id\":\"e43793b\",\"title\":\"Event Promotion Campaign Management\",\"content\":\"\"},{\"_id\":\"95732a0\",\"title\":\"Pre-Save Campaign Management\",\"content\":\"\"},{\"_id\":\"ac9350f\",\"title\":\"Spotify Growth Campaign Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"2c7bec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/5.png\",\"id\":1333,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ac1084\",\"elType\":\"widget\",\"settings\":{\"title\":\"Photography\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c64e52\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Photoshoot Concept Development + Shot List\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"b4c4ef1\",\"title\":\"Photographer Sourcing\",\"content\":\"\"},{\"_id\":\"0774d43\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"3d653c5\",\"title\":\"Photoshoot Management\",\"content\":\"<ul><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Collaboration<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Communication<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Photo Reviewing + Selecting Edits<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Asset Organization<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Prop Sourcing\\/Model Sourcing\\u00a0<\\/span><\\/li><li style=\\\"font-weight: 400;\\\" aria-level=\\\"4\\\"><span style=\\\"font-weight: 400;\\\">Location Scouting + Venue Booking <\\/span><\\/li><\\/ul>\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"108a3da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/6.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"255cd40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Relations\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7260e14\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"53f45e9\",\"title\":\"Interview + Article Development\",\"content\":\"\"},{\"title\":\"Press Release Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"1d6c236\",\"title\":\"Press\\/Blog Outreach\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"fb932d9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/7.png\",\"id\":1331,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f426f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Research, Reporting &amp; Analytics\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1132def\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Industry Research\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"3954ad1\",\"title\":\"Artist\\/Brand Analysis\",\"content\":\"\"},{\"_id\":\"2172b75\",\"title\":\"Social Media Audit \",\"content\":\"\"},{\"_id\":\"8696e93\",\"title\":\"Monthly Content + Growth Stats Report\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"b55158d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/8-1.png\",\"id\":1330,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34aabae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Media Management\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0019e9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Monthly Content Calendar Outline\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"a901bdf\",\"title\":\"Content Creation + Scheduling\",\"content\":\"\"},{\"_id\":\"80942d8\",\"title\":\"Social Media Analytics & Reporting\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"ada1636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/9-1.png\",\"id\":1329,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8c752dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Strategy + Production\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c925a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"title\":\"Video Strategy + Concept Development\",\"content\":\"\",\"_id\":\"f83c008\"},{\"_id\":\"575a6c2\",\"title\":\"Styling + Outfit Sourcing\",\"content\":\"\"},{\"_id\":\"f2524a6\",\"title\":\"Videographer Sourcing\",\"content\":\"\"},{\"_id\":\"bd29d23\",\"title\":\"Video Shoot Management\",\"content\":\"\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"},{\"id\":\"03f9f7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2022\\/08\\/BrandArtist-Development-1.png\",\"id\":1346,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"295af21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Services\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#5A38A6\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=db1d368\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d972fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"tabs\":[{\"_id\":\"0f04dc2\",\"title\":\"Copywriting\",\"content\":\"\"},{\"_id\":\"fff990e\",\"title\":\"Website Content Management\"},{\"title\":\"Website Strategy + Outline\",\"content\":\"\",\"_id\":\"f83c008\"}]},\"elements\":[],\"widgetType\":\"mfn_accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ed54fba\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/shattered-disco-ball-1.png\",\"id\":511},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_overlay_color_b\":\"#6F0CDF\",\"background_overlay_gradient_type\":\"radial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125,\"sizes\":[]},\"shape_divider_top\":\"opacity-fan\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":109,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1c173364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"701818a2\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":50},\"elements\":[{\"id\":\"3cb1a12a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cb95869\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1fa4779e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Work Together\",\"header_size\":\"h3\",\"align\":\"center\",\"size\":\"xl\",\"title_color\":\"#5A38A6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Centro\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12ba757b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7254058a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"background_color\":\"#5A38A6\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#978BD9\",\"border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"link\":{\"url\":\"mailto:ashlee@indigo-disco.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1935e442\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67596644\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9618,1489,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(9619,1489,'_elementor_pro_version','3.8.1'),(9624,1344,'_wp_old_date','2023-05-18');
/*!40000 ALTER TABLE `SFmlX6x_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `SFmlX6x_posts`
--

DROP TABLE IF EXISTS `SFmlX6x_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_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=1493 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_posts`
--

LOCK TABLES `SFmlX6x_posts` WRITE;
/*!40000 ALTER TABLE `SFmlX6x_posts` DISABLE KEYS */;
INSERT INTO `SFmlX6x_posts` VALUES (23,2,'2020-06-25 08:20:14','2020-06-25 08:20:14','','biz3 logo','','inherit','open','closed','','biz3-logo','','','2020-06-25 08:20:14','2020-06-25 08:20:14','',0,'http://indigo-disco.com/wp-content/uploads/2020/06/biz3-logo-1.png',0,'attachment','image/png',0),(24,2,'2020-06-25 08:20:15','2020-06-25 08:20:15','','biz3 logo@2x','','inherit','open','closed','','biz3-logo2x','','','2020-06-25 08:20:15','2020-06-25 08:20:15','',0,'http://indigo-disco.com/wp-content/uploads/2020/06/biz3-logo@2x-1.png',0,'attachment','image/png',0),(26,2,'2020-06-25 08:28:29','2020-06-25 08:28:29','','biz3-home-bottom-section','','inherit','closed','closed','','biz3-home-bottom-section','','','2020-06-25 08:28:29','2020-06-25 08:28:29','',0,'http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png',0,'attachment','image/png',0),(27,2,'2020-06-25 08:28:32','2020-06-25 08:28:32','','biz3-home-scroll-section-bg','','inherit','closed','closed','','biz3-home-scroll-section-bg','','','2020-06-25 08:28:32','2020-06-25 08:28:32','',0,'http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-scroll-section-bg-1.jpg',0,'attachment','image/jpeg',0),(29,2,'2020-06-25 08:28:35','2020-06-25 08:28:35','','biz3-contact-head-img','','inherit','closed','closed','','biz3-contact-head-img','','','2020-06-25 08:28:35','2020-06-25 08:28:35','',0,'http://indigo-disco.com/wp-content/uploads/2020/06/biz3-contact-head-img-1.jpg',0,'attachment','image/jpeg',0),(30,2,'2020-06-25 08:28:37','2020-06-25 08:28:37','','biz3-about-img-2','','inherit','closed','closed','','biz3-about-img-2','','','2020-06-25 08:28:37','2020-06-25 08:28:37','',0,'http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg',0,'attachment','image/jpeg',0),(31,2,'2020-06-25 08:28:38','2020-06-25 08:28:38','','biz3-about-img-3','','inherit','closed','closed','','biz3-about-img-3','','','2020-06-25 08:28:38','2020-06-25 08:28:38','',0,'http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg',0,'attachment','image/jpeg',0),(32,2,'2020-06-25 08:28:39','2020-06-25 08:28:39','','biz3-about-img-1','','inherit','closed','closed','','biz3-about-img-1','','','2020-06-25 08:28:39','2020-06-25 08:28:39','',0,'http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg',0,'attachment','image/jpeg',0),(33,2,'2020-06-25 08:28:39','2020-06-25 08:28:39','','biz-home-bg','','inherit','closed','closed','','biz-home-bg','','','2020-06-25 08:28:39','2020-06-25 08:28:39','',0,'http://indigo-disco.com/wp-content/uploads/2020/06/biz-home-bg-1.png',0,'attachment','image/png',0),(34,2,'2020-06-25 08:28:42','2020-06-25 08:28:42','','biz3-home-icon4','','inherit','closed','closed','','biz3-home-icon4','','','2020-06-25 08:28:42','2020-06-25 08:28:42','',0,'http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png',0,'attachment','image/png',0),(35,2,'2020-06-25 08:28:43','2020-06-25 08:28:43','','biz3-home-icon1','','inherit','closed','closed','','biz3-home-icon1','','','2020-06-25 08:28:43','2020-06-25 08:28:43','',0,'http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png',0,'attachment','image/png',0),(36,2,'2020-06-25 08:28:43','2020-06-25 08:28:43','','biz3-home-icon2','','inherit','closed','closed','','biz3-home-icon2','','','2020-06-25 08:28:43','2020-06-25 08:28:43','',0,'http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png',0,'attachment','image/png',0),(37,2,'2020-06-25 08:28:43','2020-06-25 08:28:43','','biz3-home-icon3','','inherit','closed','closed','','biz3-home-icon3','','','2020-06-25 08:28:43','2020-06-25 08:28:43','',0,'http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png',0,'attachment','image/png',0),(38,2,'2020-06-25 08:28:43','2020-06-25 08:28:43','','biz3 footer','','inherit','closed','closed','','biz3-footer','','','2020-06-25 08:28:43','2020-06-25 08:28:43','',0,'http://indigo-disco.com/wp-content/uploads/2020/06/biz3-footer-1.png',0,'attachment','image/png',0),(39,2,'2020-06-25 08:28:43','2020-06-25 08:28:43','','biz3 quotes','','inherit','closed','closed','','biz3-quotes','','','2020-06-25 08:28:43','2020-06-25 08:28:43','',0,'http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png',0,'attachment','image/png',0),(40,2,'2020-06-25 08:34:56','2020-06-25 08:34:56','','biz3-slider-bg','','inherit','closed','closed','','biz3-slider-bg','','','2020-06-25 08:34:56','2020-06-25 08:34:56','',0,'http://indigo-disco.com/wp-content/uploads/2020/06/biz3-slider-bg-1.jpg',0,'attachment','image/jpeg',0),(41,2,'2020-06-25 11:45:47','2020-06-25 11:45:47','','Default Kit','','publish','closed','closed','','default-kit','','','2020-06-25 11:45:47','2020-06-25 11:45:47','',0,'https://themes.muffingroup.com/be/business3_el/?elementor_library=default-kit',0,'elementor_library','',0),(1,2,'2020-06-24 10:54:12','2020-06-24 10:54:12','<!-- 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','closed','','hello-world','','','2020-06-24 10:54:12','2020-06-24 10:54:12','',0,'https://themes.muffingroup.com/be/business3_el/?p=1',0,'post','',6),(923,2,'2022-07-28 04:16:21','2022-07-28 04:16:21','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development&nbsp;</strong></p>\n<p><strong>Content Creation + Management&nbsp;</strong></p>\n<p><strong>Creative Strategy&nbsp;</strong></p>\n<p><strong>Advertising Strategy + Management&nbsp;&nbsp;</strong></p>\n<p><strong>Photography</strong></p>\n<p><strong>Public Relations</strong></p>\n<p><strong>Research, Reporting + Analytics&nbsp;</strong></p>\n<p><strong>Social Media Management&nbsp;</strong></p>\n<p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 04:16:21','2022-07-28 04:16:21','',6,'https://indigo-disco.com/?p=923',0,'revision','',0),(924,2,'2022-07-28 04:16:21','2022-07-28 04:16:21','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development&nbsp;</strong></p>\n<p><strong>Content Creation + Management&nbsp;</strong></p>\n<p><strong>Creative Strategy&nbsp;</strong></p>\n<p><strong>Advertising Strategy + Management&nbsp;&nbsp;</strong></p>\n<p><strong>Photography</strong></p>\n<p><strong>Public Relations</strong></p>\n<p><strong>Research, Reporting + Analytics&nbsp;</strong></p>\n<p><strong>Social Media Management&nbsp;</strong></p>\n<p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 04:16:21','2022-07-28 04:16:21','',6,'https://indigo-disco.com/?p=924',0,'revision','',0),(6,2,'2020-06-25 08:11:20','2020-06-25 08:11:20','<h3>Who We Are</h3>\n<h2>a woman owned &amp; operated agency\nfor badass artists + brands</h2>\n<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Offer</h3>\n<strong>Advertising Strategy + Management&nbsp;&nbsp;</strong>\n\n<strong>Brand + Artist Development&nbsp;</strong>\n\n<strong>Content Creation + Management&nbsp;</strong>\n\n<strong>Creative Strategy&nbsp;</strong>\n\n<strong>Photography</strong>\n\n<strong>Public Relations</strong>\n\n<strong>Research, Reporting + Analytics&nbsp;</strong>\n\n<strong>Social Media Management&nbsp;</strong>\n\n<strong>Video Production</strong>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>Let\'s Make Things Happen</h3>\n<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\nGet Connected\n</a>','Original Home Page','','private','closed','closed','','home','','','2022-08-08 02:05:08','2022-08-08 02:05:08','',0,'https://themes.muffingroup.com/be/business3_el/?page_id=6',0,'page','',0),(1341,2,'2022-08-08 02:04:46','2022-08-08 02:04:46','<h3>Who We Are</h3>\n<h2>a woman owned &amp; operated agency\nfor badass artists + brands</h2>\n<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Offer</h3>\n<strong>Advertising Strategy + Management&nbsp;&nbsp;</strong>\n\n<strong>Brand + Artist Development&nbsp;</strong>\n\n<strong>Content Creation + Management&nbsp;</strong>\n\n<strong>Creative Strategy&nbsp;</strong>\n\n<strong>Photography</strong>\n\n<strong>Public Relations</strong>\n\n<strong>Research, Reporting + Analytics&nbsp;</strong>\n\n<strong>Social Media Management&nbsp;</strong>\n\n<strong>Video Production</strong>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>Let\'s Make Things Happen</h3>\n<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\nGet Connected\n</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-08-08 02:04:46','2022-08-08 02:04:46','',6,'https://indigo-disco.com/?p=1341',0,'revision','',0),(1138,2,'2022-08-07 22:02:05','2022-08-07 22:02:05','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-08-07 22:02:05','2022-08-07 22:02:05','',6,'https://indigo-disco.com/?p=1138',0,'revision','',0),(1128,2,'2022-08-07 21:56:12','2022-08-07 21:56:12','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-08-07 21:56:12','2022-08-07 21:56:12','',6,'https://indigo-disco.com/?p=1128',0,'revision','',0),(919,2,'2022-07-28 04:13:05','2022-07-28 04:13:05','<h3>who we are</h3>\n<h2>a woman owned &amp; operated agency\nfor badass artists + brands</h2>\n<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Specialize In</h3>\n<b>Brand Marketing</b>\n\n<b>Digital Advertising</b>\n\n<b>Music Promotion</b>\n\n<b>Social Media</b>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>CONNECT WITH US</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\">\nTwitter\n</a>\n<h3>want to work together?</h3>\n<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\nApply Now\n</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 04:13:05','2022-07-28 04:13:05','',6,'https://indigo-disco.com/?p=919',0,'revision','',0),(175,2,'2020-11-19 18:41:42','2020-11-19 18:41:42','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 18:41:42','2020-11-19 18:41:42','',6,'http://indigo-disco.com/?p=175',0,'revision','',0),(130,2,'2020-11-18 21:20:41','2020-11-18 21:20:41','<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h5>Ready to get started? <strong> <a style=\"color: #e6a94a;\" href=\"http://indigo-disco.com/contact/\">Get in touch.</a></strong></h5><h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n										<img width=\"628\" height=\"750\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/rainbow-disco-print-PORTRAIT-628x750.jpg\" alt=\"\" loading=\"lazy\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h6 style=\"color: #fff;\">HOW IT WORKS</h6><h1 style=\"color: #e6a94a;\">Join us with three<br />easy steps</h1>		\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-18 21:20:41','2020-11-18 21:20:41','',6,'http://indigo-disco.com/?p=130',0,'revision','',0),(8,2,'2020-06-25 08:11:28','2020-06-25 08:11:28','<h1>Contact Us</h1>		\n			<h2>Indigo Disco is currently accepting clients!</h2>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/Indigo-Disco-Spakles-psxl7zc4ze4vfutnc3kah8x5p3xmuq8wfvn4epo5wo.png\" title=\"Indigo Disco Spakles\" alt=\"Indigo Disco Spakles\" />														\n			<h2>Connect With Us</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','publish','closed','closed','','contact','','','2022-08-08 01:49:04','2022-08-08 01:49:04','',0,'https://themes.muffingroup.com/be/business3_el/?page_id=8',0,'page','',0),(989,2,'2022-07-28 05:55:10','2022-07-28 05:55:10','<h2>CONTACT US</h2>		\n			<p><b>Indigo Disco is currently accepting clients!</b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Get In Touch\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:55:10','2022-07-28 05:55:10','',8,'https://indigo-disco.com/?p=989',0,'revision','',0),(974,2,'2022-07-28 05:51:01','2022-07-28 05:51:01','<h2>CONTACT US</h2>		\n			<p>Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:51:01','2022-07-28 05:51:01','',8,'https://indigo-disco.com/?p=974',0,'revision','',0),(975,2,'2022-07-28 05:52:42','2022-07-28 05:52:42','<h2>CONTACT US</h2>		\n			<p>Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:52:42','2022-07-28 05:52:42','',8,'https://indigo-disco.com/?p=975',0,'revision','',0),(620,2,'2020-11-24 07:12:36','2020-11-24 07:12:36','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:12:36','2020-11-24 07:12:36','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(520,2,'2020-11-23 18:16:00','2020-11-23 18:16:00','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:16:00','2020-11-23 18:16:00','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(509,2,'2020-11-23 17:54:06','2020-11-23 17:54:06','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 17:54:06','2020-11-23 17:54:06','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(428,2,'2020-11-22 23:24:46','2020-11-22 23:24:46','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:24:46','2020-11-22 23:24:46','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(256,2,'2020-11-21 07:02:07','2020-11-21 07:02:07','<h2>OUR SERVICES</h2>\n<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\">\n<h3>Alborn vito\nmos nostra pertrone</h3>\n<ul>\n 	<li>\n										Raesent nec magna ac ped auris suscipit mam\nquis erat id tortor hasellus</li>\n 	<li>\n										Raesent nec magna ac ped auris suscipit mam\nquis erat id tortor hasellus</li>\n 	<li>\n										Raesent nec magna ac ped auris suscipit mam\nquis erat id tortor hasellus</li>\n</ul>\n<h3>Alborn vito\nmos nostra pertrone</h3>\nLorem ipsum\n75%\nLorem ipsum\n95%\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nDolor mit omnia des quanta lorem ipsum.\n\n<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\">\n<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\">\n<h3>Alborn vito\nmos nostra pertrone</h3>\n<strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong>\n\nEtiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.\n\n<a href=\"http://indigo-disco.com/pricing/\" role=\"button\">\nView more details\n</a>\n<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\">\n<ul>\n 	<li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\">\n<blockquote>\n<h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5>\n</blockquote>\n<h5>Pamela Grets</h5>\nSonus Inc.</li>\n 	<li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\">\n<blockquote>\n<h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5>\n</blockquote>\n<h5>Jenny Banks</h5>\nDopel limited</li>\n 	<li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\">\n<blockquote>\n<h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5>\n</blockquote>\n<h5>Rob Mals</h5>\nGrogers</li>\n</ul>\n<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">\n<h3>Our social funpages</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.\n\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nInstagram\n</a>','Services','','inherit','closed','closed','','8-revision-v1','','','2020-11-21 07:02:07','2020-11-21 07:02:07','',8,'http://indigo-disco.com/?p=256',0,'revision','',0),(10,2,'2020-06-25 08:11:42','2020-06-25 08:11:42','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management<ul><li>Facebook</li><li>Instagram </li><li>Twitter</li></ul>\nCampaign Monitoring + Optimizations\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Concept Development + Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\nPhotoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Public Relations</h2>		\n			Interview + Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Content + Growth Stats Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\nSocial Media Analytics &amp; ReportingAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nStyling + Outfit Sourcing\nVideographer Sourcing\nVideo Shoot Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','publish','closed','closed','','services','','','2023-07-10 08:02:32','2023-07-10 08:02:32','',0,'https://themes.muffingroup.com/be/business3_el/?page_id=10',0,'page','',0),(1030,2,'2022-07-28 13:26:32','2022-07-28 13:26:32','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 13:26:32','2022-07-28 13:26:32','',10,'https://indigo-disco.com/?p=1030',0,'revision','',0),(1027,2,'2022-07-28 13:26:07','2022-07-28 13:26:07','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 13:26:07','2022-07-28 13:26:07','',10,'https://indigo-disco.com/?p=1027',0,'revision','',0),(1024,2,'2022-07-28 06:46:45','2022-07-28 06:46:45','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + SchedulingAccordion content\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:46:45','2022-07-28 06:46:45','',10,'https://indigo-disco.com/?p=1024',0,'revision','',0),(1021,2,'2022-07-28 06:45:52','2022-07-28 06:45:52','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:45:52','2022-07-28 06:45:52','',10,'https://indigo-disco.com/?p=1021',0,'revision','',0),(1018,2,'2022-07-28 06:45:33','2022-07-28 06:45:33','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:45:33','2022-07-28 06:45:33','',10,'https://indigo-disco.com/?p=1018',0,'revision','',0),(1015,2,'2022-07-28 06:45:16','2022-07-28 06:45:16','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article DevelopmentAccordion content\nPress Release DevelopmentLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPress/Blog OutreachAccordion content\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:45:16','2022-07-28 06:45:16','',10,'https://indigo-disco.com/?p=1015',0,'revision','',0),(1012,2,'2022-07-28 06:44:57','2022-07-28 06:44:57','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot ListAccordion content\nPhotographer SourcingAccordion content\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article DevelopmentAccordion content\nPress Release DevelopmentLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPress/Blog OutreachAccordion content\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:44:57','2022-07-28 06:44:57','',10,'https://indigo-disco.com/?p=1012',0,'revision','',0),(1009,2,'2022-07-28 06:44:20','2022-07-28 06:44:20','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Creative Strategy</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Merchandise Design</h4>Design Development + Vendor SourcingLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Music Promotion</h4>Creative Strategy for Music PromotionAccordion content\nEvent Promotion Campaign ManagementAccordion content\nPre-Save Campaign ManagementAccordion content\nSpotify Growth Campaign ManagementAccordion content\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot ListAccordion content\nPhotographer SourcingAccordion content\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article DevelopmentAccordion content\nPress Release DevelopmentLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPress/Blog OutreachAccordion content\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:44:20','2022-07-28 06:44:20','',10,'https://indigo-disco.com/?p=1009',0,'revision','',0),(269,2,'2020-11-21 07:13:16','2020-11-21 07:13:16','<h6 style=\"color: #000;\">PRICING</h6>\n<h1>Choose your plan</h1>\n<h6>PRICING PLAN</h6>\n<h2>Choose your plan\nand star earning money today</h2>\n<h2>Basic</h2>\n<sup>$</sup>19<sup>/ monthly</sup>\n\n<hr>\n\n<big>Praesent nec magna ac pede.</big>\n\n<hr style=\"margin:0 auto 15px\">\n\n<ul>\n 	<li>Etiam imperdiet dolor</li>\n 	<li>Nam tempor nisl</li>\n 	<li>Fusce rutrum orci</li>\n 	<li>Donec sed nibh ut</li>\n</ul>\n\n<hr style=\"margin:0 auto 15px\">\n\n<a href=\"https://themes.muffingroup.com/be/business3_el/offer/\">Vire more details</a>\n<h2>Basic</h2>\n<sup>$</sup>29<sup>/ monthly</sup>\n\n<hr>\n\n<big>Praesent nec magna ac pede.</big>\n\n<hr style=\"margin:0 auto 15px\">\n\n<ul>\n 	<li>Etiam imperdiet dolor</li>\n 	<li>Nam tempor nisl</li>\n 	<li>Fusce rutrum orci</li>\n 	<li>Donec sed nibh ut</li>\n</ul>\n\n<hr style=\"margin:0 auto 15px\">\n\n<a href=\"https://themes.muffingroup.com/be/business3_el/offer/\">Vire more details</a>\n<h2>Basic</h2>\n<sup>$</sup>59<sup>/ monthly</sup>\n\n<hr>\n\n<big>Praesent nec magna ac pede.</big>\n\n<hr style=\"margin:0 auto 15px\">\n\n<ul>\n 	<li>Etiam imperdiet dolor</li>\n 	<li>Nam tempor nisl</li>\n 	<li>Fusce rutrum orci</li>\n 	<li>Donec sed nibh ut</li>\n</ul>\n\n<hr style=\"margin:0 auto 15px\">\n\n<a href=\"https://themes.muffingroup.com/be/business3_el/offer/\">Vire more details</a>\n<h6 style=\"color: #fff;\">HOW IT WORKS</h6>\n<h1 style=\"color: #e6a94a;\">Join us with three\neasy steps</h1>\n<h4>\n					Quantum porter</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing\nelit. Ut elit tellus, luctus nec ullamcorper mattis,\npulvinar dapibus leo.\n<h4>\n					Quantum porter</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing\nelit. Ut elit tellus, luctus nec ullamcorper mattis,\npulvinar dapibus leo.\n<h4>\n					Quantum porter</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing\nelit. Ut elit tellus, luctus nec ullamcorper mattis,\npulvinar dapibus leo.\n<h6>WRITE US</h6>\n<h2 style=\"color: #fff;\">Feel free to contact us\nfor more details</h2>\n<a href=\"#\" role=\"button\">\nView more\n</a>\n<h6>CALL US TODAY</h6>\n<h3>+43 600 495 949</h3>\n<h6>E-MAIL US</h6>\n<h3>noreply@envato.com</h3>\n<h3>Our social funpages</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.\n\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nInstagram\n</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:13:16','2020-11-21 07:13:16','',10,'http://indigo-disco.com/?p=269',0,'revision','',0),(12,2,'2020-06-25 08:11:49','2020-06-25 08:11:49','<h1>About</h1>		\n			<h2>Ashlee Czapla</h2>		\n			<h2>Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard</h2>		\n			<h2>Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','publish','closed','closed','','about','','','2022-08-07 23:55:30','2022-08-07 23:55:30','',0,'https://themes.muffingroup.com/be/business3_el/?page_id=12',0,'page','',0),(937,2,'2022-07-28 04:49:01','2022-07-28 04:49:01','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at Techint Labs and a Creative Strategist at Mammoth Music Group. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. TLDR: she loves marketing and stays busy.<br /><br />Czapla has  been involved in the music industry for years working as a freelance copywriter, photographer social media manager and marketing consultant. Ashlee is always seeking new opportunities, new projects and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<h3>CONNECT WITH US</h3>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />														\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:49:01','2022-07-28 04:49:01','',12,'https://indigo-disco.com/?p=937',0,'revision','',0),(295,2,'2020-11-21 07:45:13','2020-11-21 07:45:13','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n			<h3>CONNECT WITH US</h3>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-21 07:45:13','2020-11-21 07:45:13','',12,'http://indigo-disco.com/?p=295',0,'revision','',0),(296,2,'2020-11-21 07:47:34','2020-11-21 07:47:34','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 07:47:34','2020-11-21 07:47:34','',6,'http://indigo-disco.com/?p=296',0,'revision','',0),(248,2,'2020-11-21 06:58:47','2020-11-21 06:58:47','<h2>ABOUT US</h2>		\n		<h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n		<h4>Etiam sagittis</h4><p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p><h4>Quatro perroni</h4><p>Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet con.</p>		\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />											\n			<ul><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n		<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-21 06:58:47','2020-11-21 06:58:47','',12,'http://indigo-disco.com/?p=248',0,'revision','',0),(120,1,'2020-11-18 18:50:03','2020-11-18 18:50:03','','biz3-slider-bg.jpg','','inherit','closed','closed','','biz3-slider-bg-jpg','','','2020-11-18 18:50:03','2020-11-18 18:50:03','',0,'http://indigo-disco.com/wp-content/uploads/revslider/business3_el/biz3-slider-bg.jpg',0,'attachment','image/jpeg',0),(121,2,'2020-11-18 18:51:33','2020-11-18 18:51:33','','Default Kit','','publish','closed','closed','','default-kit-2','','','2022-10-26 19:38:42','2022-10-26 19:38:42','',0,'http://indigo-disco.com/?elementor_library=default-kit-2',0,'elementor_library','',0),(1345,2,'2022-08-08 02:12:33','2022-08-08 02:12:33','','Brand+Artist Development (1) (1)','','inherit','open','closed','','brandartist-development-1-1','','','2022-08-08 02:12:33','2022-08-08 02:12:33','',10,'https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png',0,'attachment','image/png',0),(325,2,'2020-11-21 08:12:12','2020-11-21 08:12:12','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-21 08:12:12','2020-11-21 08:12:12','',12,'http://indigo-disco.com/?p=325',0,'revision','',0),(25,2,'2020-06-25 08:21:52','2020-06-25 08:21:52','<div class=\"column one\"><label>[text* your-name placeholder \"Name\"] </label></div>\r\n<div class=\"column one-second\"><label>[email* your-email placeholder \"Email\"]</label></div>\r\n<div class=\"column one-second\"><label>[text your-subject placeholder \"Subject\"]</label></div>\r\n<div class=\"column one\"><label>[text your-subject placeholder \"Details\"]</label></div>\r\n<div class=\"column one\"><label>[textarea your-message placeholder \"Your message\"] </label></div>\r\n<div class=\"column one\">[submit class:button_full_width \"Send a message\"]</div>\n1\nI\'d like to work with Indigo Disco!\n<example@indigo-disco.com>\n<ashlee@indigo-disco.com>\nYour message goes here\n\n\n\n\n\n\n\n\n\n\n\n\n\nThank you for interest in Indigo Disco! Your message 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-11-21 06:51:24','2020-11-21 06:51:24','',0,'https://themes.muffingroup.com/be/business3_el/?post_type=wpcf7_contact_form&#038;p=25',0,'wpcf7_contact_form','',0),(243,2,'2020-11-21 06:57:00','2020-11-21 06:57:00','<h6 style=\"color: #000;\">OUR OFFER</h6><h1>What can we do for you</h1>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-450x450.jpg 450w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />\n		<h3>Alborn vito<br />mos nostra pertrone</h3>\n					<ul>\n							<li >\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li >\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li >\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br />Dolor mit omnia des quanta lorem ipsum.</p>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-450x450.jpg 450w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-450x450.jpg 450w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />\n		<h3>Alborn vito<br />mos nostra pertrone</h3><p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong></p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p>\n			<a href=\"https://themes.muffingroup.com/be/business3_el/pricing/\" role=\"button\">\n						View more details\n					</a>\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />\n			<ul><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-450x164.png 450w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1240x451.png 1240w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />\n		<h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>','Offer','','inherit','closed','closed','','8-revision-v1','','','2020-11-21 06:57:00','2020-11-21 06:57:00','',8,'http://indigo-disco.com/?p=243',0,'revision','',0),(115,2,'2020-06-26 05:32:40','2020-06-26 05:32:40','<h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5>','Testimonial 1','','publish','closed','closed','','testimonial-1','','','2020-06-26 05:32:40','2020-06-26 05:32:40','',0,'https://themes.muffingroup.com/be/business3_el/?post_type=testimonial&#038;p=115',0,'testimonial','',0),(116,2,'2020-06-26 05:32:59','2020-06-26 05:32:59','<h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5>','Testimonial 2','','publish','closed','closed','','testimonial-2','','','2020-06-26 05:32:59','2020-06-26 05:32:59','',0,'https://themes.muffingroup.com/be/business3_el/?post_type=testimonial&#038;p=116',0,'testimonial','',0),(117,2,'2020-06-26 05:33:22','2020-06-26 05:33:22','<h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5>','Testimonial 3','','publish','closed','closed','','testimonial-3','','','2020-06-26 05:33:22','2020-06-26 05:33:22','',0,'https://themes.muffingroup.com/be/business3_el/?post_type=testimonial&#038;p=117',0,'testimonial','',0),(118,2,'2023-07-10 08:10:06','2020-11-18 18:50:03',' ','','','publish','closed','closed','','118','','','2023-07-10 08:10:06','2023-07-10 08:10:06','',0,'http://indigo-disco.com/?p=118',3,'nav_menu_item','',0),(943,2,'2022-07-28 04:51:35','2022-07-28 04:51:35','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />														\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:51:35','2022-07-28 04:51:35','',12,'https://indigo-disco.com/?p=943',0,'revision','',0),(944,2,'2022-07-28 04:51:51','2022-07-28 04:51:51','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />														\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:51:51','2022-07-28 04:51:51','',12,'https://indigo-disco.com/?p=944',0,'revision','',0),(131,2,'2020-11-18 21:22:06','2020-11-18 21:22:06','<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h5>Ready to get started? <strong> <a style=\"color: #e6a94a;\" href=\"http://indigo-disco.com/contact/\">Get in touch.</a></strong></h5><h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n										<img width=\"628\" height=\"750\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/rainbow-disco-print-PORTRAIT-628x750.jpg\" alt=\"\" loading=\"lazy\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h6 style=\"color: #fff;\">HOW IT WORKS</h6><h1 style=\"color: #e6a94a;\">Join us with three<br />easy steps</h1>		\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-18 21:22:06','2020-11-18 21:22:06','',6,'http://indigo-disco.com/?p=131',0,'revision','',0),(128,2,'2020-11-18 21:20:41','2020-11-18 21:20:41','<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h5>Lorem ipsum dolor sit amet consectetur <strong><a href=\"https://themes.muffingroup.com/be/business3_el/contact/\" style=\"color:#e6a94a;\">Click here</a></strong></h5><h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-450x450.jpg 450w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />\n		<h3>Alborn vito<br />mos nostra pertrone</h3>\n					<ul>\n							<li >\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li >\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li >\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h6 style=\"color: #fff;\">HOW IT WORKS</h6><h1 style=\"color: #e6a94a;\">Join us with three<br />easy steps</h1>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br />elit. Ut elit tellus, luctus nec ullamcorper mattis, <br />pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br />elit. Ut elit tellus, luctus nec ullamcorper mattis, <br />pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br />elit. Ut elit tellus, luctus nec ullamcorper mattis, <br />pulvinar dapibus leo.</p>\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />\n			<ul><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-450x164.png 450w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1240x451.png 1240w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />\n		<h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-18 21:20:41','2020-11-18 21:20:41','',6,'http://indigo-disco.com/?p=128',0,'revision','',0),(124,2,'2020-11-18 19:10:11','2020-11-18 19:10:11','','Default Kit','','inherit','closed','closed','','121-revision-v1','','','2020-11-18 19:10:11','2020-11-18 19:10:11','',121,'http://indigo-disco.com/?p=124',0,'revision','',0),(125,2,'2020-11-18 19:10:11','2020-11-18 19:10:11','','Default Kit','','inherit','closed','closed','','121-revision-v1','','','2020-11-18 19:10:11','2020-11-18 19:10:11','',121,'http://indigo-disco.com/?p=125',0,'revision','',0),(126,2,'2020-11-18 21:15:35','2020-11-18 21:15:35','','istockphoto-172191193-612x612','closeup of a disco ball with nice contrast of warm and cold colors in the reflections','inherit','open','closed','','istockphoto-172191193-612x612','','','2020-11-18 21:15:35','2020-11-18 21:15:35','',6,'http://indigo-disco.com/wp-content/uploads/2020/11/istockphoto-172191193-612x612-1.jpg',0,'attachment','image/jpeg',0),(127,2,'2020-11-18 21:16:45','2020-11-18 21:16:45','','A horizontal image of colorful circles of light, reflecting bright colors.','A horizontal image of colorful circles of light, reflecting bright colors.','inherit','open','closed','','a-horizontal-image-of-colorful-circles-of-light-reflecting-bright-colors','','','2020-11-21 08:24:39','2020-11-21 08:24:39','',6,'http://indigo-disco.com/wp-content/uploads/2020/11/rainbow-disco-print-PORTRAIT.jpg',0,'attachment','image/jpeg',0),(129,2,'2020-11-18 21:20:41','2020-11-18 21:20:41','<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h5>Lorem ipsum dolor sit amet consectetur <strong><a href=\"https://themes.muffingroup.com/be/business3_el/contact/\" style=\"color:#e6a94a;\">Click here</a></strong></h5><h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-450x450.jpg 450w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />\n		<h3>Alborn vito<br />mos nostra pertrone</h3>\n					<ul>\n							<li >\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li >\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li >\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h6 style=\"color: #fff;\">HOW IT WORKS</h6><h1 style=\"color: #e6a94a;\">Join us with three<br />easy steps</h1>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br />elit. Ut elit tellus, luctus nec ullamcorper mattis, <br />pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br />elit. Ut elit tellus, luctus nec ullamcorper mattis, <br />pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br />elit. Ut elit tellus, luctus nec ullamcorper mattis, <br />pulvinar dapibus leo.</p>\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />\n			<ul><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-450x164.png 450w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1240x451.png 1240w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />\n		<h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-18 21:20:41','2020-11-18 21:20:41','',6,'http://indigo-disco.com/?p=129',0,'revision','',0),(132,2,'2020-11-18 21:22:06','2020-11-18 21:22:06','<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h5>Ready to get started? <strong> <a style=\"color: #e6a94a;\" href=\"http://indigo-disco.com/contact/\">Get in touch.</a></strong></h5><h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n										<img width=\"628\" height=\"750\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/rainbow-disco-print-PORTRAIT-628x750.jpg\" alt=\"\" loading=\"lazy\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h6 style=\"color: #fff;\">HOW IT WORKS</h6><h1 style=\"color: #e6a94a;\">Join us with three<br />easy steps</h1>		\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-18 21:22:06','2020-11-18 21:22:06','',6,'http://indigo-disco.com/?p=132',0,'revision','',0),(133,2,'2020-11-18 21:22:06','2020-11-18 21:22:06','<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h5>Ready to get started? <strong> <a style=\"color: #e6a94a;\" href=\"http://indigo-disco.com/contact/\">Get in touch.</a></strong></h5><h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n										<img width=\"628\" height=\"750\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/rainbow-disco-print-PORTRAIT-628x750.jpg\" alt=\"\" loading=\"lazy\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h6 style=\"color: #fff;\">HOW IT WORKS</h6><h1 style=\"color: #e6a94a;\">Join us with three<br />easy steps</h1>		\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-18 21:22:06','2020-11-18 21:22:06','',6,'http://indigo-disco.com/?p=133',0,'revision','',0),(139,2,'2020-11-18 21:47:44','2020-11-18 21:47:44','<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h5>Ready to get started? <strong> <a style=\"color: #e6a94a;\" href=\"http://indigo-disco.com/contact/\">Get in touch.</a></strong></h5><h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n										<img width=\"628\" height=\"750\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/rainbow-disco-print-PORTRAIT-628x750.jpg\" alt=\"\" loading=\"lazy\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h6 style=\"color: #fff;\"><strong>HOW IT WORKS</strong></h6><h1 style=\"color: #e6a94a;\">Join us with three<br />easy steps</h1>		\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-18 21:47:44','2020-11-18 21:47:44','',6,'http://indigo-disco.com/?p=139',0,'revision','',0),(135,2,'2020-11-18 21:41:42','2020-11-18 21:41:42','','Psychedelic portrait background','','inherit','open','closed','','psychedelic-portrait-background','','','2020-11-18 21:41:42','2020-11-18 21:41:42','',6,'http://indigo-disco.com/wp-content/uploads/2020/11/Psychedelic-portrait-background.png',0,'attachment','image/png',0),(136,2,'2020-11-18 21:44:13','2020-11-18 21:44:13','','Psychedelic portrait background dark','','inherit','open','closed','','psychedelic-portrait-background-dark','','','2020-11-18 21:44:13','2020-11-18 21:44:13','',6,'http://indigo-disco.com/wp-content/uploads/2020/11/Psychedelic-portrait-background-dark.png',0,'attachment','image/png',0),(137,2,'2020-11-18 21:47:44','2020-11-18 21:47:44','<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h5>Ready to get started? <strong> <a style=\"color: #e6a94a;\" href=\"http://indigo-disco.com/contact/\">Get in touch.</a></strong></h5><h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n										<img width=\"628\" height=\"750\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/rainbow-disco-print-PORTRAIT-628x750.jpg\" alt=\"\" loading=\"lazy\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h6 style=\"color: #fff;\">HOW IT WORKS</h6><h1 style=\"color: #e6a94a;\">Join us with three<br />easy steps</h1>		\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-18 21:47:44','2020-11-18 21:47:44','',6,'http://indigo-disco.com/?p=137',0,'revision','',0),(138,2,'2020-11-18 21:47:44','2020-11-18 21:47:44','<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h5>Ready to get started? <strong> <a style=\"color: #e6a94a;\" href=\"http://indigo-disco.com/contact/\">Get in touch.</a></strong></h5><h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n										<img width=\"628\" height=\"750\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/rainbow-disco-print-PORTRAIT-628x750.jpg\" alt=\"\" loading=\"lazy\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h6 style=\"color: #fff;\">HOW IT WORKS</h6><h1 style=\"color: #e6a94a;\">Join us with three<br />easy steps</h1>		\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-18 21:47:44','2020-11-18 21:47:44','',6,'http://indigo-disco.com/?p=138',0,'revision','',0),(143,2,'2020-11-18 21:52:23','2020-11-18 21:52:23','<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h5>Ready to get started? <strong> <a style=\"color: #e6a94a;\" href=\"http://indigo-disco.com/contact/\">Get in touch.</a></strong></h5><h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n										<img width=\"628\" height=\"750\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/rainbow-disco-print-PORTRAIT-628x750.jpg\" alt=\"\" loading=\"lazy\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h6 style=\"color: #fff;\"><strong>HOW IT WORKS</strong></h6><h1 style=\"color: #e6a94a;\">Join us with three<br />easy steps</h1>		\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-18 21:52:23','2020-11-18 21:52:23','',6,'http://indigo-disco.com/?p=143',0,'revision','',0),(141,2,'2020-11-18 21:52:23','2020-11-18 21:52:23','<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h5>Ready to get started? <strong> <a style=\"color: #e6a94a;\" href=\"http://indigo-disco.com/contact/\">Get in touch.</a></strong></h5><h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n										<img width=\"628\" height=\"750\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/rainbow-disco-print-PORTRAIT-628x750.jpg\" alt=\"\" loading=\"lazy\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h6 style=\"color: #fff;\"><strong>HOW IT WORKS</strong></h6><h1 style=\"color: #e6a94a;\">Join us with three<br />easy steps</h1>		\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-18 21:52:23','2020-11-18 21:52:23','',6,'http://indigo-disco.com/?p=141',0,'revision','',0),(142,2,'2020-11-18 21:52:23','2020-11-18 21:52:23','<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h5>Ready to get started? <strong> <a style=\"color: #e6a94a;\" href=\"http://indigo-disco.com/contact/\">Get in touch.</a></strong></h5><h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n										<img width=\"628\" height=\"750\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/rainbow-disco-print-PORTRAIT-628x750.jpg\" alt=\"\" loading=\"lazy\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h6 style=\"color: #fff;\"><strong>HOW IT WORKS</strong></h6><h1 style=\"color: #e6a94a;\">Join us with three<br />easy steps</h1>		\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-18 21:52:23','2020-11-18 21:52:23','',6,'http://indigo-disco.com/?p=142',0,'revision','',0),(144,2,'2020-11-18 21:53:05','2020-11-18 21:53:05','','IndigoDisco_LargeLogo_BlackTransparent-01-01','','inherit','open','closed','','indigodisco_largelogo_blacktransparent-01-01','','','2020-11-18 21:53:05','2020-11-18 21:53:05','',6,'http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png',0,'attachment','image/png',0),(169,2,'2020-11-19 18:39:08','2020-11-19 18:39:08','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<h3>Our  Services</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>This is the heading</h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>This is the heading</h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>This is the heading</h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 18:39:08','2020-11-19 18:39:08','',6,'http://indigo-disco.com/?p=169',0,'revision','',0),(148,2,'2020-11-18 21:58:19','2020-11-18 21:58:19','<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h5>Ready to get started? <strong> <a style=\"color: #e6a94a;\" href=\"http://indigo-disco.com/contact/\">Get in touch.</a></strong></h5><h6>WHO WE ARE</h6>\n<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n		<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-18 21:58:19','2020-11-18 21:58:19','',6,'http://indigo-disco.com/?p=148',0,'revision','',0),(146,2,'2020-11-18 21:58:19','2020-11-18 21:58:19','<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h5>Ready to get started? <strong> <a style=\"color: #e6a94a;\" href=\"http://indigo-disco.com/contact/\">Get in touch.</a></strong></h5><h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n										<img width=\"628\" height=\"750\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/rainbow-disco-print-PORTRAIT-628x750.jpg\" alt=\"\" loading=\"lazy\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h6 style=\"color: #fff;\"><strong>HOW IT WORKS</strong></h6><h1 style=\"color: #e6a94a;\">Join us with three<br />easy steps</h1>		\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-18 21:58:19','2020-11-18 21:58:19','',6,'http://indigo-disco.com/?p=146',0,'revision','',0),(147,2,'2020-11-18 21:58:19','2020-11-18 21:58:19','<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h5>Ready to get started? <strong> <a style=\"color: #e6a94a;\" href=\"http://indigo-disco.com/contact/\">Get in touch.</a></strong></h5><h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n										<img width=\"628\" height=\"750\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/rainbow-disco-print-PORTRAIT-628x750.jpg\" alt=\"\" loading=\"lazy\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h6 style=\"color: #fff;\"><strong>HOW IT WORKS</strong></h6><h1 style=\"color: #e6a94a;\">Join us with three<br />easy steps</h1>		\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-18 21:58:19','2020-11-18 21:58:19','',6,'http://indigo-disco.com/?p=147',0,'revision','',0),(149,2,'2020-11-18 22:01:40','2020-11-18 22:01:40','','Untitled design (15)','','inherit','open','closed','','untitled-design-15','','','2020-11-18 22:01:40','2020-11-18 22:01:40','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/Untitled-design-15.png',0,'attachment','image/png',0),(150,2,'2020-11-18 22:09:28','2020-11-18 22:09:28','','Record player faded','','inherit','open','closed','','record-player-faded','','','2020-11-18 22:09:28','2020-11-18 22:09:28','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/Record-player-faded.png',0,'attachment','image/png',0),(151,2,'2020-11-18 22:11:19','2020-11-18 22:11:19','','Record player faded - short','','inherit','open','closed','','record-player-faded-short','','','2020-11-18 22:11:19','2020-11-18 22:11:19','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/Record-player-faded-short.png',0,'attachment','image/png',0),(152,2,'2020-11-18 22:42:26','2020-11-18 22:42:26','','Review of the Sonus Bonum 1.0','','inherit','open','closed','','review-of-the-sonus-bonum-1-0','','','2020-11-18 22:42:26','2020-11-18 22:42:26','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/Review-of-the-Sonus-Bonum-1.0.mp4',0,'attachment','video/mp4',0),(153,2,'2020-11-18 22:52:46','2020-11-18 22:52:46','','Untitled design','','inherit','open','closed','','untitled-design','','','2020-11-18 22:52:46','2020-11-18 22:52:46','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/Untitled-design.mp4',0,'attachment','video/mp4',0),(154,2,'2020-11-18 22:59:06','2020-11-18 22:59:06','','Untitled design (1)','','inherit','open','closed','','untitled-design-1','','','2020-11-18 22:59:06','2020-11-18 22:59:06','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/Untitled-design-1.mp4',0,'attachment','video/mp4',0),(155,2,'2020-11-18 23:07:29','2020-11-18 23:07:29','','Untitled design (2)','','inherit','open','closed','','untitled-design-2','','','2020-11-18 23:07:29','2020-11-18 23:07:29','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/Untitled-design-2.mp4',0,'attachment','video/mp4',0),(156,2,'2020-11-18 23:20:17','2020-11-18 23:20:17','','WELCOME TO THE DISCO','','inherit','open','closed','','welcome-to-the-disco','','','2020-11-18 23:20:17','2020-11-18 23:20:17','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/WELCOME-TO-THE-DISCO.mp4',0,'attachment','video/mp4',0),(157,2,'2020-11-19 17:09:08','2020-11-19 17:09:08','','Indigo Disco homepage','','inherit','open','closed','','indigo-disco-homepage','','','2020-11-19 17:09:08','2020-11-19 17:09:08','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-homepage.mov',0,'attachment','video/quicktime',0),(158,2,'2020-11-19 17:30:21','2020-11-19 17:30:21','','Indigo Disco homepage2','','inherit','open','closed','','indigo-disco-homepage2','','','2020-11-19 17:30:21','2020-11-19 17:30:21','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-homepage2.mov',0,'attachment','video/quicktime',0),(159,2,'2020-11-19 17:33:36','2020-11-19 17:33:36','','indigo disco white','','inherit','open','closed','','indigo-disco-white','','','2020-11-19 17:33:36','2020-11-19 17:33:36','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/indigo-disco-white.png',0,'attachment','image/png',0),(160,2,'2020-11-19 17:33:55','2020-11-19 17:33:55','http://indigo-disco.com/wp-content/uploads/2020/11/cropped-indigo-disco-white.png','cropped-indigo-disco-white.png','','inherit','open','closed','','cropped-indigo-disco-white-png','','','2020-11-19 17:33:55','2020-11-19 17:33:55','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/cropped-indigo-disco-white.png',0,'attachment','image/png',0),(162,2,'2020-11-19 17:34:41','2020-11-19 17:34:41','http://indigo-disco.com/wp-content/uploads/2020/11/cropped-indigo-disco-white-1.png','cropped-indigo-disco-white-1.png','','inherit','open','closed','','cropped-indigo-disco-white-1-png','','','2020-11-19 17:34:41','2020-11-19 17:34:41','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/cropped-indigo-disco-white-1.png',0,'attachment','image/png',0),(170,2,'2020-11-19 18:40:17','2020-11-19 18:40:17','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<h3>Our  Services</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>This is the heading</h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>This is the heading</h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>This is the heading</h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 18:40:17','2020-11-19 18:40:17','',6,'http://indigo-disco.com/?p=170',0,'revision','',0),(167,2,'2020-11-19 18:39:08','2020-11-19 18:39:08','<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h5>Ready to get started? <strong> <a style=\"color: #e6a94a;\" href=\"http://indigo-disco.com/contact/\">Get in touch.</a></strong></h5><h6>WHO WE ARE</h6>\n<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n		<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 18:39:08','2020-11-19 18:39:08','',6,'http://indigo-disco.com/?p=167',0,'revision','',0),(168,2,'2020-11-19 18:39:08','2020-11-19 18:39:08','<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h5>Ready to get started? <strong> <a style=\"color: #e6a94a;\" href=\"http://indigo-disco.com/contact/\">Get in touch.</a></strong></h5><h6>WHO WE ARE</h6>\n<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n		<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 18:39:08','2020-11-19 18:39:08','',6,'http://indigo-disco.com/?p=168',0,'revision','',0),(171,2,'2020-11-19 18:40:17','2020-11-19 18:40:17','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<h3>Our  Services</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>This is the heading</h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>This is the heading</h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>This is the heading</h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 18:40:17','2020-11-19 18:40:17','',6,'http://indigo-disco.com/?p=171',0,'revision','',0),(172,2,'2020-11-19 18:40:17','2020-11-19 18:40:17','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<h3>Our  Services</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>Music Marketing + Promotion </h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>Digital Marketing </h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>Brand Marketing</h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 18:40:17','2020-11-19 18:40:17','',6,'http://indigo-disco.com/?p=172',0,'revision','',0),(173,2,'2020-11-19 18:41:41','2020-11-19 18:41:41','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<h3>Our  Services</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>Music Marketing + Promotion </h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>Digital Marketing </h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>Brand Marketing</h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 18:41:41','2020-11-19 18:41:41','',6,'http://indigo-disco.com/?p=173',0,'revision','',0),(174,2,'2020-11-19 18:41:41','2020-11-19 18:41:41','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Raesent nec magnaac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<h3>Our  Services</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>Music Marketing + Promotion </h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>Digital Marketing </h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Home\" width=\"\" height=\"\" /><h4>Brand Marketing</h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 18:41:41','2020-11-19 18:41:41','',6,'http://indigo-disco.com/?p=174',0,'revision','',0),(176,2,'2020-11-19 18:44:21','2020-11-19 18:44:21','','indigo disco black social icon','','inherit','open','closed','','indigo-disco-black-social-icon','','','2020-11-19 18:44:21','2020-11-19 18:44:21','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/indigo-disco-black-social-icon-1.png',0,'attachment','image/png',0),(177,2,'2020-11-19 18:44:32','2020-11-19 18:44:32','http://indigo-disco.com/wp-content/uploads/2020/11/cropped-indigo-disco-black-social-icon-1.png','cropped-indigo-disco-black-social-icon-1.png','','inherit','open','closed','','cropped-indigo-disco-black-social-icon-1-png','','','2020-11-19 18:44:32','2020-11-19 18:44:32','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/cropped-indigo-disco-black-social-icon-1.png',0,'attachment','image/png',0),(947,2,'2022-07-28 04:52:18','2022-07-28 04:52:18','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />														\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:52:18','2022-07-28 04:52:18','',12,'https://indigo-disco.com/?p=947',0,'revision','',0),(180,2,'2020-11-19 18:51:39','2020-11-19 18:51:39','http://indigo-disco.com/wp-content/uploads/2020/11/cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png','cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png','','inherit','open','closed','','cropped-indigodisco_largelogo_blacktransparent-01-01-1-png','','','2020-11-19 18:51:39','2020-11-19 18:51:39','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/cropped-IndigoDisco_LargeLogo_BlackTransparent-01-01-1.png',0,'attachment','image/png',0),(182,2,'2020-11-19 18:58:19','2020-11-19 18:58:19','','Default Kit','','inherit','closed','closed','','121-revision-v1','','','2020-11-19 18:58:19','2020-11-19 18:58:19','',121,'http://indigo-disco.com/?p=182',0,'revision','',0),(183,2,'2020-11-19 18:58:51','2020-11-19 18:58:51','','Default Kit','','inherit','closed','closed','','121-revision-v1','','','2020-11-19 18:58:51','2020-11-19 18:58:51','',121,'http://indigo-disco.com/?p=183',0,'revision','',0),(185,2,'2020-11-19 19:03:48','2020-11-19 19:03:48','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:03:48','2020-11-19 19:03:48','',6,'http://indigo-disco.com/?p=185',0,'revision','',0),(186,2,'2020-11-19 19:03:48','2020-11-19 19:03:48','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:03:48','2020-11-19 19:03:48','',6,'http://indigo-disco.com/?p=186',0,'revision','',0),(187,2,'2020-11-19 19:03:48','2020-11-19 19:03:48','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:03:48','2020-11-19 19:03:48','',6,'http://indigo-disco.com/?p=187',0,'revision','',0),(188,2,'2020-11-19 19:07:05','2020-11-19 19:07:05','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:07:05','2020-11-19 19:07:05','',6,'http://indigo-disco.com/?p=188',0,'revision','',0),(189,2,'2020-11-19 19:07:05','2020-11-19 19:07:05','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n		<h3>Connect with us.</h3><h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:07:05','2020-11-19 19:07:05','',6,'http://indigo-disco.com/?p=189',0,'revision','',0),(190,2,'2020-11-19 19:07:05','2020-11-19 19:07:05','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Connect With Us</h3>		\n		<h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:07:05','2020-11-19 19:07:05','',6,'http://indigo-disco.com/?p=190',0,'revision','',0),(191,2,'2020-11-19 19:07:17','2020-11-19 19:07:17','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Connect With Us</h3>		\n		<h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:07:17','2020-11-19 19:07:17','',6,'http://indigo-disco.com/?p=191',0,'revision','',0),(192,2,'2020-11-19 19:07:17','2020-11-19 19:07:17','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What we specialize in</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Connect With Us</h3>		\n		<h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:07:17','2020-11-19 19:07:17','',6,'http://indigo-disco.com/?p=192',0,'revision','',0),(193,2,'2020-11-19 19:07:18','2020-11-19 19:07:18','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Connect With Us</h3>		\n		<h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:07:18','2020-11-19 19:07:18','',6,'http://indigo-disco.com/?p=193',0,'revision','',0),(204,2,'2020-11-19 19:50:07','2020-11-19 19:50:07','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:50:07','2020-11-19 19:50:07','',6,'http://indigo-disco.com/?p=204',0,'revision','',0),(201,2,'2020-11-19 19:49:44','2020-11-19 19:49:44','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:49:44','2020-11-19 19:49:44','',6,'http://indigo-disco.com/?p=201',0,'revision','',0),(198,2,'2020-11-19 19:13:48','2020-11-19 19:13:48','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:13:48','2020-11-19 19:13:48','',6,'http://indigo-disco.com/?p=198',0,'revision','',0),(195,2,'2020-11-19 19:12:46','2020-11-19 19:12:46','','Indigo Disco Mushroom icon','','inherit','open','closed','','indigo-disco-mushroom-icon','','','2020-11-19 19:12:46','2020-11-19 19:12:46','',6,'http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon.png',0,'attachment','image/png',0),(196,2,'2020-11-19 19:13:48','2020-11-19 19:13:48','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Connect With Us</h3>		\n		<h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:13:48','2020-11-19 19:13:48','',6,'http://indigo-disco.com/?p=196',0,'revision','',0),(197,2,'2020-11-19 19:13:48','2020-11-19 19:13:48','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Connect With Us</h3>		\n		<h5>#indgiodisco marketingatthedisco</h5>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:13:48','2020-11-19 19:13:48','',6,'http://indigo-disco.com/?p=197',0,'revision','',0),(199,2,'2020-11-19 19:49:44','2020-11-19 19:49:44','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:49:44','2020-11-19 19:49:44','',6,'http://indigo-disco.com/?p=199',0,'revision','',0),(200,2,'2020-11-19 19:49:44','2020-11-19 19:49:44','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:49:44','2020-11-19 19:49:44','',6,'http://indigo-disco.com/?p=200',0,'revision','',0),(202,2,'2020-11-19 19:50:07','2020-11-19 19:50:07','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:50:07','2020-11-19 19:50:07','',6,'http://indigo-disco.com/?p=202',0,'revision','',0),(203,2,'2020-11-19 19:50:07','2020-11-19 19:50:07','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Envelope\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 19:50:07','2020-11-19 19:50:07','',6,'http://indigo-disco.com/?p=203',0,'revision','',0),(208,2,'2020-11-19 20:02:42','2020-11-19 20:02:42','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 20:02:42','2020-11-19 20:02:42','',6,'http://indigo-disco.com/?p=208',0,'revision','',0),(206,2,'2020-11-19 20:02:42','2020-11-19 20:02:42','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 20:02:42','2020-11-19 20:02:42','',6,'http://indigo-disco.com/?p=206',0,'revision','',0),(207,2,'2020-11-19 20:02:42','2020-11-19 20:02:42','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-19 20:02:42','2020-11-19 20:02:42','',6,'http://indigo-disco.com/?p=207',0,'revision','',0),(230,2,'2020-11-21 06:25:36','2020-11-21 06:25:36','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:25:36','2020-11-21 06:25:36','',6,'http://indigo-disco.com/?p=230',0,'revision','',0),(217,2,'2020-11-21 06:17:29','2020-11-21 06:17:29','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Album + Single Releases\n									</li>\n								<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:17:29','2020-11-21 06:17:29','',6,'http://indigo-disco.com/?p=217',0,'revision','',0),(210,2,'2020-11-21 05:50:41','2020-11-21 05:50:41','','Indigo Disco Mushroom icon','','inherit','open','closed','','indigo-disco-mushroom-icon-2','','','2020-11-21 05:50:41','2020-11-21 05:50:41','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-1.png',0,'attachment','image/png',0),(211,2,'2020-11-21 05:54:40','2020-11-21 05:54:40','','BW Indigo Disco square 2','','inherit','open','closed','','bw-indigo-disco-square-2','','','2020-11-21 05:54:40','2020-11-21 05:54:40','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/BW-Indigo-Disco-square-2.png',0,'attachment','image/png',0),(212,2,'2020-11-21 05:54:47','2020-11-21 05:54:47','http://indigo-disco.com/wp-content/uploads/2020/11/cropped-BW-Indigo-Disco-square-2.png','cropped-BW-Indigo-Disco-square-2.png','','inherit','open','closed','','cropped-bw-indigo-disco-square-2-png','','','2020-11-21 05:54:47','2020-11-21 05:54:47','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/cropped-BW-Indigo-Disco-square-2.png',0,'attachment','image/png',0),(214,2,'2020-11-21 05:55:41','2020-11-21 05:55:41','','BW Indigo Disco mushroom','','inherit','open','closed','','bw-indigo-disco-mushroom','','','2020-11-21 05:55:41','2020-11-21 05:55:41','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/BW-Indigo-Disco-mushroom.png',0,'attachment','image/png',0),(215,2,'2020-11-21 06:17:29','2020-11-21 06:17:29','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:17:29','2020-11-21 06:17:29','',6,'http://indigo-disco.com/?p=215',0,'revision','',0),(216,2,'2020-11-21 06:17:29','2020-11-21 06:17:29','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Digital marketing\n									</li>\n								<li>\n										Branding\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:17:29','2020-11-21 06:17:29','',6,'http://indigo-disco.com/?p=216',0,'revision','',0),(218,2,'2020-11-21 06:18:50','2020-11-21 06:18:50','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Album + Single Releases\n									</li>\n								<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:18:50','2020-11-21 06:18:50','',6,'http://indigo-disco.com/?p=218',0,'revision','',0),(219,2,'2020-11-21 06:18:50','2020-11-21 06:18:50','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Album + Single Releases\n									</li>\n								<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:18:50','2020-11-21 06:18:50','',6,'http://indigo-disco.com/?p=219',0,'revision','',0),(220,2,'2020-11-21 06:18:50','2020-11-21 06:18:50','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Album + Single Releases\n									</li>\n								<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:18:50','2020-11-21 06:18:50','',6,'http://indigo-disco.com/?p=220',0,'revision','',0),(222,2,'2020-11-21 06:20:32','2020-11-21 06:20:32','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Album + Single Releases\n									</li>\n								<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:20:32','2020-11-21 06:20:32','',6,'http://indigo-disco.com/?p=222',0,'revision','',0),(223,2,'2020-11-21 06:20:32','2020-11-21 06:20:32','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Album + Single Releases\n									</li>\n								<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:20:32','2020-11-21 06:20:32','',6,'http://indigo-disco.com/?p=223',0,'revision','',0),(224,2,'2020-11-21 06:20:33','2020-11-21 06:20:33','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Album + Single Releases\n									</li>\n								<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:20:33','2020-11-21 06:20:33','',6,'http://indigo-disco.com/?p=224',0,'revision','',0),(225,2,'2020-11-21 06:22:21','2020-11-21 06:22:21','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Album + Single Releases\n									</li>\n								<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:22:21','2020-11-21 06:22:21','',6,'http://indigo-disco.com/?p=225',0,'revision','',0),(226,2,'2020-11-21 06:22:21','2020-11-21 06:22:21','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Album + Single Releases\n									</li>\n								<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:22:21','2020-11-21 06:22:21','',6,'http://indigo-disco.com/?p=226',0,'revision','',0),(227,2,'2020-11-21 06:22:21','2020-11-21 06:22:21','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Album + Single Releases\n									</li>\n								<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:22:21','2020-11-21 06:22:21','',6,'http://indigo-disco.com/?p=227',0,'revision','',0),(228,2,'2020-11-21 06:25:36','2020-11-21 06:25:36','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Album + Single Releases\n									</li>\n								<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:25:36','2020-11-21 06:25:36','',6,'http://indigo-disco.com/?p=228',0,'revision','',0),(229,2,'2020-11-21 06:25:36','2020-11-21 06:25:36','<p><b>Who we are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Album + Single Releases\n									</li>\n								<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:25:36','2020-11-21 06:25:36','',6,'http://indigo-disco.com/?p=229',0,'revision','',0),(231,2,'2020-11-21 06:29:09','2020-11-21 06:29:09','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:29:09','2020-11-21 06:29:09','',6,'http://indigo-disco.com/?p=231',0,'revision','',0),(232,2,'2020-11-21 06:29:09','2020-11-21 06:29:09','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:29:09','2020-11-21 06:29:09','',6,'http://indigo-disco.com/?p=232',0,'revision','',0),(233,2,'2020-11-21 06:29:10','2020-11-21 06:29:10','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:29:10','2020-11-21 06:29:10','',6,'http://indigo-disco.com/?p=233',0,'revision','',0),(298,2,'2020-11-21 07:47:34','2020-11-21 07:47:34','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 07:47:34','2020-11-21 07:47:34','',6,'http://indigo-disco.com/?p=298',0,'revision','',0),(237,2,'2020-11-21 06:34:29','2020-11-21 06:34:29','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:34:29','2020-11-21 06:34:29','',6,'http://indigo-disco.com/?p=237',0,'revision','',0),(235,2,'2020-11-21 06:34:29','2020-11-21 06:34:29','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:34:29','2020-11-21 06:34:29','',6,'http://indigo-disco.com/?p=235',0,'revision','',0),(236,2,'2020-11-21 06:34:29','2020-11-21 06:34:29','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 06:34:29','2020-11-21 06:34:29','',6,'http://indigo-disco.com/?p=236',0,'revision','',0),(949,2,'2022-07-28 04:52:19','2022-07-28 04:52:19','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:52:19','2022-07-28 04:52:19','',12,'https://indigo-disco.com/?p=949',0,'revision','',0),(940,2,'2022-07-28 04:50:48','2022-07-28 04:50:48','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<h3>CONNECT WITH US</h3>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />														\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:50:48','2022-07-28 04:50:48','',12,'https://indigo-disco.com/?p=940',0,'revision','',0),(939,2,'2022-07-28 04:50:48','2022-07-28 04:50:48','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at Techint Labs and a Creative Strategist at Mammoth Music Group. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. TLDR: she loves marketing and stays busy.<br /><br />Czapla has  been involved in the music industry for years working as a freelance copywriter, photographer social media manager and marketing consultant. Ashlee is always seeking new opportunities, new projects and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<h3>CONNECT WITH US</h3>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />														\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:50:48','2022-07-28 04:50:48','',12,'https://indigo-disco.com/?p=939',0,'revision','',0),(242,2,'2020-11-21 06:43:11','2020-11-21 06:43:11','','Indigo Disco homepage2','','inherit','open','closed','','indigo-disco-homepage2-2','','','2020-11-21 06:43:11','2020-11-21 06:43:11','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-homepage2-1.mov',0,'attachment','video/quicktime',0),(244,2,'2020-11-21 06:57:00','2020-11-21 06:57:00','<h6 style=\"color: #000;\">OUR OFFER</h6><h1>What can we do for you</h1>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-450x450.jpg 450w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />\n		<h3>Alborn vito<br />mos nostra pertrone</h3>\n					<ul>\n							<li >\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li >\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li >\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br />Dolor mit omnia des quanta lorem ipsum.</p>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-450x450.jpg 450w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-450x450.jpg 450w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />\n		<h3>Alborn vito<br />mos nostra pertrone</h3><p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong></p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p>\n			<a href=\"https://themes.muffingroup.com/be/business3_el/pricing/\" role=\"button\">\n						View more details\n					</a>\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />\n			<ul><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-450x164.png 450w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1240x451.png 1240w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />\n		<h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>','Offer','','inherit','closed','closed','','8-revision-v1','','','2020-11-21 06:57:00','2020-11-21 06:57:00','',8,'http://indigo-disco.com/?p=244',0,'revision','',0),(245,2,'2020-11-21 06:57:00','2020-11-21 06:57:00','<h2>OUR SERVICES</h2>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3><p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong></p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p>		\n			<a href=\"http://indigo-disco.com/pricing/\" role=\"button\">\n						View more details\n					</a>\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />											\n			<ul><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n		<h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Offer','','inherit','closed','closed','','8-revision-v1','','','2020-11-21 06:57:00','2020-11-21 06:57:00','',8,'http://indigo-disco.com/?p=245',0,'revision','',0),(246,2,'2020-11-21 06:58:47','2020-11-21 06:58:47','<h6 style=\"color: #000;\">ABOUT US</h6><h1>We are an experienced<br />team of financial experts</h1>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-450x164.png 450w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1240x451.png 1240w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />\n		<h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>\n		<h4>Etiam sagittis</h4><p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p><h4>Quatro perroni</h4><p>Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet con.</p>\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />\n			<ul><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n		<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-21 06:58:47','2020-11-21 06:58:47','',12,'http://indigo-disco.com/?p=246',0,'revision','',0),(247,2,'2020-11-21 06:58:47','2020-11-21 06:58:47','<h6 style=\"color: #000;\">ABOUT US</h6><h1>We are an experienced<br />team of financial experts</h1>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-450x164.png 450w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1240x451.png 1240w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />\n		<h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>\n		<h4>Etiam sagittis</h4><p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p><h4>Quatro perroni</h4><p>Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet con.</p>\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />\n			<ul><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"https://themes.muffingroup.com/be/business3_el/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n		<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-21 06:58:47','2020-11-21 06:58:47','',12,'http://indigo-disco.com/?p=247',0,'revision','',0),(249,2,'2020-11-21 06:59:19','2020-11-21 06:59:19','<h2>ABOUT US</h2>		\n		<h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n		<h4>Etiam sagittis</h4><p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p><h4>Quatro perroni</h4><p>Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet con.</p>		\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />											\n			<ul><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n		<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-21 06:59:19','2020-11-21 06:59:19','',12,'http://indigo-disco.com/?p=249',0,'revision','',0),(250,2,'2020-11-21 06:59:19','2020-11-21 06:59:19','<h2>ABOUT US</h2>		\n		<h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n		<h4>Etiam sagittis</h4><p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p><h4>Quatro perroni</h4><p>Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet con.</p>		\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />											\n			<ul><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n		<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-21 06:59:19','2020-11-21 06:59:19','',12,'http://indigo-disco.com/?p=250',0,'revision','',0),(251,2,'2020-11-21 06:59:19','2020-11-21 06:59:19','<h2>LADIES OF THE DISCO</h2>		\n		<h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n		<h4>Etiam sagittis</h4><p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p><h4>Quatro perroni</h4><p>Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet con.</p>		\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />											\n			<ul><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n		<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-21 06:59:19','2020-11-21 06:59:19','',12,'http://indigo-disco.com/?p=251',0,'revision','',0),(252,2,'2020-11-21 06:59:57','2020-11-21 06:59:57','<h2>OUR SERVICES</h2>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3><p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong></p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p>		\n			<a href=\"http://indigo-disco.com/pricing/\" role=\"button\">\n						View more details\n					</a>\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />											\n			<ul><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n		<h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Offer','','inherit','closed','closed','','8-revision-v1','','','2020-11-21 06:59:57','2020-11-21 06:59:57','',8,'http://indigo-disco.com/?p=252',0,'revision','',0),(253,2,'2020-11-21 06:59:57','2020-11-21 06:59:57','<h2>OUR SERVICES</h2>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3><p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong></p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p>		\n			<a href=\"http://indigo-disco.com/pricing/\" role=\"button\">\n						View more details\n					</a>\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />											\n			<ul><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n		<h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Offer','','inherit','closed','closed','','8-revision-v1','','','2020-11-21 06:59:57','2020-11-21 06:59:57','',8,'http://indigo-disco.com/?p=253',0,'revision','',0),(254,2,'2020-11-21 06:59:57','2020-11-21 06:59:57','<h2>OUR SERVICES</h2>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3><p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong></p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p>		\n			<a href=\"http://indigo-disco.com/pricing/\" role=\"button\">\n						View more details\n					</a>\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />											\n			<ul><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n		<h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Offer','','inherit','closed','closed','','8-revision-v1','','','2020-11-21 06:59:57','2020-11-21 06:59:57','',8,'http://indigo-disco.com/?p=254',0,'revision','',0),(941,2,'2022-07-28 04:51:34','2022-07-28 04:51:34','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<h3>CONNECT WITH US</h3>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />														\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:51:34','2022-07-28 04:51:34','',12,'https://indigo-disco.com/?p=941',0,'revision','',0),(942,2,'2022-07-28 04:51:35','2022-07-28 04:51:35','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<h3>CONNECT WITH US</h3>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />														\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:51:35','2022-07-28 04:51:35','',12,'https://indigo-disco.com/?p=942',0,'revision','',0),(257,2,'2020-11-21 07:02:26','2020-11-21 07:02:26','<h6 style=\"color: #000;\">PRICING</h6><h1>Choose your plan</h1><h6>PRICING PLAN</h6>\n<h2>Choose your plan<br />and star earning money today</h2>\n			<h2>Basic</h2><sup>$</sup>19<sup>/ monthly</sup><hr /><p><big>Praesent nec magna ac pede.</big></p><hr style=\"margin:0 auto 15px\"/>\n<ul>\n 	<li>Etiam imperdiet dolor</li>\n 	<li>Nam tempor nisl</li>\n 	<li>Fusce rutrum orci</li>\n 	<li>Donec sed nibh ut</li>\n</ul>\n<hr style=\"margin:0 auto 15px\"/>\n<a href=\"https://themes.muffingroup.com/be/business3_el/offer/\" >Vire more details</a>\n			<h2>Basic</h2><sup>$</sup>29<sup>/ monthly</sup><hr /><p><big>Praesent nec magna ac pede.</big></p><hr style=\"margin:0 auto 15px\"/>\n<ul>\n 	<li>Etiam imperdiet dolor</li>\n 	<li>Nam tempor nisl</li>\n 	<li>Fusce rutrum orci</li>\n 	<li>Donec sed nibh ut</li>\n</ul>\n<hr style=\"margin:0 auto 15px\"/>\n<a href=\"https://themes.muffingroup.com/be/business3_el/offer/\" >Vire more details</a>\n			<h2>Basic</h2><sup>$</sup>59<sup>/ monthly</sup><hr /><p><big>Praesent nec magna ac pede.</big></p><hr style=\"margin:0 auto 15px\"/>\n<ul>\n 	<li>Etiam imperdiet dolor</li>\n 	<li>Nam tempor nisl</li>\n 	<li>Fusce rutrum orci</li>\n 	<li>Donec sed nibh ut</li>\n</ul>\n<hr style=\"margin:0 auto 15px\"/>\n<a href=\"https://themes.muffingroup.com/be/business3_el/offer/\" >Vire more details</a>\n		<h6 style=\"color: #fff;\">HOW IT WORKS</h6><h1 style=\"color: #e6a94a;\">Join us with three<br />easy steps</h1>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br />elit. Ut elit tellus, luctus nec ullamcorper mattis, <br />pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br />elit. Ut elit tellus, luctus nec ullamcorper mattis, <br />pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br />elit. Ut elit tellus, luctus nec ullamcorper mattis, <br />pulvinar dapibus leo.</p>\n		<h6>WRITE US</h6><h2 style=\"color: #fff;\">Feel free to contact us<br />for more details</h2>\n			<a href=\"#\" role=\"button\">\n						View more\n					</a>\n		<h6>CALL US TODAY</h6><h3>+43 600 495 949</h3><h6>E-MAIL US</h6><h3>noreply@envato.com</h3><h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook\n									</a>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>','Pricing','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:02:26','2020-11-21 07:02:26','',10,'http://indigo-disco.com/?p=257',0,'revision','',0),(948,2,'2022-07-28 04:52:18','2022-07-28 04:52:18','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />														\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:52:18','2022-07-28 04:52:18','',12,'https://indigo-disco.com/?p=948',0,'revision','',0),(950,2,'2022-07-28 04:52:50','2022-07-28 04:52:50','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:52:50','2022-07-28 04:52:50','',12,'https://indigo-disco.com/?p=950',0,'revision','',0),(951,2,'2022-07-28 04:52:50','2022-07-28 04:52:50','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:52:50','2022-07-28 04:52:50','',12,'https://indigo-disco.com/?p=951',0,'revision','',0),(952,2,'2022-07-28 04:52:51','2022-07-28 04:52:51','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:52:51','2022-07-28 04:52:51','',12,'https://indigo-disco.com/?p=952',0,'revision','',0),(936,2,'2022-07-28 04:49:01','2022-07-28 04:49:01','<h2>about</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:49:01','2022-07-28 04:49:01','',12,'https://indigo-disco.com/?p=936',0,'revision','',0),(972,2,'2022-07-28 05:51:01','2022-07-28 05:51:01','<h2>CONTACT US</h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:51:01','2022-07-28 05:51:01','',8,'https://indigo-disco.com/?p=972',0,'revision','',0),(973,2,'2022-07-28 05:51:01','2022-07-28 05:51:01','<h2>CONTACT US</h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:51:01','2022-07-28 05:51:01','',8,'https://indigo-disco.com/?p=973',0,'revision','',0),(977,2,'2022-07-28 05:52:42','2022-07-28 05:52:42','<h2>CONTACT US</h2>		\n			<p>Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Get In Touch\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:52:42','2022-07-28 05:52:42','',8,'https://indigo-disco.com/?p=977',0,'revision','',0),(978,2,'2022-07-28 05:53:16','2022-07-28 05:53:16','<h2>CONTACT US</h2>		\n			<p>Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Get In Touch\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:53:16','2022-07-28 05:53:16','',8,'https://indigo-disco.com/?p=978',0,'revision','',0),(979,2,'2022-07-28 05:53:16','2022-07-28 05:53:16','<h2>CONTACT US</h2>		\n			<p>Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Get In Touch\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:53:16','2022-07-28 05:53:16','',8,'https://indigo-disco.com/?p=979',0,'revision','',0),(980,2,'2022-07-28 05:53:16','2022-07-28 05:53:16','<h2>CONTACT US</h2>		\n			<p>Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Get In Touch\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:53:16','2022-07-28 05:53:16','',8,'https://indigo-disco.com/?p=980',0,'revision','',0),(293,2,'2020-11-21 07:45:13','2020-11-21 07:45:13','<h2>LADIES OF THE DISCO</h2>		\n		<h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n		<h4>Etiam sagittis</h4><p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p><h4>Quatro perroni</h4><p>Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet con.</p>		\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />											\n			<ul><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n		<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-21 07:45:13','2020-11-21 07:45:13','',12,'http://indigo-disco.com/?p=293',0,'revision','',0),(945,2,'2022-07-28 04:51:51','2022-07-28 04:51:51','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />														\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:51:51','2022-07-28 04:51:51','',12,'https://indigo-disco.com/?p=945',0,'revision','',0),(946,2,'2022-07-28 04:51:51','2022-07-28 04:51:51','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />														\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:51:51','2022-07-28 04:51:51','',12,'https://indigo-disco.com/?p=946',0,'revision','',0),(268,2,'2020-11-21 07:12:57','2020-11-21 07:12:57','<h2>OUR SERVICES</h2>\n<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\">\n<h3>Alborn vito\nmos nostra pertrone</h3>\n<ul>\n 	<li>\n										Raesent nec magna ac ped auris suscipit mam\nquis erat id tortor hasellus</li>\n 	<li>\n										Raesent nec magna ac ped auris suscipit mam\nquis erat id tortor hasellus</li>\n 	<li>\n										Raesent nec magna ac ped auris suscipit mam\nquis erat id tortor hasellus</li>\n</ul>\n<h3>Alborn vito\nmos nostra pertrone</h3>\nLorem ipsum\n75%\nLorem ipsum\n95%\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nDolor mit omnia des quanta lorem ipsum.\n\n<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\">\n<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\">\n<h3>Alborn vito\nmos nostra pertrone</h3>\n<strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong>\n\nEtiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.\n\n<a href=\"http://indigo-disco.com/pricing/\" role=\"button\">\nView more details\n</a>\n<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\">\n<ul>\n 	<li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\">\n<blockquote>\n<h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5>\n</blockquote>\n<h5>Pamela Grets</h5>\nSonus Inc.</li>\n 	<li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\">\n<blockquote>\n<h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5>\n</blockquote>\n<h5>Jenny Banks</h5>\nDopel limited</li>\n 	<li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\">\n<blockquote>\n<h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5>\n</blockquote>\n<h5>Rob Mals</h5>\nGrogers</li>\n</ul>\n<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">\n<h3>Our social funpages</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.\n\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nInstagram\n</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-21 07:12:57','2020-11-21 07:12:57','',8,'http://indigo-disco.com/?p=268',0,'revision','',0),(270,2,'2020-11-21 07:15:08','2020-11-21 07:15:08','','ReleaseCampaigns_IG-01','','inherit','open','closed','','releasecampaigns_ig-01','','','2020-11-21 07:15:08','2020-11-21 07:15:08','',10,'http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01.jpg',0,'attachment','image/jpeg',0),(271,2,'2020-11-21 07:17:44','2020-11-21 07:17:44','<h6 style=\"color: #fff;\">HOW IT WORKS</h6><h1 style=\"color: #e6a94a;\">Join us with three<br />easy steps</h1>		\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>','2 Panel Feature','','publish','closed','closed','','2-panel-feature','','','2020-11-21 07:17:44','2020-11-21 07:17:44','',0,'http://indigo-disco.com/?elementor_library=2-panel-feature',0,'elementor_library','',0),(272,2,'2020-11-21 07:17:44','2020-11-21 07:17:44','','2 Panel Feature','','inherit','closed','closed','','271-revision-v1','','','2020-11-21 07:17:44','2020-11-21 07:17:44','',271,'http://indigo-disco.com/?p=272',0,'revision','',0),(273,2,'2020-11-21 07:17:44','2020-11-21 07:17:44','<h6 style=\"color: #fff;\">HOW IT WORKS</h6><h1 style=\"color: #e6a94a;\">Join us with three<br />easy steps</h1>		\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>\n				<h4>\n					Quantum porter\n				</h4>\n								<p>Lorem ipsum dolor sit amet, consectetur adipiscing<br>elit. Ut elit tellus, luctus nec ullamcorper mattis, <br>pulvinar dapibus leo.</p>','2 Panel Feature','','inherit','closed','closed','','271-revision-v1','','','2020-11-21 07:17:44','2020-11-21 07:17:44','',271,'http://indigo-disco.com/?p=273',0,'revision','',0),(279,2,'2020-11-21 07:21:35','2020-11-21 07:21:35','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		<h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:21:35','2020-11-21 07:21:35','',10,'http://indigo-disco.com/?p=279',0,'revision','',0),(275,2,'2020-11-21 07:19:36','2020-11-21 07:19:36','','ProductCampaigns_IG-01','','inherit','open','closed','','productcampaigns_ig-01','','','2020-11-21 07:19:36','2020-11-21 07:19:36','',10,'http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01.jpg',0,'attachment','image/jpeg',0),(276,2,'2020-11-21 07:21:04','2020-11-21 07:21:04','','aLaCarte_IG-01','','inherit','open','closed','','alacarte_ig-01','','','2020-11-21 07:21:04','2020-11-21 07:21:04','',10,'http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01.jpg',0,'attachment','image/jpeg',0),(277,2,'2020-11-21 07:21:35','2020-11-21 07:21:35','<h6 style=\"color: #000;\">PRICING</h6>\n<h1>Choose your plan</h1>\n<h6>PRICING PLAN</h6>\n<h2>Choose your plan\nand star earning money today</h2>\n<h2>Basic</h2>\n<sup>$</sup>19<sup>/ monthly</sup>\n\n<hr>\n\n<big>Praesent nec magna ac pede.</big>\n\n<hr style=\"margin:0 auto 15px\">\n\n<ul>\n 	<li>Etiam imperdiet dolor</li>\n 	<li>Nam tempor nisl</li>\n 	<li>Fusce rutrum orci</li>\n 	<li>Donec sed nibh ut</li>\n</ul>\n\n<hr style=\"margin:0 auto 15px\">\n\n<a href=\"https://themes.muffingroup.com/be/business3_el/offer/\">Vire more details</a>\n<h2>Basic</h2>\n<sup>$</sup>29<sup>/ monthly</sup>\n\n<hr>\n\n<big>Praesent nec magna ac pede.</big>\n\n<hr style=\"margin:0 auto 15px\">\n\n<ul>\n 	<li>Etiam imperdiet dolor</li>\n 	<li>Nam tempor nisl</li>\n 	<li>Fusce rutrum orci</li>\n 	<li>Donec sed nibh ut</li>\n</ul>\n\n<hr style=\"margin:0 auto 15px\">\n\n<a href=\"https://themes.muffingroup.com/be/business3_el/offer/\">Vire more details</a>\n<h2>Basic</h2>\n<sup>$</sup>59<sup>/ monthly</sup>\n\n<hr>\n\n<big>Praesent nec magna ac pede.</big>\n\n<hr style=\"margin:0 auto 15px\">\n\n<ul>\n 	<li>Etiam imperdiet dolor</li>\n 	<li>Nam tempor nisl</li>\n 	<li>Fusce rutrum orci</li>\n 	<li>Donec sed nibh ut</li>\n</ul>\n\n<hr style=\"margin:0 auto 15px\">\n\n<a href=\"https://themes.muffingroup.com/be/business3_el/offer/\">Vire more details</a>\n<h6 style=\"color: #fff;\">HOW IT WORKS</h6>\n<h1 style=\"color: #e6a94a;\">Join us with three\neasy steps</h1>\n<h4>\n					Quantum porter</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing\nelit. Ut elit tellus, luctus nec ullamcorper mattis,\npulvinar dapibus leo.\n<h4>\n					Quantum porter</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing\nelit. Ut elit tellus, luctus nec ullamcorper mattis,\npulvinar dapibus leo.\n<h4>\n					Quantum porter</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing\nelit. Ut elit tellus, luctus nec ullamcorper mattis,\npulvinar dapibus leo.\n<h6>WRITE US</h6>\n<h2 style=\"color: #fff;\">Feel free to contact us\nfor more details</h2>\n<a href=\"#\" role=\"button\">\nView more\n</a>\n<h6>CALL US TODAY</h6>\n<h3>+43 600 495 949</h3>\n<h6>E-MAIL US</h6>\n<h3>noreply@envato.com</h3>\n<h3>Our social funpages</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.\n\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nInstagram\n</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:21:35','2020-11-21 07:21:35','',10,'http://indigo-disco.com/?p=277',0,'revision','',0),(278,2,'2020-11-21 07:21:35','2020-11-21 07:21:35','<h6 style=\"color: #000;\">PRICING</h6>\n<h1>Choose your plan</h1>\n<h6>PRICING PLAN</h6>\n<h2>Choose your plan\nand star earning money today</h2>\n<h2>Basic</h2>\n<sup>$</sup>19<sup>/ monthly</sup>\n\n<hr>\n\n<big>Praesent nec magna ac pede.</big>\n\n<hr style=\"margin:0 auto 15px\">\n\n<ul>\n 	<li>Etiam imperdiet dolor</li>\n 	<li>Nam tempor nisl</li>\n 	<li>Fusce rutrum orci</li>\n 	<li>Donec sed nibh ut</li>\n</ul>\n\n<hr style=\"margin:0 auto 15px\">\n\n<a href=\"https://themes.muffingroup.com/be/business3_el/offer/\">Vire more details</a>\n<h2>Basic</h2>\n<sup>$</sup>29<sup>/ monthly</sup>\n\n<hr>\n\n<big>Praesent nec magna ac pede.</big>\n\n<hr style=\"margin:0 auto 15px\">\n\n<ul>\n 	<li>Etiam imperdiet dolor</li>\n 	<li>Nam tempor nisl</li>\n 	<li>Fusce rutrum orci</li>\n 	<li>Donec sed nibh ut</li>\n</ul>\n\n<hr style=\"margin:0 auto 15px\">\n\n<a href=\"https://themes.muffingroup.com/be/business3_el/offer/\">Vire more details</a>\n<h2>Basic</h2>\n<sup>$</sup>59<sup>/ monthly</sup>\n\n<hr>\n\n<big>Praesent nec magna ac pede.</big>\n\n<hr style=\"margin:0 auto 15px\">\n\n<ul>\n 	<li>Etiam imperdiet dolor</li>\n 	<li>Nam tempor nisl</li>\n 	<li>Fusce rutrum orci</li>\n 	<li>Donec sed nibh ut</li>\n</ul>\n\n<hr style=\"margin:0 auto 15px\">\n\n<a href=\"https://themes.muffingroup.com/be/business3_el/offer/\">Vire more details</a>\n<h6 style=\"color: #fff;\">HOW IT WORKS</h6>\n<h1 style=\"color: #e6a94a;\">Join us with three\neasy steps</h1>\n<h4>\n					Quantum porter</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing\nelit. Ut elit tellus, luctus nec ullamcorper mattis,\npulvinar dapibus leo.\n<h4>\n					Quantum porter</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing\nelit. Ut elit tellus, luctus nec ullamcorper mattis,\npulvinar dapibus leo.\n<h4>\n					Quantum porter</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing\nelit. Ut elit tellus, luctus nec ullamcorper mattis,\npulvinar dapibus leo.\n<h6>WRITE US</h6>\n<h2 style=\"color: #fff;\">Feel free to contact us\nfor more details</h2>\n<a href=\"#\" role=\"button\">\nView more\n</a>\n<h6>CALL US TODAY</h6>\n<h3>+43 600 495 949</h3>\n<h6>E-MAIL US</h6>\n<h3>noreply@envato.com</h3>\n<h3>Our social funpages</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.\n\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nInstagram\n</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:21:35','2020-11-21 07:21:35','',10,'http://indigo-disco.com/?p=278',0,'revision','',0),(280,2,'2020-11-21 07:30:50','2020-11-21 07:30:50','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		<h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:30:50','2020-11-21 07:30:50','',10,'http://indigo-disco.com/?p=280',0,'revision','',0),(281,2,'2020-11-21 07:30:50','2020-11-21 07:30:50','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		<h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:30:50','2020-11-21 07:30:50','',10,'http://indigo-disco.com/?p=281',0,'revision','',0),(282,2,'2020-11-21 07:30:50','2020-11-21 07:30:50','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		<h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:30:50','2020-11-21 07:30:50','',10,'http://indigo-disco.com/?p=282',0,'revision','',0),(283,2,'2020-11-21 07:35:26','2020-11-21 07:35:26','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		<h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:35:26','2020-11-21 07:35:26','',10,'http://indigo-disco.com/?p=283',0,'revision','',0),(284,2,'2020-11-21 07:35:26','2020-11-21 07:35:26','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n		<h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:35:26','2020-11-21 07:35:26','',10,'http://indigo-disco.com/?p=284',0,'revision','',0),(285,2,'2020-11-21 07:35:26','2020-11-21 07:35:26','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>LET\'S BE FRIENDS</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:35:26','2020-11-21 07:35:26','',10,'http://indigo-disco.com/?p=285',0,'revision','',0),(286,2,'2020-11-21 07:35:41','2020-11-21 07:35:41','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>LET\'S BE FRIENDS</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:35:41','2020-11-21 07:35:41','',10,'http://indigo-disco.com/?p=286',0,'revision','',0),(287,2,'2020-11-21 07:35:41','2020-11-21 07:35:41','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>LET\'S BE FRIENDS</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:35:41','2020-11-21 07:35:41','',10,'http://indigo-disco.com/?p=287',0,'revision','',0),(288,2,'2020-11-21 07:35:41','2020-11-21 07:35:41','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>LET\'S BE FRIENDS</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:35:41','2020-11-21 07:35:41','',10,'http://indigo-disco.com/?p=288',0,'revision','',0),(289,2,'2020-11-21 07:36:39','2020-11-21 07:36:39','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 07:36:39','2020-11-21 07:36:39','',6,'http://indigo-disco.com/?p=289',0,'revision','',0),(290,2,'2020-11-21 07:36:39','2020-11-21 07:36:39','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 07:36:39','2020-11-21 07:36:39','',6,'http://indigo-disco.com/?p=290',0,'revision','',0),(291,2,'2020-11-21 07:36:39','2020-11-21 07:36:39','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 07:36:39','2020-11-21 07:36:39','',6,'http://indigo-disco.com/?p=291',0,'revision','',0),(292,2,'2023-07-10 08:10:06','2020-11-21 07:37:39',' ','','','publish','closed','closed','','292','','','2023-07-10 08:10:06','2023-07-10 08:10:06','',0,'http://indigo-disco.com/?p=292',2,'nav_menu_item','',0),(294,2,'2020-11-21 07:45:13','2020-11-21 07:45:13','<h2>LADIES OF THE DISCO</h2>		\n		<h6>OUR OFFER</h6><h1>Check what can we do for you<br />and your business</h1>		\n		<h4>Etiam sagittis</h4><p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p><h4>Quatro perroni</h4><p>Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet con.</p>		\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />											\n			<ul><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n		<h2>Why choose us?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, <br />luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon1-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Quantum porter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon2-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Veri materni</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon3-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Postra monter</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p>		\n										<img width=\"87\" height=\"88\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1.png 87w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-74x75.png 74w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-icon4-1-80x80.png 80w\" sizes=\"(max-width: 87px) 100vw, 87px\" />											\n		<h4>Elis parae</h4><p>Ed minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com.</p><h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-21 07:45:13','2020-11-21 07:45:13','',12,'http://indigo-disco.com/?p=294',0,'revision','',0),(297,2,'2020-11-21 07:47:34','2020-11-21 07:47:34','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n										<img width=\"80\" height=\"80\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/Indigo-Disco-Mushroom-icon-85x85.png 85w\" sizes=\"(max-width: 80px) 100vw, 80px\" />											\n			<h3>Connect With Us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 07:47:34','2020-11-21 07:47:34','',6,'http://indigo-disco.com/?p=297',0,'revision','',0),(299,2,'2020-11-21 07:48:34','2020-11-21 07:48:34','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>LET\'S BE FRIENDS</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:48:34','2020-11-21 07:48:34','',10,'http://indigo-disco.com/?p=299',0,'revision','',0),(300,2,'2020-11-21 07:48:34','2020-11-21 07:48:34','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>LET\'S BE FRIENDS</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:48:34','2020-11-21 07:48:34','',10,'http://indigo-disco.com/?p=300',0,'revision','',0),(301,2,'2020-11-21 07:48:34','2020-11-21 07:48:34','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:48:34','2020-11-21 07:48:34','',10,'http://indigo-disco.com/?p=301',0,'revision','',0),(302,2,'2020-11-21 07:49:24','2020-11-21 07:49:24','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n			<h3>CONNECT WITH US</h3>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-21 07:49:24','2020-11-21 07:49:24','',12,'http://indigo-disco.com/?p=302',0,'revision','',0),(303,2,'2020-11-21 07:49:24','2020-11-21 07:49:24','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n			<h3>CONNECT WITH US</h3>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-21 07:49:24','2020-11-21 07:49:24','',12,'http://indigo-disco.com/?p=303',0,'revision','',0),(304,2,'2020-11-21 07:49:24','2020-11-21 07:49:24','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-21 07:49:24','2020-11-21 07:49:24','',12,'http://indigo-disco.com/?p=304',0,'revision','',0),(305,2,'2020-11-21 07:50:11','2020-11-21 07:50:11','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:50:11','2020-11-21 07:50:11','',10,'http://indigo-disco.com/?p=305',0,'revision','',0),(306,2,'2020-11-21 07:50:11','2020-11-21 07:50:11','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:50:11','2020-11-21 07:50:11','',10,'http://indigo-disco.com/?p=306',0,'revision','',0),(307,2,'2020-11-21 07:50:11','2020-11-21 07:50:11','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 07:50:11','2020-11-21 07:50:11','',10,'http://indigo-disco.com/?p=307',0,'revision','',0),(308,2,'2020-11-21 07:51:45','2020-11-21 07:51:45','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 07:51:45','2020-11-21 07:51:45','',6,'http://indigo-disco.com/?p=308',0,'revision','',0),(309,2,'2020-11-21 07:51:45','2020-11-21 07:51:45','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 07:51:45','2020-11-21 07:51:45','',6,'http://indigo-disco.com/?p=309',0,'revision','',0),(838,2,'2020-12-11 07:41:20','2020-12-11 07:41:20','<b>Who We Are </b>\n<h2>a woman owned &amp; operated agency\nfor badass artists + brands</h2>\n<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Specialize In</h3>\n<h5>Brand Marketing</h5>\n<h5>Digital Advertising</h5>\n<h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5>\n<h5>Social Media</h5>\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>CONNECT WITH US</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\">\nTwitter\n</a>\n<h3>want to work together?</h3>\n<a role=\"button\">\nApply Now\n</a>','Home Page (Original)','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 07:41:20','2020-12-11 07:41:20','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(310,2,'2020-11-21 07:51:45','2020-11-21 07:51:45','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 07:51:45','2020-11-21 07:51:45','',6,'http://indigo-disco.com/?p=310',0,'revision','',0),(311,2,'2020-11-21 07:52:09','2020-11-21 07:52:09','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 07:52:09','2020-11-21 07:52:09','',6,'http://indigo-disco.com/?p=311',0,'revision','',0),(312,2,'2020-11-21 07:52:10','2020-11-21 07:52:10','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 07:52:10','2020-11-21 07:52:10','',6,'http://indigo-disco.com/?p=312',0,'revision','',0),(313,2,'2020-11-21 07:52:10','2020-11-21 07:52:10','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 07:52:10','2020-11-21 07:52:10','',6,'http://indigo-disco.com/?p=313',0,'revision','',0),(314,2,'2020-11-21 07:52:58','2020-11-21 07:52:58','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 07:52:58','2020-11-21 07:52:58','',6,'http://indigo-disco.com/?p=314',0,'revision','',0),(315,2,'2020-11-21 07:52:58','2020-11-21 07:52:58','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 07:52:58','2020-11-21 07:52:58','',6,'http://indigo-disco.com/?p=315',0,'revision','',0),(316,2,'2020-11-21 07:52:58','2020-11-21 07:52:58','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 07:52:58','2020-11-21 07:52:58','',6,'http://indigo-disco.com/?p=316',0,'revision','',0),(317,2,'2020-11-21 07:58:02','2020-11-21 07:58:02','','Untitled design (14)','','inherit','open','closed','','untitled-design-14','','','2020-11-21 07:58:02','2020-11-21 07:58:02','',0,'http://indigo-disco.com/wp-content/uploads/2020/11/Untitled-design-14.png',0,'attachment','image/png',0),(344,2,'2020-11-22 22:08:03','2020-11-22 22:08:03','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"#\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:08:03','2020-11-22 22:08:03','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(326,2,'2020-11-21 08:12:12','2020-11-21 08:12:12','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-21 08:12:12','2020-11-21 08:12:12','',12,'http://indigo-disco.com/?p=326',0,'revision','',0),(327,2,'2020-11-21 08:12:12','2020-11-21 08:12:12','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-21 08:12:12','2020-11-21 08:12:12','',12,'http://indigo-disco.com/?p=327',0,'revision','',0),(328,2,'2020-11-21 08:14:25','2020-11-21 08:14:25','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 08:14:25','2020-11-21 08:14:25','',10,'http://indigo-disco.com/?p=328',0,'revision','',0),(329,2,'2020-11-21 08:14:25','2020-11-21 08:14:25','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 08:14:25','2020-11-21 08:14:25','',10,'http://indigo-disco.com/?p=329',0,'revision','',0),(342,2,'2020-11-22 22:03:05','2020-11-22 22:03:05','<h2>OUR SERVICES</h2>\n<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>\n<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>\n<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<h4>A LA CARTE SERVICES</h4>\n<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<h3>connect with us</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 22:03:05','2020-11-22 22:03:05','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(330,2,'2020-11-21 08:14:25','2020-11-21 08:14:25','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-21 08:14:25','2020-11-21 08:14:25','',10,'http://indigo-disco.com/?p=330',0,'revision','',0),(341,2,'2020-11-21 08:29:52','2020-11-21 08:29:52','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"#\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 08:29:52','2020-11-21 08:29:52','',6,'http://indigo-disco.com/?p=341',0,'revision','',0),(334,2,'2020-11-21 08:22:18','2020-11-21 08:22:18','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 08:22:18','2020-11-21 08:22:18','',6,'http://indigo-disco.com/?p=334',0,'revision','',0),(332,2,'2020-11-21 08:22:17','2020-11-21 08:22:17','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 08:22:17','2020-11-21 08:22:17','',6,'http://indigo-disco.com/?p=332',0,'revision','',0),(333,2,'2020-11-21 08:22:18','2020-11-21 08:22:18','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 08:22:18','2020-11-21 08:22:18','',6,'http://indigo-disco.com/?p=333',0,'revision','',0),(336,2,'2020-11-21 08:29:11','2020-11-21 08:29:11','<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>','Checklist','','publish','closed','closed','','checklist','','','2020-11-21 08:29:11','2020-11-21 08:29:11','',0,'http://indigo-disco.com/?elementor_library=checklist',0,'elementor_library','',0),(337,2,'2020-11-21 08:29:11','2020-11-21 08:29:11','','Checklist','','inherit','closed','closed','','336-revision-v1','','','2020-11-21 08:29:11','2020-11-21 08:29:11','',336,'http://indigo-disco.com/?p=337',0,'revision','',0),(338,2,'2020-11-21 08:29:11','2020-11-21 08:29:11','<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>','Checklist','','inherit','closed','closed','','336-revision-v1','','','2020-11-21 08:29:11','2020-11-21 08:29:11','',336,'http://indigo-disco.com/?p=338',0,'revision','',0),(339,2,'2020-11-21 08:29:52','2020-11-21 08:29:52','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 08:29:52','2020-11-21 08:29:52','',6,'http://indigo-disco.com/?p=339',0,'revision','',0),(340,2,'2020-11-21 08:29:52','2020-11-21 08:29:52','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n					<ul>\n							<li>\n										Music Marketing + Promotion\n									</li>\n								<li>\n										Brand Marketing\n									</li>\n								<li>\n										Digital Advertising\n									</li>\n								<li>\n										Social Media\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-21 08:29:52','2020-11-21 08:29:52','',6,'http://indigo-disco.com/?p=340',0,'revision','',0),(343,2,'2023-07-10 08:10:06','2020-11-22 22:04:24',' ','','','publish','closed','closed','','343','','','2023-07-10 08:10:06','2023-07-10 08:10:06','',0,'http://indigo-disco.com/?p=343',4,'nav_menu_item','',0),(345,2,'2020-11-22 22:08:03','2020-11-22 22:08:03','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"#\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:08:03','2020-11-22 22:08:03','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(346,2,'2020-11-22 22:08:03','2020-11-22 22:08:03','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"#\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:08:03','2020-11-22 22:08:03','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(347,2,'2020-11-22 22:08:10','2020-11-22 22:08:10','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"#\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:08:10','2020-11-22 22:08:10','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(348,2,'2020-11-22 22:08:10','2020-11-22 22:08:10','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"#\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:08:10','2020-11-22 22:08:10','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(352,2,'2020-11-22 22:09:15','2020-11-22 22:09:15','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:09:15','2020-11-22 22:09:15','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(349,2,'2020-11-22 22:08:10','2020-11-22 22:08:10','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:08:10','2020-11-22 22:08:10','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(350,2,'2020-11-22 22:09:15','2020-11-22 22:09:15','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:09:15','2020-11-22 22:09:15','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(351,2,'2020-11-22 22:09:15','2020-11-22 22:09:15','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:09:15','2020-11-22 22:09:15','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(353,2,'2020-11-22 22:12:04','2020-11-22 22:12:04','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:12:04','2020-11-22 22:12:04','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(354,2,'2020-11-22 22:12:04','2020-11-22 22:12:04','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"#\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:12:04','2020-11-22 22:12:04','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(379,2,'2020-11-22 22:24:21','2020-11-22 22:24:21','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:24:21','2020-11-22 22:24:21','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(355,2,'2020-11-22 22:12:04','2020-11-22 22:12:04','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:12:04','2020-11-22 22:12:04','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(356,2,'2020-11-22 22:12:41','2020-11-22 22:12:41','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:12:41','2020-11-22 22:12:41','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(357,2,'2020-11-22 22:12:41','2020-11-22 22:12:41','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:12:41','2020-11-22 22:12:41','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(358,2,'2020-11-22 22:12:41','2020-11-22 22:12:41','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:12:41','2020-11-22 22:12:41','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(359,2,'2020-11-22 22:14:19','2020-11-22 22:14:19','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:14:19','2020-11-22 22:14:19','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(360,2,'2020-11-22 22:14:19','2020-11-22 22:14:19','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:14:19','2020-11-22 22:14:19','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(361,2,'2020-11-22 22:14:19','2020-11-22 22:14:19','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:14:19','2020-11-22 22:14:19','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(362,2,'2020-11-22 22:15:47','2020-11-22 22:15:47','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:15:47','2020-11-22 22:15:47','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(363,2,'2020-11-22 22:15:47','2020-11-22 22:15:47','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:15:47','2020-11-22 22:15:47','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(364,2,'2020-11-22 22:15:47','2020-11-22 22:15:47','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:15:47','2020-11-22 22:15:47','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(365,2,'2020-11-22 22:19:05','2020-11-22 22:19:05','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:19:05','2020-11-22 22:19:05','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(366,2,'2020-11-22 22:19:05','2020-11-22 22:19:05','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:19:05','2020-11-22 22:19:05','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(367,2,'2020-11-22 22:19:05','2020-11-22 22:19:05','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:19:05','2020-11-22 22:19:05','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(368,2,'2020-11-22 22:21:06','2020-11-22 22:21:06','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:21:06','2020-11-22 22:21:06','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(369,2,'2020-11-22 22:21:06','2020-11-22 22:21:06','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:21:06','2020-11-22 22:21:06','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(370,2,'2020-11-22 22:21:06','2020-11-22 22:21:06','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:21:06','2020-11-22 22:21:06','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(371,2,'2020-11-22 22:22:49','2020-11-22 22:22:49','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:22:49','2020-11-22 22:22:49','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(372,2,'2020-11-22 22:22:49','2020-11-22 22:22:49','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:22:49','2020-11-22 22:22:49','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(373,2,'2020-11-22 22:22:49','2020-11-22 22:22:49','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:22:49','2020-11-22 22:22:49','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(374,2,'2020-11-22 22:23:43','2020-11-22 22:23:43','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:23:43','2020-11-22 22:23:43','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(375,2,'2020-11-22 22:23:43','2020-11-22 22:23:43','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:23:43','2020-11-22 22:23:43','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(376,2,'2020-11-22 22:23:43','2020-11-22 22:23:43','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:23:43','2020-11-22 22:23:43','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(377,2,'2020-11-22 22:24:21','2020-11-22 22:24:21','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:24:21','2020-11-22 22:24:21','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(378,2,'2020-11-22 22:24:21','2020-11-22 22:24:21','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2><a href=\"http://INDIGI-DISCO.COM/CONTACT\">Ready to go? Let\'s talk.</a></h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:24:21','2020-11-22 22:24:21','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(380,2,'2020-11-22 22:59:42','2020-11-22 22:59:42','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:59:42','2020-11-22 22:59:42','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(381,2,'2020-11-22 22:59:42','2020-11-22 22:59:42','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:59:42','2020-11-22 22:59:42','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(382,2,'2020-11-22 22:59:42','2020-11-22 22:59:42','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 22:59:42','2020-11-22 22:59:42','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(383,2,'2020-11-22 23:00:45','2020-11-22 23:00:45','<h2>OUR SERVICES</h2>\n<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>\n<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>\n<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<h4>A LA CARTE SERVICES</h4>\n<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<h3>connect with us</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:00:45','2020-11-22 23:00:45','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(384,2,'2020-11-22 23:00:45','2020-11-22 23:00:45','<h2>OUR SERVICES</h2>\n<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>\n<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>\n<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<h4>A LA CARTE SERVICES</h4>\n<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<h3>connect with us</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\" target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\" target=\"_blank\" rel=\"noopener noreferrer\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\" target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:00:45','2020-11-22 23:00:45','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(385,2,'2020-11-22 23:00:45','2020-11-22 23:00:45','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:00:45','2020-11-22 23:00:45','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(386,2,'2020-11-22 23:01:35','2020-11-22 23:01:35','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:01:35','2020-11-22 23:01:35','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(387,2,'2020-11-22 23:01:35','2020-11-22 23:01:35','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:01:35','2020-11-22 23:01:35','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(388,2,'2020-11-22 23:01:35','2020-11-22 23:01:35','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:01:35','2020-11-22 23:01:35','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(389,2,'2020-11-22 23:02:17','2020-11-22 23:02:17','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:02:17','2020-11-22 23:02:17','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(390,2,'2020-11-22 23:02:17','2020-11-22 23:02:17','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:02:17','2020-11-22 23:02:17','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(391,2,'2020-11-22 23:02:17','2020-11-22 23:02:17','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:02:17','2020-11-22 23:02:17','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(392,2,'2020-11-22 23:02:41','2020-11-22 23:02:41','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:02:41','2020-11-22 23:02:41','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(393,2,'2020-11-22 23:02:41','2020-11-22 23:02:41','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:02:41','2020-11-22 23:02:41','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(394,2,'2020-11-22 23:02:41','2020-11-22 23:02:41','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:02:41','2020-11-22 23:02:41','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(395,2,'2020-11-22 23:03:02','2020-11-22 23:03:02','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:03:02','2020-11-22 23:03:02','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(396,2,'2020-11-22 23:03:02','2020-11-22 23:03:02','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:03:02','2020-11-22 23:03:02','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(397,2,'2020-11-22 23:03:02','2020-11-22 23:03:02','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:03:02','2020-11-22 23:03:02','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(398,2,'2020-11-22 23:03:58','2020-11-22 23:03:58','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:03:58','2020-11-22 23:03:58','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(399,2,'2020-11-22 23:03:58','2020-11-22 23:03:58','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:03:58','2020-11-22 23:03:58','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(400,2,'2020-11-22 23:03:58','2020-11-22 23:03:58','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-22 23:03:58','2020-11-22 23:03:58','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(401,2,'2020-11-22 23:04:41','2020-11-22 23:04:41','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-22 23:04:41','2020-11-22 23:04:41','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(402,2,'2020-11-22 23:04:41','2020-11-22 23:04:41','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-22 23:04:41','2020-11-22 23:04:41','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(403,2,'2020-11-22 23:04:41','2020-11-22 23:04:41','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-22 23:04:41','2020-11-22 23:04:41','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(404,2,'2020-11-22 23:04:56','2020-11-22 23:04:56','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-22 23:04:56','2020-11-22 23:04:56','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(405,2,'2020-11-22 23:04:56','2020-11-22 23:04:56','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-22 23:04:56','2020-11-22 23:04:56','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(406,2,'2020-11-22 23:04:56','2020-11-22 23:04:56','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-22 23:04:56','2020-11-22 23:04:56','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(407,2,'2020-11-22 23:05:10','2020-11-22 23:05:10','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-22 23:05:10','2020-11-22 23:05:10','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(408,2,'2020-11-22 23:05:10','2020-11-22 23:05:10','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-22 23:05:10','2020-11-22 23:05:10','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(409,2,'2020-11-22 23:05:10','2020-11-22 23:05:10','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-22 23:05:10','2020-11-22 23:05:10','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(410,2,'2020-11-22 23:06:35','2020-11-22 23:06:35','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-22 23:06:35','2020-11-22 23:06:35','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(411,2,'2020-11-22 23:06:35','2020-11-22 23:06:35','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-22 23:06:35','2020-11-22 23:06:35','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(412,2,'2020-11-22 23:06:35','2020-11-22 23:06:35','<h2>LADIES OF THE DISCO</h2>		\n			<h3><i>Who run the world?</i></h3>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-22 23:06:35','2020-11-22 23:06:35','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(413,2,'2020-11-22 23:07:27','2020-11-22 23:07:27','<h2>LADIES OF THE DISCO</h2>		\n			<h3><i>Who run the world?</i></h3>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-22 23:07:27','2020-11-22 23:07:27','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(414,2,'2020-11-22 23:07:27','2020-11-22 23:07:27','<h2>LADIES OF THE DISCO</h2>		\n			<h3><i>Who run the world?</i></h3>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-22 23:07:27','2020-11-22 23:07:27','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(415,2,'2020-11-22 23:07:27','2020-11-22 23:07:27','<h2>LADIES OF THE DISCO</h2>		\n			<h3><i>Who run the world?</i></h3>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-22 23:07:27','2020-11-22 23:07:27','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(416,2,'2020-11-22 23:08:40','2020-11-22 23:08:40','<h2>OUR SERVICES</h2>\n<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\">\n<h3>Alborn vito\nmos nostra pertrone</h3>\n<ul>\n 	<li>\n										Raesent nec magna ac ped auris suscipit mam\nquis erat id tortor hasellus</li>\n 	<li>\n										Raesent nec magna ac ped auris suscipit mam\nquis erat id tortor hasellus</li>\n 	<li>\n										Raesent nec magna ac ped auris suscipit mam\nquis erat id tortor hasellus</li>\n</ul>\n<h3>Alborn vito\nmos nostra pertrone</h3>\nLorem ipsum\n75%\nLorem ipsum\n95%\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nDolor mit omnia des quanta lorem ipsum.\n\n<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\">\n<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\">\n<h3>Alborn vito\nmos nostra pertrone</h3>\n<strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong>\n\nEtiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.\n\n<a href=\"http://indigo-disco.com/pricing/\" role=\"button\">\nView more details\n</a>\n<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\">\n<ul>\n 	<li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\">\n<blockquote>\n<h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5>\n</blockquote>\n<h5>Pamela Grets</h5>\nSonus Inc.</li>\n 	<li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\">\n<blockquote>\n<h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5>\n</blockquote>\n<h5>Jenny Banks</h5>\nDopel limited</li>\n 	<li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\">\n<blockquote>\n<h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5>\n</blockquote>\n<h5>Rob Mals</h5>\nGrogers</li>\n</ul>\n<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">\n<h3>Our social funpages</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.\n\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nInstagram\n</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:08:40','2020-11-22 23:08:40','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(417,2,'2020-11-22 23:08:40','2020-11-22 23:08:40','<h2>OUR SERVICES</h2>\n<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\">\n<h3>Alborn vito\nmos nostra pertrone</h3>\n<ul>\n 	<li>\n										Raesent nec magna ac ped auris suscipit mam\nquis erat id tortor hasellus</li>\n 	<li>\n										Raesent nec magna ac ped auris suscipit mam\nquis erat id tortor hasellus</li>\n 	<li>\n										Raesent nec magna ac ped auris suscipit mam\nquis erat id tortor hasellus</li>\n</ul>\n<h3>Alborn vito\nmos nostra pertrone</h3>\nLorem ipsum\n75%\nLorem ipsum\n95%\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nDolor mit omnia des quanta lorem ipsum.\n\n<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\">\n<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\">\n<h3>Alborn vito\nmos nostra pertrone</h3>\n<strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong>\n\nEtiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.\n\n<a href=\"http://indigo-disco.com/pricing/\" role=\"button\">\nView more details\n</a>\n<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\">\n<ul>\n 	<li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\">\n<blockquote>\n<h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5>\n</blockquote>\n<h5>Pamela Grets</h5>\nSonus Inc.</li>\n 	<li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\">\n<blockquote>\n<h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5>\n</blockquote>\n<h5>Jenny Banks</h5>\nDopel limited</li>\n 	<li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\">\n<blockquote>\n<h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5>\n</blockquote>\n<h5>Rob Mals</h5>\nGrogers</li>\n</ul>\n<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">\n<h3>Our social funpages</h3>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.\n\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nInstagram\n</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:08:40','2020-11-22 23:08:40','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(424,2,'2020-11-22 23:13:22','2020-11-22 23:13:22','<h2>CONTACT US</h2>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3><p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong></p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p>		\n			<a href=\"http://indigo-disco.com/pricing/\" role=\"button\">\n						View more details\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:13:22','2020-11-22 23:13:22','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(421,2,'2020-11-22 23:09:29','2020-11-22 23:09:29','<h2>CONTACT US</h2>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3><p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong></p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p>		\n			<a href=\"http://indigo-disco.com/pricing/\" role=\"button\">\n						View more details\n					</a>\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />											\n			<ul><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n		<h3>Our social funpages</h3>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:09:29','2020-11-22 23:09:29','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(418,2,'2020-11-22 23:08:40','2020-11-22 23:08:40','<h2>CONTACT US</h2>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3><p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong></p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p>		\n			<a href=\"http://indigo-disco.com/pricing/\" role=\"button\">\n						View more details\n					</a>\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />											\n			<ul><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n		<h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:08:40','2020-11-22 23:08:40','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(419,2,'2020-11-22 23:09:29','2020-11-22 23:09:29','<h2>CONTACT US</h2>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3><p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong></p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p>		\n			<a href=\"http://indigo-disco.com/pricing/\" role=\"button\">\n						View more details\n					</a>\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />											\n			<ul><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n		<h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:09:29','2020-11-22 23:09:29','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(420,2,'2020-11-22 23:09:29','2020-11-22 23:09:29','<h2>CONTACT US</h2>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3><p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong></p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p>		\n			<a href=\"http://indigo-disco.com/pricing/\" role=\"button\">\n						View more details\n					</a>\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />											\n			<ul><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n		<h3>Our social funpages</h3><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut aliqua.</p>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:09:29','2020-11-22 23:09:29','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(422,2,'2020-11-22 23:13:22','2020-11-22 23:13:22','<h2>CONTACT US</h2>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3><p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong></p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p>		\n			<a href=\"http://indigo-disco.com/pricing/\" role=\"button\">\n						View more details\n					</a>\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />											\n			<ul><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n		<h3>Our social funpages</h3>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:13:22','2020-11-22 23:13:22','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(423,2,'2020-11-22 23:13:22','2020-11-22 23:13:22','<h2>CONTACT US</h2>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3><p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong></p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p>		\n			<a href=\"http://indigo-disco.com/pricing/\" role=\"button\">\n						View more details\n					</a>\n										<img width=\"73\" height=\"59\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1.png 73w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-quotes-1-50x40.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" />											\n			<ul><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Pamela Grets\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Pamela Grets</h5>Sonus Inc.</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Jenny Banks\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Jenny Banks</h5>Dopel limited</li><li><img src=\"http://indigo-disco.com/wp-content/themes/betheme/images/testimonials-placeholder.png\" alt=\"Rob Mals\" /><blockquote><h5 style=\"font-weight:500;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt eque porro quisqu.</h5></blockquote><h5>Rob Mals</h5>Grogers</li></ul>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n		<h3>Our social funpages</h3>		\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:13:22','2020-11-22 23:13:22','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(426,2,'2020-11-22 23:24:46','2020-11-22 23:24:46','<h2>CONTACT US</h2>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3><p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong></p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p>		\n			<a href=\"http://indigo-disco.com/pricing/\" role=\"button\">\n						View more details\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:24:46','2020-11-22 23:24:46','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(427,2,'2020-11-22 23:24:46','2020-11-22 23:24:46','<h2>CONTACT US</h2>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-3-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3><p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</strong></p><p>Etiam sagittis sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p>		\n			<a href=\"http://indigo-disco.com/pricing/\" role=\"button\">\n						View more details\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:24:46','2020-11-22 23:24:46','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(432,2,'2020-11-22 23:30:17','2020-11-22 23:30:17','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:30:17','2020-11-22 23:30:17','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(430,2,'2020-11-22 23:30:17','2020-11-22 23:30:17','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:30:17','2020-11-22 23:30:17','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0);
INSERT INTO `SFmlX6x_posts` VALUES (431,2,'2020-11-22 23:30:17','2020-11-22 23:30:17','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:30:17','2020-11-22 23:30:17','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(433,2,'2020-11-22 23:31:41','2020-11-22 23:31:41','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 23:31:41','2020-11-22 23:31:41','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(434,2,'2020-11-22 23:31:41','2020-11-22 23:31:41','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 23:31:41','2020-11-22 23:31:41','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(435,2,'2020-11-22 23:31:41','2020-11-22 23:31:41','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-22 23:31:41','2020-11-22 23:31:41','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(436,2,'2020-11-22 23:38:12','2020-11-22 23:38:12','','Artists - card 1','','inherit','open','closed','','artists-card-1','','','2020-11-22 23:38:12','2020-11-22 23:38:12','',8,'http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1.png',0,'attachment','image/png',0),(437,2,'2020-11-22 23:38:28','2020-11-22 23:38:28','','Artists - card 2','','inherit','open','closed','','artists-card-2','','','2020-11-22 23:38:28','2020-11-22 23:38:28','',8,'http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2.png',0,'attachment','image/png',0),(438,2,'2020-11-22 23:39:24','2020-11-22 23:39:24','','Artists - card 1','','inherit','open','closed','','artists-card-1-2','','','2020-11-22 23:39:24','2020-11-22 23:39:24','',8,'http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png',0,'attachment','image/png',0),(439,2,'2020-11-22 23:39:54','2020-11-22 23:39:54','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:39:54','2020-11-22 23:39:54','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(440,2,'2020-11-22 23:39:54','2020-11-22 23:39:54','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:39:54','2020-11-22 23:39:54','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(441,2,'2020-11-22 23:39:54','2020-11-22 23:39:54','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:39:54','2020-11-22 23:39:54','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(442,2,'2020-11-22 23:40:05','2020-11-22 23:40:05','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:40:05','2020-11-22 23:40:05','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(443,2,'2020-11-22 23:40:05','2020-11-22 23:40:05','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:40:05','2020-11-22 23:40:05','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(444,2,'2020-11-22 23:40:06','2020-11-22 23:40:06','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-22 23:40:06','2020-11-22 23:40:06','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(451,2,'2020-11-23 01:00:45','2020-11-23 01:00:45','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:00:45','2020-11-23 01:00:45','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(446,2,'2020-11-22 23:49:13','2020-11-22 23:49:13','','Small Business - card 1','','inherit','open','closed','','small-business-card-1','','','2020-11-22 23:49:13','2020-11-22 23:49:13','',8,'http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png',0,'attachment','image/png',0),(447,2,'2020-11-22 23:49:30','2020-11-22 23:49:30','','Small Business - card 2','','inherit','open','closed','','small-business-card-2','','','2020-11-22 23:49:30','2020-11-22 23:49:30','',8,'http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png',0,'attachment','image/png',0),(457,2,'2020-11-23 01:02:03','2020-11-23 01:02:03','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:02:03','2020-11-23 01:02:03','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(448,2,'2020-11-23 01:00:31','2020-11-23 01:00:31','','Artists - card 2','','inherit','open','closed','','artists-card-2-2','','','2020-11-23 01:00:31','2020-11-23 01:00:31','',8,'http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png',0,'attachment','image/png',0),(449,2,'2020-11-23 01:00:44','2020-11-23 01:00:44','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:00:44','2020-11-23 01:00:44','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(450,2,'2020-11-23 01:00:44','2020-11-23 01:00:44','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"\" alt=\"Contact\" width=\"\" height=\"\"/><img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"Contact\" width=\"\" height=\"\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:00:44','2020-11-23 01:00:44','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(452,2,'2020-11-23 01:01:11','2020-11-23 01:01:11','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:01:11','2020-11-23 01:01:11','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(453,2,'2020-11-23 01:01:11','2020-11-23 01:01:11','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:01:11','2020-11-23 01:01:11','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(454,2,'2020-11-23 01:01:11','2020-11-23 01:01:11','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:01:11','2020-11-23 01:01:11','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(455,2,'2020-11-23 01:02:03','2020-11-23 01:02:03','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:02:03','2020-11-23 01:02:03','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(456,2,'2020-11-23 01:02:03','2020-11-23 01:02:03','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/>\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-1-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n					<ul>\n							<li>\n										Raesent nec magna ac ped auris suscipit mam<br />quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n								<li>\n										Raesent nec magna ac ped auris suscipit mam<br /> quis erat id tortor hasellus\n									</li>\n						</ul>\n		<h3>Alborn vito<br />mos nostra pertrone</h3>		\n				Lorem ipsum\n									75%\n				Lorem ipsum\n									95%\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<br>Dolor mit omnia des quanta lorem ipsum.</p>		\n										<img width=\"780\" height=\"780\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1.jpg 780w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-about-img-2-1-80x80.jpg 80w\" sizes=\"(max-width: 780px) 100vw, 780px\" />											\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:02:03','2020-11-23 01:02:03','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(461,2,'2020-11-23 01:15:25','2020-11-23 01:15:25','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/>\n			<h3>Questions?</h3>		\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:15:25','2020-11-23 01:15:25','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(459,2,'2020-11-23 01:15:25','2020-11-23 01:15:25','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:15:25','2020-11-23 01:15:25','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(460,2,'2020-11-23 01:15:25','2020-11-23 01:15:25','<h2>CONTACT US</h2>		\n			<h4>Thanks for your interest in working with us! Please note that at this time, we are only accepting <br>a limited number of clients in order to provide the best service possible while we\'re growing.<br>Please allow 7 business days for a response as we carefully consider all applications.</h4>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:15:25','2020-11-23 01:15:25','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(462,2,'2020-11-23 01:15:42','2020-11-23 01:15:42','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/>\n			<h3>Questions?</h3>		\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:15:42','2020-11-23 01:15:42','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(463,2,'2020-11-23 01:15:43','2020-11-23 01:15:43','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/>\n			<h3>Questions?</h3>		\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:15:43','2020-11-23 01:15:43','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(464,2,'2020-11-23 01:15:43','2020-11-23 01:15:43','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/>\n			<h3>Questions?</h3>		\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:15:43','2020-11-23 01:15:43','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(465,2,'2020-11-23 01:16:22','2020-11-23 01:16:22','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/>\n			<h3>Questions?</h3>		\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:16:22','2020-11-23 01:16:22','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(466,2,'2020-11-23 01:16:22','2020-11-23 01:16:22','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/>\n			<h3>Questions?</h3>		\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:16:22','2020-11-23 01:16:22','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(467,2,'2020-11-23 01:16:22','2020-11-23 01:16:22','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:16:22','2020-11-23 01:16:22','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(468,2,'2020-11-23 01:17:01','2020-11-23 01:17:01','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:17:01','2020-11-23 01:17:01','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(469,2,'2020-11-23 01:17:01','2020-11-23 01:17:01','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:17:01','2020-11-23 01:17:01','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(470,2,'2020-11-23 01:17:01','2020-11-23 01:17:01','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" role=\"button\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:17:01','2020-11-23 01:17:01','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(471,2,'2020-11-23 01:17:06','2020-11-23 01:17:06','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" role=\"button\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:17:06','2020-11-23 01:17:06','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(472,2,'2020-11-23 01:17:06','2020-11-23 01:17:06','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" role=\"button\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:17:06','2020-11-23 01:17:06','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(473,2,'2020-11-23 01:17:06','2020-11-23 01:17:06','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:17:06','2020-11-23 01:17:06','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(474,2,'2020-11-23 01:18:53','2020-11-23 01:18:53','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:18:53','2020-11-23 01:18:53','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(475,2,'2020-11-23 01:18:53','2020-11-23 01:18:53','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n					<a target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:18:53','2020-11-23 01:18:53','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(481,2,'2020-11-23 01:38:55','2020-11-23 01:38:55','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:38:55','2020-11-23 01:38:55','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(476,2,'2020-11-23 01:18:53','2020-11-23 01:18:53','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:18:53','2020-11-23 01:18:53','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(477,2,'2020-11-23 01:20:50','2020-11-23 01:20:50','','Untitled design (21)','','inherit','open','closed','','untitled-design-21','','','2020-11-23 01:20:50','2020-11-23 01:20:50','',8,'http://indigo-disco.com/wp-content/uploads/2020/11/Untitled-design-21.png',0,'attachment','image/png',0),(479,2,'2020-11-23 01:38:55','2020-11-23 01:38:55','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:38:55','2020-11-23 01:38:55','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(480,2,'2020-11-23 01:38:55','2020-11-23 01:38:55','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n										<img width=\"1920\" height=\"698\" src=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1.png 1920w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-300x109.png 300w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1024x372.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-768x279.png 768w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-1536x558.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-260x95.png 260w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-50x18.png 50w, http://indigo-disco.com/wp-content/uploads/2020/06/biz3-home-bottom-section-1-150x55.png 150w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />											\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 01:38:55','2020-11-23 01:38:55','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(505,2,'2020-11-23 17:43:36','2020-11-23 17:43:36','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 17:43:36','2020-11-23 17:43:36','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(483,2,'2020-11-23 01:40:32','2020-11-23 01:40:32','','B&W Disco Ball','','inherit','open','closed','','bw-disco-ball','','','2020-11-23 01:40:32','2020-11-23 01:40:32','',8,'http://indigo-disco.com/wp-content/uploads/2020/11/BW-Disco-Ball.mov',0,'attachment','video/quicktime',0),(484,2,'2020-11-23 01:41:11','2020-11-23 01:41:11','','IndigoDisco_MedLogo_BlackTransparent-01','','inherit','open','closed','','indigodisco_medlogo_blacktransparent-01','','','2020-11-23 01:41:11','2020-11-23 01:41:11','',12,'http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01.png',0,'attachment','image/png',0),(485,2,'2020-11-23 01:41:26','2020-11-23 01:41:26','<h2>LADIES OF THE DISCO</h2>		\n			<h3><i>Who run the world?</i></h3>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 01:41:26','2020-11-23 01:41:26','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(486,2,'2020-11-23 01:41:26','2020-11-23 01:41:26','<h2>LADIES OF THE DISCO</h2>		\n			<h3><i>Who run the world?</i></h3>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 01:41:26','2020-11-23 01:41:26','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(496,2,'2020-11-23 17:39:25','2020-11-23 17:39:25','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 17:39:25','2020-11-23 17:39:25','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(487,2,'2020-11-23 01:41:26','2020-11-23 01:41:26','<h2>LADIES OF THE DISCO</h2>		\n			<h3><i>Who run the world?</i></h3>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 01:41:26','2020-11-23 01:41:26','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(488,2,'2020-11-23 01:41:44','2020-11-23 01:41:44','<h2>LADIES OF THE DISCO</h2>		\n			<h3><i>Who run the world?</i></h3>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 01:41:44','2020-11-23 01:41:44','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(489,2,'2020-11-23 01:41:44','2020-11-23 01:41:44','<h2>LADIES OF THE DISCO</h2>		\n			<h3><i>Who run the world?</i></h3>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 01:41:44','2020-11-23 01:41:44','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(490,2,'2020-11-23 01:41:44','2020-11-23 01:41:44','<h2>LADIES OF THE DISCO</h2>		\n			<h3><i>Who run the world?</i></h3>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 01:41:44','2020-11-23 01:41:44','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(491,2,'2020-11-23 17:38:09','2020-11-23 17:38:09','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-23 17:38:09','2020-11-23 17:38:09','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(492,2,'2020-11-23 17:38:10','2020-11-23 17:38:10','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-23 17:38:10','2020-11-23 17:38:10','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(493,2,'2020-11-23 17:38:10','2020-11-23 17:38:10','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-23 17:38:10','2020-11-23 17:38:10','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(494,2,'2020-11-23 17:39:25','2020-11-23 17:39:25','<h2>LADIES OF THE DISCO</h2>		\n			<h3><i>Who run the world?</i></h3>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 17:39:25','2020-11-23 17:39:25','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(495,2,'2020-11-23 17:39:25','2020-11-23 17:39:25','<h2>LADIES OF THE DISCO</h2>		\n			<h3><i>Who run the world?</i></h3>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 17:39:25','2020-11-23 17:39:25','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(497,2,'2020-11-23 17:40:48','2020-11-23 17:40:48','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 17:40:48','2020-11-23 17:40:48','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(498,2,'2020-11-23 17:40:48','2020-11-23 17:40:48','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 17:40:48','2020-11-23 17:40:48','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(499,2,'2020-11-23 17:40:48','2020-11-23 17:40:48','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 17:40:48','2020-11-23 17:40:48','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(500,2,'2020-11-23 17:41:26','2020-11-23 17:41:26','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 17:41:26','2020-11-23 17:41:26','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(501,2,'2020-11-23 17:41:26','2020-11-23 17:41:26','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 17:41:26','2020-11-23 17:41:26','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(502,2,'2020-11-23 17:41:26','2020-11-23 17:41:26','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 17:41:26','2020-11-23 17:41:26','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(503,2,'2020-11-23 17:43:36','2020-11-23 17:43:36','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 17:43:36','2020-11-23 17:43:36','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(504,2,'2020-11-23 17:43:36','2020-11-23 17:43:36','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 17:43:36','2020-11-23 17:43:36','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(507,2,'2020-11-23 17:54:06','2020-11-23 17:54:06','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 17:54:06','2020-11-23 17:54:06','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(508,2,'2020-11-23 17:54:06','2020-11-23 17:54:06','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in Indigo Disco\'s services and would like to discuss working with us, please submit a client application. At this time, we are only accepting a limited number of clients in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 17:54:06','2020-11-23 17:54:06','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(514,2,'2020-11-23 18:12:34','2020-11-23 18:12:34','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:12:34','2020-11-23 18:12:34','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(511,2,'2020-11-23 18:09:10','2020-11-23 18:09:10','','shattered disco ball (1)','','inherit','open','closed','','shattered-disco-ball-1','','','2020-11-23 18:09:10','2020-11-23 18:09:10','',8,'http://indigo-disco.com/wp-content/uploads/2020/11/shattered-disco-ball-1.png',0,'attachment','image/png',0),(512,2,'2020-11-23 18:12:34','2020-11-23 18:12:34','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:12:34','2020-11-23 18:12:34','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(513,2,'2020-11-23 18:12:34','2020-11-23 18:12:34','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:12:34','2020-11-23 18:12:34','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(515,2,'2020-11-23 18:14:47','2020-11-23 18:14:47','<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Call to Action','','publish','closed','closed','','call-to-action','','','2020-11-24 07:19:22','2020-11-24 07:19:22','',0,'http://indigo-disco.com/?elementor_library=call-to-action',0,'elementor_library','',0),(516,2,'2020-11-23 18:14:48','2020-11-23 18:14:48','','Call to Action','','inherit','closed','closed','','515-revision-v1','','','2020-11-23 18:14:48','2020-11-23 18:14:48','',515,'http://indigo-disco.com/515-revision-v1/',0,'revision','',0),(517,2,'2020-11-23 18:14:48','2020-11-23 18:14:48','<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Call to Action','','inherit','closed','closed','','515-revision-v1','','','2020-11-23 18:14:48','2020-11-23 18:14:48','',515,'http://indigo-disco.com/515-revision-v1/',0,'revision','',0),(518,2,'2020-11-23 18:15:59','2020-11-23 18:15:59','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:15:59','2020-11-23 18:15:59','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(519,2,'2020-11-23 18:15:59','2020-11-23 18:15:59','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:15:59','2020-11-23 18:15:59','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(521,2,'2020-11-23 18:24:38','2020-11-23 18:24:38','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 18:24:38','2020-11-23 18:24:38','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(522,2,'2020-11-23 18:24:38','2020-11-23 18:24:38','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 18:24:38','2020-11-23 18:24:38','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(591,2,'2020-11-24 06:55:26','2020-11-24 06:55:26','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 06:55:26','2020-11-24 06:55:26','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(523,2,'2020-11-23 18:24:38','2020-11-23 18:24:38','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 18:24:38','2020-11-23 18:24:38','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(1491,2,'2023-07-10 09:44:39','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','closed','','','','','2023-07-10 09:44:39','0000-00-00 00:00:00','',0,'https://indigo-disco.com/?p=1491',0,'post','',0),(1492,1,'2023-07-10 09:48:15','0000-00-00 00:00:00','','_be_setup_wizard_demo','','draft','closed','closed','','','','','2023-07-10 09:48:15','0000-00-00 00:00:00','',0,'https://indigo-disco.com/?page_id=1492',0,'page','',0),(525,2,'2020-11-23 18:26:59','2020-11-23 18:26:59','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 18:26:59','2020-11-23 18:26:59','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(526,2,'2020-11-23 18:26:59','2020-11-23 18:26:59','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 18:26:59','2020-11-23 18:26:59','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(527,2,'2020-11-23 18:26:59','2020-11-23 18:26:59','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 18:26:59','2020-11-23 18:26:59','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(528,2,'2020-11-23 18:27:19','2020-11-23 18:27:19','<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Rainbow Disco CTA','','publish','closed','closed','','rainbow-disco-cta','','','2020-11-23 18:27:19','2020-11-23 18:27:19','',0,'http://indigo-disco.com/?elementor_library=rainbow-disco-cta',0,'elementor_library','',0),(529,2,'2020-11-23 18:27:19','2020-11-23 18:27:19','','Rainbow Disco CTA','','inherit','closed','closed','','528-revision-v1','','','2020-11-23 18:27:19','2020-11-23 18:27:19','',528,'http://indigo-disco.com/528-revision-v1/',0,'revision','',0),(530,2,'2020-11-23 18:27:19','2020-11-23 18:27:19','<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Rainbow Disco CTA','','inherit','closed','closed','','528-revision-v1','','','2020-11-23 18:27:19','2020-11-23 18:27:19','',528,'http://indigo-disco.com/528-revision-v1/',0,'revision','',0),(531,2,'2020-11-23 18:28:05','2020-11-23 18:28:05','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 18:28:05','2020-11-23 18:28:05','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(532,2,'2020-11-23 18:28:05','2020-11-23 18:28:05','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 18:28:05','2020-11-23 18:28:05','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(533,2,'2020-11-23 18:28:05','2020-11-23 18:28:05','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 18:28:05','2020-11-23 18:28:05','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(534,2,'2020-11-23 18:30:50','2020-11-23 18:30:50','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:30:50','2020-11-23 18:30:50','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(535,2,'2020-11-23 18:30:50','2020-11-23 18:30:50','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:30:50','2020-11-23 18:30:50','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(536,2,'2020-11-23 18:30:50','2020-11-23 18:30:50','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:30:50','2020-11-23 18:30:50','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(537,2,'2020-11-23 18:31:10','2020-11-23 18:31:10','<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','B&W Disco CTA','','publish','closed','closed','','bw-disco-cta','','','2020-11-23 18:31:10','2020-11-23 18:31:10','',0,'http://indigo-disco.com/?elementor_library=bw-disco-cta',0,'elementor_library','',0),(538,2,'2020-11-23 18:31:10','2020-11-23 18:31:10','','B&W Disco CTA','','inherit','closed','closed','','537-revision-v1','','','2020-11-23 18:31:10','2020-11-23 18:31:10','',537,'http://indigo-disco.com/537-revision-v1/',0,'revision','',0),(539,2,'2020-11-23 18:31:10','2020-11-23 18:31:10','<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','B&W Disco CTA','','inherit','closed','closed','','537-revision-v1','','','2020-11-23 18:31:10','2020-11-23 18:31:10','',537,'http://indigo-disco.com/537-revision-v1/',0,'revision','',0),(543,2,'2020-11-23 18:35:16','2020-11-23 18:35:16','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 18:35:16','2020-11-23 18:35:16','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(541,2,'2020-11-23 18:35:16','2020-11-23 18:35:16','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 18:35:16','2020-11-23 18:35:16','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(542,2,'2020-11-23 18:35:16','2020-11-23 18:35:16','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-23 18:35:16','2020-11-23 18:35:16','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(544,2,'2020-11-23 18:37:27','2020-11-23 18:37:27','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-23 18:37:27','2020-11-23 18:37:27','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(545,2,'2020-11-23 18:37:27','2020-11-23 18:37:27','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-23 18:37:27','2020-11-23 18:37:27','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(546,2,'2020-11-23 18:37:27','2020-11-23 18:37:27','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-23 18:37:27','2020-11-23 18:37:27','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(547,2,'2020-11-23 18:40:23','2020-11-23 18:40:23','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:40:23','2020-11-23 18:40:23','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(548,2,'2020-11-23 18:40:23','2020-11-23 18:40:23','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:40:23','2020-11-23 18:40:23','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(549,2,'2020-11-23 18:40:23','2020-11-23 18:40:23','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:40:23','2020-11-23 18:40:23','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(550,2,'2020-11-23 18:42:31','2020-11-23 18:42:31','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:42:31','2020-11-23 18:42:31','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(551,2,'2020-11-23 18:42:31','2020-11-23 18:42:31','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:42:31','2020-11-23 18:42:31','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(552,2,'2020-11-23 18:42:31','2020-11-23 18:42:31','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:42:31','2020-11-23 18:42:31','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(553,2,'2020-11-23 18:42:41','2020-11-23 18:42:41','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:42:41','2020-11-23 18:42:41','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(554,2,'2020-11-23 18:42:41','2020-11-23 18:42:41','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:42:41','2020-11-23 18:42:41','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(555,2,'2020-11-23 18:42:41','2020-11-23 18:42:41','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:42:41','2020-11-23 18:42:41','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(556,2,'2020-11-23 18:43:25','2020-11-23 18:43:25','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:43:25','2020-11-23 18:43:25','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(557,2,'2020-11-23 18:43:25','2020-11-23 18:43:25','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:43:25','2020-11-23 18:43:25','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(558,2,'2020-11-23 18:43:25','2020-11-23 18:43:25','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:43:25','2020-11-23 18:43:25','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(559,2,'2020-11-23 18:43:44','2020-11-23 18:43:44','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:43:44','2020-11-23 18:43:44','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(560,2,'2020-11-23 18:43:44','2020-11-23 18:43:44','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:43:44','2020-11-23 18:43:44','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(561,2,'2020-11-23 18:43:44','2020-11-23 18:43:44','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:43:44','2020-11-23 18:43:44','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(562,2,'2020-11-23 18:51:38','2020-11-23 18:51:38','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-23 18:51:38','2020-11-23 18:51:38','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(563,2,'2020-11-23 18:51:38','2020-11-23 18:51:38','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-23 18:51:38','2020-11-23 18:51:38','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(564,2,'2020-11-23 18:51:38','2020-11-23 18:51:38','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work toegether?</h3>		\n			<a href=\"http://indigo-disco.com/contact\" role=\"button\">\n						Apply now\n					</a>\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-23 18:51:38','2020-11-23 18:51:38','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(565,2,'2020-11-23 18:52:59','2020-11-23 18:52:59','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-23 18:52:59','2020-11-23 18:52:59','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(566,2,'2020-11-23 18:52:59','2020-11-23 18:52:59','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to go? Let\'s talk.</h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-23 18:52:59','2020-11-23 18:52:59','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(567,2,'2020-11-23 18:53:00','2020-11-23 18:53:00','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to make things happen?</h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-23 18:53:00','2020-11-23 18:53:00','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(568,2,'2020-11-23 18:55:41','2020-11-23 18:55:41','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:55:41','2020-11-23 18:55:41','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(569,2,'2020-11-23 18:55:41','2020-11-23 18:55:41','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h3>Artists &amp; Musicians</h3>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:55:41','2020-11-23 18:55:41','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(570,2,'2020-11-23 18:55:41','2020-11-23 18:55:41','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:55:41','2020-11-23 18:55:41','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(571,2,'2020-11-23 18:56:07','2020-11-23 18:56:07','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:56:07','2020-11-23 18:56:07','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(572,2,'2020-11-23 18:56:07','2020-11-23 18:56:07','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:56:07','2020-11-23 18:56:07','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(573,2,'2020-11-23 18:56:07','2020-11-23 18:56:07','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:56:07','2020-11-23 18:56:07','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(574,2,'2020-11-23 18:57:00','2020-11-23 18:57:00','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:57:00','2020-11-23 18:57:00','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(575,2,'2020-11-23 18:57:00','2020-11-23 18:57:00','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us.</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:57:00','2020-11-23 18:57:00','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(576,2,'2020-11-23 18:57:00','2020-11-23 18:57:00','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:57:00','2020-11-23 18:57:00','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(577,2,'2020-11-23 18:57:13','2020-11-23 18:57:13','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:57:13','2020-11-23 18:57:13','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(578,2,'2020-11-23 18:57:13','2020-11-23 18:57:13','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:57:13','2020-11-23 18:57:13','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(579,2,'2020-11-23 18:57:13','2020-11-23 18:57:13','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:57:13','2020-11-23 18:57:13','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(580,2,'2020-11-23 18:58:12','2020-11-23 18:58:12','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:58:12','2020-11-23 18:58:12','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(581,2,'2020-11-23 18:58:12','2020-11-23 18:58:12','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:58:12','2020-11-23 18:58:12','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(582,2,'2020-11-23 18:58:13','2020-11-23 18:58:13','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:58:13','2020-11-23 18:58:13','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(583,2,'2020-11-23 18:58:35','2020-11-23 18:58:35','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:58:35','2020-11-23 18:58:35','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(584,2,'2020-11-23 18:58:35','2020-11-23 18:58:35','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:58:35','2020-11-23 18:58:35','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(585,2,'2020-11-23 18:58:35','2020-11-23 18:58:35','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-23 18:58:35','2020-11-23 18:58:35','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(586,2,'2020-11-24 06:54:37','2020-11-24 06:54:37','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work toegether?</h3>		\n			<a href=\"http://indigo-disco.com/contact\" role=\"button\">\n						Apply now\n					</a>\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-24 06:54:37','2020-11-24 06:54:37','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(587,2,'2020-11-24 06:54:37','2020-11-24 06:54:37','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work toegether?</h3>		\n			<a href=\"http://indigo-disco.com/contact\" role=\"button\">\n						Apply now\n					</a>\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-24 06:54:37','2020-11-24 06:54:37','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(588,2,'2020-11-24 06:54:37','2020-11-24 06:54:37','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work toegether?</h3>		\n			<a href=\"http://indigo-disco.com/contact\" role=\"button\">\n						Apply now\n					</a>\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-24 06:54:37','2020-11-24 06:54:37','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(589,2,'2020-11-24 06:55:26','2020-11-24 06:55:26','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 06:55:26','2020-11-24 06:55:26','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(590,2,'2020-11-24 06:55:26','2020-11-24 06:55:26','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 06:55:26','2020-11-24 06:55:26','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(592,2,'2020-11-24 06:56:03','2020-11-24 06:56:03','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 06:56:03','2020-11-24 06:56:03','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(593,2,'2020-11-24 06:56:03','2020-11-24 06:56:03','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 06:56:03','2020-11-24 06:56:03','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(594,2,'2020-11-24 06:56:03','2020-11-24 06:56:03','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 06:56:03','2020-11-24 06:56:03','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(595,2,'2020-11-24 06:56:43','2020-11-24 06:56:43','<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Social Icons','','publish','closed','closed','','social-icons','','','2020-11-24 06:56:43','2020-11-24 06:56:43','',0,'http://indigo-disco.com/?elementor_library=social-icons',0,'elementor_library','',0),(596,2,'2020-11-24 06:56:43','2020-11-24 06:56:43','','Social Icons','','inherit','closed','closed','','595-revision-v1','','','2020-11-24 06:56:43','2020-11-24 06:56:43','',595,'http://indigo-disco.com/595-revision-v1/',0,'revision','',0),(597,2,'2020-11-24 06:56:43','2020-11-24 06:56:43','<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Social Icons','','inherit','closed','closed','','595-revision-v1','','','2020-11-24 06:56:43','2020-11-24 06:56:43','',595,'http://indigo-disco.com/595-revision-v1/',0,'revision','',0),(598,2,'2020-11-24 06:57:24','2020-11-24 06:57:24','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work toegether?</h3>		\n			<a href=\"http://indigo-disco.com/contact\" role=\"button\">\n						Apply now\n					</a>\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-24 06:57:24','2020-11-24 06:57:24','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(599,2,'2020-11-24 06:57:24','2020-11-24 06:57:24','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work toegether?</h3>		\n			<a href=\"http://indigo-disco.com/contact\" role=\"button\">\n						Apply now\n					</a>\n			<h3>connect with us</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-24 06:57:24','2020-11-24 06:57:24','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(600,2,'2020-11-24 06:57:25','2020-11-24 06:57:25','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work toegether?</h3>		\n			<a href=\"http://indigo-disco.com/contact\" role=\"button\">\n						Apply now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-24 06:57:25','2020-11-24 06:57:25','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(601,2,'2020-11-24 06:57:54','2020-11-24 06:57:54','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 06:57:54','2020-11-24 06:57:54','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(602,2,'2020-11-24 06:57:54','2020-11-24 06:57:54','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 06:57:54','2020-11-24 06:57:54','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(603,2,'2020-11-24 06:57:54','2020-11-24 06:57:54','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 06:57:54','2020-11-24 06:57:54','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(604,2,'2020-11-24 06:58:08','2020-11-24 06:58:08','','120628335_10224161662534055_5243340978838073081_o','','inherit','open','closed','','120628335_10224161662534055_5243340978838073081_o','','','2020-11-24 06:58:08','2020-11-24 06:58:08','',12,'http://indigo-disco.com/wp-content/uploads/2020/11/120628335_10224161662534055_5243340978838073081_o.jpg',0,'attachment','image/jpeg',0),(605,2,'2020-11-24 07:03:00','2020-11-24 07:03:00','','46503248_10217779916834401_1627278029447233536_o (1)','','inherit','open','closed','','46503248_10217779916834401_1627278029447233536_o-1','','','2020-11-24 07:03:00','2020-11-24 07:03:00','',12,'http://indigo-disco.com/wp-content/uploads/2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg',0,'attachment','image/jpeg',0),(606,2,'2020-11-24 07:04:44','2020-11-24 07:04:44','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 07:04:44','2020-11-24 07:04:44','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(607,2,'2020-11-24 07:04:44','2020-11-24 07:04:44','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 07:04:44','2020-11-24 07:04:44','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(608,2,'2020-11-24 07:04:44','2020-11-24 07:04:44','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg\" title=\"46503248_10217779916834401_1627278029447233536_o (1)\" alt=\"46503248_10217779916834401_1627278029447233536_o (1)\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 07:04:44','2020-11-24 07:04:44','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(609,2,'2020-11-24 07:05:57','2020-11-24 07:05:57','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg\" title=\"46503248_10217779916834401_1627278029447233536_o (1)\" alt=\"46503248_10217779916834401_1627278029447233536_o (1)\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 07:05:57','2020-11-24 07:05:57','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(610,2,'2020-11-24 07:05:57','2020-11-24 07:05:57','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg\" title=\"46503248_10217779916834401_1627278029447233536_o (1)\" alt=\"46503248_10217779916834401_1627278029447233536_o (1)\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 07:05:57','2020-11-24 07:05:57','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(611,2,'2020-11-24 07:05:57','2020-11-24 07:05:57','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg\" title=\"46503248_10217779916834401_1627278029447233536_o (1)\" alt=\"46503248_10217779916834401_1627278029447233536_o (1)\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 07:05:57','2020-11-24 07:05:57','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(612,2,'2020-11-24 07:06:56','2020-11-24 07:06:56','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Page Template','','publish','closed','closed','','page-template','','','2020-11-24 07:06:56','2020-11-24 07:06:56','',0,'http://indigo-disco.com/?elementor_library=page-template',0,'elementor_library','',0),(613,2,'2020-11-24 07:06:56','2020-11-24 07:06:56','','Page Template','','inherit','closed','closed','','612-revision-v1','','','2020-11-24 07:06:56','2020-11-24 07:06:56','',612,'http://indigo-disco.com/612-revision-v1/',0,'revision','',0),(614,2,'2020-11-24 07:06:56','2020-11-24 07:06:56','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Page Template','','inherit','closed','closed','','612-revision-v1','','','2020-11-24 07:06:56','2020-11-24 07:06:56','',612,'http://indigo-disco.com/612-revision-v1/',0,'revision','',0),(615,2,'2020-11-24 07:09:37','2020-11-24 07:09:37','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg\" title=\"46503248_10217779916834401_1627278029447233536_o (1)\" alt=\"46503248_10217779916834401_1627278029447233536_o (1)\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 07:09:37','2020-11-24 07:09:37','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(616,2,'2020-11-24 07:09:37','2020-11-24 07:09:37','<h2>LADIES OF THE DISCO</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg\" title=\"46503248_10217779916834401_1627278029447233536_o (1)\" alt=\"46503248_10217779916834401_1627278029447233536_o (1)\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 07:09:37','2020-11-24 07:09:37','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(617,2,'2020-11-24 07:09:37','2020-11-24 07:09:37','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg\" title=\"46503248_10217779916834401_1627278029447233536_o (1)\" alt=\"46503248_10217779916834401_1627278029447233536_o (1)\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 07:09:37','2020-11-24 07:09:37','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(618,2,'2020-11-24 07:12:36','2020-11-24 07:12:36','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:12:36','2020-11-24 07:12:36','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(619,2,'2020-11-24 07:12:36','2020-11-24 07:12:36','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:12:36','2020-11-24 07:12:36','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(621,2,'2020-11-24 07:13:14','2020-11-24 07:13:14','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:13:14','2020-11-24 07:13:14','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(622,2,'2020-11-24 07:13:14','2020-11-24 07:13:14','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Connect with us</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:13:14','2020-11-24 07:13:14','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(623,2,'2020-11-24 07:13:14','2020-11-24 07:13:14','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:13:14','2020-11-24 07:13:14','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(624,2,'2020-11-24 07:19:22','2020-11-24 07:19:22','<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Call to Action','','inherit','closed','closed','','515-revision-v1','','','2020-11-24 07:19:22','2020-11-24 07:19:22','',515,'http://indigo-disco.com/515-revision-v1/',0,'revision','',0),(625,2,'2020-11-24 07:20:24','2020-11-24 07:20:24','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work toegether?</h3>		\n			<a href=\"http://indigo-disco.com/contact\" role=\"button\">\n						Apply now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-24 07:20:24','2020-11-24 07:20:24','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(626,2,'2020-11-24 07:20:24','2020-11-24 07:20:24','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work toegether?</h3>		\n			<a href=\"http://indigo-disco.com/contact\" role=\"button\">\n						Apply now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-24 07:20:24','2020-11-24 07:20:24','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(627,2,'2020-11-24 07:20:24','2020-11-24 07:20:24','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-24 07:20:24','2020-11-24 07:20:24','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(667,2,'2020-12-02 06:27:45','2020-12-02 06:27:45','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-02 06:27:45','2020-12-02 06:27:45','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(638,2,'2020-11-24 07:26:31','2020-11-24 07:26:31','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-24 07:26:31','2020-11-24 07:26:31','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(644,2,'2020-11-24 07:28:11','2020-11-24 07:28:11','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg\" title=\"46503248_10217779916834401_1627278029447233536_o (1)\" alt=\"46503248_10217779916834401_1627278029447233536_o (1)\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 07:28:11','2020-11-24 07:28:11','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(630,2,'2020-11-24 07:23:34','2020-11-24 07:23:34','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:23:34','2020-11-24 07:23:34','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(631,2,'2020-11-24 07:23:34','2020-11-24 07:23:34','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:23:34','2020-11-24 07:23:34','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(632,2,'2020-11-24 07:23:35','2020-11-24 07:23:35','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:23:35','2020-11-24 07:23:35','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(633,2,'2020-11-24 07:24:37','2020-11-24 07:24:37','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to make things happen?</h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-24 07:24:37','2020-11-24 07:24:37','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(634,2,'2020-11-24 07:24:37','2020-11-24 07:24:37','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h2>Ready to make things happen?</h2>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Now\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-24 07:24:37','2020-11-24 07:24:37','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(641,2,'2020-11-24 07:27:19','2020-11-24 07:27:19','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-24 07:27:19','2020-11-24 07:27:19','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(635,2,'2020-11-24 07:24:37','2020-11-24 07:24:37','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>READY TO MAKE THINGS HAPPEN?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-24 07:24:37','2020-11-24 07:24:37','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(636,2,'2020-11-24 07:26:30','2020-11-24 07:26:30','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-24 07:26:30','2020-11-24 07:26:30','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(637,2,'2020-11-24 07:26:30','2020-11-24 07:26:30','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-11-24 07:26:30','2020-11-24 07:26:30','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(639,2,'2020-11-24 07:27:19','2020-11-24 07:27:19','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>READY TO MAKE THINGS HAPPEN?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-24 07:27:19','2020-11-24 07:27:19','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(640,2,'2020-11-24 07:27:19','2020-11-24 07:27:19','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>READY TO MAKE THINGS HAPPEN?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-11-24 07:27:19','2020-11-24 07:27:19','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(642,2,'2020-11-24 07:28:11','2020-11-24 07:28:11','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg\" title=\"46503248_10217779916834401_1627278029447233536_o (1)\" alt=\"46503248_10217779916834401_1627278029447233536_o (1)\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 07:28:11','2020-11-24 07:28:11','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(643,2,'2020-11-24 07:28:11','2020-11-24 07:28:11','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg\" title=\"46503248_10217779916834401_1627278029447233536_o (1)\" alt=\"46503248_10217779916834401_1627278029447233536_o (1)\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-11-24 07:28:11','2020-11-24 07:28:11','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(645,2,'2020-11-24 07:28:52','2020-11-24 07:28:52','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:28:52','2020-11-24 07:28:52','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(646,2,'2020-11-24 07:28:52','2020-11-24 07:28:52','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:28:52','2020-11-24 07:28:52','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(647,2,'2020-11-24 07:28:52','2020-11-24 07:28:52','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:28:52','2020-11-24 07:28:52','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(648,2,'2020-11-24 07:30:13','2020-11-24 07:30:13','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:30:13','2020-11-24 07:30:13','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(649,2,'2020-11-24 07:30:13','2020-11-24 07:30:13','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us, please submit a client application below. We are accepting a limited number of clients at this time in order to provide the best service possible while we\'re growing. Please allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:30:13','2020-11-24 07:30:13','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(650,2,'2020-11-24 07:30:13','2020-11-24 07:30:13','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us! At this time, we are accepting a limited number of clients in order to provide the best service possible while we are growing. Please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:30:13','2020-11-24 07:30:13','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(651,2,'2020-11-24 07:35:19','2020-11-24 07:35:19','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us! At this time, we are accepting a limited number of clients in order to provide the best service possible while we are growing. Please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:35:19','2020-11-24 07:35:19','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(652,2,'2020-11-24 07:35:19','2020-11-24 07:35:19','<h2>CONTACT US</h2>		\n			<p>If you\'re interested in working with us! At this time, we are accepting a limited number of clients in order to provide the best service possible while we are growing. Please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:35:19','2020-11-24 07:35:19','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(800,2,'2020-12-11 07:08:03','2020-12-11 07:08:03','<h2>CONTACT US</h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-11 07:08:03','2020-12-11 07:08:03','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(653,2,'2020-11-24 07:35:19','2020-11-24 07:35:19','<h2>CONTACT US</h2>		\n			<h2><i>We\'d love to work together.</i></h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we are growing. If you\'re interested in working together, please submit a <br>client application below and allow 7 business days for a response <br>as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:35:19','2020-11-24 07:35:19','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(654,2,'2020-11-24 07:38:33','2020-11-24 07:38:33','<h2>CONTACT US</h2>		\n			<h2><i>We\'d love to work together.</i></h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we are growing. If you\'re interested in working together, please submit a <br>client application below and allow 7 business days for a response <br>as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:38:33','2020-11-24 07:38:33','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(655,2,'2020-11-24 07:38:33','2020-11-24 07:38:33','<h2>CONTACT US</h2>		\n			<h2><i>We\'d love to work together.</i></h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we are growing. If you\'re interested in working together, please submit a <br>client application below and allow 7 business days for a response <br>as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:38:33','2020-11-24 07:38:33','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(656,2,'2020-11-24 07:38:33','2020-11-24 07:38:33','<h2>CONTACT US</h2>		\n			<h2><i>We\'d love to work together.</i></h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we are growing. If you\'re interested in working together, please submit a <br>client application below and allow 7 business days for a response <br>as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-11-24 07:38:33','2020-11-24 07:38:33','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(660,2,'2020-12-02 06:25:08','2020-12-02 06:25:08','<h2>CONTACT US</h2>		\n			<h2><i></i>We\'re here to make things happen.</h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-02 06:25:08','2020-12-02 06:25:08','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(658,2,'2020-12-02 06:25:08','2020-12-02 06:25:08','<h2>CONTACT US</h2>		\n			<h2><i>We\'d love to work together.</i></h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we are growing. If you\'re interested in working together, please submit a <br>client application below and allow 7 business days for a response <br>as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-02 06:25:08','2020-12-02 06:25:08','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(659,2,'2020-12-02 06:25:08','2020-12-02 06:25:08','<h2>CONTACT US</h2>		\n			<h2><i>We\'d love to work together.</i></h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we are growing. If you\'re interested in working together, please submit a <br>client application below and allow 7 business days for a response <br>as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-02 06:25:08','2020-12-02 06:25:08','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(661,2,'2020-12-02 06:25:39','2020-12-02 06:25:39','<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Footer: Questions?','','publish','closed','closed','','footer-questions','','','2020-12-02 06:25:39','2020-12-02 06:25:39','',0,'http://indigo-disco.com/?elementor_library=footer-questions',0,'elementor_library','',0),(662,2,'2020-12-02 06:25:39','2020-12-02 06:25:39','','Footer: Questions?','','inherit','closed','closed','','661-revision-v1','','','2020-12-02 06:25:39','2020-12-02 06:25:39','',661,'http://indigo-disco.com/661-revision-v1/',0,'revision','',0),(663,2,'2020-12-02 06:25:39','2020-12-02 06:25:39','<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Footer: Questions?','','inherit','closed','closed','','661-revision-v1','','','2020-12-02 06:25:39','2020-12-02 06:25:39','',661,'http://indigo-disco.com/661-revision-v1/',0,'revision','',0),(797,2,'2020-12-11 07:06:58','2020-12-11 07:06:58','<h2>CONTACT US</h2>		\n			<h6>WE\'RE HERE TO MAKE THINGS HAPPEN.</h6>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-11 07:06:58','2020-12-11 07:06:58','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(665,2,'2020-12-02 06:27:45','2020-12-02 06:27:45','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-02 06:27:45','2020-12-02 06:27:45','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(666,2,'2020-12-02 06:27:45','2020-12-02 06:27:45','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-02 06:27:45','2020-12-02 06:27:45','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(671,2,'2020-12-02 06:39:51','2020-12-02 06:39:51','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-02 06:39:51','2020-12-02 06:39:51','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(669,2,'2020-12-02 06:39:51','2020-12-02 06:39:51','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-02 06:39:51','2020-12-02 06:39:51','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(670,2,'2020-12-02 06:39:51','2020-12-02 06:39:51','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-02 06:39:51','2020-12-02 06:39:51','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(672,2,'2020-12-02 06:40:21','2020-12-02 06:40:21','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-02 06:40:21','2020-12-02 06:40:21','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(673,2,'2020-12-02 06:40:22','2020-12-02 06:40:22','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-02 06:40:22','2020-12-02 06:40:22','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(674,2,'2020-12-02 06:40:22','2020-12-02 06:40:22','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-02 06:40:22','2020-12-02 06:40:22','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(680,2,'2020-12-02 06:50:34','2020-12-02 06:50:34','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg\" title=\"46503248_10217779916834401_1627278029447233536_o (1)\" alt=\"46503248_10217779916834401_1627278029447233536_o (1)\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-02 06:50:34','2020-12-02 06:50:34','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(678,2,'2020-12-02 06:50:34','2020-12-02 06:50:34','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg\" title=\"46503248_10217779916834401_1627278029447233536_o (1)\" alt=\"46503248_10217779916834401_1627278029447233536_o (1)\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-02 06:50:34','2020-12-02 06:50:34','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(679,2,'2020-12-02 06:50:34','2020-12-02 06:50:34','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg\" title=\"46503248_10217779916834401_1627278029447233536_o (1)\" alt=\"46503248_10217779916834401_1627278029447233536_o (1)\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-02 06:50:34','2020-12-02 06:50:34','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(686,2,'2020-12-02 06:57:04','2020-12-02 06:57:04','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-02 06:57:04','2020-12-02 06:57:04','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(682,2,'2020-12-02 06:56:06','2020-12-02 06:56:06','','Ashlee Website Photo - BW','','inherit','open','closed','','ashlee-website-photo-bw','','','2020-12-02 06:56:06','2020-12-02 06:56:06','',12,'http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg',0,'attachment','image/jpeg',0),(683,2,'2020-12-02 06:56:15','2020-12-02 06:56:15','','Ashlee Website Photo - Color','','inherit','open','closed','','ashlee-website-photo-color','','','2020-12-02 06:56:15','2020-12-02 06:56:15','',12,'http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg',0,'attachment','image/jpeg',0),(684,2,'2020-12-02 06:57:04','2020-12-02 06:57:04','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg\" title=\"46503248_10217779916834401_1627278029447233536_o (1)\" alt=\"46503248_10217779916834401_1627278029447233536_o (1)\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-02 06:57:04','2020-12-02 06:57:04','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(685,2,'2020-12-02 06:57:04','2020-12-02 06:57:04','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/46503248_10217779916834401_1627278029447233536_o-1.jpg\" title=\"46503248_10217779916834401_1627278029447233536_o (1)\" alt=\"46503248_10217779916834401_1627278029447233536_o (1)\" />											\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-02 06:57:04','2020-12-02 06:57:04','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(687,2,'2020-12-02 06:58:46','2020-12-02 06:58:46','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-02 06:58:46','2020-12-02 06:58:46','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(688,2,'2020-12-02 06:58:46','2020-12-02 06:58:46','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-02 06:58:46','2020-12-02 06:58:46','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(689,2,'2020-12-02 06:58:46','2020-12-02 06:58:46','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-02 06:58:46','2020-12-02 06:58:46','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(690,2,'2020-12-02 06:59:33','2020-12-02 06:59:33','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-02 06:59:33','2020-12-02 06:59:33','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(691,2,'2020-12-02 06:59:33','2020-12-02 06:59:33','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-02 06:59:33','2020-12-02 06:59:33','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(692,2,'2020-12-02 06:59:33','2020-12-02 06:59:33','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-02 06:59:33','2020-12-02 06:59:33','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(696,2,'2020-12-02 07:10:24','2020-12-02 07:10:24','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-02 07:10:24','2020-12-02 07:10:24','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(694,2,'2020-12-02 07:10:24','2020-12-02 07:10:24','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-02 07:10:24','2020-12-02 07:10:24','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(695,2,'2020-12-02 07:10:24','2020-12-02 07:10:24','<p><b>Who We Are </b></p>		\n		<h6>a woman owned &amp; operated agency<br></h6><h1>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-02 07:10:24','2020-12-02 07:10:24','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(927,2,'2022-07-28 04:24:54','2022-07-28 04:24:54','','Ashlee Czapla - Square Headshot 2022','','inherit','open','closed','','ashlee-czapla-square-headshot-2022','','','2022-07-28 04:24:54','2022-07-28 04:24:54','',12,'https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022.png',0,'attachment','image/png',0),(928,2,'2022-07-28 04:24:57','2022-07-28 04:24:57','','Ashlee Czapla - Square Photo','','inherit','open','closed','','ashlee-czapla-square-photo','','','2022-07-28 04:24:57','2022-07-28 04:24:57','',12,'https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo.png',0,'attachment','image/png',0),(929,2,'2022-07-28 04:37:05','2022-07-28 04:37:05','','Emily Ballard - Square Headshot 2022 2','','inherit','open','closed','','emily-ballard-square-headshot-2022-2','','','2022-07-28 04:37:05','2022-07-28 04:37:05','',12,'https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2.png',0,'attachment','image/png',0),(930,2,'2022-07-28 04:37:09','2022-07-28 04:37:09','','Emily Ballard - Square Headshot 2022','','inherit','open','closed','','emily-ballard-square-headshot-2022','','','2022-07-28 04:37:09','2022-07-28 04:37:09','',12,'https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022.png',0,'attachment','image/png',0),(931,2,'2022-07-28 04:47:43','2022-07-28 04:47:43','','Ashlee Czapla - Square Headshot 2022','','inherit','open','closed','','ashlee-czapla-square-headshot-2022-2','','','2022-07-28 04:47:43','2022-07-28 04:47:43','',12,'https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png',0,'attachment','image/png',0),(932,2,'2022-07-28 04:47:45','2022-07-28 04:47:45','','Ashlee Czapla - Square Photo','','inherit','open','closed','','ashlee-czapla-square-photo-2','','','2022-07-28 04:47:45','2022-07-28 04:47:45','',12,'https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png',0,'attachment','image/png',0),(933,2,'2022-07-28 04:47:48','2022-07-28 04:47:48','','Emily Ballard - Square Headshot 2022','','inherit','open','closed','','emily-ballard-square-headshot-2022-3','','','2022-07-28 04:47:48','2022-07-28 04:47:48','',12,'https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png',0,'attachment','image/png',0),(934,2,'2022-07-28 04:48:33','2022-07-28 04:48:33','','Emily Ballard - Square Headshot 2022 2','','inherit','open','closed','','emily-ballard-square-headshot-2022-2-2','','','2022-07-28 04:48:33','2022-07-28 04:48:33','',12,'https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png',0,'attachment','image/png',0),(935,2,'2022-07-28 04:49:01','2022-07-28 04:49:01','<h2>about</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:49:01','2022-07-28 04:49:01','',12,'https://indigo-disco.com/?p=935',0,'revision','',0),(938,2,'2022-07-28 04:50:48','2022-07-28 04:50:48','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at Techint Labs and a Creative Strategist at Mammoth Music Group. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. TLDR: she loves marketing and stays busy.<br /><br />Czapla has  been involved in the music industry for years working as a freelance copywriter, photographer social media manager and marketing consultant. Ashlee is always seeking new opportunities, new projects and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<h3>CONNECT WITH US</h3>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />														\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:50:48','2022-07-28 04:50:48','',12,'https://indigo-disco.com/?p=938',0,'revision','',0),(920,2,'2022-07-28 04:15:43','2022-07-28 04:15:43','<h3>who we are</h3>\n<h2>a woman owned &amp; operated agency\nfor badass artists + brands</h2>\n<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Specialize In</h3>\n<b>Brand Marketing</b>\n\n<b>Digital Advertising</b>\n\n<b>Music Promotion</b>\n\n<b>Social Media</b>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>CONNECT WITH US</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\">\nTwitter\n</a>\n<h3>want to work together?</h3>\n<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\nApply Now\n</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 04:15:43','2022-07-28 04:15:43','',6,'https://indigo-disco.com/?p=920',0,'revision','',0),(708,2,'2020-12-09 22:46:51','2020-12-09 22:46:51','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-09 22:46:51','2020-12-09 22:46:51','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(709,2,'2020-12-09 22:46:51','2020-12-09 22:46:51','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-09 22:46:51','2020-12-09 22:46:51','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(710,2,'2020-12-09 22:46:51','2020-12-09 22:46:51','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-09 22:46:51','2020-12-09 22:46:51','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(711,2,'2020-12-09 22:47:33','2020-12-09 22:47:33','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-09 22:47:33','2020-12-09 22:47:33','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(712,2,'2020-12-09 22:47:34','2020-12-09 22:47:34','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-09 22:47:34','2020-12-09 22:47:34','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(713,2,'2020-12-09 22:47:34','2020-12-09 22:47:34','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-09 22:47:34','2020-12-09 22:47:34','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(714,2,'2020-12-09 22:47:56','2020-12-09 22:47:56','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-09 22:47:56','2020-12-09 22:47:56','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(715,2,'2020-12-09 22:47:56','2020-12-09 22:47:56','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-09 22:47:56','2020-12-09 22:47:56','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(716,2,'2020-12-09 22:47:56','2020-12-09 22:47:56','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-09 22:47:56','2020-12-09 22:47:56','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(917,2,'2022-07-28 04:07:54','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','closed','','','','','2022-07-28 04:07:54','0000-00-00 00:00:00','',0,'https://indigo-disco.com/?p=917',0,'post','',0),(720,2,'2020-12-09 22:54:29','2020-12-09 22:54:29','<h2>media team</h2>\n<img width=\"85\" height=\"85\" src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31.png 2000w\" sizes=\"(max-width: 85px) 100vw, 85px\">\n\nIndigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.\n<h3>want to join the team?</h3>\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\nApply Now\n</a>','Media Team','','trash','closed','closed','','media-team__trashed','','','2022-07-28 05:47:25','2022-07-28 05:47:25','',0,'http://indigo-disco.com/?page_id=720',0,'page','',0),(730,2,'2020-12-09 22:56:54','2020-12-09 22:56:54','<h2>media team</h2>		\n			<h2>Coming Soon!</h2>		\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-09 22:56:54','2020-12-09 22:56:54','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(731,2,'2020-12-09 22:57:04','2020-12-09 22:57:04','<h2>media team</h2>		\n			<h2>Coming Soon!</h2>		\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-09 22:57:04','2020-12-09 22:57:04','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(726,2,'2020-12-09 22:55:59','2020-12-09 22:55:59','<h2>media team</h2>\n<h3>CONNECT WITH US</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\">\nTwitter\n</a>\n<h3>want to work together?</h3>\n<a role=\"button\">\nApply Now\n</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-09 22:55:59','2020-12-09 22:55:59','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(724,2,'2020-12-09 22:55:14','2020-12-09 22:55:14','<h2>media team</h2>		\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-09 22:55:14','2020-12-09 22:55:14','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(732,2,'2020-12-09 22:57:04','2020-12-09 22:57:04','<h2>media team</h2>		\n			<h2>Coming Soon!</h2>		\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-09 22:57:04','2020-12-09 22:57:04','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(733,2,'2020-12-09 22:57:04','2020-12-09 22:57:04','<h2>media team</h2>		\n			<h2>Coming Soon!</h2>		\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-09 22:57:04','2020-12-09 22:57:04','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(721,2,'2020-12-09 22:54:29','2020-12-09 22:54:29','<h2>ladies of the disco</h2>\n<h3>Megan Hamilton, Creative Director</h3>\nSagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.\n\nPhasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.\n\n<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo – BW\" width=\"1024\" height=\"1024\"><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo – Color\" width=\"1024\" height=\"1024\">\n<h3>Ashlee Czapla, Marketing Director</h3>\nSagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.\n\nPhasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.\n\n<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo – BW\" width=\"1024\" height=\"1024\"><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo – Color\" width=\"1024\" height=\"1024\">\n<h3>CONNECT WITH US</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\">\nTwitter\n</a>\n<h3>want to work together?</h3>\n<a role=\"button\">\nApply Now\n</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-09 22:54:29','2020-12-09 22:54:29','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(722,2,'2020-12-09 22:55:13','2020-12-09 22:55:13','<h2>ladies of the disco</h2>\n<h3>Megan Hamilton, Creative Director</h3>\nSagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.\n\nPhasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.\n\n<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo – BW\" width=\"1024\" height=\"1024\"><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo – Color\" width=\"1024\" height=\"1024\">\n<h3>Ashlee Czapla, Marketing Director</h3>\nSagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.\n\nPhasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.\n\n<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo – BW\" width=\"1024\" height=\"1024\"><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo – Color\" width=\"1024\" height=\"1024\">\n<h3>CONNECT WITH US</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\">\nTwitter\n</a>\n<h3>want to work together?</h3>\n<a role=\"button\">\nApply Now\n</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-09 22:55:13','2020-12-09 22:55:13','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(723,2,'2020-12-09 22:55:13','2020-12-09 22:55:13','<h2>ladies of the disco</h2>\n<h3>Megan Hamilton, Creative Director</h3>\nSagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.\n\nPhasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.\n\n<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo – BW\" width=\"1024\" height=\"1024\"><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo – Color\" width=\"1024\" height=\"1024\">\n<h3>Ashlee Czapla, Marketing Director</h3>\nSagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.\n\nPhasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.\n\n<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo – BW\" width=\"1024\" height=\"1024\"><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo – Color\" width=\"1024\" height=\"1024\">\n<h3>CONNECT WITH US</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\">\nTwitter\n</a>\n<h3>want to work together?</h3>\n<a role=\"button\">\nApply Now\n</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-09 22:55:13','2020-12-09 22:55:13','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(728,2,'2020-12-09 22:56:54','2020-12-09 22:56:54','<h2>media team</h2>\n<h3>CONNECT WITH US</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\">\nTwitter\n</a>\n<h3>want to work together?</h3>\n<a role=\"button\">\nApply Now\n</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-09 22:56:54','2020-12-09 22:56:54','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(729,2,'2020-12-09 22:56:54','2020-12-09 22:56:54','<h2>media team</h2>\n<h3>CONNECT WITH US</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\">\nTwitter\n</a>\n<h3>want to work together?</h3>\n<a role=\"button\">\nApply Now\n</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-09 22:56:54','2020-12-09 22:56:54','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(734,2,'2020-12-09 22:57:30','2020-12-09 22:57:30','<h2>media team</h2>		\n			<h2>Coming Soon!</h2>		\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-09 22:57:30','2020-12-09 22:57:30','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(735,2,'2020-12-09 22:57:30','2020-12-09 22:57:30','<h2>media team</h2>		\n			<h2>Coming Soon!</h2>		\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-09 22:57:30','2020-12-09 22:57:30','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(736,2,'2020-12-09 22:57:31','2020-12-09 22:57:31','<h2>media team</h2>		\n			<h2>Coming Soon!</h2>		\n			<h3>want to join the team?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-09 22:57:31','2020-12-09 22:57:31','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(967,2,'2022-07-28 05:44:21','2022-07-28 05:44:21','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 05:44:21','2022-07-28 05:44:21','',6,'https://indigo-disco.com/?p=967',0,'revision','',0),(738,2,'2020-12-09 23:02:43','2020-12-09 23:02:43','<h2>media team</h2>\n<h2>Coming Soon!</h2>\n<h3>want to join the team?</h3>\n<a role=\"button\">\nApply Now\n</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-09 23:02:43','2020-12-09 23:02:43','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(740,2,'2020-12-10 03:46:05','2020-12-10 03:46:05','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-10 03:46:05','2020-12-10 03:46:05','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(741,2,'2020-12-10 03:46:05','2020-12-10 03:46:05','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-10 03:46:05','2020-12-10 03:46:05','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(742,2,'2020-12-10 03:46:05','2020-12-10 03:46:05','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like Sonic Bloom, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for Slam Academy (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. With her extensive entrepreneurial background in marketing, release strategy, and education; her knowledge and forward thinking has proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-10 03:46:05','2020-12-10 03:46:05','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(743,2,'2020-12-10 03:47:45','2020-12-10 03:47:45','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like Sonic Bloom, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for Slam Academy (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. With her extensive entrepreneurial background in marketing, release strategy, and education; her knowledge and forward thinking has proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-10 03:47:45','2020-12-10 03:47:45','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(744,2,'2020-12-10 03:47:45','2020-12-10 03:47:45','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like Sonic Bloom, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for Slam Academy (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. With her extensive entrepreneurial background in marketing, release strategy, and education; her knowledge and forward thinking has proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-10 03:47:45','2020-12-10 03:47:45','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(745,2,'2020-12-10 03:47:45','2020-12-10 03:47:45','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like Sonic Bloom, Lightning In A Bottle, and more.</p>\n<p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.&nbsp;Hamilton has recently found success and high demand as a course designer, instructor, and creative director for Slam Academy (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-10 03:47:45','2020-12-10 03:47:45','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(749,2,'2020-12-11 06:24:56','2020-12-11 06:24:56','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 06:24:56','2020-12-11 06:24:56','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(747,2,'2020-12-11 06:24:56','2020-12-11 06:24:56','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like Sonic Bloom, Lightning In A Bottle, and more.</p>\n<p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.&nbsp;Hamilton has recently found success and high demand as a course designer, instructor, and creative director for Slam Academy (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 06:24:56','2020-12-11 06:24:56','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(748,2,'2020-12-11 06:24:56','2020-12-11 06:24:56','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like Sonic Bloom, Lightning In A Bottle, and more.</p>\n<p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years.&nbsp;Hamilton has recently found success and high demand as a course designer, instructor, and creative director for Slam Academy (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Sagittis augue eu vehicula. Nulla ultrices nunc id consequat consectetur. Phasellus pharetra augue sit amet lorem sagittis lacinia. Aliquam auctor lectus sem, et elementum velit viverra at. In a commodo dolor.</p><p>Phasellus commodo ornare neque quis dictum. Phasellus sed lacus vestibulum, tincidunt metus vitae, placerat magna. Nullam a ex eget erat lacinia laoreet eu non risus. Nulla facilisi. Sed sodales ligula non nibh fermentum pretium. Praesent commodo purus et malesuada accumsan. Nunc faucibus imperdiet vestibulum. Quisque eu urna non arcu ultrices convallis eget eu est. Fusce sit amet congue odio.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 06:24:56','2020-12-11 06:24:56','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(750,2,'2020-12-11 06:25:15','2020-12-11 06:25:15','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 06:25:15','2020-12-11 06:25:15','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(751,2,'2020-12-11 06:25:15','2020-12-11 06:25:15','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 06:25:15','2020-12-11 06:25:15','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(752,2,'2020-12-11 06:25:15','2020-12-11 06:25:15','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 06:25:15','2020-12-11 06:25:15','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(753,2,'2020-12-11 06:26:21','2020-12-11 06:26:21','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 06:26:21','2020-12-11 06:26:21','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(754,2,'2020-12-11 06:26:21','2020-12-11 06:26:21','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 06:26:21','2020-12-11 06:26:21','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(755,2,'2020-12-11 06:26:21','2020-12-11 06:26:21','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 06:26:21','2020-12-11 06:26:21','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(756,2,'2020-12-11 06:28:43','2020-12-11 06:28:43','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 06:28:43','2020-12-11 06:28:43','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(757,2,'2020-12-11 06:28:43','2020-12-11 06:28:43','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 06:28:43','2020-12-11 06:28:43','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(758,2,'2020-12-11 06:28:43','2020-12-11 06:28:43','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 06:28:43','2020-12-11 06:28:43','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(761,2,'2020-12-11 06:37:08','2020-12-11 06:37:08','<h2>media team</h2>\n<h2>Coming Soon!</h2>\n<h3>want to join the team?</h3>\n<a role=\"button\">\nApply Now\n</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:37:08','2020-12-11 06:37:08','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(762,2,'2020-12-11 06:37:08','2020-12-11 06:37:08','<h2>media team</h2>\n<h2>Coming Soon!</h2>\n<h3>want to join the team?</h3>\n<a role=\"button\">\nApply Now\n</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:37:08','2020-12-11 06:37:08','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(763,2,'2020-12-11 06:37:08','2020-12-11 06:37:08','<h2>media team</h2>		\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:37:08','2020-12-11 06:37:08','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(764,2,'2020-12-11 06:38:58','2020-12-11 06:38:58','<h2>media team</h2>		\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:38:58','2020-12-11 06:38:58','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(765,2,'2020-12-11 06:38:58','2020-12-11 06:38:58','<h2>media team</h2>		\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:38:58','2020-12-11 06:38:58','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(766,2,'2020-12-11 06:38:58','2020-12-11 06:38:58','<h2>media team</h2>		\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br>Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:38:58','2020-12-11 06:38:58','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(767,2,'2020-12-11 06:41:41','2020-12-11 06:41:41','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 06:41:41','2020-12-11 06:41:41','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(768,2,'2020-12-11 06:41:41','2020-12-11 06:41:41','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 06:41:41','2020-12-11 06:41:41','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(769,2,'2020-12-11 06:41:41','2020-12-11 06:41:41','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 06:41:41','2020-12-11 06:41:41','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(770,2,'2020-12-11 06:41:45','2020-12-11 06:41:45','<h2>media team</h2>		\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br>Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:41:45','2020-12-11 06:41:45','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(771,2,'2020-12-11 06:41:45','2020-12-11 06:41:45','<h2>media team</h2>		\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br>Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:41:45','2020-12-11 06:41:45','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(772,2,'2020-12-11 06:41:45','2020-12-11 06:41:45','<h2>media team</h2>		\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br>Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:41:45','2020-12-11 06:41:45','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(773,2,'2020-12-11 06:42:44','2020-12-11 06:42:44','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-11 06:42:44','2020-12-11 06:42:44','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(774,2,'2020-12-11 06:42:44','2020-12-11 06:42:44','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-11 06:42:44','2020-12-11 06:42:44','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(775,2,'2020-12-11 06:42:44','2020-12-11 06:42:44','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-11 06:42:44','2020-12-11 06:42:44','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(776,2,'2020-12-11 06:44:01','2020-12-11 06:44:01','<h2>media team</h2>		\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br>Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:44:01','2020-12-11 06:44:01','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(777,2,'2020-12-11 06:44:01','2020-12-11 06:44:01','<h2>media team</h2>		\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br>Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:44:01','2020-12-11 06:44:01','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(778,2,'2020-12-11 06:44:01','2020-12-11 06:44:01','<h2>media team</h2>		\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br>Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:44:01','2020-12-11 06:44:01','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(779,2,'2020-12-11 06:44:42','2020-12-11 06:44:42','<h2>media team</h2>		\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br>Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:44:42','2020-12-11 06:44:42','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(780,2,'2020-12-11 06:44:42','2020-12-11 06:44:42','<h2>media team</h2>		\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips.&nbsp;<br>Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:44:42','2020-12-11 06:44:42','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(781,2,'2020-12-11 06:44:42','2020-12-11 06:44:42','<h2>media team</h2>		\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:44:42','2020-12-11 06:44:42','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(783,2,'2020-12-11 06:51:43','2020-12-11 06:51:43','','Untitled design (31)','','inherit','open','closed','','untitled-design-31','','','2020-12-11 06:51:43','2020-12-11 06:51:43','',720,'http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31.png',0,'attachment','image/png',0),(782,2,'2020-12-11 06:48:28','2020-12-11 06:48:28','','Untitled design (30)','','inherit','open','closed','','untitled-design-30','','','2020-12-11 06:48:28','2020-12-11 06:48:28','',720,'http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-30.png',0,'attachment','image/png',0),(784,2,'2020-12-11 06:53:39','2020-12-11 06:53:39','','Copy of Untitled','','inherit','open','closed','','copy-of-untitled','','','2020-12-11 06:53:39','2020-12-11 06:53:39','',720,'http://indigo-disco.com/wp-content/uploads/2020/12/Copy-of-Untitled.png',0,'attachment','image/png',0),(788,2,'2020-12-11 06:58:10','2020-12-11 06:58:10','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 06:58:10','2020-12-11 06:58:10','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(785,2,'2020-12-11 06:56:03','2020-12-11 06:56:03','<h2>media team</h2>		\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:56:03','2020-12-11 06:56:03','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(786,2,'2020-12-11 06:56:03','2020-12-11 06:56:03','<h2>media team</h2>		\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:56:03','2020-12-11 06:56:03','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(820,2,'2020-12-11 07:16:33','2020-12-11 07:16:33','<h2>media team</h2>\n<img width=\"85\" height=\"85\" src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31.png 2000w\" sizes=\"(max-width: 85px) 100vw, 85px\">\n\nIndigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.\n<h3>want to join the team?</h3>\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\nApply Now\n</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 07:16:33','2020-12-11 07:16:33','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(787,2,'2020-12-11 06:56:03','2020-12-11 06:56:03','<h2>media team</h2>		\n										<img width=\"85\" height=\"85\" src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31.png 2000w\" sizes=\"(max-width: 85px) 100vw, 85px\" />											\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 06:56:03','2020-12-11 06:56:03','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(789,2,'2020-12-11 06:58:10','2020-12-11 06:58:10','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 06:58:10','2020-12-11 06:58:10','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(790,2,'2020-12-11 06:58:10','2020-12-11 06:58:10','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 06:58:10','2020-12-11 06:58:10','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(794,2,'2020-12-11 07:04:16','2020-12-11 07:04:16','<h2>OUR SERVICES</h2>		\n			<h1>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h1>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h1>A LA CARTE SERVICES</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-11 07:04:16','2020-12-11 07:04:16','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(792,2,'2020-12-11 07:04:16','2020-12-11 07:04:16','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-11 07:04:16','2020-12-11 07:04:16','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(793,2,'2020-12-11 07:04:16','2020-12-11 07:04:16','<h2>OUR SERVICES</h2>		\n			<h4>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h4>A LA CARTE SERVICES</h4>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-11 07:04:16','2020-12-11 07:04:16','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(795,2,'2020-12-11 07:06:58','2020-12-11 07:06:58','<h2>CONTACT US</h2>		\n			<h2><i></i>We\'re here to make things happen.</h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-11 07:06:58','2020-12-11 07:06:58','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(796,2,'2020-12-11 07:06:58','2020-12-11 07:06:58','<h2>CONTACT US</h2>		\n			<h2><i></i>We\'re here to make things happen.</h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-11 07:06:58','2020-12-11 07:06:58','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(798,2,'2020-12-11 07:08:03','2020-12-11 07:08:03','<h2>CONTACT US</h2>		\n			<h6>WE\'RE HERE TO MAKE THINGS HAPPEN.</h6>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-11 07:08:03','2020-12-11 07:08:03','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(799,2,'2020-12-11 07:08:03','2020-12-11 07:08:03','<h2>CONTACT US</h2>		\n			<h6>WE\'RE HERE TO MAKE THINGS HAPPEN.</h6>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-11 07:08:03','2020-12-11 07:08:03','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(801,2,'2020-12-11 07:08:17','2020-12-11 07:08:17','<h2>CONTACT US</h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-11 07:08:17','2020-12-11 07:08:17','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(802,2,'2020-12-11 07:08:17','2020-12-11 07:08:17','<h2>CONTACT US</h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-11 07:08:17','2020-12-11 07:08:17','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(803,2,'2020-12-11 07:08:17','2020-12-11 07:08:17','<h2>CONTACT US</h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-11 07:08:17','2020-12-11 07:08:17','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(804,2,'2020-12-11 07:09:53','2020-12-11 07:09:53','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 07:09:53','2020-12-11 07:09:53','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(805,2,'2020-12-11 07:09:53','2020-12-11 07:09:53','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 07:09:53','2020-12-11 07:09:53','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(806,2,'2020-12-11 07:09:53','2020-12-11 07:09:53','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 07:09:53','2020-12-11 07:09:53','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(810,2,'2020-12-11 07:12:52','2020-12-11 07:12:52','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 07:12:52','2020-12-11 07:12:52','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(808,2,'2020-12-11 07:12:51','2020-12-11 07:12:51','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 07:12:51','2020-12-11 07:12:51','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(809,2,'2020-12-11 07:12:51','2020-12-11 07:12:51','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 07:12:51','2020-12-11 07:12:51','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(811,2,'2020-12-11 07:13:02','2020-12-11 07:13:02','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 07:13:02','2020-12-11 07:13:02','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(812,2,'2020-12-11 07:13:02','2020-12-11 07:13:02','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 07:13:02','2020-12-11 07:13:02','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(813,2,'2020-12-11 07:13:02','2020-12-11 07:13:02','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 07:13:02','2020-12-11 07:13:02','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(814,2,'2020-12-11 07:13:27','2020-12-11 07:13:27','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 07:13:27','2020-12-11 07:13:27','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(815,2,'2020-12-11 07:13:27','2020-12-11 07:13:27','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 07:13:27','2020-12-11 07:13:27','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(816,2,'2020-12-11 07:13:27','2020-12-11 07:13:27','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 07:13:27','2020-12-11 07:13:27','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(817,2,'2020-12-11 07:14:58','2020-12-11 07:14:58','<h2>CONTACT US</h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-11 07:14:58','2020-12-11 07:14:58','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(818,2,'2020-12-11 07:14:58','2020-12-11 07:14:58','<h2>CONTACT US</h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-11 07:14:58','2020-12-11 07:14:58','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(819,2,'2020-12-11 07:14:59','2020-12-11 07:14:59','<h2>CONTACT US</h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-11 07:14:59','2020-12-11 07:14:59','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(821,2,'2020-12-11 07:17:22','2020-12-11 07:17:22','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 07:17:22','2020-12-11 07:17:22','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(822,2,'2020-12-11 07:17:22','2020-12-11 07:17:22','<h2>ladies of the disco</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 07:17:22','2020-12-11 07:17:22','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(823,2,'2020-12-11 07:17:23','2020-12-11 07:17:23','<h2>about us</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 07:17:23','2020-12-11 07:17:23','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(824,2,'2020-12-11 07:22:54','2020-12-11 07:22:54','<h2>about us</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 07:22:54','2020-12-11 07:22:54','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(825,2,'2020-12-11 07:22:54','2020-12-11 07:22:54','<h2>about us</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 07:22:54','2020-12-11 07:22:54','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(826,2,'2020-12-11 07:22:54','2020-12-11 07:22:54','<h2>about us</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 07:22:54','2020-12-11 07:22:54','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(921,2,'2022-07-28 04:15:43','2022-07-28 04:15:43','<h3>who we are</h3>\n<h2>a woman owned &amp; operated agency\nfor badass artists + brands</h2>\n<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Specialize In</h3>\n<b>Brand Marketing</b>\n\n<b>Digital Advertising</b>\n\n<b>Music Promotion</b>\n\n<b>Social Media</b>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>CONNECT WITH US</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\">\nTwitter\n</a>\n<h3>want to work together?</h3>\n<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\nApply Now\n</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 04:15:43','2022-07-28 04:15:43','',6,'https://indigo-disco.com/?p=921',0,'revision','',0),(1082,2,'2022-07-28 15:25:15','2022-07-28 15:25:15','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 15:25:15','2022-07-28 15:25:15','',6,'https://indigo-disco.com/?p=1082',0,'revision','',0),(925,2,'2022-07-28 04:16:22','2022-07-28 04:16:22','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 04:16:22','2022-07-28 04:16:22','',6,'https://indigo-disco.com/?p=925',0,'revision','',0),(922,2,'2022-07-28 04:15:43','2022-07-28 04:15:43','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development&nbsp;</strong></p>\n<p><strong>Content Creation + Management&nbsp;</strong></p>\n<p><strong>Creative Strategy&nbsp;</strong></p>\n<p><strong>Advertising Strategy + Management&nbsp;&nbsp;</strong></p>\n<p><strong>Photography</strong></p>\n<p><strong>Public Relations</strong></p>\n<p><strong>Research, Reporting + Analytics&nbsp;</strong></p>\n<p><strong>Social Media Management&nbsp;</strong></p>\n<p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 04:15:43','2022-07-28 04:15:43','',6,'https://indigo-disco.com/?p=922',0,'revision','',0),(829,2,'2020-12-11 07:40:14','2020-12-11 07:40:14','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home Page part 1','','publish','closed','closed','','home-page-part-1','','','2020-12-11 07:40:14','2020-12-11 07:40:14','',0,'http://indigo-disco.com/?elementor_library=home-page-part-1',0,'elementor_library','',0),(830,2,'2020-12-11 07:40:14','2020-12-11 07:40:14','','Home Page part 1','','inherit','closed','closed','','829-revision-v1','','','2020-12-11 07:40:14','2020-12-11 07:40:14','',829,'http://indigo-disco.com/829-revision-v1/',0,'revision','',0),(831,2,'2020-12-11 07:40:14','2020-12-11 07:40:14','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Home Page part 1','','inherit','closed','closed','','829-revision-v1','','','2020-12-11 07:40:14','2020-12-11 07:40:14','',829,'http://indigo-disco.com/829-revision-v1/',0,'revision','',0),(832,2,'2020-12-11 07:40:32','2020-12-11 07:40:32','<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>','What We Specialize In','','publish','closed','closed','','what-we-specialize-in','','','2020-12-11 07:40:32','2020-12-11 07:40:32','',0,'http://indigo-disco.com/?elementor_library=what-we-specialize-in',0,'elementor_library','',0),(833,2,'2020-12-11 07:40:32','2020-12-11 07:40:32','','What We Specialize In','','inherit','closed','closed','','832-revision-v1','','','2020-12-11 07:40:32','2020-12-11 07:40:32','',832,'http://indigo-disco.com/832-revision-v1/',0,'revision','',0),(834,2,'2020-12-11 07:40:32','2020-12-11 07:40:32','<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<h5>Brand Marketing</h5><h5>Digital Advertising</h5><h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5><h5>Social Media</h5>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>','What We Specialize In','','inherit','closed','closed','','832-revision-v1','','','2020-12-11 07:40:32','2020-12-11 07:40:32','',832,'http://indigo-disco.com/832-revision-v1/',0,'revision','',0),(835,2,'2020-12-11 07:40:52','2020-12-11 07:40:52','<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','want to work together (home page)','','publish','closed','closed','','want-to-work-together-home-page','','','2020-12-11 07:40:52','2020-12-11 07:40:52','',0,'http://indigo-disco.com/?elementor_library=want-to-work-together-home-page',0,'elementor_library','',0),(836,2,'2020-12-11 07:40:52','2020-12-11 07:40:52','','want to work together (home page)','','inherit','closed','closed','','835-revision-v1','','','2020-12-11 07:40:52','2020-12-11 07:40:52','',835,'http://indigo-disco.com/835-revision-v1/',0,'revision','',0),(837,2,'2020-12-11 07:40:52','2020-12-11 07:40:52','<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','want to work together (home page)','','inherit','closed','closed','','835-revision-v1','','','2020-12-11 07:40:52','2020-12-11 07:40:52','',835,'http://indigo-disco.com/835-revision-v1/',0,'revision','',0),(839,2,'2020-12-11 07:41:48','2020-12-11 07:41:48','<b>Who We Are </b>\n<h2>a woman owned &amp; operated agency\nfor badass artists + brands</h2>\n<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Specialize In</h3>\n<h5>Brand Marketing</h5>\n<h5>Digital Advertising</h5>\n<h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5>\n<h5>Social Media</h5>\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>CONNECT WITH US</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\">\nTwitter\n</a>\n<h3>want to work together?</h3>\n<a role=\"button\">\nApply Now\n</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 07:41:48','2020-12-11 07:41:48','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(841,2,'2020-12-11 08:24:09','2020-12-11 08:24:09','<b>Who We Are </b>\n<h2>a woman owned &amp; operated agency\nfor badass artists + brands</h2>\n<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Specialize In</h3>\n<h5>Brand Marketing</h5>\n<h5>Digital Advertising</h5>\n<h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5>\n<h5>Social Media</h5>\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>CONNECT WITH US</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\">\nTwitter\n</a>\n<h3>want to work together?</h3>\n<a role=\"button\">\nApply Now\n</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:24:09','2020-12-11 08:24:09','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(842,2,'2020-12-11 08:24:09','2020-12-11 08:24:09','<b>Who We Are </b>\n<h2>a woman owned &amp; operated agency\nfor badass artists + brands</h2>\n<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Specialize In</h3>\n<h5>Brand Marketing</h5>\n<h5>Digital Advertising</h5>\n<h5 style=\"font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal;\">Music Promotion</h5>\n<h5>Social Media</h5>\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>CONNECT WITH US</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\">\nTwitter\n</a>\n<h3>want to work together?</h3>\n<a role=\"button\">\nApply Now\n</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:24:09','2020-12-11 08:24:09','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(843,2,'2020-12-11 08:24:09','2020-12-11 08:24:09','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:24:09','2020-12-11 08:24:09','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(844,2,'2020-12-11 08:24:46','2020-12-11 08:24:46','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:24:46','2020-12-11 08:24:46','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(845,2,'2020-12-11 08:24:46','2020-12-11 08:24:46','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:24:46','2020-12-11 08:24:46','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(846,2,'2020-12-11 08:24:46','2020-12-11 08:24:46','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:24:46','2020-12-11 08:24:46','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(847,2,'2020-12-11 08:25:04','2020-12-11 08:25:04','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:25:04','2020-12-11 08:25:04','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(848,2,'2020-12-11 08:25:04','2020-12-11 08:25:04','<p><b>Who We Are </b></p>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:25:04','2020-12-11 08:25:04','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(849,2,'2020-12-11 08:25:04','2020-12-11 08:25:04','<p><b>Who We Are </b></p>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:25:04','2020-12-11 08:25:04','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(850,2,'2020-12-11 08:25:11','2020-12-11 08:25:11','<p><b>Who We Are </b></p>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:25:11','2020-12-11 08:25:11','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(851,2,'2020-12-11 08:25:11','2020-12-11 08:25:11','<p><b>Who We Are </b></p>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:25:11','2020-12-11 08:25:11','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(852,2,'2020-12-11 08:25:11','2020-12-11 08:25:11','<p><b>Who We Are </b></p>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:25:11','2020-12-11 08:25:11','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(853,2,'2020-12-11 08:25:33','2020-12-11 08:25:33','<p><b>Who We Are </b></p>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:25:33','2020-12-11 08:25:33','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(854,2,'2020-12-11 08:25:33','2020-12-11 08:25:33','<p><b>Who We Are </b></p>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:25:33','2020-12-11 08:25:33','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(855,2,'2020-12-11 08:25:33','2020-12-11 08:25:33','<p><b>Who We Are </b></p>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:25:33','2020-12-11 08:25:33','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(856,2,'2020-12-11 08:27:38','2020-12-11 08:27:38','<p><b>Who We Are </b></p>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:27:38','2020-12-11 08:27:38','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(857,2,'2020-12-11 08:27:38','2020-12-11 08:27:38','<p><b>Who We Are </b></p>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:27:38','2020-12-11 08:27:38','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(858,2,'2020-12-11 08:27:38','2020-12-11 08:27:38','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:27:38','2020-12-11 08:27:38','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(859,2,'2020-12-11 08:28:13','2020-12-11 08:28:13','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:28:13','2020-12-11 08:28:13','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(860,2,'2020-12-11 08:28:13','2020-12-11 08:28:13','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:28:13','2020-12-11 08:28:13','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(861,2,'2020-12-11 08:28:13','2020-12-11 08:28:13','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:28:13','2020-12-11 08:28:13','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(862,2,'2020-12-11 08:28:34','2020-12-11 08:28:34','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:28:34','2020-12-11 08:28:34','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(863,2,'2020-12-11 08:28:34','2020-12-11 08:28:34','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:28:34','2020-12-11 08:28:34','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(864,2,'2020-12-11 08:28:34','2020-12-11 08:28:34','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:28:34','2020-12-11 08:28:34','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(865,2,'2020-12-11 08:28:47','2020-12-11 08:28:47','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:28:47','2020-12-11 08:28:47','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(866,2,'2020-12-11 08:28:47','2020-12-11 08:28:47','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:28:47','2020-12-11 08:28:47','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(867,2,'2020-12-11 08:28:47','2020-12-11 08:28:47','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:28:47','2020-12-11 08:28:47','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(868,2,'2020-12-11 08:28:59','2020-12-11 08:28:59','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:28:59','2020-12-11 08:28:59','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(869,2,'2020-12-11 08:28:59','2020-12-11 08:28:59','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:28:59','2020-12-11 08:28:59','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(870,2,'2020-12-11 08:28:59','2020-12-11 08:28:59','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:28:59','2020-12-11 08:28:59','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(871,2,'2020-12-11 08:29:14','2020-12-11 08:29:14','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:29:14','2020-12-11 08:29:14','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(872,2,'2020-12-11 08:29:14','2020-12-11 08:29:14','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:29:14','2020-12-11 08:29:14','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(873,2,'2020-12-11 08:29:14','2020-12-11 08:29:14','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:29:14','2020-12-11 08:29:14','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(874,2,'2020-12-11 08:29:26','2020-12-11 08:29:26','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:29:26','2020-12-11 08:29:26','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(875,2,'2020-12-11 08:29:26','2020-12-11 08:29:26','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:29:26','2020-12-11 08:29:26','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(876,2,'2020-12-11 08:29:26','2020-12-11 08:29:26','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:29:26','2020-12-11 08:29:26','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0);
INSERT INTO `SFmlX6x_posts` VALUES (877,2,'2020-12-11 08:29:39','2020-12-11 08:29:39','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:29:39','2020-12-11 08:29:39','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(878,2,'2020-12-11 08:29:39','2020-12-11 08:29:39','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:29:39','2020-12-11 08:29:39','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(879,2,'2020-12-11 08:29:40','2020-12-11 08:29:40','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:29:40','2020-12-11 08:29:40','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(880,2,'2020-12-11 08:30:01','2020-12-11 08:30:01','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:30:01','2020-12-11 08:30:01','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(881,2,'2020-12-11 08:30:01','2020-12-11 08:30:01','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:30:01','2020-12-11 08:30:01','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(882,2,'2020-12-11 08:30:01','2020-12-11 08:30:01','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:30:01','2020-12-11 08:30:01','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(883,2,'2020-12-11 08:30:44','2020-12-11 08:30:44','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:30:44','2020-12-11 08:30:44','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(884,2,'2020-12-11 08:30:44','2020-12-11 08:30:44','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:30:44','2020-12-11 08:30:44','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(885,2,'2020-12-11 08:30:44','2020-12-11 08:30:44','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:30:44','2020-12-11 08:30:44','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(886,2,'2020-12-11 08:31:42','2020-12-11 08:31:42','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:31:42','2020-12-11 08:31:42','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(887,2,'2020-12-11 08:31:42','2020-12-11 08:31:42','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:31:42','2020-12-11 08:31:42','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(910,2,'2020-12-11 20:03:26','2020-12-11 20:03:26','<h3>who we are</h3>\n<h1>a woman owned &amp; operated agency\nfor badass artists + brands</h1>\n<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Specialize In</h3>\n<b>Brand Marketing</b>\n\n<b>Digital Advertising</b>\n\n<b>Music Promotion</b>\n\n<b>Social Media</b>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>CONNECT WITH US</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\">\nTwitter\n</a>\n<h3>want to work together?</h3>\n<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\nApply Now\n</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 20:03:26','2020-12-11 20:03:26','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(888,2,'2020-12-11 08:31:42','2020-12-11 08:31:42','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:31:42','2020-12-11 08:31:42','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(889,2,'2020-12-11 08:37:57','2020-12-11 08:37:57','<h2>OUR SERVICES</h2>		\n			<h1>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h1>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h1>A LA CARTE SERVICES</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-11 08:37:57','2020-12-11 08:37:57','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(890,2,'2020-12-11 08:37:57','2020-12-11 08:37:57','<h2>OUR SERVICES</h2>		\n			<h1>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h1>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h1>A LA CARTE SERVICES</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-11 08:37:57','2020-12-11 08:37:57','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(891,2,'2020-12-11 08:37:57','2020-12-11 08:37:57','<h2>OUR SERVICES</h2>		\n			<h1>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h1>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h1>A LA CARTE SERVICES</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2020-12-11 08:37:57','2020-12-11 08:37:57','',10,'http://indigo-disco.com/10-revision-v1/',0,'revision','',0),(892,2,'2020-12-11 08:39:56','2020-12-11 08:39:56','<h2>media team</h2>\n<img width=\"85\" height=\"85\" src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31.png 2000w\" sizes=\"(max-width: 85px) 100vw, 85px\">\n\nIndigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.\n<h3>want to join the team?</h3>\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\nApply Now\n</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 08:39:56','2020-12-11 08:39:56','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(893,2,'2020-12-11 08:39:56','2020-12-11 08:39:56','<h2>media team</h2>\n<img width=\"85\" height=\"85\" src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31.png 2000w\" sizes=\"(max-width: 85px) 100vw, 85px\">\n\nIndigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.\n<h3>want to join the team?</h3>\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\nApply Now\n</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 08:39:56','2020-12-11 08:39:56','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(911,2,'2020-12-11 20:06:55','2020-12-11 20:06:55','<h2>media team</h2>\n<img width=\"85\" height=\"85\" src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31.png 2000w\" sizes=\"(max-width: 85px) 100vw, 85px\">\n\nIndigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.\n<h3>want to join the team?</h3>\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\nApply Now\n</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 20:06:55','2020-12-11 20:06:55','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(894,2,'2020-12-11 08:39:56','2020-12-11 08:39:56','<h2>media team</h2>		\n										<img width=\"85\" height=\"85\" src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31.png 2000w\" sizes=\"(max-width: 85px) 100vw, 85px\" />											\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 08:39:56','2020-12-11 08:39:56','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(895,2,'2020-12-11 08:40:16','2020-12-11 08:40:16','<h2>media team</h2>		\n										<img width=\"85\" height=\"85\" src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31.png 2000w\" sizes=\"(max-width: 85px) 100vw, 85px\" />											\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 08:40:16','2020-12-11 08:40:16','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(896,2,'2020-12-11 08:40:16','2020-12-11 08:40:16','<h2>media team</h2>		\n										<img width=\"85\" height=\"85\" src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31.png 2000w\" sizes=\"(max-width: 85px) 100vw, 85px\" />											\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 08:40:16','2020-12-11 08:40:16','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(897,2,'2020-12-11 08:40:16','2020-12-11 08:40:16','<h2>media team</h2>		\n										<img width=\"85\" height=\"85\" src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/12/Untitled-design-31.png 2000w\" sizes=\"(max-width: 85px) 100vw, 85px\" />											\n		<p>Indigo Disco has an national directory of talented photographers, videographers and graphic designers at our finger tips. Come back soon to see their portfolios, or apply to be considered for our media team using the form below.</p>		\n			<h3>want to join the team?</h3>		\n			<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfQE9ttP66uLoFpcPFW1DQNOD_b2NRxFUfL8lw1yIUtxAgbzg/viewform?usp=sf_link\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Media Team','','inherit','closed','closed','','720-revision-v1','','','2020-12-11 08:40:16','2020-12-11 08:40:16','',720,'http://indigo-disco.com/720-revision-v1/',0,'revision','',0),(898,2,'2020-12-11 08:41:36','2020-12-11 08:41:36','<h2>about us</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 08:41:36','2020-12-11 08:41:36','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(899,2,'2020-12-11 08:41:36','2020-12-11 08:41:36','<h2>about us</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 08:41:36','2020-12-11 08:41:36','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(900,2,'2020-12-11 08:41:37','2020-12-11 08:41:37','<h2>about</h2>		\n			<h3>Megan Hamilton, Creative Director</h3>		\n		<p>Megan Hamilton is a well-equipped rocket in the media industry. As both a renowned music producer and graphic artist, her experience with the melding of mediums is both unique and expansive. Outside of performing at iconic music festivals like <a href=\"https://sonicbloomfestival.com/\">Sonic Bloom</a>, Lightning In A Bottle, and more.</p><p> Hamilton has freelanced as a graphic designer and marketing consultant for hundreds of campaigns and releases over the years. Hamilton has recently found success and high demand as a course designer, instructor, and creative director for <a href=\"https://slamacademy.com/\">Slam Academy</a> (the US’ first Ableton Certified Training Center), as well as the after school Entrepreneurial Program coordinator for Minneapolis Public Schools. Her extensive entrepreneurial background in marketing, release strategy, and education combined with her knowledge and forward-thinking ideas have proven invaluable here at Indigo Disco.</p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-BW.jpg\" alt=\"Megan Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Megan-Website-Photo-Color.jpg\" alt=\"Megan Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>Ashlee Czapla, Marketing Director</h3>		\n		<p>Ashlee Czapla is on a mission to become a digital marketing powerhouse. While working as an Account Manager at a programmatic media buying agency for five years, she created omni-channel strategies for clients across every industry.  She then worked as the Brand Manager for four media agencies located across the US and Canada. After years of Colorado dreamin’, she\'s finally made the move to Denver and works as Indigo Disco\'s Marketing Manager and a Social Media Community Manager at an organic marketing agency called <a href=\"https://www.grouphugs.co/\">Grouphugs</a>. <br /><br />In addition to her digital marketing experience, Czapla has also been involved in the music industry for years by offering copywriting, photography, social media and public relations services. She\'s worked with festivals like Shoe Fest and Electric Forest and is currently a part of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival</a> team. “Can’t stop, won’t stop” is less of a motto and more of a lifestyle for her, as she is always seeking new projects, new ways to connect people and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-BW.jpg\" alt=\"Ashlee Website Photo &#8211; BW\" width=\"1024\" height=\"1024\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/12/Ashlee-Website-Photo-Color.jpg\" alt=\"Ashlee Website Photo &#8211; Color\" width=\"1024\" height=\"1024\"/>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2020-12-11 08:41:37','2020-12-11 08:41:37','',12,'http://indigo-disco.com/12-revision-v1/',0,'revision','',0),(901,2,'2020-12-11 08:49:05','2020-12-11 08:49:05','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:49:05','2020-12-11 08:49:05','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(902,2,'2020-12-11 08:49:05','2020-12-11 08:49:05','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:49:05','2020-12-11 08:49:05','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(903,2,'2020-12-11 08:49:05','2020-12-11 08:49:05','<h3>who we are</h3>		\n			<h1>a woman owned &amp; operated agency<br>for badass artists + brands</h1>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 08:49:05','2020-12-11 08:49:05','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(904,2,'2020-12-11 17:56:27','2020-12-11 17:56:27','','ID HOME PAGE','','inherit','open','closed','','id-home-page','','','2020-12-11 17:56:27','2020-12-11 17:56:27','',0,'http://indigo-disco.com/wp-content/uploads/2020/12/ID-HOME-PAGE.mov',0,'attachment','video/quicktime',0),(905,2,'2020-12-11 18:06:19','2020-12-11 18:06:19','','ID HOME PAGE 2','','inherit','open','closed','','id-home-page-2','','','2020-12-11 18:06:19','2020-12-11 18:06:19','',0,'http://indigo-disco.com/wp-content/uploads/2020/12/ID-HOME-PAGE-2.mov',0,'attachment','video/quicktime',0),(906,2,'2020-12-11 19:56:39','2020-12-11 19:56:39','<h2>CONTACT US</h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-11 19:56:39','2020-12-11 19:56:39','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(907,2,'2020-12-11 19:56:39','2020-12-11 19:56:39','<h2>CONTACT US</h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-11 19:56:39','2020-12-11 19:56:39','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(908,2,'2020-12-11 19:56:39','2020-12-11 19:56:39','<h2>CONTACT US</h2>		\n			<p>At this time, Indigo Disco is accepting a limited number of clients in order to provide the best service possible while we\'re growing. If you\'re interested in working together, please submit a client application below and allow 7 business days for a response as we carefully consider all applications.</p>		\n			<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>Questions?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Contact Us\n					</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2020-12-11 19:56:39','2020-12-11 19:56:39','',8,'http://indigo-disco.com/8-revision-v1/',0,'revision','',0),(909,2,'2020-12-11 20:03:19','2020-12-11 20:03:19','','Indigo Disco featured image','','inherit','open','closed','','indigo-disco-featured-image','','','2020-12-11 20:03:19','2020-12-11 20:03:19','',6,'http://indigo-disco.com/wp-content/uploads/2020/12/Indigo-Disco-featured-image.png',0,'attachment','image/png',0),(912,2,'2020-12-11 20:12:31','2020-12-11 20:12:31','<h3>who we are</h3>\n<h1>a woman owned &amp; operated agency\nfor badass artists + brands</h1>\n<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Specialize In</h3>\n<b>Brand Marketing</b>\n\n<b>Digital Advertising</b>\n\n<b>Music Promotion</b>\n\n<b>Social Media</b>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>CONNECT WITH US</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\">\nTwitter\n</a>\n<h3>want to work together?</h3>\n<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\nApply Now\n</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 20:12:31','2020-12-11 20:12:31','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(913,2,'2020-12-11 20:12:31','2020-12-11 20:12:31','<h3>who we are</h3>\n<h1>a woman owned &amp; operated agency\nfor badass artists + brands</h1>\n<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Specialize In</h3>\n<b>Brand Marketing</b>\n\n<b>Digital Advertising</b>\n\n<b>Music Promotion</b>\n\n<b>Social Media</b>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>CONNECT WITH US</h3>\n<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\">\n<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\nFacebook\n</a>\n<a href=\"https://www.instagram.com/indigo_disco/\">\nInstagram\n</a>\n<a href=\"https://twitter.com/indigo_disco\">\nTwitter\n</a>\n<h3>want to work together?</h3>\n<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\nApply Now\n</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 20:12:31','2020-12-11 20:12:31','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(914,2,'2020-12-11 20:12:31','2020-12-11 20:12:31','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n										<img width=\"768\" height=\"768\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, http://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h3>What We Specialize In</h3>		\n		<p><b>Brand Marketing</b></p><p><b>Digital Advertising</b></p><p><b>Music Promotion</b></p><p><b>Social Media</b></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n										<img src=\"http://indigo-disco.com/wp-content/uploads/elementor/thumbs/BW-Indigo-Disco-mushroom-oyq8urr4kve1qyeaacnwor6y9zm6uy03h9uy8if7c8.png\" title=\"BW Indigo Disco mushroom\" alt=\"BW Indigo Disco mushroom\" />											\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2020-12-11 20:12:31','2020-12-11 20:12:31','',6,'http://indigo-disco.com/6-revision-v1/',0,'revision','',0),(918,2,'2022-07-28 04:12:59','2022-07-28 04:12:59','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-betheme','','','2022-07-28 04:12:59','2022-07-28 04:12:59','',0,'https://indigo-disco.com/wp-global-styles-betheme/',0,'wp_global_styles','',0),(953,2,'2022-07-28 04:55:29','2022-07-28 04:55:29','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:55:29','2022-07-28 04:55:29','',12,'https://indigo-disco.com/?p=953',0,'revision','',0),(954,2,'2022-07-28 04:55:29','2022-07-28 04:55:29','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:55:29','2022-07-28 04:55:29','',12,'https://indigo-disco.com/?p=954',0,'revision','',0),(955,2,'2022-07-28 04:55:29','2022-07-28 04:55:29','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 04:55:29','2022-07-28 04:55:29','',12,'https://indigo-disco.com/?p=955',0,'revision','',0),(956,2,'2022-07-28 04:56:07','2022-07-28 04:56:07','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 04:56:07','2022-07-28 04:56:07','',6,'https://indigo-disco.com/?p=956',0,'revision','',0),(957,2,'2022-07-28 04:56:08','2022-07-28 04:56:08','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 04:56:08','2022-07-28 04:56:08','',6,'https://indigo-disco.com/?p=957',0,'revision','',0),(958,2,'2022-07-28 04:56:08','2022-07-28 04:56:08','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 04:56:08','2022-07-28 04:56:08','',6,'https://indigo-disco.com/?p=958',0,'revision','',0),(959,2,'2022-07-28 04:58:51','2022-07-28 04:58:51','<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>','Contact Us - Artists and Small Businesses','','publish','closed','closed','','contact-us-artists-and-small-businesses','','','2022-07-28 04:58:51','2022-07-28 04:58:51','',0,'https://indigo-disco.com/?elementor_library=contact-us-artists-and-small-businesses',0,'elementor_library','',0),(960,2,'2022-07-28 04:58:51','2022-07-28 04:58:51','','Contact Us - Artists and Small Businesses','','inherit','closed','closed','','959-revision-v1','','','2022-07-28 04:58:51','2022-07-28 04:58:51','',959,'https://indigo-disco.com/?p=960',0,'revision','',0),(961,2,'2022-07-28 04:58:51','2022-07-28 04:58:51','<h2>Artists <br>&amp; Musicians</h2>		\n			<a href=\"https://docs.google.com/forms/d/1BJLBE3mei-pmiPGBVwZ_LZKVEbxW6UUj8Kt04Z3oKZs/edit\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-1-1.png\" alt=\"Artists &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Artists-card-2-1.png\" alt=\"Artists &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>\n			<h3>Small<br>Businesses Owners</h3>		\n			<a href=\"https://docs.google.com/forms/d/1n5k2XlZQlL6rHD69Dhq7nugHVUv00BnLW75XQNFBe3k/edit?usp=drive_web\" ><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-1.png\" alt=\"Small Business &#8211; card 1\" width=\"1000\" height=\"1000\"/><img src=\"http://indigo-disco.com/wp-content/uploads/2020/11/Small-Business-card-2.png\" alt=\"Small Business &#8211; card 2\" width=\"1000\" height=\"1000\"/></a>','Contact Us - Artists and Small Businesses','','inherit','closed','closed','','959-revision-v1','','','2022-07-28 04:58:51','2022-07-28 04:58:51','',959,'https://indigo-disco.com/?p=961',0,'revision','',0),(976,2,'2022-07-28 05:52:42','2022-07-28 05:52:42','<h2>CONTACT US</h2>		\n			<p>Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Contact Us\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:52:42','2022-07-28 05:52:42','',8,'https://indigo-disco.com/?p=976',0,'revision','',0),(964,2,'2022-07-28 05:40:00','2022-07-28 05:40:00','','Default Kit','','inherit','closed','closed','','121-revision-v1','','','2022-07-28 05:40:00','2022-07-28 05:40:00','',121,'https://indigo-disco.com/?p=964',0,'revision','',0),(965,2,'2022-07-28 05:40:19','2022-07-28 05:40:19','','Default Kit','','inherit','closed','closed','','121-revision-v1','','','2022-07-28 05:40:19','2022-07-28 05:40:19','',121,'https://indigo-disco.com/?p=965',0,'revision','',0),(966,2,'2022-07-28 05:41:22','2022-07-28 05:41:22','{\n    \"nav_menu[2]\": {\n        \"value\": {\n            \"name\": \"Menu\",\n            \"description\": \"\",\n            \"parent\": 0,\n            \"auto_add\": false\n        },\n        \"type\": \"nav_menu\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-07-28 05:41:22\"\n    },\n    \"nav_menu_item[737]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-07-28 05:41:22\"\n    }\n}','','','trash','closed','closed','','96f92206-e533-4756-a6c5-9a9283b94c8a','','','2022-07-28 05:41:22','2022-07-28 05:41:22','',0,'https://indigo-disco.com/96f92206-e533-4756-a6c5-9a9283b94c8a/',0,'customize_changeset','',0),(968,2,'2022-07-28 05:44:21','2022-07-28 05:44:21','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Apply Now\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 05:44:21','2022-07-28 05:44:21','',6,'https://indigo-disco.com/?p=968',0,'revision','',0),(969,2,'2022-07-28 05:44:21','2022-07-28 05:44:21','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 05:44:21','2022-07-28 05:44:21','',6,'https://indigo-disco.com/?p=969',0,'revision','',0),(970,2,'2022-07-28 05:44:50','0000-00-00 00:00:00','','Elementor Header #970','','draft','closed','closed','','','','','2022-07-28 05:44:50','2022-07-28 05:44:50','',0,'https://indigo-disco.com/?post_type=elementor_library&#038;p=970',0,'elementor_library','',0),(971,2,'2022-07-28 05:44:50','2022-07-28 05:44:50','','Elementor Header #970','','inherit','closed','closed','','970-revision-v1','','','2022-07-28 05:44:50','2022-07-28 05:44:50','',970,'https://indigo-disco.com/?p=971',0,'revision','',0),(981,2,'2022-07-28 05:53:43','2022-07-28 05:53:43','<h2>CONTACT US</h2>		\n			<p>Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Get In Touch\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:53:43','2022-07-28 05:53:43','',8,'https://indigo-disco.com/?p=981',0,'revision','',0),(982,2,'2022-07-28 05:53:43','2022-07-28 05:53:43','<h2>CONTACT US</h2>		\n			<p>Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Get In Touch\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:53:43','2022-07-28 05:53:43','',8,'https://indigo-disco.com/?p=982',0,'revision','',0),(983,2,'2022-07-28 05:53:43','2022-07-28 05:53:43','<h2>CONTACT US</h2>		\n			<p>Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Get In Touch\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:53:43','2022-07-28 05:53:43','',8,'https://indigo-disco.com/?p=983',0,'revision','',0),(984,2,'2022-07-28 05:53:53','2022-07-28 05:53:53','<h2>CONTACT US</h2>		\n			<p>Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Get In Touch\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:53:53','2022-07-28 05:53:53','',8,'https://indigo-disco.com/?p=984',0,'revision','',0),(985,2,'2022-07-28 05:53:53','2022-07-28 05:53:53','<h2>CONTACT US</h2>		\n			<p>Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Get In Touch\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:53:53','2022-07-28 05:53:53','',8,'https://indigo-disco.com/?p=985',0,'revision','',0),(986,2,'2022-07-28 05:53:53','2022-07-28 05:53:53','<h2>CONTACT US</h2>		\n			<p>Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Get In Touch\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:53:53','2022-07-28 05:53:53','',8,'https://indigo-disco.com/?p=986',0,'revision','',0),(987,2,'2022-07-28 05:55:10','2022-07-28 05:55:10','<h2>CONTACT US</h2>		\n			<p>Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Get In Touch\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:55:10','2022-07-28 05:55:10','',8,'https://indigo-disco.com/?p=987',0,'revision','',0),(988,2,'2022-07-28 05:55:10','2022-07-28 05:55:10','<h2>CONTACT US</h2>		\n			<p>Indigo Disco is excited to announce that we are now taking on a limited number of clients. <br>Please reach out using the email form below to begin discussions and set up a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Get In Touch\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-28 05:55:10','2022-07-28 05:55:10','',8,'https://indigo-disco.com/?p=988',0,'revision','',0),(990,2,'2022-07-28 05:56:57','2022-07-28 05:56:57','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 05:56:57','2022-07-28 05:56:57','',12,'https://indigo-disco.com/?p=990',0,'revision','',0),(991,2,'2022-07-28 05:56:57','2022-07-28 05:56:57','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 05:56:57','2022-07-28 05:56:57','',12,'https://indigo-disco.com/?p=991',0,'revision','',0),(996,2,'2022-07-28 06:00:47','2022-07-28 06:00:47','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a role=\"button\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 06:00:47','2022-07-28 06:00:47','',12,'https://indigo-disco.com/?p=996',0,'revision','',0),(992,2,'2022-07-28 05:56:57','2022-07-28 05:56:57','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 05:56:57','2022-07-28 05:56:57','',12,'https://indigo-disco.com/?p=992',0,'revision','',0),(994,2,'2022-07-28 06:00:47','2022-07-28 06:00:47','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 06:00:47','2022-07-28 06:00:47','',12,'https://indigo-disco.com/?p=994',0,'revision','',0),(995,2,'2022-07-28 06:00:47','2022-07-28 06:00:47','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a role=\"button\">\n						Apply Now\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 06:00:47','2022-07-28 06:00:47','',12,'https://indigo-disco.com/?p=995',0,'revision','',0),(1006,2,'2022-07-28 06:43:40','2022-07-28 06:43:40','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogoAccordion content\n			<h4>Graphic Design</h4>AdvertisementsAccordion content\nEP/Single/Album ArtworkLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPromotional FlyersAccordion content\nGraphics for Social MediaLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nBanners for Social Media ProfilesAccordion content\n			<h4>Creative Strategy</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Merchandise Design</h4>Design Development + Vendor SourcingLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Music Promotion</h4>Creative Strategy for Music PromotionAccordion content\nEvent Promotion Campaign ManagementAccordion content\nPre-Save Campaign ManagementAccordion content\nSpotify Growth Campaign ManagementAccordion content\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot ListAccordion content\nPhotographer SourcingAccordion content\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article DevelopmentAccordion content\nPress Release DevelopmentLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPress/Blog OutreachAccordion content\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:43:40','2022-07-28 06:43:40','',10,'https://indigo-disco.com/?p=1006',0,'revision','',0),(1003,2,'2022-07-28 06:41:19','2022-07-28 06:41:19','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising StrategyLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nAdvertising Material DevelopmentAccordion content\nCampaign Set Up + ManagementAccordion content\nCampaign Monitoring + OptimizationssAccordion content\nAccordion titleAccordion content\nReporting + Performance Analytics Accordion content\n			<h4>Brand + Artist Development </h4>Artist BiographyAccordion content\nArtist Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nVisual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nBusiness CardAccordion content\nEmail Signature DesignAccordion content\nFaviconAccordion content\nLogoAccordion content\n			<h4>Graphic Design</h4>AdvertisementsAccordion content\nEP/Single/Album ArtworkLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPromotional FlyersAccordion content\nGraphics for Social MediaLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nBanners for Social Media ProfilesAccordion content\n			<h4>Creative Strategy</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Merchandise Design</h4>Design Development + Vendor SourcingLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Music Promotion</h4>Creative Strategy for Music PromotionAccordion content\nEvent Promotion Campaign ManagementAccordion content\nPre-Save Campaign ManagementAccordion content\nSpotify Growth Campaign ManagementAccordion content\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy+ Concept Development\nPhotographer SourcingAccordion content\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article DevelopmentAccordion content\nPress Release DevelopmentLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPress/Blog OutreachAccordion content\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nStyling + Outfit SourcingAccordion content\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:41:19','2022-07-28 06:41:19','',10,'https://indigo-disco.com/?p=1003',0,'revision','',0),(1001,2,'2022-07-28 06:41:19','2022-07-28 06:41:19','<h2>OUR SERVICES</h2>		\n			<h1>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h1>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h1>A LA CARTE SERVICES</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:41:19','2022-07-28 06:41:19','',10,'https://indigo-disco.com/?p=1001',0,'revision','',0),(998,2,'2022-07-28 06:04:12','2022-07-28 06:04:12','<h2>OUR SERVICES</h2>		\n			<h1>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h1>		\n												<img width=\"1024\" height=\"1024\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n			<h1>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h1>		\n												<img width=\"1024\" height=\"1024\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n			<h1>A LA CARTE SERVICES</h1>		\n												<img width=\"1024\" height=\"1024\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','2020 Service Menus','','publish','closed','closed','','2020-service-menus','','','2022-07-28 06:04:12','2022-07-28 06:04:12','',0,'https://indigo-disco.com/?elementor_library=2020-service-menus',0,'elementor_library','',0),(999,2,'2022-07-28 06:04:12','2022-07-28 06:04:12','','2020 Service Menus','','inherit','closed','closed','','998-revision-v1','','','2022-07-28 06:04:12','2022-07-28 06:04:12','',998,'https://indigo-disco.com/?p=999',0,'revision','',0),(1000,2,'2022-07-28 06:04:12','2022-07-28 06:04:12','<h2>OUR SERVICES</h2>		\n			<h1>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h1>		\n												<img width=\"1024\" height=\"1024\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, https://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n			<h1>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h1>		\n												<img width=\"1024\" height=\"1024\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, https://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n			<h1>A LA CARTE SERVICES</h1>		\n												<img width=\"1024\" height=\"1024\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, https://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','2020 Service Menus','','inherit','closed','closed','','998-revision-v1','','','2022-07-28 06:04:12','2022-07-28 06:04:12','',998,'https://indigo-disco.com/?p=1000',0,'revision','',0),(1002,2,'2022-07-28 06:41:19','2022-07-28 06:41:19','<h2>OUR SERVICES</h2>		\n			<h1>STRATEGIES FOR MUSIC RELEASE CAMPAIGNS</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ReleaseCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h1>STRATEGIES FOR PRODUCT RELEASE CAMPAIGNS</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/ProductCampaigns_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h1>A LA CARTE SERVICES</h1>		\n										<img width=\"1024\" height=\"1024\" src=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1024x1024.jpg 1024w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-300x300.jpg 300w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-150x150.jpg 150w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-768x768.jpg 768w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-1536x1536.jpg 1536w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-2048x2048.jpg 2048w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-146x146.jpg 146w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-50x50.jpg 50w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-75x75.jpg 75w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-85x85.jpg 85w, http://indigo-disco.com/wp-content/uploads/2020/11/aLaCarte_IG-01-80x80.jpg 80w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />											\n			<h3>want to work together?</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Apply Now\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:41:19','2022-07-28 06:41:19','',10,'https://indigo-disco.com/?p=1002',0,'revision','',0),(1004,2,'2022-07-28 06:43:40','2022-07-28 06:43:40','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising StrategyLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nAdvertising Material DevelopmentAccordion content\nCampaign Set Up + ManagementAccordion content\nCampaign Monitoring + OptimizationssAccordion content\nAccordion titleAccordion content\nReporting + Performance Analytics Accordion content\n			<h4>Brand + Artist Development </h4>Artist BiographyAccordion content\nArtist Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nVisual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nBusiness CardAccordion content\nEmail Signature DesignAccordion content\nFaviconAccordion content\nLogoAccordion content\n			<h4>Graphic Design</h4>AdvertisementsAccordion content\nEP/Single/Album ArtworkLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPromotional FlyersAccordion content\nGraphics for Social MediaLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nBanners for Social Media ProfilesAccordion content\n			<h4>Creative Strategy</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Merchandise Design</h4>Design Development + Vendor SourcingLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Music Promotion</h4>Creative Strategy for Music PromotionAccordion content\nEvent Promotion Campaign ManagementAccordion content\nPre-Save Campaign ManagementAccordion content\nSpotify Growth Campaign ManagementAccordion content\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy+ Concept Development\nPhotographer SourcingAccordion content\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article DevelopmentAccordion content\nPress Release DevelopmentLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPress/Blog OutreachAccordion content\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nStyling + Outfit SourcingAccordion content\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:43:40','2022-07-28 06:43:40','',10,'https://indigo-disco.com/?p=1004',0,'revision','',0),(1005,2,'2022-07-28 06:43:40','2022-07-28 06:43:40','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising StrategyLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nAdvertising Material DevelopmentAccordion content\nCampaign Set Up + ManagementAccordion content\nCampaign Monitoring + OptimizationssAccordion content\nAccordion titleAccordion content\nReporting + Performance Analytics Accordion content\n			<h4>Brand + Artist Development </h4>Artist BiographyAccordion content\nArtist Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nVisual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nBusiness CardAccordion content\nEmail Signature DesignAccordion content\nFaviconAccordion content\nLogoAccordion content\n			<h4>Graphic Design</h4>AdvertisementsAccordion content\nEP/Single/Album ArtworkLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPromotional FlyersAccordion content\nGraphics for Social MediaLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nBanners for Social Media ProfilesAccordion content\n			<h4>Creative Strategy</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Merchandise Design</h4>Design Development + Vendor SourcingLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Music Promotion</h4>Creative Strategy for Music PromotionAccordion content\nEvent Promotion Campaign ManagementAccordion content\nPre-Save Campaign ManagementAccordion content\nSpotify Growth Campaign ManagementAccordion content\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy+ Concept Development\nPhotographer SourcingAccordion content\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article DevelopmentAccordion content\nPress Release DevelopmentLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPress/Blog OutreachAccordion content\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nStyling + Outfit SourcingAccordion content\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:43:40','2022-07-28 06:43:40','',10,'https://indigo-disco.com/?p=1005',0,'revision','',0),(1007,2,'2022-07-28 06:44:20','2022-07-28 06:44:20','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogoAccordion content\n			<h4>Graphic Design</h4>AdvertisementsAccordion content\nEP/Single/Album ArtworkLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPromotional FlyersAccordion content\nGraphics for Social MediaLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nBanners for Social Media ProfilesAccordion content\n			<h4>Creative Strategy</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Merchandise Design</h4>Design Development + Vendor SourcingLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Music Promotion</h4>Creative Strategy for Music PromotionAccordion content\nEvent Promotion Campaign ManagementAccordion content\nPre-Save Campaign ManagementAccordion content\nSpotify Growth Campaign ManagementAccordion content\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot ListAccordion content\nPhotographer SourcingAccordion content\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article DevelopmentAccordion content\nPress Release DevelopmentLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPress/Blog OutreachAccordion content\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:44:20','2022-07-28 06:44:20','',10,'https://indigo-disco.com/?p=1007',0,'revision','',0),(1008,2,'2022-07-28 06:44:20','2022-07-28 06:44:20','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogoAccordion content\n			<h4>Graphic Design</h4>AdvertisementsAccordion content\nEP/Single/Album ArtworkLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPromotional FlyersAccordion content\nGraphics for Social MediaLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nBanners for Social Media ProfilesAccordion content\n			<h4>Creative Strategy</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Merchandise Design</h4>Design Development + Vendor SourcingLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Music Promotion</h4>Creative Strategy for Music PromotionAccordion content\nEvent Promotion Campaign ManagementAccordion content\nPre-Save Campaign ManagementAccordion content\nSpotify Growth Campaign ManagementAccordion content\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot ListAccordion content\nPhotographer SourcingAccordion content\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article DevelopmentAccordion content\nPress Release DevelopmentLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPress/Blog OutreachAccordion content\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:44:20','2022-07-28 06:44:20','',10,'https://indigo-disco.com/?p=1008',0,'revision','',0),(1010,2,'2022-07-28 06:44:56','2022-07-28 06:44:56','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Creative Strategy</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Merchandise Design</h4>Design Development + Vendor SourcingLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Music Promotion</h4>Creative Strategy for Music PromotionAccordion content\nEvent Promotion Campaign ManagementAccordion content\nPre-Save Campaign ManagementAccordion content\nSpotify Growth Campaign ManagementAccordion content\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot ListAccordion content\nPhotographer SourcingAccordion content\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article DevelopmentAccordion content\nPress Release DevelopmentLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPress/Blog OutreachAccordion content\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:44:56','2022-07-28 06:44:56','',10,'https://indigo-disco.com/?p=1010',0,'revision','',0),(1011,2,'2022-07-28 06:44:56','2022-07-28 06:44:56','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Creative Strategy</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Merchandise Design</h4>Design Development + Vendor SourcingLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Music Promotion</h4>Creative Strategy for Music PromotionAccordion content\nEvent Promotion Campaign ManagementAccordion content\nPre-Save Campaign ManagementAccordion content\nSpotify Growth Campaign ManagementAccordion content\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot ListAccordion content\nPhotographer SourcingAccordion content\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article DevelopmentAccordion content\nPress Release DevelopmentLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPress/Blog OutreachAccordion content\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:44:56','2022-07-28 06:44:56','',10,'https://indigo-disco.com/?p=1011',0,'revision','',0),(1013,2,'2022-07-28 06:45:16','2022-07-28 06:45:16','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot ListAccordion content\nPhotographer SourcingAccordion content\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article DevelopmentAccordion content\nPress Release DevelopmentLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPress/Blog OutreachAccordion content\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:45:16','2022-07-28 06:45:16','',10,'https://indigo-disco.com/?p=1013',0,'revision','',0),(1014,2,'2022-07-28 06:45:16','2022-07-28 06:45:16','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot ListAccordion content\nPhotographer SourcingAccordion content\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article DevelopmentAccordion content\nPress Release DevelopmentLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPress/Blog OutreachAccordion content\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:45:16','2022-07-28 06:45:16','',10,'https://indigo-disco.com/?p=1014',0,'revision','',0),(1016,2,'2022-07-28 06:45:33','2022-07-28 06:45:33','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article DevelopmentAccordion content\nPress Release DevelopmentLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPress/Blog OutreachAccordion content\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:45:33','2022-07-28 06:45:33','',10,'https://indigo-disco.com/?p=1016',0,'revision','',0),(1017,2,'2022-07-28 06:45:33','2022-07-28 06:45:33','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article DevelopmentAccordion content\nPress Release DevelopmentLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nPress/Blog OutreachAccordion content\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:45:33','2022-07-28 06:45:33','',10,'https://indigo-disco.com/?p=1017',0,'revision','',0),(1019,2,'2022-07-28 06:45:52','2022-07-28 06:45:52','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:45:52','2022-07-28 06:45:52','',10,'https://indigo-disco.com/?p=1019',0,'revision','',0),(1020,2,'2022-07-28 06:45:52','2022-07-28 06:45:52','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + AnalysisLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nArtist/Brand AnalysisAccordion content\nSocial Media Audit Accordion content\nMonthly Analytics ReportAccordion content\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:45:52','2022-07-28 06:45:52','',10,'https://indigo-disco.com/?p=1020',0,'revision','',0),(1022,2,'2022-07-28 06:46:45','2022-07-28 06:46:45','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:46:45','2022-07-28 06:46:45','',10,'https://indigo-disco.com/?p=1022',0,'revision','',0),(1023,2,'2022-07-28 06:46:45','2022-07-28 06:46:45','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Visual Brand GuidelinesLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 06:46:45','2022-07-28 06:46:45','',10,'https://indigo-disco.com/?p=1023',0,'revision','',0),(1025,2,'2022-07-28 13:26:07','2022-07-28 13:26:07','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + SchedulingAccordion content\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 13:26:07','2022-07-28 13:26:07','',10,'https://indigo-disco.com/?p=1025',0,'revision','',0),(1026,2,'2022-07-28 13:26:07','2022-07-28 13:26:07','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + SchedulingAccordion content\n			<h4>Web Services</h4>Website Strategy + OutlineLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\nCopywritingAccordion content\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 13:26:07','2022-07-28 13:26:07','',10,'https://indigo-disco.com/?p=1026',0,'revision','',0),(1028,2,'2022-07-28 13:26:32','2022-07-28 13:26:32','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 13:26:32','2022-07-28 13:26:32','',10,'https://indigo-disco.com/?p=1028',0,'revision','',0),(1029,2,'2022-07-28 13:26:32','2022-07-28 13:26:32','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot ManagementAccordion content\nVideo Strategy + Concept Development\nSet ProductionAccordion content\nStyling + Outfit SourcingAccordion content\nVideo Production + Post ProductionAccordion content\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 13:26:32','2022-07-28 13:26:32','',10,'https://indigo-disco.com/?p=1029',0,'revision','',0),(1031,2,'2022-07-28 14:01:34','2022-07-28 14:01:34','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 14:01:34','2022-07-28 14:01:34','',6,'https://indigo-disco.com/?p=1031',0,'revision','',0),(1032,2,'2022-07-28 14:01:34','2022-07-28 14:01:34','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>want to work together?</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 14:01:34','2022-07-28 14:01:34','',6,'https://indigo-disco.com/?p=1032',0,'revision','',0),(1033,2,'2022-07-28 14:01:34','2022-07-28 14:01:34','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 14:01:34','2022-07-28 14:01:34','',6,'https://indigo-disco.com/?p=1033',0,'revision','',0),(1034,2,'2022-07-28 14:27:13','2022-07-28 14:27:13','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 14:27:13','2022-07-28 14:27:13','',6,'https://indigo-disco.com/?p=1034',0,'revision','',0),(1035,2,'2022-07-28 14:27:13','2022-07-28 14:27:13','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 14:27:13','2022-07-28 14:27:13','',6,'https://indigo-disco.com/?p=1035',0,'revision','',0),(1036,2,'2022-07-28 14:27:14','2022-07-28 14:27:14','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 14:27:14','2022-07-28 14:27:14','',6,'https://indigo-disco.com/?p=1036',0,'revision','',0),(1037,2,'2022-07-28 14:30:18','2022-07-28 14:30:18','{\n    \"betheme::nav_menu_locations[secondary-menu]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-07-28 14:30:18\"\n    },\n    \"betheme::nav_menu_locations[social-menu-bottom]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-07-28 14:30:18\"\n    }\n}','','','trash','closed','closed','','d7059354-c2e9-473e-8bf7-e6f657d30e6c','','','2022-07-28 14:30:18','2022-07-28 14:30:18','',0,'https://indigo-disco.com/d7059354-c2e9-473e-8bf7-e6f657d30e6c/',0,'customize_changeset','',0),(1041,2,'2022-07-28 14:40:26','2022-07-28 14:40:26','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a role=\"button\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 14:40:26','2022-07-28 14:40:26','',12,'https://indigo-disco.com/?p=1041',0,'revision','',0),(1039,2,'2022-07-28 14:40:25','2022-07-28 14:40:25','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a role=\"button\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 14:40:25','2022-07-28 14:40:25','',12,'https://indigo-disco.com/?p=1039',0,'revision','',0),(1040,2,'2022-07-28 14:40:26','2022-07-28 14:40:26','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she currently works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Czapla is also a Freelance Copywriter at Festival Insider and the Assistant Program Coordinator of the Summer Camp Music Festival Camp Counselor team. <br /><br />Czapla has been involved in the music industry for years working as a freelance copywriter, photographer social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference to artists and brands.  </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a role=\"button\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 14:40:26','2022-07-28 14:40:26','',12,'https://indigo-disco.com/?p=1040',0,'revision','',0),(1042,2,'2022-07-28 14:44:13','2022-07-28 14:44:13','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a role=\"button\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 14:44:13','2022-07-28 14:44:13','',12,'https://indigo-disco.com/?p=1042',0,'revision','',0),(1043,2,'2022-07-28 14:44:13','2022-07-28 14:44:13','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a role=\"button\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 14:44:13','2022-07-28 14:44:13','',12,'https://indigo-disco.com/?p=1043',0,'revision','',0),(1044,2,'2022-07-28 14:44:13','2022-07-28 14:44:13','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" role=\"button\">\n						Get Connected\n					</a>\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a role=\"button\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 14:44:13','2022-07-28 14:44:13','',12,'https://indigo-disco.com/?p=1044',0,'revision','',0),(1045,2,'2022-07-28 14:45:42','2022-07-28 14:45:42','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" role=\"button\">\n						Get Connected\n					</a>\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a role=\"button\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 14:45:42','2022-07-28 14:45:42','',12,'https://indigo-disco.com/?p=1045',0,'revision','',0),(1046,2,'2022-07-28 14:45:42','2022-07-28 14:45:42','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" role=\"button\">\n						Get Connected\n					</a>\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a role=\"button\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 14:45:42','2022-07-28 14:45:42','',12,'https://indigo-disco.com/?p=1046',0,'revision','',0),(1047,2,'2022-07-28 14:45:42','2022-07-28 14:45:42','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" role=\"button\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a role=\"button\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-28 14:45:42','2022-07-28 14:45:42','',12,'https://indigo-disco.com/?p=1047',0,'revision','',0),(1048,2,'2022-07-28 14:54:23','2022-07-28 14:54:23','','Indigo Disco Site Logo','','inherit','open','closed','','indigo-disco-site-logo','','','2022-07-28 14:54:23','2022-07-28 14:54:23','',0,'https://indigo-disco.com/wp-content/uploads/2022/07/Indigo-Disco-Site-Logo.png',0,'attachment','image/png',0),(1049,2,'2022-07-28 15:00:01','2022-07-28 15:00:01','','Indigo Disco Site Logo 2','','inherit','open','closed','','indigo-disco-site-logo-2','','','2022-07-28 15:00:01','2022-07-28 15:00:01','',0,'https://indigo-disco.com/wp-content/uploads/2022/07/Indigo-Disco-Site-Logo-2.png',0,'attachment','image/png',0),(1050,2,'2022-07-28 15:05:22','2022-07-28 15:05:22','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:05:22','2022-07-28 15:05:22','',10,'https://indigo-disco.com/?p=1050',0,'revision','',0),(1051,2,'2022-07-28 15:05:22','2022-07-28 15:05:22','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:05:22','2022-07-28 15:05:22','',10,'https://indigo-disco.com/?p=1051',0,'revision','',0),(1052,2,'2022-07-28 15:05:22','2022-07-28 15:05:22','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:05:22','2022-07-28 15:05:22','',10,'https://indigo-disco.com/?p=1052',0,'revision','',0),(1053,2,'2022-07-28 15:12:07','2022-07-28 15:12:07','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:12:07','2022-07-28 15:12:07','',10,'https://indigo-disco.com/?p=1053',0,'revision','',0),(1054,2,'2022-07-28 15:12:07','2022-07-28 15:12:07','<h2>OUR SERVICES</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:12:07','2022-07-28 15:12:07','',10,'https://indigo-disco.com/?p=1054',0,'revision','',0),(1055,2,'2022-07-28 15:12:07','2022-07-28 15:12:07','<h2>OUR SERVICES</h2>		\n					<h3>\n					Proudly offering data-driven marketing + creative strategies\n				</h3>\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:12:07','2022-07-28 15:12:07','',10,'https://indigo-disco.com/?p=1055',0,'revision','',0),(1056,2,'2022-07-28 15:12:55','2022-07-28 15:12:55','<h2>OUR SERVICES</h2>		\n					<h3>\n					Proudly offering data-driven marketing + creative strategies\n				</h3>\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:12:55','2022-07-28 15:12:55','',10,'https://indigo-disco.com/?p=1056',0,'revision','',0),(1057,2,'2022-07-28 15:12:55','2022-07-28 15:12:55','<h2>OUR SERVICES</h2>		\n					<h3>\n					Proudly offering data-driven marketing + creative strategies\n				</h3>\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:12:55','2022-07-28 15:12:55','',10,'https://indigo-disco.com/?p=1057',0,'revision','',0),(1061,2,'2022-07-28 15:14:14','2022-07-28 15:14:14','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:14:14','2022-07-28 15:14:14','',10,'https://indigo-disco.com/?p=1061',0,'revision','',0),(1058,2,'2022-07-28 15:12:55','2022-07-28 15:12:55','<h2>OUR SERVICES</h2>		\n					<h3>\n					Proudly offering data-driven digital marketing strategies,\n				creative&nbsp;strategies,			\n				results			\n				</h3>\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:12:55','2022-07-28 15:12:55','',10,'https://indigo-disco.com/?p=1058',0,'revision','',0),(1059,2,'2022-07-28 15:14:13','2022-07-28 15:14:13','<h2>OUR SERVICES</h2>		\n					<h3>\n					Proudly offering data-driven digital marketing strategies,\n				creative&nbsp;strategies,			\n				results			\n				</h3>\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:14:13','2022-07-28 15:14:13','',10,'https://indigo-disco.com/?p=1059',0,'revision','',0),(1060,2,'2022-07-28 15:14:13','2022-07-28 15:14:13','<h2>OUR SERVICES</h2>		\n					<h3>\n					Proudly offering data-driven digital marketing strategies,\n				creative&nbsp;strategies,			\n				results			\n				</h3>\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:14:13','2022-07-28 15:14:13','',10,'https://indigo-disco.com/?p=1060',0,'revision','',0),(1062,2,'2022-07-28 15:14:32','2022-07-28 15:14:32','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:14:32','2022-07-28 15:14:32','',10,'https://indigo-disco.com/?p=1062',0,'revision','',0),(1063,2,'2022-07-28 15:14:33','2022-07-28 15:14:33','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:14:33','2022-07-28 15:14:33','',10,'https://indigo-disco.com/?p=1063',0,'revision','',0),(1064,2,'2022-07-28 15:14:33','2022-07-28 15:14:33','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:14:33','2022-07-28 15:14:33','',10,'https://indigo-disco.com/?p=1064',0,'revision','',0),(1065,2,'2022-07-28 15:14:50','2022-07-28 15:14:50','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:14:50','2022-07-28 15:14:50','',10,'https://indigo-disco.com/?p=1065',0,'revision','',0),(1066,2,'2022-07-28 15:14:50','2022-07-28 15:14:50','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:14:50','2022-07-28 15:14:50','',10,'https://indigo-disco.com/?p=1066',0,'revision','',0),(1067,2,'2022-07-28 15:14:50','2022-07-28 15:14:50','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:14:50','2022-07-28 15:14:50','',10,'https://indigo-disco.com/?p=1067',0,'revision','',0),(1068,2,'2022-07-28 15:16:10','2022-07-28 15:16:10','','Mushroom icon','','inherit','open','closed','','mushroom-icon','','','2022-07-28 15:16:10','2022-07-28 15:16:10','',10,'https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon.png',0,'attachment','image/png',0),(1069,2,'2022-07-28 15:16:25','2022-07-28 15:16:25','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:16:25','2022-07-28 15:16:25','',10,'https://indigo-disco.com/?p=1069',0,'revision','',0),(1070,2,'2022-07-28 15:16:25','2022-07-28 15:16:25','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:16:25','2022-07-28 15:16:25','',10,'https://indigo-disco.com/?p=1070',0,'revision','',0),(1077,2,'2022-07-28 15:17:58','2022-07-28 15:17:58','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:17:58','2022-07-28 15:17:58','',10,'https://indigo-disco.com/?p=1077',0,'revision','',0),(1071,2,'2022-07-28 15:16:25','2022-07-28 15:16:25','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n												<img width=\"80\" height=\"80\" src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon.png 200w\" sizes=\"(max-width: 80px) 100vw, 80px\" />														\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:16:25','2022-07-28 15:16:25','',10,'https://indigo-disco.com/?p=1071',0,'revision','',0),(1072,2,'2022-07-28 15:17:28','2022-07-28 15:17:28','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n												<img width=\"80\" height=\"80\" src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon.png 200w\" sizes=\"(max-width: 80px) 100vw, 80px\" />														\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:17:28','2022-07-28 15:17:28','',10,'https://indigo-disco.com/?p=1072',0,'revision','',0),(1073,2,'2022-07-28 15:17:28','2022-07-28 15:17:28','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n												<img width=\"80\" height=\"80\" src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon.png 200w\" sizes=\"(max-width: 80px) 100vw, 80px\" />														\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:17:28','2022-07-28 15:17:28','',10,'https://indigo-disco.com/?p=1073',0,'revision','',0),(1074,2,'2022-07-28 15:17:28','2022-07-28 15:17:28','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n												<img width=\"80\" height=\"80\" src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon.png 200w\" sizes=\"(max-width: 80px) 100vw, 80px\" />														\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:17:28','2022-07-28 15:17:28','',10,'https://indigo-disco.com/?p=1074',0,'revision','',0),(1075,2,'2022-07-28 15:17:58','2022-07-28 15:17:58','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n												<img width=\"80\" height=\"80\" src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon.png 200w\" sizes=\"(max-width: 80px) 100vw, 80px\" />														\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:17:58','2022-07-28 15:17:58','',10,'https://indigo-disco.com/?p=1075',0,'revision','',0),(1076,2,'2022-07-28 15:17:58','2022-07-28 15:17:58','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n												<img width=\"80\" height=\"80\" src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-80x80.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/07/Mushroom-icon.png 200w\" sizes=\"(max-width: 80px) 100vw, 80px\" />														\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-28 15:17:58','2022-07-28 15:17:58','',10,'https://indigo-disco.com/?p=1076',0,'revision','',0),(1078,2,'2022-07-28 15:21:51','2022-07-28 15:21:51','','Indigo Disco Menu Icon','','inherit','open','closed','','indigo-disco-menu-icon','','','2022-07-28 15:21:51','2022-07-28 15:21:51','',0,'https://indigo-disco.com/wp-content/uploads/2022/07/Indigo-Disco-Menu-Icon.png',0,'attachment','image/png',0),(1079,2,'2022-07-28 15:23:28','2022-07-28 15:23:28','','Indigo Disco Menu Icon','','inherit','open','closed','','indigo-disco-menu-icon-2','','','2022-07-28 15:23:28','2022-07-28 15:23:28','',0,'https://indigo-disco.com/wp-content/uploads/2022/07/Indigo-Disco-Menu-Icon-1.png',0,'attachment','image/png',0),(1080,2,'2022-07-28 15:25:15','2022-07-28 15:25:15','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 15:25:15','2022-07-28 15:25:15','',6,'https://indigo-disco.com/?p=1080',0,'revision','',0),(1081,2,'2022-07-28 15:25:15','2022-07-28 15:25:15','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>CONNECT WITH US</h3>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-28 15:25:15','2022-07-28 15:25:15','',6,'https://indigo-disco.com/?p=1081',0,'revision','',0),(1083,2,'2022-07-28 19:43:28','2022-07-28 19:43:28','','Black Sparkle','','inherit','open','closed','','black-sparkle','','','2022-07-28 19:43:28','2022-07-28 19:43:28','',0,'https://indigo-disco.com/wp-content/uploads/2022/07/Black-Sparkle.png',0,'attachment','image/png',0),(1084,2,'2022-07-28 19:44:28','2022-07-28 19:44:28','','Black Sparkle Favicon','','inherit','open','closed','','black-sparkle-favicon','','','2022-07-28 19:44:28','2022-07-28 19:44:28','',0,'https://indigo-disco.com/wp-content/uploads/2022/07/Black-Sparkle-Favicon.png',0,'attachment','image/png',0),(1085,2,'2022-07-28 19:44:32','2022-07-28 19:44:32','https://indigo-disco.com/wp-content/uploads/2022/07/cropped-Black-Sparkle-Favicon.png','cropped-Black-Sparkle-Favicon.png','','inherit','open','closed','','cropped-black-sparkle-favicon-png','','','2022-07-28 19:44:32','2022-07-28 19:44:32','',0,'https://indigo-disco.com/wp-content/uploads/2022/07/cropped-Black-Sparkle-Favicon.png',0,'attachment','image/png',0),(1086,2,'2022-07-28 19:45:07','2022-07-28 19:45:07','','White Sparkle Favicon','','inherit','open','closed','','white-sparkle-favicon','','','2022-07-28 19:45:07','2022-07-28 19:45:07','',0,'https://indigo-disco.com/wp-content/uploads/2022/07/White-Sparkle-Favicon.png',0,'attachment','image/png',0),(1087,2,'2022-07-28 19:45:11','2022-07-28 19:45:11','https://indigo-disco.com/wp-content/uploads/2022/07/cropped-White-Sparkle-Favicon.png','cropped-White-Sparkle-Favicon.png','','inherit','open','closed','','cropped-white-sparkle-favicon-png','','','2022-07-28 19:45:11','2022-07-28 19:45:11','',0,'https://indigo-disco.com/wp-content/uploads/2022/07/cropped-White-Sparkle-Favicon.png',0,'attachment','image/png',0),(1088,2,'2022-07-28 19:45:14','2022-07-28 19:45:14','{\n    \"site_icon\": {\n        \"value\": 1087,\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-07-28 19:45:14\"\n    }\n}','','','trash','closed','closed','','4418af04-6cb7-4e02-8092-8d4f1f756de3','','','2022-07-28 19:45:14','2022-07-28 19:45:14','',0,'https://indigo-disco.com/4418af04-6cb7-4e02-8092-8d4f1f756de3/',0,'customize_changeset','',0),(1089,2,'2022-07-28 19:45:55','2022-07-28 19:45:55','{\n    \"blogname\": {\n        \"value\": \"Indigo Disco\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-07-28 19:45:55\"\n    }\n}','','','trash','closed','closed','','2518be2b-6e34-4478-86b9-f2e90eef2e59','','','2022-07-28 19:45:55','2022-07-28 19:45:55','',0,'https://indigo-disco.com/2518be2b-6e34-4478-86b9-f2e90eef2e59/',0,'customize_changeset','',0),(1090,2,'2022-07-29 13:16:36','2022-07-29 13:16:36','<h2>CONTACT US</h2>		\n			<p><b>Indigo Disco is currently accepting clients!</b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Get In Touch\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-29 13:16:36','2022-07-29 13:16:36','',8,'https://indigo-disco.com/?p=1090',0,'revision','',0),(1091,2,'2022-07-29 13:16:36','2022-07-29 13:16:36','<h2>CONTACT US</h2>		\n			<p><b>Indigo Disco is currently accepting clients!</b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"#\" role=\"button\">\n						Get In Touch\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-29 13:16:36','2022-07-29 13:16:36','',8,'https://indigo-disco.com/?p=1091',0,'revision','',0),(1092,2,'2022-07-29 13:16:36','2022-07-29 13:16:36','<h2>CONTACT US</h2>		\n			<p><b>Indigo Disco is currently accepting clients!</b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-29 13:16:36','2022-07-29 13:16:36','',8,'https://indigo-disco.com/?p=1092',0,'revision','',0),(1093,2,'2022-07-29 13:18:48','2022-07-29 13:18:48','<h2>CONTACT US</h2>		\n			<p><b>Indigo Disco is currently accepting clients!</b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-29 13:18:48','2022-07-29 13:18:48','',8,'https://indigo-disco.com/?p=1093',0,'revision','',0),(1094,2,'2022-07-29 13:18:48','2022-07-29 13:18:48','<h2>CONTACT US</h2>		\n			<p><b>Indigo Disco is currently accepting clients!</b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-29 13:18:48','2022-07-29 13:18:48','',8,'https://indigo-disco.com/?p=1094',0,'revision','',0),(1095,2,'2022-07-29 13:18:48','2022-07-29 13:18:48','<h2>CONTACT US</h2>		\n			<p><b>Indigo Disco is currently accepting clients!</b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-29 13:18:48','2022-07-29 13:18:48','',8,'https://indigo-disco.com/?p=1095',0,'revision','',0),(1096,2,'2022-07-29 13:19:52','2022-07-29 13:19:52','<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Rounded Button','','publish','closed','closed','','rounded-button','','','2022-08-07 22:56:03','2022-08-07 22:56:03','',0,'https://indigo-disco.com/?elementor_library=rounded-button',0,'elementor_library','',0),(1097,2,'2022-07-29 13:19:52','2022-07-29 13:19:52','','Rounded Button','','inherit','closed','closed','','1096-revision-v1','','','2022-07-29 13:19:52','2022-07-29 13:19:52','',1096,'https://indigo-disco.com/?p=1097',0,'revision','',0),(1098,2,'2022-07-29 13:19:52','2022-07-29 13:19:52','<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>','Rounded Button','','inherit','closed','closed','','1096-revision-v1','','','2022-07-29 13:19:52','2022-07-29 13:19:52','',1096,'https://indigo-disco.com/?p=1098',0,'revision','',0),(1099,2,'2022-07-29 13:21:08','2022-07-29 13:21:08','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-29 13:21:08','2022-07-29 13:21:08','',6,'https://indigo-disco.com/?p=1099',0,'revision','',0),(1100,2,'2022-07-29 13:21:08','2022-07-29 13:21:08','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-29 13:21:08','2022-07-29 13:21:08','',6,'https://indigo-disco.com/?p=1100',0,'revision','',0),(1101,2,'2022-07-29 13:21:08','2022-07-29 13:21:08','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-07-29 13:21:08','2022-07-29 13:21:08','',6,'https://indigo-disco.com/?p=1101',0,'revision','',0),(1102,2,'2022-07-29 13:24:23','2022-07-29 13:24:23','<h2>CONTACT US</h2>		\n			<p><b>Indigo Disco is currently accepting clients!</b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-29 13:24:23','2022-07-29 13:24:23','',8,'https://indigo-disco.com/?p=1102',0,'revision','',0),(1103,2,'2022-07-29 13:24:23','2022-07-29 13:24:23','<h2>CONTACT US</h2>		\n			<p><b>Indigo Disco is currently accepting clients!</b><br> <br>Please email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-29 13:24:23','2022-07-29 13:24:23','',8,'https://indigo-disco.com/?p=1103',0,'revision','',0),(1104,2,'2022-07-29 13:24:23','2022-07-29 13:24:23','<h2>CONTACT US</h2>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-29 13:24:23','2022-07-29 13:24:23','',8,'https://indigo-disco.com/?p=1104',0,'revision','',0),(1105,2,'2022-07-29 13:24:26','2022-07-29 13:24:26','<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>','Rounded Button','','inherit','closed','closed','','1096-revision-v1','','','2022-07-29 13:24:26','2022-07-29 13:24:26','',1096,'https://indigo-disco.com/?p=1105',0,'revision','',0),(1106,2,'2022-07-29 13:26:32','2022-07-29 13:26:32','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" role=\"button\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a role=\"button\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-29 13:26:32','2022-07-29 13:26:32','',12,'https://indigo-disco.com/?p=1106',0,'revision','',0),(1107,2,'2022-07-29 13:26:32','2022-07-29 13:26:32','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" role=\"button\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a role=\"button\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-29 13:26:32','2022-07-29 13:26:32','',12,'https://indigo-disco.com/?p=1107',0,'revision','',0),(1108,2,'2022-07-29 13:26:32','2022-07-29 13:26:32','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a role=\"button\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-29 13:26:32','2022-07-29 13:26:32','',12,'https://indigo-disco.com/?p=1108',0,'revision','',0),(1487,2,'2023-07-10 08:02:31','2023-07-10 08:02:31','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management<ul><li>Facebook</li><li>Instagram </li><li>Twitter</li></ul>\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Concept Development + Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\nPhotoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Interview + Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Content + Growth Stats Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\nSocial Media Analytics &amp; ReportingAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nStyling + Outfit Sourcing\nVideographer Sourcing\nVideo Shoot Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2023-07-10 08:02:31','2023-07-10 08:02:31','',10,'https://indigo-disco.com/?p=1487',0,'revision','',0),(1109,2,'2022-07-29 13:26:34','2022-07-29 13:26:34','<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Rounded Button','','inherit','closed','closed','','1096-revision-v1','','','2022-07-29 13:26:34','2022-07-29 13:26:34','',1096,'https://indigo-disco.com/?p=1109',0,'revision','',0),(1110,2,'2022-07-29 13:27:55','2022-07-29 13:27:55','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a role=\"button\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-29 13:27:55','2022-07-29 13:27:55','',12,'https://indigo-disco.com/?p=1110',0,'revision','',0),(1111,2,'2022-07-29 13:27:56','2022-07-29 13:27:56','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a role=\"button\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-29 13:27:56','2022-07-29 13:27:56','',12,'https://indigo-disco.com/?p=1111',0,'revision','',0),(1141,2,'2022-08-07 22:06:26','2022-08-07 22:06:26','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/Indigo-Disco-Logo-Black-psxlahkn7hkeef6kp6kh4m5eq3kvdo74sa9qh9ydbc.png\" title=\"Indigo Disco Logo &#8211; Black\" alt=\"Indigo Disco Logo - Black\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:06:26','2022-08-07 22:06:26','',12,'https://indigo-disco.com/?p=1141',0,'revision','',0),(1112,2,'2022-07-29 13:27:56','2022-07-29 13:27:56','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-29 13:27:56','2022-07-29 13:27:56','',12,'https://indigo-disco.com/?p=1112',0,'revision','',0),(1113,2,'2022-07-29 13:29:40','2022-07-29 13:29:40','<h2>CONTACT US</h2>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-29 13:29:40','2022-07-29 13:29:40','',8,'https://indigo-disco.com/?p=1113',0,'revision','',0),(1114,2,'2022-07-29 13:29:40','2022-07-29 13:29:40','<h2>CONTACT US</h2>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-29 13:29:40','2022-07-29 13:29:40','',8,'https://indigo-disco.com/?p=1114',0,'revision','',0),(1115,2,'2022-07-29 13:29:40','2022-07-29 13:29:40','<h2>CONTACT US</h2>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Let\'s Get Started\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-07-29 13:29:40','2022-07-29 13:29:40','',8,'https://indigo-disco.com/?p=1115',0,'revision','',0),(1116,2,'2022-07-29 13:33:10','2022-07-29 13:33:10','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-29 13:33:10','2022-07-29 13:33:10','',12,'https://indigo-disco.com/?p=1116',0,'revision','',0),(1117,2,'2022-07-29 13:33:10','2022-07-29 13:33:10','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,  she has a background in digital marketing as well as having worked as an Account Manager at a New York-based creative agency and for small businesses.<br /><br />Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a foodie connoisseur, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-29 13:33:10','2022-07-29 13:33:10','',12,'https://indigo-disco.com/?p=1117',0,'revision','',0),(1118,2,'2022-07-29 13:33:10','2022-07-29 13:33:10','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-07-29 13:33:10','2022-07-29 13:33:10','',12,'https://indigo-disco.com/?p=1118',0,'revision','',0),(1119,2,'2022-07-29 13:37:10','2022-07-29 13:37:10','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-29 13:37:10','2022-07-29 13:37:10','',10,'https://indigo-disco.com/?p=1119',0,'revision','',0),(1120,2,'2022-07-29 13:37:10','2022-07-29 13:37:10','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nAccordion title\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nEmail Signature Design\nFavicon\nLogo\n			<h4>Graphic Design</h4>Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Web Services</h4>Website Strategy + Outline\nCopywriting\n			<h4>Video Strategy + Production</h4>Video Shoot Management\nVideo Strategy + Concept Development\nSet Production\nStyling + Outfit Sourcing\nVideo Production + Post Production\nVideographer Sourcing\nVideo Storyboard\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-29 13:37:10','2022-07-29 13:37:10','',10,'https://indigo-disco.com/?p=1120',0,'revision','',0),(1124,2,'2022-07-29 13:37:30','2022-07-29 13:37:30','<h2>OUR SERVICES</h2>		\n			<h1>Data-Driven Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-29 13:37:30','2022-07-29 13:37:30','',10,'https://indigo-disco.com/?p=1124',0,'revision','',0),(1121,2,'2022-07-29 13:37:11','2022-07-29 13:37:11','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-29 13:37:11','2022-07-29 13:37:11','',10,'https://indigo-disco.com/?p=1121',0,'revision','',0),(1122,2,'2022-07-29 13:37:30','2022-07-29 13:37:30','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-29 13:37:30','2022-07-29 13:37:30','',10,'https://indigo-disco.com/?p=1122',0,'revision','',0),(1123,2,'2022-07-29 13:37:30','2022-07-29 13:37:30','<h2>OUR SERVICES</h2>		\n			<h1>We Specialize In Data-Driven Digital Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-07-29 13:37:30','2022-07-29 13:37:30','',10,'https://indigo-disco.com/?p=1123',0,'revision','',0),(1125,2,'2022-08-07 21:55:50','2022-08-07 21:55:50','','Black Disco Ball','','inherit','open','closed','','black-disco-ball','','','2022-08-07 21:55:50','2022-08-07 21:55:50','',6,'https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball.png',0,'attachment','image/png',0),(1126,2,'2022-08-07 21:56:11','2022-08-07 21:56:11','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-08-07 21:56:11','2022-08-07 21:56:11','',6,'https://indigo-disco.com/?p=1126',0,'revision','',0),(1127,2,'2022-08-07 21:56:11','2022-08-07 21:56:11','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_LargeLogo_BlackTransparent-01-01-1-e1605812061193.png 100w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"http://indigo-disco.com/contact/\" role=\"button\">\n						Contact Us\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-08-07 21:56:11','2022-08-07 21:56:11','',6,'https://indigo-disco.com/?p=1127',0,'revision','',0),(1130,2,'2022-08-07 21:59:04','2022-08-07 21:59:04','','Indigo Disco Sparkle','','inherit','open','closed','','indigo-disco-sparkle','','','2022-08-07 21:59:04','2022-08-07 21:59:04','',8,'https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Sparkle.png',0,'attachment','image/png',0),(1131,2,'2022-08-07 22:00:18','2022-08-07 22:00:18','','Indigo Disco Spakles','','inherit','open','closed','','indigo-disco-spakles','','','2022-08-07 22:00:18','2022-08-07 22:00:18','',8,'https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles.png',0,'attachment','image/png',0),(1132,2,'2022-08-07 22:00:29','2022-08-07 22:00:29','<h2>CONTACT US</h2>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Let\'s Get Started\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 22:00:29','2022-08-07 22:00:29','',8,'https://indigo-disco.com/?p=1132',0,'revision','',0),(1133,2,'2022-08-07 22:00:29','2022-08-07 22:00:29','<h2>CONTACT US</h2>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Let\'s Get Started\n					</a>\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 22:00:29','2022-08-07 22:00:29','',8,'https://indigo-disco.com/?p=1133',0,'revision','',0),(1263,2,'2022-08-07 23:58:57','2022-08-07 23:58:57','<h1>Contact Us</h1>		\n			<h2>Indigo Disco is currently accepting clients!</h2>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/Indigo-Disco-Spakles-psxl7zc4ze4vfutnc3kah8x5p3xmuq8wfvn4epo5wo.png\" title=\"Indigo Disco Spakles\" alt=\"Indigo Disco Spakles\" />														\n			<h2>Connect With Us</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 23:58:57','2022-08-07 23:58:57','',8,'https://indigo-disco.com/?p=1263',0,'revision','',0),(1134,2,'2022-08-07 22:00:29','2022-08-07 22:00:29','<h2>CONTACT US</h2>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Let\'s Get Started\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles.png 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 22:00:29','2022-08-07 22:00:29','',8,'https://indigo-disco.com/?p=1134',0,'revision','',0),(1135,2,'2022-08-07 22:01:54','2022-08-07 22:01:54','','Indigo Disco Logo - Black','','inherit','open','closed','','indigo-disco-logo-black','','','2022-08-07 22:01:54','2022-08-07 22:01:54','',6,'https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black.png',0,'attachment','image/png',0),(1136,2,'2022-08-07 22:02:05','2022-08-07 22:02:05','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-08-07 22:02:05','2022-08-07 22:02:05','',6,'https://indigo-disco.com/?p=1136',0,'revision','',0),(1137,2,'2022-08-07 22:02:05','2022-08-07 22:02:05','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"768\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-08-07 22:02:05','2022-08-07 22:02:05','',6,'https://indigo-disco.com/?p=1137',0,'revision','',0),(1139,2,'2022-08-07 22:06:26','2022-08-07 22:06:26','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:06:26','2022-08-07 22:06:26','',12,'https://indigo-disco.com/?p=1139',0,'revision','',0),(1140,2,'2022-08-07 22:06:26','2022-08-07 22:06:26','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2020/11/IndigoDisco_MedLogo_BlackTransparent-01-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:06:26','2022-08-07 22:06:26','',12,'https://indigo-disco.com/?p=1140',0,'revision','',0),(1142,2,'2022-08-07 22:07:19','2022-08-07 22:07:19','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/Indigo-Disco-Logo-Black-psxlahkn7hkeef6kp6kh4m5eq3kvdo74sa9qh9ydbc.png\" title=\"Indigo Disco Logo &#8211; Black\" alt=\"Indigo Disco Logo - Black\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:07:19','2022-08-07 22:07:19','',12,'https://indigo-disco.com/?p=1142',0,'revision','',0),(1143,2,'2022-08-07 22:07:19','2022-08-07 22:07:19','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/Indigo-Disco-Logo-Black-psxlahkn7hkeef6kp6kh4m5eq3kvdo74sa9qh9ydbc.png\" title=\"Indigo Disco Logo &#8211; Black\" alt=\"Indigo Disco Logo - Black\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:07:19','2022-08-07 22:07:19','',12,'https://indigo-disco.com/?p=1143',0,'revision','',0),(1144,2,'2022-08-07 22:07:19','2022-08-07 22:07:19','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:07:19','2022-08-07 22:07:19','',12,'https://indigo-disco.com/?p=1144',0,'revision','',0),(1148,2,'2022-08-07 22:18:38','2022-08-07 22:18:38','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:18:38','2022-08-07 22:18:38','',12,'https://indigo-disco.com/?p=1148',0,'revision','',0),(1146,2,'2022-08-07 22:18:38','2022-08-07 22:18:38','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:18:38','2022-08-07 22:18:38','',12,'https://indigo-disco.com/?p=1146',0,'revision','',0),(1147,2,'2022-08-07 22:18:38','2022-08-07 22:18:38','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:18:38','2022-08-07 22:18:38','',12,'https://indigo-disco.com/?p=1147',0,'revision','',0),(1241,2,'2022-08-07 23:51:00','2022-08-07 23:51:00','<h1>About</h1>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 23:51:00','2022-08-07 23:51:00','',12,'https://indigo-disco.com/?p=1241',0,'revision','',0),(1152,2,'2022-08-07 22:36:53','2022-08-07 22:36:53','<h2>About</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:36:53','2022-08-07 22:36:53','',12,'https://indigo-disco.com/?p=1152',0,'revision','',0),(1150,2,'2022-08-07 22:36:53','2022-08-07 22:36:53','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:36:53','2022-08-07 22:36:53','',12,'https://indigo-disco.com/?p=1150',0,'revision','',0),(1151,2,'2022-08-07 22:36:53','2022-08-07 22:36:53','<h2>about</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>let\'s work together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:36:53','2022-08-07 22:36:53','',12,'https://indigo-disco.com/?p=1151',0,'revision','',0),(1153,2,'2022-08-07 22:38:59','2022-08-07 22:38:59','<h2>About</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:38:59','2022-08-07 22:38:59','',12,'https://indigo-disco.com/?p=1153',0,'revision','',0),(1154,2,'2022-08-07 22:38:59','2022-08-07 22:38:59','<h2>About</h2>		\n			<h3>Ashlee Czapla, Marketing &amp; Creative Director</h3>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h3>Emily Ballard, Content Marketing Manager</h3>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:38:59','2022-08-07 22:38:59','',12,'https://indigo-disco.com/?p=1154',0,'revision','',0),(1155,2,'2022-08-07 22:38:59','2022-08-07 22:38:59','<h2>About</h2>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:38:59','2022-08-07 22:38:59','',12,'https://indigo-disco.com/?p=1155',0,'revision','',0),(1156,2,'2022-08-07 22:39:52','2022-08-07 22:39:52','<h2>About</h2>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:39:52','2022-08-07 22:39:52','',12,'https://indigo-disco.com/?p=1156',0,'revision','',0),(1157,2,'2022-08-07 22:39:52','2022-08-07 22:39:52','<h2>About</h2>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:39:52','2022-08-07 22:39:52','',12,'https://indigo-disco.com/?p=1157',0,'revision','',0),(1158,2,'2022-08-07 22:39:52','2022-08-07 22:39:52','<h2>About</h2>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:39:52','2022-08-07 22:39:52','',12,'https://indigo-disco.com/?p=1158',0,'revision','',0),(1159,2,'2022-08-07 22:40:07','2022-08-07 22:40:07','<h2>About</h2>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:40:07','2022-08-07 22:40:07','',12,'https://indigo-disco.com/?p=1159',0,'revision','',0),(1160,2,'2022-08-07 22:40:07','2022-08-07 22:40:07','<h2>About</h2>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:40:07','2022-08-07 22:40:07','',12,'https://indigo-disco.com/?p=1160',0,'revision','',0),(1161,2,'2022-08-07 22:40:07','2022-08-07 22:40:07','<h2>About</h2>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:40:07','2022-08-07 22:40:07','',12,'https://indigo-disco.com/?p=1161',0,'revision','',0),(1162,2,'2022-08-07 22:42:25','2022-08-07 22:42:25','<h2>OUR SERVICES</h2>		\n			<h1>Data-Driven Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 22:42:25','2022-08-07 22:42:25','',10,'https://indigo-disco.com/?p=1162',0,'revision','',0),(1163,2,'2022-08-07 22:42:25','2022-08-07 22:42:25','<h2>OUR SERVICES</h2>		\n			<h1>Data-Driven Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>LET\'S WORK TOGETHER</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 22:42:25','2022-08-07 22:42:25','',10,'https://indigo-disco.com/?p=1163',0,'revision','',0),(1164,2,'2022-08-07 22:42:25','2022-08-07 22:42:25','<h1>Services</h1>		\n			<h1>Data-Driven Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 22:42:25','2022-08-07 22:42:25','',10,'https://indigo-disco.com/?p=1164',0,'revision','',0),(1165,2,'2022-08-07 22:44:21','2022-08-07 22:44:21','<h2>CONTACT US</h2>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Let\'s Get Started\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles.png 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 22:44:21','2022-08-07 22:44:21','',8,'https://indigo-disco.com/?p=1165',0,'revision','',0),(1166,2,'2022-08-07 22:44:21','2022-08-07 22:44:21','<h2>CONTACT US</h2>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Let\'s Get Started\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles.png 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>CONNECT WITH US</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 22:44:21','2022-08-07 22:44:21','',8,'https://indigo-disco.com/?p=1166',0,'revision','',0),(1167,2,'2022-08-07 22:44:21','2022-08-07 22:44:21','<h1>Contact Us</h1>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles.png 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Connect With Us</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 22:44:21','2022-08-07 22:44:21','',8,'https://indigo-disco.com/?p=1167',0,'revision','',0),(1168,2,'2022-08-07 22:49:03','2022-08-07 22:49:03','<h1>Contact Us</h1>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles.png 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Connect With Us</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 22:49:03','2022-08-07 22:49:03','',8,'https://indigo-disco.com/?p=1168',0,'revision','',0),(1169,2,'2022-08-07 22:49:03','2022-08-07 22:49:03','<h1>Contact Us</h1>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles.png 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Connect With Us</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 22:49:03','2022-08-07 22:49:03','',8,'https://indigo-disco.com/?p=1169',0,'revision','',0),(1170,2,'2022-08-07 22:49:03','2022-08-07 22:49:03','<h1>Contact Us</h1>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles.png 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Connect With Us</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 22:49:03','2022-08-07 22:49:03','',8,'https://indigo-disco.com/?p=1170',0,'revision','',0),(1171,2,'2022-08-07 22:49:28','2022-08-07 22:49:28','<h1>Contact Us</h1>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles.png 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Connect With Us</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 22:49:28','2022-08-07 22:49:28','',8,'https://indigo-disco.com/?p=1171',0,'revision','',0),(1172,2,'2022-08-07 22:49:28','2022-08-07 22:49:28','<h1>Contact Us</h1>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles.png 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Connect With Us</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 22:49:28','2022-08-07 22:49:28','',8,'https://indigo-disco.com/?p=1172',0,'revision','',0),(1173,2,'2022-08-07 22:49:28','2022-08-07 22:49:28','<h1>Contact Us</h1>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles.png 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Connect With Us</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 22:49:28','2022-08-07 22:49:28','',8,'https://indigo-disco.com/?p=1173',0,'revision','',0),(1174,2,'2022-08-07 22:50:47','2022-08-07 22:50:47','<h1>Services</h1>		\n			<h1>Data-Driven Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 22:50:47','2022-08-07 22:50:47','',10,'https://indigo-disco.com/?p=1174',0,'revision','',0),(1175,2,'2022-08-07 22:50:47','2022-08-07 22:50:47','<h1>Services</h1>		\n			<h1>Data-Driven Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 22:50:47','2022-08-07 22:50:47','',10,'https://indigo-disco.com/?p=1175',0,'revision','',0),(1176,2,'2022-08-07 22:50:47','2022-08-07 22:50:47','<h1>Services</h1>		\n			<h1>Data-Driven Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 22:50:47','2022-08-07 22:50:47','',10,'https://indigo-disco.com/?p=1176',0,'revision','',0),(1177,2,'2022-08-07 22:51:51','2022-08-07 22:51:51','<h2>About</h2>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:51:51','2022-08-07 22:51:51','',12,'https://indigo-disco.com/?p=1177',0,'revision','',0),(1178,2,'2022-08-07 22:51:51','2022-08-07 22:51:51','<h2>About</h2>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:51:51','2022-08-07 22:51:51','',12,'https://indigo-disco.com/?p=1178',0,'revision','',0),(1179,2,'2022-08-07 22:51:51','2022-08-07 22:51:51','<h2>About</h2>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:51:51','2022-08-07 22:51:51','',12,'https://indigo-disco.com/?p=1179',0,'revision','',0),(1180,2,'2022-08-07 22:52:00','2022-08-07 22:52:00','<h2>About</h2>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:52:00','2022-08-07 22:52:00','',12,'https://indigo-disco.com/?p=1180',0,'revision','',0),(1181,2,'2022-08-07 22:52:00','2022-08-07 22:52:00','<h2>About</h2>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:52:00','2022-08-07 22:52:00','',12,'https://indigo-disco.com/?p=1181',0,'revision','',0),(1182,2,'2022-08-07 22:52:00','2022-08-07 22:52:00','<h2>About</h2>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:52:00','2022-08-07 22:52:00','',12,'https://indigo-disco.com/?p=1182',0,'revision','',0),(1183,2,'2022-08-07 22:52:49','2022-08-07 22:52:49','<h2>About</h2>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:52:49','2022-08-07 22:52:49','',12,'https://indigo-disco.com/?p=1183',0,'revision','',0),(1184,2,'2022-08-07 22:52:49','2022-08-07 22:52:49','<h2>About</h2>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:52:49','2022-08-07 22:52:49','',12,'https://indigo-disco.com/?p=1184',0,'revision','',0),(1185,2,'2022-08-07 22:52:49','2022-08-07 22:52:49','<h1>About</h1>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 22:52:49','2022-08-07 22:52:49','',12,'https://indigo-disco.com/?p=1185',0,'revision','',0),(1186,2,'2022-08-07 22:56:02','2022-08-07 22:56:02','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-08-07 22:56:02','2022-08-07 22:56:02','',6,'https://indigo-disco.com/?p=1186',0,'revision','',0),(1187,2,'2022-08-07 22:56:02','2022-08-07 22:56:02','<h3>who we are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>WHAT WE OFFER</h3>		\n		<p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Advertising Strategy + Management  </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>let\'s make things happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-08-07 22:56:02','2022-08-07 22:56:02','',6,'https://indigo-disco.com/?p=1187',0,'revision','',0),(1188,2,'2022-08-07 22:56:02','2022-08-07 22:56:02','<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-08-07 22:56:02','2022-08-07 22:56:02','',6,'https://indigo-disco.com/?p=1188',0,'revision','',0),(1189,2,'2022-08-07 22:56:03','2022-08-07 22:56:03','<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Rounded Button','','inherit','closed','closed','','1096-revision-v1','','','2022-08-07 22:56:03','2022-08-07 22:56:03','',1096,'https://indigo-disco.com/?p=1189',0,'revision','',0),(1190,2,'2022-08-07 22:56:37','2022-08-07 22:56:37','','White Disco Ball','','inherit','open','closed','','white-disco-ball','','','2022-08-07 22:56:37','2022-08-07 22:56:37','',121,'https://indigo-disco.com/wp-content/uploads/2020/11/White-Disco-Ball.png',0,'attachment','image/png',0),(1191,2,'2022-08-07 22:56:46','2022-08-07 22:56:46','','Default Kit','','inherit','closed','closed','','121-revision-v1','','','2022-08-07 22:56:46','2022-08-07 22:56:46','',121,'https://indigo-disco.com/?p=1191',0,'revision','',0),(1192,2,'2022-08-07 22:57:38','2022-08-07 22:57:38','','White Indigo Disco Spakles','','inherit','open','closed','','white-indigo-disco-spakles','','','2022-08-07 22:57:38','2022-08-07 22:57:38','',121,'https://indigo-disco.com/wp-content/uploads/2020/11/White-Indigo-Disco-Spakles.png',0,'attachment','image/png',0),(1193,2,'2022-08-07 22:57:44','2022-08-07 22:57:44','','Default Kit','','inherit','closed','closed','','121-revision-v1','','','2022-08-07 22:57:44','2022-08-07 22:57:44','',121,'https://indigo-disco.com/?p=1193',0,'revision','',0),(1194,2,'2022-08-07 23:02:57','2022-08-07 23:02:57','','Centro','','publish','closed','closed','','centro','','','2022-08-07 23:03:41','2022-08-07 23:03:41','',0,'https://indigo-disco.com/?post_type=elementor_font&#038;p=1194',0,'elementor_font','',0),(1195,2,'2022-08-07 23:02:42','2022-08-07 23:02:42','','centro_serif_-_otf-webfont','','inherit','open','closed','','centro_serif_-_otf-webfont','','','2022-08-07 23:02:42','2022-08-07 23:02:42','',1194,'https://indigo-disco.com/wp-content/uploads/2022/08/centro_serif_-_otf-webfont.woff',0,'attachment','font/woff',0),(1196,2,'2022-08-07 23:08:57','2022-08-07 23:08:57','Indigo Disco Logo','Indigo Disco - 1920x1080','','inherit','open','closed','','indigo-disco-1920x1080','','','2022-08-07 23:09:10','2022-08-07 23:09:10','',0,'https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-1920x1080-1.png',0,'attachment','image/png',0),(1197,2,'2022-08-07 23:10:30','2022-08-07 23:10:30','','Website Menu Logo','','inherit','open','closed','','website-menu-logo','','','2022-08-07 23:10:30','2022-08-07 23:10:30','',0,'https://indigo-disco.com/wp-content/uploads/2022/08/Website-Menu-Logo.png',0,'attachment','image/png',0),(1198,2,'2022-08-07 23:23:17','2022-08-07 23:23:17','','Home Page 2.0','','trash','closed','closed','','home-page-2-0__trashed','','','2022-08-07 23:24:00','2022-08-07 23:24:00','',0,'https://indigo-disco.com/?page_id=1198',0,'page','',0),(1199,2,'2022-08-07 23:23:17','2022-08-07 23:23:17','','Home Page 2.0','','inherit','closed','closed','','1198-revision-v1','','','2022-08-07 23:23:17','2022-08-07 23:23:17','',1198,'https://indigo-disco.com/?p=1199',0,'revision','',0),(1200,2,'2022-08-07 23:29:13','2022-08-07 23:29:13','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://indigo-disco.com/contact/\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','publish','closed','closed','','home-2','','','2022-10-26 19:37:54','2022-10-26 19:37:54','',0,'https://indigo-disco.com/?page_id=1200',0,'page','',0),(1209,2,'2022-08-07 23:29:41','2022-08-07 23:29:41','<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:29:41','2022-08-07 23:29:41','',1200,'https://indigo-disco.com/?p=1209',0,'revision','',0),(1208,2,'2022-08-07 23:29:40','2022-08-07 23:29:40','<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:29:40','2022-08-07 23:29:40','',1200,'https://indigo-disco.com/?p=1208',0,'revision','',0),(1201,2,'2022-08-07 23:26:15','2022-08-07 23:26:15','<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>','Home Page','','publish','closed','closed','','home-page','','','2022-08-07 23:26:15','2022-08-07 23:26:15','',0,'https://indigo-disco.com/?elementor_library=home-page',0,'elementor_library','',0),(1202,2,'2022-08-07 23:26:15','2022-08-07 23:26:15','','Home Page','','inherit','closed','closed','','1201-revision-v1','','','2022-08-07 23:26:15','2022-08-07 23:26:15','',1201,'https://indigo-disco.com/?p=1202',0,'revision','',0),(1203,2,'2022-08-07 23:26:15','2022-08-07 23:26:15','<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>','Home Page','','inherit','closed','closed','','1201-revision-v1','','','2022-08-07 23:26:15','2022-08-07 23:26:15','',1201,'https://indigo-disco.com/?p=1203',0,'revision','',0),(1207,2,'2022-08-07 23:29:40','2022-08-07 23:29:40','<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:29:40','2022-08-07 23:29:40','',1200,'https://indigo-disco.com/?p=1207',0,'revision','',0),(1204,2,'2022-08-07 23:28:59','2022-08-07 23:28:59','<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home Page Footer','','publish','closed','closed','','home-page-footer','','','2022-08-07 23:28:59','2022-08-07 23:28:59','',0,'https://indigo-disco.com/?elementor_library=home-page-footer',0,'elementor_library','',0),(1205,2,'2022-08-07 23:28:59','2022-08-07 23:28:59','','Home Page Footer','','inherit','closed','closed','','1204-revision-v1','','','2022-08-07 23:28:59','2022-08-07 23:28:59','',1204,'https://indigo-disco.com/?p=1205',0,'revision','',0),(1206,2,'2022-08-07 23:28:59','2022-08-07 23:28:59','<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home Page Footer','','inherit','closed','closed','','1204-revision-v1','','','2022-08-07 23:28:59','2022-08-07 23:28:59','',1204,'https://indigo-disco.com/?p=1206',0,'revision','',0),(1210,2,'2022-08-07 23:30:15','2022-08-07 23:30:15','<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:30:15','2022-08-07 23:30:15','',1200,'https://indigo-disco.com/?p=1210',0,'revision','',0),(1211,2,'2022-08-07 23:30:15','2022-08-07 23:30:15','<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:30:15','2022-08-07 23:30:15','',1200,'https://indigo-disco.com/?p=1211',0,'revision','',0),(1212,2,'2022-08-07 23:30:15','2022-08-07 23:30:15','<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:30:15','2022-08-07 23:30:15','',1200,'https://indigo-disco.com/?p=1212',0,'revision','',0),(1213,2,'2022-08-07 23:30:54','2022-08-07 23:30:54','<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:30:54','2022-08-07 23:30:54','',1200,'https://indigo-disco.com/?p=1213',0,'revision','',0),(1214,2,'2022-08-07 23:30:54','2022-08-07 23:30:54','<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:30:54','2022-08-07 23:30:54','',1200,'https://indigo-disco.com/?p=1214',0,'revision','',0),(1215,2,'2022-08-07 23:30:54','2022-08-07 23:30:54','<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:30:54','2022-08-07 23:30:54','',1200,'https://indigo-disco.com/?p=1215',0,'revision','',0),(1222,2,'2022-08-07 23:36:13','2022-08-07 23:36:13','<h1>Welcome to the Disco</h1>\n<h3>Who We Are</h3>\n<h2>a woman owned &amp; operated agency\nfor badass artists + brands</h2>\n<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Offer</h3>\n<strong>Advertising Strategy + Management&nbsp;&nbsp;</strong>\n\n<strong>Brand + Artist Development&nbsp;</strong>\n\n<strong>Content Creation + Management&nbsp;</strong>\n\n<strong>Creative Strategy&nbsp;</strong>\n\n<strong>Photography</strong>\n\n<strong>Public Relations</strong>\n\n<strong>Research, Reporting + Analytics&nbsp;</strong>\n\n<strong>Social Media Management&nbsp;</strong>\n\n<strong>Video Production</strong>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>Let\'s Make Things Happen</h3>\n<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\nGet Connected\n</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:36:13','2022-08-07 23:36:13','',1200,'https://indigo-disco.com/?p=1222',0,'revision','',0),(1221,2,'2022-08-07 23:35:59','2022-08-07 23:35:59','<h1>Welcome to the Disco</h1>		\n			<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:35:59','2022-08-07 23:35:59','',1200,'https://indigo-disco.com/?p=1221',0,'revision','',0),(1217,2,'2022-08-07 23:35:21','2022-08-07 23:35:21','','Centro Italic','','publish','closed','closed','','centro-italic','','','2022-08-07 23:35:28','2022-08-07 23:35:28','',0,'https://indigo-disco.com/?post_type=elementor_font&#038;p=1217',0,'elementor_font','',0),(1218,2,'2022-08-07 23:34:58','2022-08-07 23:34:58','','centroserif-italic-webfont','','inherit','open','closed','','centroserif-italic-webfont','','','2022-08-07 23:34:58','2022-08-07 23:34:58','',1217,'https://indigo-disco.com/wp-content/uploads/2022/08/centroserif-italic-webfont.woff',0,'attachment','font/woff',0),(1219,2,'2022-08-07 23:35:59','2022-08-07 23:35:59','<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:35:59','2022-08-07 23:35:59','',1200,'https://indigo-disco.com/?p=1219',0,'revision','',0),(1220,2,'2022-08-07 23:35:59','2022-08-07 23:35:59','<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:35:59','2022-08-07 23:35:59','',1200,'https://indigo-disco.com/?p=1220',0,'revision','',0),(1223,2,'2022-08-07 23:38:59','2022-08-07 23:38:59','<h1>Welcome to the Disco</h1>\n<h3>Who We Are</h3>\n<h2>a woman owned &amp; operated agency\nfor badass artists + brands</h2>\n<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Offer</h3>\n<strong>Advertising Strategy + Management&nbsp;&nbsp;</strong>\n\n<strong>Brand + Artist Development&nbsp;</strong>\n\n<strong>Content Creation + Management&nbsp;</strong>\n\n<strong>Creative Strategy&nbsp;</strong>\n\n<strong>Photography</strong>\n\n<strong>Public Relations</strong>\n\n<strong>Research, Reporting + Analytics&nbsp;</strong>\n\n<strong>Social Media Management&nbsp;</strong>\n\n<strong>Video Production</strong>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>Let\'s Make Things Happen</h3>\n<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\nGet Connected\n</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:38:59','2022-08-07 23:38:59','',1200,'https://indigo-disco.com/?p=1223',0,'revision','',0),(1224,2,'2022-08-07 23:38:59','2022-08-07 23:38:59','<h1>Welcome to the Disco</h1>\n<h3>Who We Are</h3>\n<h2>a woman owned &amp; operated agency\nfor badass artists + brands</h2>\n<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Offer</h3>\n<strong>Advertising Strategy + Management&nbsp;&nbsp;</strong>\n\n<strong>Brand + Artist Development&nbsp;</strong>\n\n<strong>Content Creation + Management&nbsp;</strong>\n\n<strong>Creative Strategy&nbsp;</strong>\n\n<strong>Photography</strong>\n\n<strong>Public Relations</strong>\n\n<strong>Research, Reporting + Analytics&nbsp;</strong>\n\n<strong>Social Media Management&nbsp;</strong>\n\n<strong>Video Production</strong>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>Let\'s Make Things Happen</h3>\n<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\nGet Connected\n</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:38:59','2022-08-07 23:38:59','',1200,'https://indigo-disco.com/?p=1224',0,'revision','',0),(1225,2,'2022-08-07 23:38:59','2022-08-07 23:38:59','<h1>Welcome to the Disco</h1>		\n			<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:38:59','2022-08-07 23:38:59','',1200,'https://indigo-disco.com/?p=1225',0,'revision','',0),(1242,2,'2022-08-07 23:51:42','2022-08-07 23:51:42','<h1>Welcome to the Disco</h1>\nhttps://www.youtube.com/watch?v=NsoEIwqgtAA\n<h3>Who We Are</h3>\n<h2>a woman owned &amp; operated agency\nfor badass artists + brands</h2>\n<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Offer</h3>\n<strong>Advertising Strategy + Management&nbsp;&nbsp;</strong>\n\n<strong>Brand + Artist Development&nbsp;</strong>\n\n<strong>Content Creation + Management&nbsp;</strong>\n\n<strong>Creative Strategy&nbsp;</strong>\n\n<strong>Photography</strong>\n\n<strong>Public Relations</strong>\n\n<strong>Research, Reporting + Analytics&nbsp;</strong>\n\n<strong>Social Media Management&nbsp;</strong>\n\n<strong>Video Production</strong>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>Let\'s Make Things Happen</h3>\n<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\nGet Connected\n</a>','TEST HOME PAGE','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:51:42','2022-08-07 23:51:42','',1200,'https://indigo-disco.com/?p=1242',0,'revision','',0),(1229,2,'2022-08-07 23:43:15','2022-08-07 23:43:15','<h1>Welcome to the Disco</h1>		\n		https://www.youtube.com/watch?v=NsoEIwqgtAA		\n			<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:43:15','2022-08-07 23:43:15','',1200,'https://indigo-disco.com/?p=1229',0,'revision','',0),(1227,2,'2022-08-07 23:43:14','2022-08-07 23:43:14','<h1>Welcome to the Disco</h1>		\n			<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:43:14','2022-08-07 23:43:14','',1200,'https://indigo-disco.com/?p=1227',0,'revision','',0),(1228,2,'2022-08-07 23:43:14','2022-08-07 23:43:14','<h1>Welcome to the Disco</h1>		\n			<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','About','','inherit','closed','closed','','1200-revision-v1','','','2022-08-07 23:43:14','2022-08-07 23:43:14','',1200,'https://indigo-disco.com/?p=1228',0,'revision','',0),(1230,2,'2022-08-07 23:45:34','2022-08-07 23:45:34','<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-08-07 23:45:34','2022-08-07 23:45:34','',6,'https://indigo-disco.com/?p=1230',0,'revision','',0),(1231,2,'2022-08-07 23:45:34','2022-08-07 23:45:34','<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-08-07 23:45:34','2022-08-07 23:45:34','',6,'https://indigo-disco.com/?p=1231',0,'revision','',0),(1232,2,'2022-08-07 23:45:34','2022-08-07 23:45:34','<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-08-07 23:45:34','2022-08-07 23:45:34','',6,'https://indigo-disco.com/?p=1232',0,'revision','',0),(1233,2,'2022-08-07 23:46:46','2022-08-07 23:46:46','<h1>Contact Us</h1>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles.png 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Connect With Us</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 23:46:46','2022-08-07 23:46:46','',8,'https://indigo-disco.com/?p=1233',0,'revision','',0),(1234,2,'2022-08-07 23:46:46','2022-08-07 23:46:46','<h1>Contact Us</h1>		\n			<h4>Indigo Disco is currently accepting clients!</h4>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles.png 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Connect With Us</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 23:46:46','2022-08-07 23:46:46','',8,'https://indigo-disco.com/?p=1234',0,'revision','',0),(1235,2,'2022-08-07 23:46:46','2022-08-07 23:46:46','<h1>Contact Us</h1>		\n			<h3>Indigo Disco is currently accepting clients!</h3>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles.png 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Connect With Us</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 23:46:46','2022-08-07 23:46:46','',8,'https://indigo-disco.com/?p=1235',0,'revision','',0),(1236,2,'2022-08-07 23:49:37','2022-08-07 23:49:37','<h1>Services</h1>		\n			<h1>Data-Driven Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 23:49:37','2022-08-07 23:49:37','',10,'https://indigo-disco.com/?p=1236',0,'revision','',0),(1237,2,'2022-08-07 23:49:37','2022-08-07 23:49:37','<h1>Services</h1>		\n			<h1>Data-Driven Marketing + Creative Strategies</h1>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 23:49:37','2022-08-07 23:49:37','',10,'https://indigo-disco.com/?p=1237',0,'revision','',0),(1238,2,'2022-08-07 23:49:37','2022-08-07 23:49:37','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 23:49:37','2022-08-07 23:49:37','',10,'https://indigo-disco.com/?p=1238',0,'revision','',0),(1239,2,'2022-08-07 23:51:00','2022-08-07 23:51:00','<h1>About</h1>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 23:51:00','2022-08-07 23:51:00','',12,'https://indigo-disco.com/?p=1239',0,'revision','',0),(1240,2,'2022-08-07 23:51:00','2022-08-07 23:51:00','<h1>About</h1>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3><b>Let\'s Work Together</b></h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 23:51:00','2022-08-07 23:51:00','',12,'https://indigo-disco.com/?p=1240',0,'revision','',0),(1243,2,'2022-08-07 23:53:26','2022-08-07 23:53:26','<h1>About</h1>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 23:53:26','2022-08-07 23:53:26','',12,'https://indigo-disco.com/?p=1243',0,'revision','',0),(1244,2,'2022-08-07 23:53:26','2022-08-07 23:53:26','<h1>About</h1>		\n			<h2>Ashlee Czapla, Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard, Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 23:53:26','2022-08-07 23:53:26','',12,'https://indigo-disco.com/?p=1244',0,'revision','',0),(1245,2,'2022-08-07 23:53:26','2022-08-07 23:53:26','<h1>About</h1>		\n			<h2>Ashlee Czapla</h2>		\n			<h2>Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard</h2>		\n			<h2>Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 23:53:26','2022-08-07 23:53:26','',12,'https://indigo-disco.com/?p=1245',0,'revision','',0),(1246,2,'2022-08-07 23:54:00','2022-08-07 23:54:00','<h1>About</h1>		\n			<h2>Ashlee Czapla</h2>		\n			<h2>Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard</h2>		\n			<h2>Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 23:54:00','2022-08-07 23:54:00','',12,'https://indigo-disco.com/?p=1246',0,'revision','',0),(1247,2,'2022-08-07 23:54:00','2022-08-07 23:54:00','<h1>About</h1>		\n			<h2>Ashlee Czapla</h2>		\n			<h2>Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard</h2>		\n			<h2>Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 23:54:00','2022-08-07 23:54:00','',12,'https://indigo-disco.com/?p=1247',0,'revision','',0),(1248,2,'2022-08-07 23:54:00','2022-08-07 23:54:00','<h1>About</h1>		\n			<h2>Ashlee Czapla</h2>		\n			<h2>Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard</h2>		\n			<h2>Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 23:54:00','2022-08-07 23:54:00','',12,'https://indigo-disco.com/?p=1248',0,'revision','',0),(1249,2,'2022-08-07 23:55:29','2022-08-07 23:55:29','<h1>About</h1>		\n			<h2>Ashlee Czapla</h2>		\n			<h2>Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard</h2>		\n			<h2>Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 23:55:29','2022-08-07 23:55:29','',12,'https://indigo-disco.com/?p=1249',0,'revision','',0),(1250,2,'2022-08-07 23:55:29','2022-08-07 23:55:29','<h1>About</h1>		\n			<h2>Ashlee Czapla</h2>		\n			<h2>Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard</h2>		\n			<h2>Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 23:55:29','2022-08-07 23:55:29','',12,'https://indigo-disco.com/?p=1250',0,'revision','',0),(1251,2,'2022-08-07 23:55:30','2022-08-07 23:55:30','<h1>About</h1>		\n			<h2>Ashlee Czapla</h2>		\n			<h2>Marketing &amp; Creative Director</h2>		\n		<p>After years of Colorado dreamin’, Ashlee finally made the move to the mountains in 2020 where she works as an Account Manager at <a href=\"https://www.techintlabs.com/\">Techint Labs</a> and a Creative Strategist at <a href=\"https://www.instagram.com/mammothmusicgroup\">Mammoth Music Group</a>. Ashlee likes to stay busy, and is also a Freelance Copywriter at <a href=\"https://festivalinsider.com/\">Festival Insider</a> and the Assistant Program Coordinator of the <a href=\"https://summercampfestival.com/\">Summer Camp Music Festival </a>Camp Counselor team. <br /><br />In addition to 10 years of digital marketing experience, Ashlee has also worked in the music industry since 2012 as a freelance copywriter, photographer, social media manager, and marketing consultant. Ashlee is always seeking new opportunities, new projects, and new ways to make a genuine difference for artists and brands. </p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Headshot-2022-1.png\" alt=\"Ashlee Czapla &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Ashlee-Czapla-Square-Photo-1.png\" alt=\"Ashlee Czapla &#8211; Square Photo\" width=\"800\" height=\"800\"/>\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-1536x1536.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-2048x2048.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Black-Disco-Ball-80x80.png 80w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Emily Ballard</h2>		\n			<h2>Content Marketing Manager</h2>		\n		<p>Emily Ballard is a multifaceted creative. From product photography to graphic design, her creative medium has no limits. While creativity is her strong suit,&nbsp; Emily also has a background in digital marketing and has worked as an Account Manager at a New York-based creative agency and for various small businesses.</p>\n<p>Emily thrives off the hustle the music industry brings and looks for any way to bring people together whether it’s through marketing campaigns, creative strategies or live music. In addition to her professional endeavors, she is a gourmet foodie, music enthusiast, painter, digital artist and freelance photographer who simply cannot pick one creative outlet.</p>		\n			<img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022\" width=\"800\" height=\"800\"/><img src=\"https://indigo-disco.com/wp-content/uploads/2022/07/Emily-Ballard-Square-Headshot-2022-2-1.png\" alt=\"Emily Ballard &#8211; Square Headshot 2022 2\" width=\"800\" height=\"800\"/>\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','About','','inherit','closed','closed','','12-revision-v1','','','2022-08-07 23:55:30','2022-08-07 23:55:30','',12,'https://indigo-disco.com/?p=1251',0,'revision','',0),(1252,2,'2022-08-07 23:56:34','2022-08-07 23:56:34','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 23:56:34','2022-08-07 23:56:34','',10,'https://indigo-disco.com/?p=1252',0,'revision','',0),(1253,2,'2022-08-07 23:56:34','2022-08-07 23:56:34','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 23:56:34','2022-08-07 23:56:34','',10,'https://indigo-disco.com/?p=1253',0,'revision','',0),(1254,2,'2022-08-07 23:56:35','2022-08-07 23:56:35','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 23:56:35','2022-08-07 23:56:35','',10,'https://indigo-disco.com/?p=1254',0,'revision','',0),(1255,2,'2022-08-07 23:57:02','2022-08-07 23:57:02','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 23:57:02','2022-08-07 23:57:02','',10,'https://indigo-disco.com/?p=1255',0,'revision','',0),(1256,2,'2022-08-07 23:57:02','2022-08-07 23:57:02','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 23:57:02','2022-08-07 23:57:02','',10,'https://indigo-disco.com/?p=1256',0,'revision','',0),(1257,2,'2022-08-07 23:57:03','2022-08-07 23:57:03','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 23:57:03','2022-08-07 23:57:03','',10,'https://indigo-disco.com/?p=1257',0,'revision','',0),(1258,2,'2022-08-07 23:57:11','2022-08-07 23:57:11','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 23:57:11','2022-08-07 23:57:11','',10,'https://indigo-disco.com/?p=1258',0,'revision','',0),(1259,2,'2022-08-07 23:57:11','2022-08-07 23:57:11','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 23:57:11','2022-08-07 23:57:11','',10,'https://indigo-disco.com/?p=1259',0,'revision','',0),(1260,2,'2022-08-07 23:57:12','2022-08-07 23:57:12','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-07 23:57:12','2022-08-07 23:57:12','',10,'https://indigo-disco.com/?p=1260',0,'revision','',0),(1261,2,'2022-08-07 23:58:56','2022-08-07 23:58:56','<h1>Contact Us</h1>		\n			<h3>Indigo Disco is currently accepting clients!</h3>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles.png 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Connect With Us</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 23:58:56','2022-08-07 23:58:56','',8,'https://indigo-disco.com/?p=1261',0,'revision','',0),(1262,2,'2022-08-07 23:58:56','2022-08-07 23:58:56','<h1>Contact Us</h1>		\n			<h3>Indigo Disco is currently accepting clients!</h3>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Spakles.png 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Connect With Us</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-07 23:58:56','2022-08-07 23:58:56','',8,'https://indigo-disco.com/?p=1262',0,'revision','',0),(1264,2,'2022-08-08 00:26:29','2022-08-08 00:26:29','','Elementor Single Page #1264','','trash','closed','closed','','__trashed','','','2022-08-08 00:26:29','2022-08-08 00:26:29','',0,'https://indigo-disco.com/?post_type=elementor_library&#038;p=1264',0,'elementor_library','',0),(1265,2,'2022-08-08 00:20:29','2022-08-08 00:20:29','','Elementor Single Page #1264','','inherit','closed','closed','','1264-revision-v1','','','2022-08-08 00:20:29','2022-08-08 00:20:29','',1264,'https://indigo-disco.com/?p=1265',0,'revision','',0),(1266,2,'2022-08-08 00:49:38','0000-00-00 00:00:00','<h1>Marketing<br>at the Disco</h1>		\n		Get unlimited access to thousands of online fitness classes in dozens of categories. All led by expert trainers.		\n			<a href=\"#\" role=\"button\">\n						Get Started\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h3>The power of Online training</h3>		\n			<p>01</p>		\n				<h4>\n						Expert Trainers					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.					</p>\n			<p>02</p>		\n				<h4>\n						Unlimited Access					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.					</p>\n			<p>03</p>		\n				<h4>\n						24/7 Online Support					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.					</p>\n			<h3>community favorites</h3>		\n			<a href=\"#\" role=\"button\">\n						All Classes\n					</a>\n												<img width=\"495\" height=\"528\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1.jpg 495w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1-281x300.jpg 281w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1-137x146.jpg 137w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1-47x50.jpg 47w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1-70x75.jpg 70w\" sizes=\"(max-width: 495px) 100vw, 495px\" />														\n			<h4>Circuit Bootcamp</h4><p>Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium</p>		\n												<img width=\"495\" height=\"528\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2.jpg 495w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2-281x300.jpg 281w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2-137x146.jpg 137w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2-47x50.jpg 47w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2-70x75.jpg 70w\" sizes=\"(max-width: 495px) 100vw, 495px\" />														\n			<h4>Strength Training</h4><p>Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium</p>		\n												<img width=\"495\" height=\"528\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3.jpg 495w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3-281x300.jpg 281w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3-137x146.jpg 137w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3-47x50.jpg 47w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3-70x75.jpg 70w\" sizes=\"(max-width: 495px) 100vw, 495px\" />														\n			<h4>Cardio and HIIT</h4><p>Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium</p>		\n			<h2>we are MotivAQ</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit. Aliquam erat volutpat. Integer finibus sem felis Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis</p>		\n			<a href=\"#\" role=\"button\">\n						More About Us\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Elementor Single Page #1266','','draft','closed','closed','','','','','2022-08-08 00:49:38','2022-08-08 00:49:38','',0,'https://indigo-disco.com/?post_type=elementor_library&#038;p=1266',0,'elementor_library','',0),(1267,2,'2022-08-08 00:26:31','2022-08-08 00:26:31','','Elementor Single Page #1266','','inherit','closed','closed','','1266-revision-v1','','','2022-08-08 00:26:31','2022-08-08 00:26:31','',1266,'https://indigo-disco.com/?p=1267',0,'revision','',0),(1278,2,'2022-08-08 00:32:18','2022-08-08 00:32:18','<h1>Marketing<br>at the Disco</h1>		\n		Get unlimited access to thousands of online fitness classes in dozens of categories. All led by expert trainers.		\n			<a href=\"#\" role=\"button\">\n						Get Started\n					</a>\n			<a href=\"#next\">\n						</a>','New Home Page Module','','publish','closed','closed','','new-home-page-module','','','2022-08-08 00:32:18','2022-08-08 00:32:18','',0,'https://indigo-disco.com/?elementor_library=new-home-page-module',0,'elementor_library','',0),(1279,2,'2022-08-08 00:32:18','2022-08-08 00:32:18','','New Home Page Module','','inherit','closed','closed','','1278-revision-v1','','','2022-08-08 00:32:18','2022-08-08 00:32:18','',1278,'https://indigo-disco.com/?p=1279',0,'revision','',0),(1280,2,'2022-08-08 00:32:18','2022-08-08 00:32:18','<h1>Marketing<br>at the Disco</h1>		\n		Get unlimited access to thousands of online fitness classes in dozens of categories. All led by expert trainers.		\n			<a href=\"#\" role=\"button\">\n						Get Started\n					</a>\n			<a href=\"#next\">\n						</a>','New Home Page Module','','inherit','closed','closed','','1278-revision-v1','','','2022-08-08 00:32:18','2022-08-08 00:32:18','',1278,'https://indigo-disco.com/?p=1280',0,'revision','',0),(1281,2,'2022-08-08 00:32:41','2022-08-08 00:32:41','<h3>The power of Online training</h3>		\n			<p>01</p>		\n				<h4>\n						Expert Trainers					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.					</p>\n			<p>02</p>		\n				<h4>\n						Unlimited Access					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.					</p>\n			<p>03</p>		\n				<h4>\n						24/7 Online Support					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.					</p>','New Home Page Module - 3 Sections','','publish','closed','closed','','new-home-page-module-3-sections','','','2022-08-08 00:32:41','2022-08-08 00:32:41','',0,'https://indigo-disco.com/?elementor_library=new-home-page-module-3-sections',0,'elementor_library','',0),(1282,2,'2022-08-08 00:32:41','2022-08-08 00:32:41','','New Home Page Module - 3 Sections','','inherit','closed','closed','','1281-revision-v1','','','2022-08-08 00:32:41','2022-08-08 00:32:41','',1281,'https://indigo-disco.com/?p=1282',0,'revision','',0),(1283,2,'2022-08-08 00:32:41','2022-08-08 00:32:41','<h3>The power of Online training</h3>		\n			<p>01</p>		\n				<h4>\n						Expert Trainers					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.					</p>\n			<p>02</p>		\n				<h4>\n						Unlimited Access					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.					</p>\n			<p>03</p>		\n				<h4>\n						24/7 Online Support					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit.					</p>','New Home Page Module - 3 Sections','','inherit','closed','closed','','1281-revision-v1','','','2022-08-08 00:32:41','2022-08-08 00:32:41','',1281,'https://indigo-disco.com/?p=1283',0,'revision','',0),(1284,2,'2022-08-08 00:33:01','2022-08-08 00:33:01','<h3>community favorites</h3>		\n			<a href=\"#\" role=\"button\">\n						All Classes\n					</a>\n												<img width=\"495\" height=\"528\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1.jpg 495w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1-281x300.jpg 281w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1-137x146.jpg 137w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1-47x50.jpg 47w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1-70x75.jpg 70w\" sizes=\"(max-width: 495px) 100vw, 495px\" />														\n			<h4>Circuit Bootcamp</h4><p>Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium</p>		\n												<img width=\"495\" height=\"528\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2.jpg 495w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2-281x300.jpg 281w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2-137x146.jpg 137w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2-47x50.jpg 47w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2-70x75.jpg 70w\" sizes=\"(max-width: 495px) 100vw, 495px\" />														\n			<h4>Strength Training</h4><p>Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium</p>		\n												<img width=\"495\" height=\"528\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3.jpg 495w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3-281x300.jpg 281w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3-137x146.jpg 137w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3-47x50.jpg 47w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3-70x75.jpg 70w\" sizes=\"(max-width: 495px) 100vw, 495px\" />														\n			<h4>Cardio and HIIT</h4><p>Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium</p>','New Home Page Module - 3 Photo sections','','publish','closed','closed','','new-home-page-module-3-photo-sections','','','2022-08-08 00:33:01','2022-08-08 00:33:01','',0,'https://indigo-disco.com/?elementor_library=new-home-page-module-3-photo-sections',0,'elementor_library','',0),(1285,2,'2022-08-08 00:33:01','2022-08-08 00:33:01','','New Home Page Module - 3 Photo sections','','inherit','closed','closed','','1284-revision-v1','','','2022-08-08 00:33:01','2022-08-08 00:33:01','',1284,'https://indigo-disco.com/?p=1285',0,'revision','',0),(1286,2,'2022-08-08 00:33:01','2022-08-08 00:33:01','<h3>community favorites</h3>		\n			<a href=\"#\" role=\"button\">\n						All Classes\n					</a>\n												<img width=\"495\" height=\"528\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1.jpg 495w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1-281x300.jpg 281w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1-137x146.jpg 137w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1-47x50.jpg 47w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_1-70x75.jpg 70w\" sizes=\"(max-width: 495px) 100vw, 495px\" />														\n			<h4>Circuit Bootcamp</h4><p>Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium</p>		\n												<img width=\"495\" height=\"528\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2.jpg 495w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2-281x300.jpg 281w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2-137x146.jpg 137w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2-47x50.jpg 47w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_2-70x75.jpg 70w\" sizes=\"(max-width: 495px) 100vw, 495px\" />														\n			<h4>Strength Training</h4><p>Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium</p>		\n												<img width=\"495\" height=\"528\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3.jpg 495w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3-281x300.jpg 281w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3-137x146.jpg 137w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3-47x50.jpg 47w, https://indigo-disco.com/wp-content/uploads/2022/08/2_Home_Online_Training-Classes_3-70x75.jpg 70w\" sizes=\"(max-width: 495px) 100vw, 495px\" />														\n			<h4>Cardio and HIIT</h4><p>Lorem ipsum dolor sit amet, te has solet postea. Voluptua quaestio dissentias has ex, no eum aliquid tibique petentium</p>','New Home Page Module - 3 Photo sections','','inherit','closed','closed','','1284-revision-v1','','','2022-08-08 00:33:01','2022-08-08 00:33:01','',1284,'https://indigo-disco.com/?p=1286',0,'revision','',0),(1287,2,'2022-08-08 00:33:14','2022-08-08 00:33:14','<h2>we are MotivAQ</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit. Aliquam erat volutpat. Integer finibus sem felis Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis</p>		\n			<a href=\"#\" role=\"button\">\n						More About Us\n					</a>','New Home Page Module - Moving About Section','','publish','closed','closed','','new-home-page-module-moving-about-section','','','2022-08-08 00:33:14','2022-08-08 00:33:14','',0,'https://indigo-disco.com/?elementor_library=new-home-page-module-moving-about-section',0,'elementor_library','',0),(1288,2,'2022-08-08 00:33:14','2022-08-08 00:33:14','','New Home Page Module - Moving About Section','','inherit','closed','closed','','1287-revision-v1','','','2022-08-08 00:33:14','2022-08-08 00:33:14','',1287,'https://indigo-disco.com/?p=1288',0,'revision','',0),(1289,2,'2022-08-08 00:33:14','2022-08-08 00:33:14','<h2>we are MotivAQ</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis, id sagittis justo eli suscipit. Aliquam erat volutpat. Integer finibus sem felis Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor turpis eu arcu sagittis</p>		\n			<a href=\"#\" role=\"button\">\n						More About Us\n					</a>','New Home Page Module - Moving About Section','','inherit','closed','closed','','1287-revision-v1','','','2022-08-08 00:33:14','2022-08-08 00:33:14','',1287,'https://indigo-disco.com/?p=1289',0,'revision','',0),(1291,2,'2022-08-08 00:45:38','2022-08-08 00:45:38','','AdobeStock_311325267_Preview (1)','','inherit','open','closed','','adobestock_311325267_preview-1','','','2022-08-08 00:45:38','2022-08-08 00:45:38','',0,'https://indigo-disco.com/wp-content/uploads/2022/08/AdobeStock_311325267_Preview-1.jpeg',0,'attachment','image/jpeg',0),(1292,2,'2022-08-08 00:55:30','2022-08-08 00:55:30','<h1>Welcome to the Disco</h1>\nhttps://www.youtube.com/watch?v=NsoEIwqgtAA\n<h3>Who We Are</h3>\n<h2>a woman owned &amp; operated agency\nfor badass artists + brands</h2>\n<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Offer</h3>\n<strong>Advertising Strategy + Management&nbsp;&nbsp;</strong>\n\n<strong>Brand + Artist Development&nbsp;</strong>\n\n<strong>Content Creation + Management&nbsp;</strong>\n\n<strong>Creative Strategy&nbsp;</strong>\n\n<strong>Photography</strong>\n\n<strong>Public Relations</strong>\n\n<strong>Research, Reporting + Analytics&nbsp;</strong>\n\n<strong>Social Media Management&nbsp;</strong>\n\n<strong>Video Production</strong>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>Let\'s Make Things Happen</h3>\n<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\nGet Connected\n</a>','TEST HOME PAGE','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 00:55:30','2022-08-08 00:55:30','',1200,'https://indigo-disco.com/?p=1292',0,'revision','',0),(1293,2,'2022-08-08 00:55:30','2022-08-08 00:55:30','<h1>Welcome to the Disco</h1>\nhttps://www.youtube.com/watch?v=NsoEIwqgtAA\n<h3>Who We Are</h3>\n<h2>a woman owned &amp; operated agency\nfor badass artists + brands</h2>\n<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Offer</h3>\n<strong>Advertising Strategy + Management&nbsp;&nbsp;</strong>\n\n<strong>Brand + Artist Development&nbsp;</strong>\n\n<strong>Content Creation + Management&nbsp;</strong>\n\n<strong>Creative Strategy&nbsp;</strong>\n\n<strong>Photography</strong>\n\n<strong>Public Relations</strong>\n\n<strong>Research, Reporting + Analytics&nbsp;</strong>\n\n<strong>Social Media Management&nbsp;</strong>\n\n<strong>Video Production</strong>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>Let\'s Make Things Happen</h3>\n<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\nGet Connected\n</a>','TEST HOME PAGE','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 00:55:30','2022-08-08 00:55:30','',1200,'https://indigo-disco.com/?p=1293',0,'revision','',0),(1298,2,'2022-08-08 00:56:36','2022-08-08 00:56:36','<h1>Marketing\nat the Disco</h1>\na woman owned &amp; operated agency\nfor badass artists + brands\n\n<a href=\"https://indigo-disco.com/services/\" role=\"button\">\nView Services\n</a>\n<a href=\"#next\">\n</a>\n<h1>Welcome to the Disco</h1>\n<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Offer</h3>\n<strong>Advertising Strategy + Management&nbsp;&nbsp;</strong>\n\n<strong>Brand + Artist Development&nbsp;</strong>\n\n<strong>Content Creation + Management&nbsp;</strong>\n\n<strong>Creative Strategy&nbsp;</strong>\n\n<strong>Photography</strong>\n\n<strong>Public Relations</strong>\n\n<strong>Research, Reporting + Analytics&nbsp;</strong>\n\n<strong>Social Media Management&nbsp;</strong>\n\n<strong>Video Production</strong>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>Let\'s Make Things Happen</h3>\n<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\nGet Connected\n</a>','2.0','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 00:56:36','2022-08-08 00:56:36','',1200,'https://indigo-disco.com/?p=1298',0,'revision','',0),(1297,2,'2022-08-08 00:55:59','2022-08-08 00:55:59','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','TEST HOME PAGE','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 00:55:59','2022-08-08 00:55:59','',1200,'https://indigo-disco.com/?p=1297',0,'revision','',0),(1294,2,'2022-08-08 00:55:30','2022-08-08 00:55:30','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n			<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','TEST HOME PAGE','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 00:55:30','2022-08-08 00:55:30','',1200,'https://indigo-disco.com/?p=1294',0,'revision','',0),(1295,2,'2022-08-08 00:55:59','2022-08-08 00:55:59','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n			<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','TEST HOME PAGE','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 00:55:59','2022-08-08 00:55:59','',1200,'https://indigo-disco.com/?p=1295',0,'revision','',0),(1296,2,'2022-08-08 00:55:59','2022-08-08 00:55:59','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n			<h3>Who We Are</h3>		\n			<h2>a woman owned &amp; operated agency<br>for badass artists + brands</h2>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','TEST HOME PAGE','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 00:55:59','2022-08-08 00:55:59','',1200,'https://indigo-disco.com/?p=1296',0,'revision','',0),(1343,2,'2022-08-08 02:05:24','2022-08-08 02:05:24','<h1>Marketing\nat the Disco</h1>\na woman owned &amp; operated agency\nfor badass artists + brands\n\n<a href=\"https://indigo-disco.com/services/\" role=\"button\">\nView Services\n</a>\n<a href=\"#next\">\n</a>\n<h1>Welcome to the Disco</h1>\n<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Offer</h3>\n<strong>Advertising Strategy + Management&nbsp;&nbsp;</strong>\n\n<strong>Brand + Artist Development&nbsp;</strong>\n\n<strong>Content Creation + Management&nbsp;</strong>\n\n<strong>Creative Strategy&nbsp;</strong>\n\n<strong>Photography</strong>\n\n<strong>Public Relations</strong>\n\n<strong>Research, Reporting + Analytics&nbsp;</strong>\n\n<strong>Social Media Management&nbsp;</strong>\n\n<strong>Video Production</strong>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>Let\'s Make Things Happen</h3>\n<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\nGet Connected\n</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:05:24','2022-08-08 02:05:24','',1200,'https://indigo-disco.com/?p=1343',0,'revision','',0),(1311,2,'2022-08-08 01:11:25','2022-08-08 01:11:25','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','2.0','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 01:11:25','2022-08-08 01:11:25','',1200,'https://indigo-disco.com/?p=1311',0,'revision','',0),(1305,2,'2022-08-08 01:03:41','2022-08-08 01:03:41','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h1>Girls, Girls, Girls.</h1>		\n		<p>You know what they say.&nbsp;<br>Empowered women empower women.&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/about/\" role=\"button\">\n						Learn More\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','2.0','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 01:03:41','2022-08-08 01:03:41','',1200,'https://indigo-disco.com/?p=1305',0,'revision','',0),(1303,2,'2022-08-08 01:03:41','2022-08-08 01:03:41','<h1>Marketing\nat the Disco</h1>\na woman owned &amp; operated agency\nfor badass artists + brands\n\n<a href=\"https://indigo-disco.com/services/\" role=\"button\">\nView Services\n</a>\n<a href=\"#next\">\n</a>\n<h1>Welcome to the Disco</h1>\n<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Offer</h3>\n<strong>Advertising Strategy + Management&nbsp;&nbsp;</strong>\n\n<strong>Brand + Artist Development&nbsp;</strong>\n\n<strong>Content Creation + Management&nbsp;</strong>\n\n<strong>Creative Strategy&nbsp;</strong>\n\n<strong>Photography</strong>\n\n<strong>Public Relations</strong>\n\n<strong>Research, Reporting + Analytics&nbsp;</strong>\n\n<strong>Social Media Management&nbsp;</strong>\n\n<strong>Video Production</strong>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>Let\'s Make Things Happen</h3>\n<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\nGet Connected\n</a>','2.0','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 01:03:41','2022-08-08 01:03:41','',1200,'https://indigo-disco.com/?p=1303',0,'revision','',0),(1300,2,'2022-08-08 01:00:21','2022-08-08 01:00:21','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>','2022 Visual Template','','publish','closed','closed','','2022-visual-template','','','2022-08-08 01:00:21','2022-08-08 01:00:21','',0,'https://indigo-disco.com/?elementor_library=2022-visual-template',0,'elementor_library','',0),(1301,2,'2022-08-08 01:00:21','2022-08-08 01:00:21','','2022 Visual Template','','inherit','closed','closed','','1300-revision-v1','','','2022-08-08 01:00:21','2022-08-08 01:00:21','',1300,'https://indigo-disco.com/?p=1301',0,'revision','',0),(1302,2,'2022-08-08 01:00:21','2022-08-08 01:00:21','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>','2022 Visual Template','','inherit','closed','closed','','1300-revision-v1','','','2022-08-08 01:00:21','2022-08-08 01:00:21','',1300,'https://indigo-disco.com/?p=1302',0,'revision','',0),(1304,2,'2022-08-08 01:03:41','2022-08-08 01:03:41','<h1>Marketing\nat the Disco</h1>\na woman owned &amp; operated agency\nfor badass artists + brands\n\n<a href=\"https://indigo-disco.com/services/\" role=\"button\">\nView Services\n</a>\n<a href=\"#next\">\n</a>\n<h1>Welcome to the Disco</h1>\n<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Offer</h3>\n<strong>Advertising Strategy + Management&nbsp;&nbsp;</strong>\n\n<strong>Brand + Artist Development&nbsp;</strong>\n\n<strong>Content Creation + Management&nbsp;</strong>\n\n<strong>Creative Strategy&nbsp;</strong>\n\n<strong>Photography</strong>\n\n<strong>Public Relations</strong>\n\n<strong>Research, Reporting + Analytics&nbsp;</strong>\n\n<strong>Social Media Management&nbsp;</strong>\n\n<strong>Video Production</strong>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>Let\'s Make Things Happen</h3>\n<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\nGet Connected\n</a>','2.0','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 01:03:41','2022-08-08 01:03:41','',1200,'https://indigo-disco.com/?p=1304',0,'revision','',0),(1306,2,'2022-08-08 01:06:31','2022-08-08 01:06:31','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h1>Girls, Girls, Girls.</h1>		\n		<p>You know what they say.&nbsp;<br>Empowered women empower women.&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/about/\" role=\"button\">\n						Learn More\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','2.0','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 01:06:31','2022-08-08 01:06:31','',1200,'https://indigo-disco.com/?p=1306',0,'revision','',0),(1307,2,'2022-08-08 01:06:31','2022-08-08 01:06:31','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h1>Girls, Girls, Girls.</h1>		\n		<p>You know what they say.&nbsp;<br>Empowered women empower women.&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/about/\" role=\"button\">\n						Learn More\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','2.0','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 01:06:31','2022-08-08 01:06:31','',1200,'https://indigo-disco.com/?p=1307',0,'revision','',0),(1308,2,'2022-08-08 01:06:31','2022-08-08 01:06:31','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h1>Girls, Girls, Girls.</h1>		\n		<p>You know what they say.&nbsp;<br>Empowered women empower women.&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/about/\" role=\"button\">\n						Learn More\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','2.0','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 01:06:31','2022-08-08 01:06:31','',1200,'https://indigo-disco.com/?p=1308',0,'revision','',0),(1309,2,'2022-08-08 01:11:25','2022-08-08 01:11:25','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h1>Girls, Girls, Girls.</h1>		\n		<p>You know what they say.&nbsp;<br>Empowered women empower women.&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/about/\" role=\"button\">\n						Learn More\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','2.0','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 01:11:25','2022-08-08 01:11:25','',1200,'https://indigo-disco.com/?p=1309',0,'revision','',0),(1310,2,'2022-08-08 01:11:25','2022-08-08 01:11:25','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h1>Girls, Girls, Girls.</h1>		\n		<p>You know what they say.&nbsp;<br>Empowered women empower women.&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/about/\" role=\"button\">\n						Learn More\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','2.0','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 01:11:25','2022-08-08 01:11:25','',1200,'https://indigo-disco.com/?p=1310',0,'revision','',0),(1312,2,'2022-08-08 01:22:59','2022-08-08 01:22:59','','AdobeStock_368299756_Preview','','inherit','open','closed','','adobestock_368299756_preview','','','2022-08-08 01:22:59','2022-08-08 01:22:59','',1200,'https://indigo-disco.com/wp-content/uploads/2022/08/AdobeStock_368299756_Preview.jpeg',0,'attachment','image/jpeg',0),(1313,2,'2022-08-08 01:24:17','2022-08-08 01:24:17','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','2.0','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 01:24:17','2022-08-08 01:24:17','',1200,'https://indigo-disco.com/?p=1313',0,'revision','',0),(1314,2,'2022-08-08 01:24:17','2022-08-08 01:24:17','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','2.0','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 01:24:17','2022-08-08 01:24:17','',1200,'https://indigo-disco.com/?p=1314',0,'revision','',0),(1315,2,'2022-08-08 01:24:17','2022-08-08 01:24:17','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','2.0','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 01:24:17','2022-08-08 01:24:17','',1200,'https://indigo-disco.com/?p=1315',0,'revision','',0),(1322,2,'2022-08-08 01:47:49','2022-08-08 01:47:49','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','2.0','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 01:47:49','2022-08-08 01:47:49','',1200,'https://indigo-disco.com/?p=1322',0,'revision','',0),(1317,2,'2022-08-08 01:30:47','2022-08-08 01:30:47','','disco ball in the nightclub','','inherit','open','closed','','disco-ball-in-the-nightclub','','','2022-08-08 01:30:47','2022-08-08 01:30:47','',1200,'https://indigo-disco.com/wp-content/uploads/2022/08/AdobeStock_368299756.jpeg',0,'attachment','image/jpeg',0),(1318,2,'2022-08-08 01:39:54','2022-08-08 01:39:54','','Untitled design (11)','','inherit','open','closed','','untitled-design-11','','','2022-08-08 01:39:54','2022-08-08 01:39:54','',1200,'https://indigo-disco.com/wp-content/uploads/2022/08/Untitled-design-11.png',0,'attachment','image/png',0),(1319,2,'2022-08-08 01:47:25','2022-08-08 01:47:25','','Untitled design (12)','','inherit','open','closed','','untitled-design-12','','','2022-08-08 01:47:25','2022-08-08 01:47:25','',1200,'https://indigo-disco.com/wp-content/uploads/2022/08/Untitled-design-12.png',0,'attachment','image/png',0),(1320,2,'2022-08-08 01:47:48','2022-08-08 01:47:48','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','2.0','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 01:47:48','2022-08-08 01:47:48','',1200,'https://indigo-disco.com/?p=1320',0,'revision','',0),(1321,2,'2022-08-08 01:47:48','2022-08-08 01:47:48','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','2.0','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 01:47:48','2022-08-08 01:47:48','',1200,'https://indigo-disco.com/?p=1321',0,'revision','',0),(1323,2,'2022-08-08 01:49:03','2022-08-08 01:49:03','<h1>Contact Us</h1>		\n			<h2>Indigo Disco is currently accepting clients!</h2>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/Indigo-Disco-Spakles-psxl7zc4ze4vfutnc3kah8x5p3xmuq8wfvn4epo5wo.png\" title=\"Indigo Disco Spakles\" alt=\"Indigo Disco Spakles\" />														\n			<h2>Connect With Us</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-08 01:49:03','2022-08-08 01:49:03','',8,'https://indigo-disco.com/?p=1323',0,'revision','',0),(1324,2,'2022-08-08 01:49:03','2022-08-08 01:49:03','<h1>Contact Us</h1>		\n			<h2>Indigo Disco is currently accepting clients!</h2>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/Indigo-Disco-Spakles-psxl7zc4ze4vfutnc3kah8x5p3xmuq8wfvn4epo5wo.png\" title=\"Indigo Disco Spakles\" alt=\"Indigo Disco Spakles\" />														\n			<h2>Connect With Us</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-08 01:49:03','2022-08-08 01:49:03','',8,'https://indigo-disco.com/?p=1324',0,'revision','',0),(1325,2,'2022-08-08 01:49:04','2022-08-08 01:49:04','<h1>Contact Us</h1>		\n			<h2>Indigo Disco is currently accepting clients!</h2>		\n			<p><br>Email us using the link below to begin discussions and schedule a Discovery Call. </p>		\n			<a href=\"mailto:ashlee.czapla@gmail.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get In Touch\n					</a>\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/Indigo-Disco-Spakles-psxl7zc4ze4vfutnc3kah8x5p3xmuq8wfvn4epo5wo.png\" title=\"Indigo Disco Spakles\" alt=\"Indigo Disco Spakles\" />														\n			<h2>Connect With Us</h2>		\n					<a href=\"https://www.facebook.com/IndigoDiscoMKTG\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/indigo_disco/\">\n						Instagram\n											</a>\n					<a href=\"https://twitter.com/indigo_disco\">\n						Twitter\n											</a>','Contact','','inherit','closed','closed','','8-revision-v1','','','2022-08-08 01:49:04','2022-08-08 01:49:04','',8,'https://indigo-disco.com/?p=1325',0,'revision','',0),(1326,2,'2022-08-08 01:50:23','2022-08-08 01:50:23','','1','','inherit','open','closed','','1','','','2022-08-08 01:50:23','2022-08-08 01:50:23','',10,'https://indigo-disco.com/wp-content/uploads/2022/08/1.png',0,'attachment','image/png',0),(1340,2,'2022-08-08 02:03:46','2022-08-08 02:03:46','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/1-psxv8fi3r9k9kp91kekz4sfiddbrka7dnxp6jl89uw.png\" title=\"1\" alt=\"1\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/2-1-psxvk6hh6pnap86myhf3atoxorexs2ula39oi3t42w.png\" title=\"2 (1)\" alt=\"2 (1)\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/3-psxvk8d5kdpvcg3wni8cft7uvj5o7h21yckngnqbqg.png\" title=\"3\" alt=\"3\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/4-psxvk3nym7jfqeaqey77lcejwlsu4zje9pb829xalk.png\" title=\"4\" alt=\"4\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/8-1-psxvju9kpv6kiaodxu4xwerxyr3600i2wesd9ib8bs.png\" title=\"8 (1)\" alt=\"8 (1)\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/5-psxvk1sa8jgv36dgpxdygcvmpu23plbxlg093q02y0.png\" title=\"5\" alt=\"5\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/6-psxvjyyro1d04chk6e62qvl8xog02i0ql21snw49go.png\" title=\"6\" alt=\"6\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/7-psxvjx33adafh4kahdctlw2bqwp9n3t9wsqtpc71t4.png\" title=\"7\" alt=\"7\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/8-1-psxvju9kpv6kiaodxu4xwerxyr3600i2wesd9ib8bs.png\" title=\"8 (1)\" alt=\"8 (1)\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/9-1-psxvjsdwc73zv2r48tborf90rzcfkmam85heaye0o8.png\" title=\"9 (1)\" alt=\"9 (1)\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/10-1-psxvjpkdrp04w8v7pa3t1xymztqbxizf7rixv4i76w.png\" title=\"10 (1)\" alt=\"10 (1)\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-08 02:03:46','2022-08-08 02:03:46','',10,'https://indigo-disco.com/?p=1340',0,'revision','',0),(1328,2,'2022-08-08 01:57:35','2022-08-08 01:57:35','','10 (1)','','inherit','open','closed','','10-1','','','2022-08-08 01:57:35','2022-08-08 01:57:35','',10,'https://indigo-disco.com/wp-content/uploads/2022/08/10-1.png',0,'attachment','image/png',0),(1329,2,'2022-08-08 01:57:38','2022-08-08 01:57:38','','9 (1)','','inherit','open','closed','','9-1','','','2022-08-08 01:57:38','2022-08-08 01:57:38','',10,'https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png',0,'attachment','image/png',0),(1330,2,'2022-08-08 01:57:40','2022-08-08 01:57:40','','8 (1)','','inherit','open','closed','','8-1','','','2022-08-08 01:57:40','2022-08-08 01:57:40','',10,'https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png',0,'attachment','image/png',0),(1331,2,'2022-08-08 01:57:43','2022-08-08 01:57:43','','7','','inherit','open','closed','','7','','','2022-08-08 01:57:43','2022-08-08 01:57:43','',10,'https://indigo-disco.com/wp-content/uploads/2022/08/7.png',0,'attachment','image/png',0),(1332,2,'2022-08-08 01:57:45','2022-08-08 01:57:45','','6','','inherit','open','closed','','6','','','2022-08-08 01:57:45','2022-08-08 01:57:45','',10,'https://indigo-disco.com/wp-content/uploads/2022/08/6.png',0,'attachment','image/png',0),(1333,2,'2022-08-08 01:57:48','2022-08-08 01:57:48','','5','','inherit','open','closed','','5','','','2022-08-08 01:57:48','2022-08-08 01:57:48','',10,'https://indigo-disco.com/wp-content/uploads/2022/08/5.png',0,'attachment','image/png',0),(1334,2,'2022-08-08 01:57:50','2022-08-08 01:57:50','','4','','inherit','open','closed','','4','','','2022-08-08 01:57:50','2022-08-08 01:57:50','',10,'https://indigo-disco.com/wp-content/uploads/2022/08/4.png',0,'attachment','image/png',0),(1335,2,'2022-08-08 01:57:53','2022-08-08 01:57:53','','2 (1)','','inherit','open','closed','','2-1','','','2022-08-08 01:57:53','2022-08-08 01:57:53','',10,'https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png',0,'attachment','image/png',0),(1336,2,'2022-08-08 01:57:55','2022-08-08 01:57:55','','3','','inherit','open','closed','','3','','','2022-08-08 01:57:55','2022-08-08 01:57:55','',10,'https://indigo-disco.com/wp-content/uploads/2022/08/3.png',0,'attachment','image/png',0),(1337,2,'2022-08-08 01:57:58','2022-08-08 01:57:58','','1','','inherit','open','closed','','1-2','','','2022-08-08 01:57:58','2022-08-08 01:57:58','',10,'https://indigo-disco.com/wp-content/uploads/2022/08/1-1.png',0,'attachment','image/png',0),(1338,2,'2022-08-08 02:03:46','2022-08-08 02:03:46','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-08 02:03:46','2022-08-08 02:03:46','',10,'https://indigo-disco.com/?p=1338',0,'revision','',0),(1339,2,'2022-08-08 02:03:46','2022-08-08 02:03:46','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n			<h4>Advertising Strategy + Management</h4>Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n			<h4>Brand + Artist Development </h4>Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n			<h4>Graphic Design</h4>Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n			<h4>Merchandise Design</h4>Design Development + Vendor Sourcing\n			<h4>Music Promotion</h4>Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n			<h4>Photography</h4>Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Public Relations</h4>Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n			<h4>Research, Reporting &amp; Analytics</h4>Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n			<h4>Social Media Management</h4>Monthly Content Calendar Outline\nContent Creation + Scheduling\n			<h4>Video Strategy + Production</h4>Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n			<h4>Web Services</h4>Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-08 02:03:46','2022-08-08 02:03:46','',10,'https://indigo-disco.com/?p=1339',0,'revision','',0),(1342,2,'2022-08-08 02:05:07','2022-08-08 02:05:07','<h3>Who We Are</h3>\n<h2>a woman owned &amp; operated agency\nfor badass artists + brands</h2>\n<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Offer</h3>\n<strong>Advertising Strategy + Management&nbsp;&nbsp;</strong>\n\n<strong>Brand + Artist Development&nbsp;</strong>\n\n<strong>Content Creation + Management&nbsp;</strong>\n\n<strong>Creative Strategy&nbsp;</strong>\n\n<strong>Photography</strong>\n\n<strong>Public Relations</strong>\n\n<strong>Research, Reporting + Analytics&nbsp;</strong>\n\n<strong>Social Media Management&nbsp;</strong>\n\n<strong>Video Production</strong>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>Let\'s Make Things Happen</h3>\n<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\nGet Connected\n</a>','Original Home Page','','inherit','closed','closed','','6-revision-v1','','','2022-08-08 02:05:07','2022-08-08 02:05:07','',6,'https://indigo-disco.com/?p=1342',0,'revision','',0),(1344,2,'2023-07-10 08:10:06','2022-08-08 02:06:34',' ','','','publish','closed','closed','','1344','','','2023-07-10 08:10:06','2023-07-10 08:10:06','',0,'https://indigo-disco.com/?p=1344',1,'nav_menu_item','',0),(1346,2,'2022-08-08 02:12:48','2022-08-08 02:12:48','','Brand+Artist Development (1)','','inherit','open','closed','','brandartist-development-1','','','2022-08-08 02:12:48','2022-08-08 02:12:48','',10,'https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png',0,'attachment','image/png',0),(1347,2,'2022-08-08 02:12:55','2022-08-08 02:12:55','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/1-psxv8fi3r9k9kp91kekz4sfiddbrka7dnxp6jl89uw.png\" title=\"1\" alt=\"1\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/2-1-psxvk6hh6pnap86myhf3atoxorexs2ula39oi3t42w.png\" title=\"2 (1)\" alt=\"2 (1)\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/3-psxvk8d5kdpvcg3wni8cft7uvj5o7h21yckngnqbqg.png\" title=\"3\" alt=\"3\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/4-psxvk3nym7jfqeaqey77lcejwlsu4zje9pb829xalk.png\" title=\"4\" alt=\"4\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/8-1-psxvju9kpv6kiaodxu4xwerxyr3600i2wesd9ib8bs.png\" title=\"8 (1)\" alt=\"8 (1)\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/5-psxvk1sa8jgv36dgpxdygcvmpu23plbxlg093q02y0.png\" title=\"5\" alt=\"5\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/6-psxvjyyro1d04chk6e62qvl8xog02i0ql21snw49go.png\" title=\"6\" alt=\"6\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/7-psxvjx33adafh4kahdctlw2bqwp9n3t9wsqtpc71t4.png\" title=\"7\" alt=\"7\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/8-1-psxvju9kpv6kiaodxu4xwerxyr3600i2wesd9ib8bs.png\" title=\"8 (1)\" alt=\"8 (1)\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/9-1-psxvjsdwc73zv2r48tborf90rzcfkmam85heaye0o8.png\" title=\"9 (1)\" alt=\"9 (1)\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/10-1-psxvjpkdrp04w8v7pa3t1xymztqbxizf7rixv4i76w.png\" title=\"10 (1)\" alt=\"10 (1)\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-08 02:12:55','2022-08-08 02:12:55','',10,'https://indigo-disco.com/?p=1347',0,'revision','',0),(1348,2,'2022-08-08 02:12:55','2022-08-08 02:12:55','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/1-psxv8fi3r9k9kp91kekz4sfiddbrka7dnxp6jl89uw.png\" title=\"1\" alt=\"1\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/2-1-psxvk6hh6pnap86myhf3atoxorexs2ula39oi3t42w.png\" title=\"2 (1)\" alt=\"2 (1)\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/3-psxvk8d5kdpvcg3wni8cft7uvj5o7h21yckngnqbqg.png\" title=\"3\" alt=\"3\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/4-psxvk3nym7jfqeaqey77lcejwlsu4zje9pb829xalk.png\" title=\"4\" alt=\"4\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/8-1-psxvju9kpv6kiaodxu4xwerxyr3600i2wesd9ib8bs.png\" title=\"8 (1)\" alt=\"8 (1)\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/5-psxvk1sa8jgv36dgpxdygcvmpu23plbxlg093q02y0.png\" title=\"5\" alt=\"5\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/6-psxvjyyro1d04chk6e62qvl8xog02i0ql21snw49go.png\" title=\"6\" alt=\"6\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/7-psxvjx33adafh4kahdctlw2bqwp9n3t9wsqtpc71t4.png\" title=\"7\" alt=\"7\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/8-1-psxvju9kpv6kiaodxu4xwerxyr3600i2wesd9ib8bs.png\" title=\"8 (1)\" alt=\"8 (1)\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/9-1-psxvjsdwc73zv2r48tborf90rzcfkmam85heaye0o8.png\" title=\"9 (1)\" alt=\"9 (1)\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/10-1-psxvjpkdrp04w8v7pa3t1xymztqbxizf7rixv4i76w.png\" title=\"10 (1)\" alt=\"10 (1)\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-08 02:12:55','2022-08-08 02:12:55','',10,'https://indigo-disco.com/?p=1348',0,'revision','',0),(1349,2,'2022-08-08 02:12:55','2022-08-08 02:12:55','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/1-psxv8fi3r9k9kp91kekz4sfiddbrka7dnxp6jl89uw.png\" title=\"1\" alt=\"1\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/2-1-psxvk6hh6pnap86myhf3atoxorexs2ula39oi3t42w.png\" title=\"2 (1)\" alt=\"2 (1)\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/3-psxvk8d5kdpvcg3wni8cft7uvj5o7h21yckngnqbqg.png\" title=\"3\" alt=\"3\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/4-psxvk3nym7jfqeaqey77lcejwlsu4zje9pb829xalk.png\" title=\"4\" alt=\"4\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BrandArtist-Development-1-1-psxw75ng8x3mi2t4seys90ykfu5xxq2drtcytlqnzc.png\" title=\"Brand+Artist Development (1) (1)\" alt=\"Brand+Artist Development (1) (1)\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/5-psxvk1sa8jgv36dgpxdygcvmpu23plbxlg093q02y0.png\" title=\"5\" alt=\"5\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/6-psxvjyyro1d04chk6e62qvl8xog02i0ql21snw49go.png\" title=\"6\" alt=\"6\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/7-psxvjx33adafh4kahdctlw2bqwp9n3t9wsqtpc71t4.png\" title=\"7\" alt=\"7\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/8-1-psxvju9kpv6kiaodxu4xwerxyr3600i2wesd9ib8bs.png\" title=\"8 (1)\" alt=\"8 (1)\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/9-1-psxvjsdwc73zv2r48tborf90rzcfkmam85heaye0o8.png\" title=\"9 (1)\" alt=\"9 (1)\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BrandArtist-Development-1-psxw7jr13fmxc88ni326sfehcm8g56mctr590r5re0.png\" title=\"Brand+Artist Development (1)\" alt=\"Brand+Artist Development (1)\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-08 02:12:55','2022-08-08 02:12:55','',10,'https://indigo-disco.com/?p=1349',0,'revision','',0),(1350,2,'2022-08-08 02:14:26','2022-08-08 02:14:26','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/1-psxv8fi3r9k9kp91kekz4sfiddbrka7dnxp6jl89uw.png\" title=\"1\" alt=\"1\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/2-1-psxvk6hh6pnap86myhf3atoxorexs2ula39oi3t42w.png\" title=\"2 (1)\" alt=\"2 (1)\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/3-psxvk8d5kdpvcg3wni8cft7uvj5o7h21yckngnqbqg.png\" title=\"3\" alt=\"3\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/4-psxvk3nym7jfqeaqey77lcejwlsu4zje9pb829xalk.png\" title=\"4\" alt=\"4\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BrandArtist-Development-1-1-psxw75ng8x3mi2t4seys90ykfu5xxq2drtcytlqnzc.png\" title=\"Brand+Artist Development (1) (1)\" alt=\"Brand+Artist Development (1) (1)\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/5-psxvk1sa8jgv36dgpxdygcvmpu23plbxlg093q02y0.png\" title=\"5\" alt=\"5\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/6-psxvjyyro1d04chk6e62qvl8xog02i0ql21snw49go.png\" title=\"6\" alt=\"6\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/7-psxvjx33adafh4kahdctlw2bqwp9n3t9wsqtpc71t4.png\" title=\"7\" alt=\"7\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/8-1-psxvju9kpv6kiaodxu4xwerxyr3600i2wesd9ib8bs.png\" title=\"8 (1)\" alt=\"8 (1)\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/9-1-psxvjsdwc73zv2r48tborf90rzcfkmam85heaye0o8.png\" title=\"9 (1)\" alt=\"9 (1)\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BrandArtist-Development-1-psxw7jr13fmxc88ni326sfehcm8g56mctr590r5re0.png\" title=\"Brand+Artist Development (1)\" alt=\"Brand+Artist Development (1)\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-08 02:14:26','2022-08-08 02:14:26','',10,'https://indigo-disco.com/?p=1350',0,'revision','',0),(1351,2,'2022-08-08 02:14:26','2022-08-08 02:14:26','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/1-psxv8fi3r9k9kp91kekz4sfiddbrka7dnxp6jl89uw.png\" title=\"1\" alt=\"1\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/2-1-psxvk6hh6pnap86myhf3atoxorexs2ula39oi3t42w.png\" title=\"2 (1)\" alt=\"2 (1)\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/3-psxvk8d5kdpvcg3wni8cft7uvj5o7h21yckngnqbqg.png\" title=\"3\" alt=\"3\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/4-psxvk3nym7jfqeaqey77lcejwlsu4zje9pb829xalk.png\" title=\"4\" alt=\"4\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BrandArtist-Development-1-1-psxw75ng8x3mi2t4seys90ykfu5xxq2drtcytlqnzc.png\" title=\"Brand+Artist Development (1) (1)\" alt=\"Brand+Artist Development (1) (1)\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/5-psxvk1sa8jgv36dgpxdygcvmpu23plbxlg093q02y0.png\" title=\"5\" alt=\"5\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/6-psxvjyyro1d04chk6e62qvl8xog02i0ql21snw49go.png\" title=\"6\" alt=\"6\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/7-psxvjx33adafh4kahdctlw2bqwp9n3t9wsqtpc71t4.png\" title=\"7\" alt=\"7\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/8-1-psxvju9kpv6kiaodxu4xwerxyr3600i2wesd9ib8bs.png\" title=\"8 (1)\" alt=\"8 (1)\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/9-1-psxvjsdwc73zv2r48tborf90rzcfkmam85heaye0o8.png\" title=\"9 (1)\" alt=\"9 (1)\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n												<img src=\"https://indigo-disco.com/wp-content/uploads/elementor/thumbs/BrandArtist-Development-1-psxw7jr13fmxc88ni326sfehcm8g56mctr590r5re0.png\" title=\"Brand+Artist Development (1)\" alt=\"Brand+Artist Development (1)\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-08 02:14:26','2022-08-08 02:14:26','',10,'https://indigo-disco.com/?p=1351',0,'revision','',0),(1352,2,'2022-08-08 02:14:26','2022-08-08 02:14:26','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-08-08 02:14:26','2022-08-08 02:14:26','',10,'https://indigo-disco.com/?p=1352',0,'revision','',0),(1356,2,'2022-08-08 02:18:40','2022-08-08 02:18:40','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:18:40','2022-08-08 02:18:40','',1200,'https://indigo-disco.com/?p=1356',0,'revision','',0),(1354,2,'2022-08-08 02:18:40','2022-08-08 02:18:40','<h1>Marketing\nat the Disco</h1>\na woman owned &amp; operated agency\nfor badass artists + brands\n\n<a href=\"https://indigo-disco.com/services/\" role=\"button\">\nView Services\n</a>\n<a href=\"#next\">\n</a>\n<h1>Welcome to the Disco</h1>\n<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Offer</h3>\n<strong>Advertising Strategy + Management&nbsp;&nbsp;</strong>\n\n<strong>Brand + Artist Development&nbsp;</strong>\n\n<strong>Content Creation + Management&nbsp;</strong>\n\n<strong>Creative Strategy&nbsp;</strong>\n\n<strong>Photography</strong>\n\n<strong>Public Relations</strong>\n\n<strong>Research, Reporting + Analytics&nbsp;</strong>\n\n<strong>Social Media Management&nbsp;</strong>\n\n<strong>Video Production</strong>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>Let\'s Make Things Happen</h3>\n<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\nGet Connected\n</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:18:40','2022-08-08 02:18:40','',1200,'https://indigo-disco.com/?p=1354',0,'revision','',0),(1355,2,'2022-08-08 02:18:40','2022-08-08 02:18:40','<h1>Marketing\nat the Disco</h1>\na woman owned &amp; operated agency\nfor badass artists + brands\n\n<a href=\"https://indigo-disco.com/services/\" role=\"button\">\nView Services\n</a>\n<a href=\"#next\">\n</a>\n<h1>Welcome to the Disco</h1>\n<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\">\n<h3>What We Offer</h3>\n<strong>Advertising Strategy + Management&nbsp;&nbsp;</strong>\n\n<strong>Brand + Artist Development&nbsp;</strong>\n\n<strong>Content Creation + Management&nbsp;</strong>\n\n<strong>Creative Strategy&nbsp;</strong>\n\n<strong>Photography</strong>\n\n<strong>Public Relations</strong>\n\n<strong>Research, Reporting + Analytics&nbsp;</strong>\n\n<strong>Social Media Management&nbsp;</strong>\n\n<strong>Video Production</strong>\n\n<a href=\"http://indigo-disco.com/services/\" role=\"button\">\nSee All Services\n</a>\n<h3>Let\'s Make Things Happen</h3>\n<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\nGet Connected\n</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:18:40','2022-08-08 02:18:40','',1200,'https://indigo-disco.com/?p=1355',0,'revision','',0),(1360,2,'2022-08-08 02:23:09','2022-08-08 02:23:09','<h1>Marketing at the Disco</h1>		\n		<p>a woman owned &amp; operated agency for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:23:09','2022-08-08 02:23:09','',1200,'https://indigo-disco.com/?p=1360',0,'revision','',0),(1358,2,'2022-08-08 02:23:09','2022-08-08 02:23:09','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:23:09','2022-08-08 02:23:09','',1200,'https://indigo-disco.com/?p=1358',0,'revision','',0),(1359,2,'2022-08-08 02:23:09','2022-08-08 02:23:09','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman owned &amp; operated agency<br />for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:23:09','2022-08-08 02:23:09','',1200,'https://indigo-disco.com/?p=1359',0,'revision','',0),(1361,2,'2022-08-08 02:30:08','2022-08-08 02:30:08','<h1>Marketing at the Disco</h1>		\n		<p>a woman owned &amp; operated agency for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:30:08','2022-08-08 02:30:08','',1200,'https://indigo-disco.com/?p=1361',0,'revision','',0),(1362,2,'2022-08-08 02:30:08','2022-08-08 02:30:08','<h1>Marketing at the Disco</h1>		\n		<p>a woman owned &amp; operated agency for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:30:08','2022-08-08 02:30:08','',1200,'https://indigo-disco.com/?p=1362',0,'revision','',0),(1363,2,'2022-08-08 02:30:09','2022-08-08 02:30:09','<h1>Marketing \nat the Disco</h1>		\n		<p>a woman owned &amp; operated agency for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:30:09','2022-08-08 02:30:09','',1200,'https://indigo-disco.com/?p=1363',0,'revision','',0),(1364,2,'2022-08-08 02:30:19','2022-08-08 02:30:19','<h1>Marketing \nat the Disco</h1>		\n		<p>a woman owned &amp; operated agency for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:30:19','2022-08-08 02:30:19','',1200,'https://indigo-disco.com/?p=1364',0,'revision','',0),(1365,2,'2022-08-08 02:30:19','2022-08-08 02:30:19','<h1>Marketing \nat the Disco</h1>		\n		<p>a woman owned &amp; operated agency for badass artists + brands</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:30:19','2022-08-08 02:30:19','',1200,'https://indigo-disco.com/?p=1365',0,'revision','',0),(1366,2,'2022-08-08 02:30:19','2022-08-08 02:30:19','<h1>Marketing \nat the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:30:19','2022-08-08 02:30:19','',1200,'https://indigo-disco.com/?p=1366',0,'revision','',0),(1367,2,'2022-08-08 02:33:27','2022-08-08 02:33:27','','Untitled design (13)','','inherit','open','closed','','untitled-design-13','','','2022-08-08 02:33:27','2022-08-08 02:33:27','',1200,'https://indigo-disco.com/wp-content/uploads/2022/08/Untitled-design-13.png',0,'attachment','image/png',0),(1368,2,'2022-08-08 02:34:02','2022-08-08 02:34:02','<h1>Marketing \nat the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:34:02','2022-08-08 02:34:02','',1200,'https://indigo-disco.com/?p=1368',0,'revision','',0),(1369,2,'2022-08-08 02:34:02','2022-08-08 02:34:02','<h1>Marketing \nat the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:34:02','2022-08-08 02:34:02','',1200,'https://indigo-disco.com/?p=1369',0,'revision','',0),(1370,2,'2022-08-08 02:34:03','2022-08-08 02:34:03','<h1>Marketing \nat the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:34:03','2022-08-08 02:34:03','',1200,'https://indigo-disco.com/?p=1370',0,'revision','',0),(1371,2,'2022-08-08 02:36:37','2022-08-08 02:36:37','<h1>Marketing \nat the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:36:37','2022-08-08 02:36:37','',1200,'https://indigo-disco.com/?p=1371',0,'revision','',0),(1372,2,'2022-08-08 02:36:37','2022-08-08 02:36:37','<h1>Marketing \nat the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:36:37','2022-08-08 02:36:37','',1200,'https://indigo-disco.com/?p=1372',0,'revision','',0),(1373,2,'2022-08-08 02:36:37','2022-08-08 02:36:37','<h1>Marketing \nat the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:36:37','2022-08-08 02:36:37','',1200,'https://indigo-disco.com/?p=1373',0,'revision','',0),(1374,2,'2022-08-08 02:36:50','2022-08-08 02:36:50','<h1>Marketing \nat the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:36:50','2022-08-08 02:36:50','',1200,'https://indigo-disco.com/?p=1374',0,'revision','',0),(1375,2,'2022-08-08 02:36:50','2022-08-08 02:36:50','<h1>Marketing \nat the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:36:50','2022-08-08 02:36:50','',1200,'https://indigo-disco.com/?p=1375',0,'revision','',0),(1376,2,'2022-08-08 02:36:50','2022-08-08 02:36:50','<h1>Marketing \nat the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:36:50','2022-08-08 02:36:50','',1200,'https://indigo-disco.com/?p=1376',0,'revision','',0),(1377,2,'2022-08-08 02:38:44','2022-08-08 02:38:44','<h1>Marketing \nat the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:38:44','2022-08-08 02:38:44','',1200,'https://indigo-disco.com/?p=1377',0,'revision','',0),(1378,2,'2022-08-08 02:38:44','2022-08-08 02:38:44','<h1>Marketing \nat the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:38:44','2022-08-08 02:38:44','',1200,'https://indigo-disco.com/?p=1378',0,'revision','',0),(1379,2,'2022-08-08 02:38:44','2022-08-08 02:38:44','<h1>Marketing at the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:38:44','2022-08-08 02:38:44','',1200,'https://indigo-disco.com/?p=1379',0,'revision','',0),(1380,2,'2022-08-08 02:38:58','2022-08-08 02:38:58','<h1>Marketing at the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:38:58','2022-08-08 02:38:58','',1200,'https://indigo-disco.com/?p=1380',0,'revision','',0),(1381,2,'2022-08-08 02:38:58','2022-08-08 02:38:58','<h1>Marketing at the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:38:58','2022-08-08 02:38:58','',1200,'https://indigo-disco.com/?p=1381',0,'revision','',0),(1382,2,'2022-08-08 02:38:58','2022-08-08 02:38:58','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:38:58','2022-08-08 02:38:58','',1200,'https://indigo-disco.com/?p=1382',0,'revision','',0),(1383,2,'2022-08-08 02:39:36','2022-08-08 02:39:36','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:39:36','2022-08-08 02:39:36','',1200,'https://indigo-disco.com/?p=1383',0,'revision','',0),(1384,2,'2022-08-08 02:39:36','2022-08-08 02:39:36','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated agency for badass artists + brands </p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:39:36','2022-08-08 02:39:36','',1200,'https://indigo-disco.com/?p=1384',0,'revision','',0),(1385,2,'2022-08-08 02:39:36','2022-08-08 02:39:36','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:39:36','2022-08-08 02:39:36','',1200,'https://indigo-disco.com/?p=1385',0,'revision','',0),(1386,2,'2022-08-08 02:40:08','2022-08-08 02:40:08','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:40:08','2022-08-08 02:40:08','',1200,'https://indigo-disco.com/?p=1386',0,'revision','',0),(1387,2,'2022-08-08 02:40:08','2022-08-08 02:40:08','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:40:08','2022-08-08 02:40:08','',1200,'https://indigo-disco.com/?p=1387',0,'revision','',0),(1388,2,'2022-08-08 02:40:08','2022-08-08 02:40:08','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:40:08','2022-08-08 02:40:08','',1200,'https://indigo-disco.com/?p=1388',0,'revision','',0),(1389,2,'2022-08-08 02:40:43','2022-08-08 02:40:43','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:40:43','2022-08-08 02:40:43','',1200,'https://indigo-disco.com/?p=1389',0,'revision','',0),(1390,2,'2022-08-08 02:40:43','2022-08-08 02:40:43','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:40:43','2022-08-08 02:40:43','',1200,'https://indigo-disco.com/?p=1390',0,'revision','',0),(1391,2,'2022-08-08 02:40:43','2022-08-08 02:40:43','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:40:43','2022-08-08 02:40:43','',1200,'https://indigo-disco.com/?p=1391',0,'revision','',0),(1392,2,'2022-08-08 02:42:19','2022-08-08 02:42:19','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:42:19','2022-08-08 02:42:19','',1200,'https://indigo-disco.com/?p=1392',0,'revision','',0),(1393,2,'2022-08-08 02:42:19','2022-08-08 02:42:19','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:42:19','2022-08-08 02:42:19','',1200,'https://indigo-disco.com/?p=1393',0,'revision','',0),(1394,2,'2022-08-08 02:42:19','2022-08-08 02:42:19','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:42:19','2022-08-08 02:42:19','',1200,'https://indigo-disco.com/?p=1394',0,'revision','',0),(1395,2,'2022-08-08 02:43:52','2022-08-08 02:43:52','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:43:52','2022-08-08 02:43:52','',1200,'https://indigo-disco.com/?p=1395',0,'revision','',0),(1396,2,'2022-08-08 02:43:52','2022-08-08 02:43:52','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:43:52','2022-08-08 02:43:52','',1200,'https://indigo-disco.com/?p=1396',0,'revision','',0),(1397,2,'2022-08-08 02:43:52','2022-08-08 02:43:52','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:43:52','2022-08-08 02:43:52','',1200,'https://indigo-disco.com/?p=1397',0,'revision','',0),(1398,2,'2022-08-08 02:46:27','2022-08-08 02:46:27','','Untitled design (14)','','inherit','open','closed','','untitled-design-14-2','','','2022-08-08 02:46:27','2022-08-08 02:46:27','',1200,'https://indigo-disco.com/wp-content/uploads/2022/08/Untitled-design-14.png',0,'attachment','image/png',0),(1399,2,'2022-08-08 02:46:40','2022-08-08 02:46:40','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:46:40','2022-08-08 02:46:40','',1200,'https://indigo-disco.com/?p=1399',0,'revision','',0),(1400,2,'2022-08-08 02:46:40','2022-08-08 02:46:40','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:46:40','2022-08-08 02:46:40','',1200,'https://indigo-disco.com/?p=1400',0,'revision','',0),(1401,2,'2022-08-08 02:46:41','2022-08-08 02:46:41','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:46:41','2022-08-08 02:46:41','',1200,'https://indigo-disco.com/?p=1401',0,'revision','',0),(1402,2,'2022-08-08 02:49:07','2022-08-08 02:49:07','','Untitled design (16)','','inherit','open','closed','','untitled-design-16','','','2022-08-08 02:49:07','2022-08-08 02:49:07','',1200,'https://indigo-disco.com/wp-content/uploads/2022/08/Untitled-design-16.png',0,'attachment','image/png',0),(1403,2,'2022-08-08 02:50:17','2022-08-08 02:50:17','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:50:17','2022-08-08 02:50:17','',1200,'https://indigo-disco.com/?p=1403',0,'revision','',0),(1404,2,'2022-08-08 02:50:17','2022-08-08 02:50:17','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:50:17','2022-08-08 02:50:17','',1200,'https://indigo-disco.com/?p=1404',0,'revision','',0),(1405,2,'2022-08-08 02:50:17','2022-08-08 02:50:17','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:50:17','2022-08-08 02:50:17','',1200,'https://indigo-disco.com/?p=1405',0,'revision','',0),(1406,2,'2022-08-08 02:53:47','2022-08-08 02:53:47','','Untitled design (17)','','inherit','open','closed','','untitled-design-17','','','2022-08-08 02:53:47','2022-08-08 02:53:47','',1200,'https://indigo-disco.com/wp-content/uploads/2022/08/Untitled-design-17.png',0,'attachment','image/png',0),(1407,2,'2022-08-08 02:53:56','2022-08-08 02:53:56','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:53:56','2022-08-08 02:53:56','',1200,'https://indigo-disco.com/?p=1407',0,'revision','',0),(1408,2,'2022-08-08 02:53:56','2022-08-08 02:53:56','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:53:56','2022-08-08 02:53:56','',1200,'https://indigo-disco.com/?p=1408',0,'revision','',0),(1409,2,'2022-08-08 02:53:56','2022-08-08 02:53:56','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:53:56','2022-08-08 02:53:56','',1200,'https://indigo-disco.com/?p=1409',0,'revision','',0),(1410,2,'2022-08-08 02:54:21','2022-08-08 02:54:21','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:54:21','2022-08-08 02:54:21','',1200,'https://indigo-disco.com/?p=1410',0,'revision','',0);
INSERT INTO `SFmlX6x_posts` VALUES (1411,2,'2022-08-08 02:54:21','2022-08-08 02:54:21','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:54:21','2022-08-08 02:54:21','',1200,'https://indigo-disco.com/?p=1411',0,'revision','',0),(1412,2,'2022-08-08 02:54:21','2022-08-08 02:54:21','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 02:54:21','2022-08-08 02:54:21','',1200,'https://indigo-disco.com/?p=1412',0,'revision','',0),(1413,2,'2022-08-08 02:55:54','2022-08-08 02:55:54','Indigo Disco Logo','Indigo Disco - 1920x1080','','inherit','open','closed','','indigo-disco-1920x1080-2','','','2022-08-08 02:55:54','2022-08-08 02:55:54','',0,'https://indigo-disco.com/wp-content/uploads/2022/08/cropped-Indigo-Disco-1920x1080-1.png',0,'attachment','image/png',0),(1414,2,'2022-08-08 02:55:59','2022-08-08 02:55:59','{\n    \"betheme::custom_logo\": {\n        \"value\": 1413,\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2022-08-08 02:55:59\"\n    }\n}','','','trash','closed','closed','','c65059ed-a4b5-4d65-b371-e963482205e1','','','2022-08-08 02:55:59','2022-08-08 02:55:59','',0,'https://indigo-disco.com/c65059ed-a4b5-4d65-b371-e963482205e1/',0,'customize_changeset','',0),(1415,2,'2022-08-08 14:33:06','2022-08-08 14:33:06','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 14:33:06','2022-08-08 14:33:06','',1200,'https://indigo-disco.com/?p=1415',0,'revision','',0),(1416,2,'2022-08-08 14:33:06','2022-08-08 14:33:06','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 14:33:06','2022-08-08 14:33:06','',1200,'https://indigo-disco.com/?p=1416',0,'revision','',0),(1417,2,'2022-08-08 14:33:07','2022-08-08 14:33:07','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-08 14:33:07','2022-08-08 14:33:07','',1200,'https://indigo-disco.com/?p=1417',0,'revision','',0),(1418,2,'2022-08-09 15:32:06','2022-08-09 15:32:06','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-09 15:32:06','2022-08-09 15:32:06','',1200,'https://indigo-disco.com/?p=1418',0,'revision','',0),(1419,2,'2022-08-09 15:32:06','2022-08-09 15:32:06','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://linktr.ee/ashlee.czapla\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-09 15:32:06','2022-08-09 15:32:06','',1200,'https://indigo-disco.com/?p=1419',0,'revision','',0),(1420,2,'2022-08-09 15:32:06','2022-08-09 15:32:06','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://indigo-disco.com/contact/\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-09 15:32:06','2022-08-09 15:32:06','',1200,'https://indigo-disco.com/?p=1420',0,'revision','',0),(1421,2,'2022-08-09 15:32:27','2022-08-09 15:32:27','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://indigo-disco.com/contact/\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-09 15:32:27','2022-08-09 15:32:27','',1200,'https://indigo-disco.com/?p=1421',0,'revision','',0),(1422,2,'2022-08-09 15:32:27','2022-08-09 15:32:27','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://indigo-disco.com/contact/\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-09 15:32:27','2022-08-09 15:32:27','',1200,'https://indigo-disco.com/?p=1422',0,'revision','',0),(1423,2,'2022-08-09 15:32:28','2022-08-09 15:32:28','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://indigo-disco.com/contact/\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-09 15:32:28','2022-08-09 15:32:28','',1200,'https://indigo-disco.com/?p=1423',0,'revision','',0),(1424,2,'2022-08-09 15:32:48','2022-08-09 15:32:48','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://indigo-disco.com/contact/\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-09 15:32:48','2022-08-09 15:32:48','',1200,'https://indigo-disco.com/?p=1424',0,'revision','',0),(1425,2,'2022-08-09 15:32:48','2022-08-09 15:32:48','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://indigo-disco.com/contact/\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-09 15:32:48','2022-08-09 15:32:48','',1200,'https://indigo-disco.com/?p=1425',0,'revision','',0),(1426,2,'2022-08-09 15:32:48','2022-08-09 15:32:48','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://indigo-disco.com/contact/\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-08-09 15:32:48','2022-08-09 15:32:48','',1200,'https://indigo-disco.com/?p=1426',0,'revision','',0),(1427,2,'2022-10-26 19:37:22','2022-10-26 19:37:22','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://indigo-disco.com/contact/\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-10-26 19:37:22','2022-10-26 19:37:22','',1200,'https://indigo-disco.com/?p=1427',0,'revision','',0),(1428,2,'2022-10-26 19:37:22','2022-10-26 19:37:22','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Public Relations</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://indigo-disco.com/contact/\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-10-26 19:37:22','2022-10-26 19:37:22','',1200,'https://indigo-disco.com/?p=1428',0,'revision','',0),(1429,2,'2022-10-26 19:37:22','2022-10-26 19:37:22','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management&nbsp;&nbsp;</strong></p>\n<p><strong>Brand + Artist Development&nbsp;</strong></p>\n<p><strong>Content Creation + Management&nbsp;</strong></p>\n<p><strong>Creative Strategy&nbsp;</strong></p>\n<p><strong>Photography</strong></p>\n<p><strong>Research, Reporting + Analytics&nbsp;</strong></p>\n<p><strong>Social Media Management&nbsp;</strong></p>\n<p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://indigo-disco.com/contact/\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-10-26 19:37:22','2022-10-26 19:37:22','',1200,'https://indigo-disco.com/?p=1429',0,'revision','',0),(1430,2,'2022-10-26 19:37:53','2022-10-26 19:37:53','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management&nbsp;&nbsp;</strong></p>\n<p><strong>Brand + Artist Development&nbsp;</strong></p>\n<p><strong>Content Creation + Management&nbsp;</strong></p>\n<p><strong>Creative Strategy&nbsp;</strong></p>\n<p><strong>Photography</strong></p>\n<p><strong>Research, Reporting + Analytics&nbsp;</strong></p>\n<p><strong>Social Media Management&nbsp;</strong></p>\n<p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://indigo-disco.com/contact/\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-10-26 19:37:53','2022-10-26 19:37:53','',1200,'https://indigo-disco.com/?p=1430',0,'revision','',0),(1431,2,'2022-10-26 19:37:54','2022-10-26 19:37:54','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management&nbsp;&nbsp;</strong></p>\n<p><strong>Brand + Artist Development&nbsp;</strong></p>\n<p><strong>Content Creation + Management&nbsp;</strong></p>\n<p><strong>Creative Strategy&nbsp;</strong></p>\n<p><strong>Photography</strong></p>\n<p><strong>Research, Reporting + Analytics&nbsp;</strong></p>\n<p><strong>Social Media Management&nbsp;</strong></p>\n<p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://indigo-disco.com/contact/\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-10-26 19:37:54','2022-10-26 19:37:54','',1200,'https://indigo-disco.com/?p=1431',0,'revision','',0),(1432,2,'2022-10-26 19:37:54','2022-10-26 19:37:54','<h1>Marketing<br>at the Disco</h1>		\n		<p>a woman-owned &amp; operated&nbsp;</p><p>agency for badass artists + brands&nbsp;</p>		\n			<a href=\"https://indigo-disco.com/services/\" role=\"button\">\n						View Services\n					</a>\n			<a href=\"#next\">\n						</a>\n			<h1>Welcome to the Disco</h1>		\n												<img width=\"768\" height=\"631\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-768x631.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-300x247.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1024x842.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-1536x1262.png 1536w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-2048x1683.png 2048w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-178x146.png 178w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-50x41.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/Indigo-Disco-Logo-Black-91x75.png 91w\" sizes=\"(max-width: 768px) 100vw, 768px\" />														\n			<h3>What We Offer</h3>		\n		<p><strong>Advertising Strategy + Management  </strong></p><p><strong>Brand + Artist Development </strong></p><p><strong>Content Creation + Management </strong></p><p><strong>Creative Strategy </strong></p><p><strong>Photography</strong></p><p><strong>Research, Reporting + Analytics </strong></p><p><strong>Social Media Management </strong></p><p><strong>Video Production</strong></p>		\n			<a href=\"http://indigo-disco.com/services/\" role=\"button\">\n						See All Services\n					</a>\n			<h3>Let\'s Make Things Happen</h3>		\n			<a href=\"https://indigo-disco.com/contact/\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Get Connected\n					</a>','Home','','inherit','closed','closed','','1200-revision-v1','','','2022-10-26 19:37:54','2022-10-26 19:37:54','',1200,'https://indigo-disco.com/?p=1432',0,'revision','',0),(1433,2,'2022-10-26 19:38:42','2022-10-26 19:38:42','','Default Kit','','inherit','closed','closed','','121-revision-v1','','','2022-10-26 19:38:42','2022-10-26 19:38:42','',121,'https://indigo-disco.com/?p=1433',0,'revision','',0),(1434,2,'2022-11-14 06:24:36','2022-11-14 06:24:36','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-11-14 06:24:36','2022-11-14 06:24:36','',10,'https://indigo-disco.com/?p=1434',0,'revision','',0),(1435,2,'2022-11-14 06:24:36','2022-11-14 06:24:36','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nVideo Production + Post Production\nVideo Shoot Management\nVideographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-11-14 06:24:36','2022-11-14 06:24:36','',10,'https://indigo-disco.com/?p=1435',0,'revision','',0),(1436,2,'2022-11-14 06:24:36','2022-11-14 06:24:36','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\nResearch &amp; ReportingAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nStyling + Outfit Sourcing\nVideographer Sourcing\nVideo Shoot Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-11-14 06:24:36','2022-11-14 06:24:36','',10,'https://indigo-disco.com/?p=1436',0,'revision','',0),(1437,2,'2022-11-14 06:25:06','2022-11-14 06:25:06','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\nResearch &amp; ReportingAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nStyling + Outfit Sourcing\nVideographer Sourcing\nVideo Shoot Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-11-14 06:25:06','2022-11-14 06:25:06','',10,'https://indigo-disco.com/?p=1437',0,'revision','',0),(1438,2,'2022-11-14 06:25:07','2022-11-14 06:25:07','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\nResearch &amp; ReportingAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nStyling + Outfit Sourcing\nVideographer Sourcing\nVideo Shoot Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-11-14 06:25:07','2022-11-14 06:25:07','',10,'https://indigo-disco.com/?p=1438',0,'revision','',0),(1439,2,'2022-11-14 06:25:08','2022-11-14 06:25:08','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\nSocial Media Analytics &amp; ReportingAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nStyling + Outfit Sourcing\nVideographer Sourcing\nVideo Shoot Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-11-14 06:25:08','2022-11-14 06:25:08','',10,'https://indigo-disco.com/?p=1439',0,'revision','',0),(1440,2,'2022-11-14 06:26:08','2022-11-14 06:26:08','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\nSocial Media Analytics &amp; ReportingAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nStyling + Outfit Sourcing\nVideographer Sourcing\nVideo Shoot Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-11-14 06:26:08','2022-11-14 06:26:08','',10,'https://indigo-disco.com/?p=1440',0,'revision','',0),(1441,2,'2022-11-14 06:26:08','2022-11-14 06:26:08','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research + Analysis\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Analytics Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\nSocial Media Analytics &amp; ReportingAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nStyling + Outfit Sourcing\nVideographer Sourcing\nVideo Shoot Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-11-14 06:26:08','2022-11-14 06:26:08','',10,'https://indigo-disco.com/?p=1441',0,'revision','',0),(1442,2,'2022-11-14 06:26:09','2022-11-14 06:26:09','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Content + Growth Stats Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\nSocial Media Analytics &amp; ReportingAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nStyling + Outfit Sourcing\nVideographer Sourcing\nVideo Shoot Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-11-14 06:26:09','2022-11-14 06:26:09','',10,'https://indigo-disco.com/?p=1442',0,'revision','',0),(1443,2,'2022-11-14 06:26:43','2022-11-14 06:26:43','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Content + Growth Stats Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\nSocial Media Analytics &amp; ReportingAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nStyling + Outfit Sourcing\nVideographer Sourcing\nVideo Shoot Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-11-14 06:26:43','2022-11-14 06:26:43','',10,'https://indigo-disco.com/?p=1443',0,'revision','',0),(1444,2,'2022-11-14 06:26:43','2022-11-14 06:26:43','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Artist Interview/Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Content + Growth Stats Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\nSocial Media Analytics &amp; ReportingAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nStyling + Outfit Sourcing\nVideographer Sourcing\nVideo Shoot Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-11-14 06:26:43','2022-11-14 06:26:43','',10,'https://indigo-disco.com/?p=1444',0,'revision','',0),(1445,2,'2022-11-14 06:26:44','2022-11-14 06:26:44','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Interview + Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Content + Growth Stats Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\nSocial Media Analytics &amp; ReportingAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nStyling + Outfit Sourcing\nVideographer Sourcing\nVideo Shoot Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-11-14 06:26:44','2022-11-14 06:26:44','',10,'https://indigo-disco.com/?p=1445',0,'revision','',0),(1449,2,'2022-11-14 16:38:40','2022-11-14 16:38:40','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management<ul><li>Facebook</li><li>Instagram </li><li>Twitter</li></ul>\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Concept Development + Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\nPhotoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Interview + Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Content + Growth Stats Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\nSocial Media Analytics &amp; ReportingAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nStyling + Outfit Sourcing\nVideographer Sourcing\nVideo Shoot Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-11-14 16:38:40','2022-11-14 16:38:40','',10,'https://indigo-disco.com/?p=1449',0,'revision','',0),(1447,2,'2022-11-14 16:38:39','2022-11-14 16:38:39','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Interview + Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Content + Growth Stats Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\nSocial Media Analytics &amp; ReportingAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nStyling + Outfit Sourcing\nVideographer Sourcing\nVideo Shoot Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-11-14 16:38:39','2022-11-14 16:38:39','',10,'https://indigo-disco.com/?p=1447',0,'revision','',0),(1448,2,'2022-11-14 16:38:39','2022-11-14 16:38:39','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\nPhotoshoot Strategy + Concept Development\nPhotoshoot Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Interview + Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Content + Growth Stats Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\nSocial Media Analytics &amp; ReportingAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nStyling + Outfit Sourcing\nVideographer Sourcing\nVideo Shoot Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2022-11-14 16:38:39','2022-11-14 16:38:39','',10,'https://indigo-disco.com/?p=1448',0,'revision','',0),(1488,2,'2023-07-10 08:02:31','2023-07-10 08:02:31','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management<ul><li>Facebook</li><li>Instagram </li><li>Twitter</li></ul>\nCampaign Monitoring + Optimizationss\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Concept Development + Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\nPhotoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Public Relations</h2>		\n			Interview + Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Content + Growth Stats Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\nSocial Media Analytics &amp; ReportingAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nStyling + Outfit Sourcing\nVideographer Sourcing\nVideo Shoot Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" role=\"button\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2023-07-10 08:02:31','2023-07-10 08:02:31','',10,'https://indigo-disco.com/?p=1488',0,'revision','',0),(1489,2,'2023-07-10 08:02:32','2023-07-10 08:02:32','<h1>Services</h1>		\n			<h2>Data-Driven Marketing + Creative Strategies</h2>		\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/1.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Advertising Strategy + Management</h2>		\n			Digital Advertising Strategy\nAdvertising Material Development\nCampaign Set Up + Management<ul><li>Facebook</li><li>Instagram </li><li>Twitter</li></ul>\nCampaign Monitoring + Optimizations\nReporting + Performance Analytics \n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/2-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/2-1.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Brand + Artist Strategy</h2>		\n			Artist Biography\nArtist Brand Guidelines\nVisual Brand Guidelines\nBusiness Card\nLogo\nEmail Signature Design\nWebsite AssetsAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/3-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/3-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/3-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/3-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/3-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/3-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/3-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/3-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/3-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/3.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Graphic Design</h2>		\n			Digital Advertisements\nEP/Single/Album Artwork\nPromotional Flyers\nGraphics for Social Media\nBanners for Social Media Profiles\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/4-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/4-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/4-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/4-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/4-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/4-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/4-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/4-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/4-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/4.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Merchandise Design</h2>		\n			Design Development + Vendor Sourcing\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Music Promotion</h2>		\n			Creative Strategy for Music Promotion\nEvent Promotion Campaign Management\nPre-Save Campaign Management\nSpotify Growth Campaign Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/5-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/5-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/5-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/5-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/5-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/5-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/5-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/5-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/5-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/5.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Photography</h2>		\n			Photoshoot Concept Development + Shot List\nPhotographer Sourcing\nStyling + Outfit Sourcing\nPhotoshoot Management<ul><li style=\"font-weight: 400;\" aria-level=\"4\">Collaboration</li><li style=\"font-weight: 400;\" aria-level=\"4\">Communication</li><li style=\"font-weight: 400;\" aria-level=\"4\">Photo Reviewing + Selecting Edits</li><li style=\"font-weight: 400;\" aria-level=\"4\">Asset Organization</li><li style=\"font-weight: 400;\" aria-level=\"4\">Prop Sourcing/Model Sourcing </li><li style=\"font-weight: 400;\" aria-level=\"4\">Location Scouting + Venue Booking </li></ul>\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/6-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/6-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/6-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/6-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/6-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/6-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/6-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/6-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/6-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/6.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Public Relations</h2>		\n			Interview + Article Development\nPress Release Development\nPress/Blog Outreach\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/7-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/7-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/7-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/7-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/7-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/7-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/7-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/7-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/7-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/7.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Research, Reporting &amp; Analytics</h2>		\n			Industry Research\nArtist/Brand Analysis\nSocial Media Audit \nMonthly Content + Growth Stats Report\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/8-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/8-1.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Social Media Management</h2>		\n			Monthly Content Calendar Outline\nContent Creation + Scheduling\nSocial Media Analytics &amp; ReportingAccordion content\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/9-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/9-1.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Video Strategy + Production</h2>		\n			Video Strategy + Concept Development\nStyling + Outfit Sourcing\nVideographer Sourcing\nVideo Shoot Management\n												<img width=\"150\" height=\"150\" src=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-150x150.png 150w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-300x300.png 300w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-1024x1024.png 1024w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-768x768.png 768w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-146x146.png 146w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-50x50.png 50w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-75x75.png 75w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-85x85.png 85w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1-80x80.png 80w, https://indigo-disco.com/wp-content/uploads/2022/08/BrandArtist-Development-1.png 1500w\" sizes=\"(max-width:767px) 150px, 150px\" />														\n			<h2>Web Services</h2>		\n			Copywriting\nWebsite Content ManagementAccordion content\nWebsite Strategy + Outline\n			<h3>Let\'s Work Together</h3>		\n			<a href=\"mailto:ashlee@indigo-disco.com\" target=\"_blank\" rel=\"noopener\">\n						Contact Us\n					</a>','Services','','inherit','closed','closed','','10-revision-v1','','','2023-07-10 08:02:32','2023-07-10 08:02:32','',10,'https://indigo-disco.com/?p=1489',0,'revision','',0),(1490,1,'2023-07-10 08:03:59','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','closed','','','','','2023-07-10 08:03:59','0000-00-00 00:00:00','',0,'https://indigo-disco.com/?p=1490',0,'post','',0);
/*!40000 ALTER TABLE `SFmlX6x_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `SFmlX6x_revslider_css`
--

DROP TABLE IF EXISTS `SFmlX6x_revslider_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL,
  UNIQUE KEY `id` (`id`),
  KEY `handle_index` (`handle`(64))
) ENGINE=MyISAM AUTO_INCREMENT=110 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_revslider_css`
--

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

--
-- Table structure for table `SFmlX6x_revslider_css_bkp`
--

DROP TABLE IF EXISTS `SFmlX6x_revslider_css_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_revslider_css_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=48 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_revslider_css_bkp`
--

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

--
-- Table structure for table `SFmlX6x_revslider_layer_animations`
--

DROP TABLE IF EXISTS `SFmlX6x_revslider_layer_animations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_revslider_layer_animations`
--

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

--
-- Table structure for table `SFmlX6x_revslider_layer_animations_bkp`
--

DROP TABLE IF EXISTS `SFmlX6x_revslider_layer_animations_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_revslider_layer_animations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_revslider_layer_animations_bkp`
--

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

--
-- Table structure for table `SFmlX6x_revslider_navigations`
--

DROP TABLE IF EXISTS `SFmlX6x_revslider_navigations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_revslider_navigations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_revslider_navigations`
--

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

--
-- Table structure for table `SFmlX6x_revslider_navigations_bkp`
--

DROP TABLE IF EXISTS `SFmlX6x_revslider_navigations_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_revslider_navigations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_revslider_navigations_bkp`
--

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

--
-- Table structure for table `SFmlX6x_revslider_sliders`
--

DROP TABLE IF EXISTS `SFmlX6x_revslider_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`),
  KEY `type_index` (`type`(8))
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_revslider_sliders`
--

LOCK TABLES `SFmlX6x_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `SFmlX6x_revslider_sliders` DISABLE KEYS */;
INSERT INTO `SFmlX6x_revslider_sliders` VALUES (5,'business3_el','business3_el','{\"addOns\":[],\"version\":\"6.2.14\",\"shortcode\":\"[rev_slider alias=\\\"business3_el\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":55,\"maxPosts\":30,\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":8,\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":8,\"pageURL\":\"\",\"transient\":1200,\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":8,\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":8,\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":1200,\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":8,\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":8,\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":300,\"delay\":9000,\"background\":{\"fit\":\"cover\",\"fitX\":100,\"fitY\":100,\"position\":\"center center\",\"positionX\":0,\"positionY\":0,\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":10000,\"ease\":\"none\",\"fitEnd\":100,\"fitStart\":100,\"xEnd\":0,\"yEnd\":0,\"xStart\":0,\"yStart\":0,\"rotateStart\":0,\"rotateEnd\":0}},\"size\":{\"enableUpscaling\":false,\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":true,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":0,\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":\"950px\",\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":950,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false,\"ignoreHeightChanges\":true},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":0,\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":3,\"maxRotation\":0,\"maxOpacity\":100,\"paddingTop\":0,\"paddingBottom\":0,\"rotation\":false,\"scaleDown\":50,\"space\":0,\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":\"false\"},\"hero\":{\"activeSlide\":-1},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":0,\"dottedOverlay\":\"none\",\"shadow\":0,\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#e6a94a\",\"type\":\"9\"},\"position\":{\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":0,\"hideAllLayersUnderLimit\":0,\"hideSliderUnderLimit\":0},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":0,\"stopAtSlide\":1,\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":0,\"waitForInit\":false},\"progressbar\":{\"set\":false,\"alignby\":\"slider\",\"style\":\"horizontal\",\"size\":\"5px\",\"radius\":10,\"vertical\":\"bottom\",\"horizontal\":\"left\",\"x\":0,\"y\":0,\"color\":\"rgba(255,255,255,0.5)\",\"bgcolor\":\"transparent\",\"basedon\":\"slide\",\"gapsize\":0,\"gap\":false,\"gapcolor\":\"rgba(255,255,255,0.5)\",\"reset\":\"reset\",\"visibility\":{\"d\":true,\"m\":true,\"n\":true,\"t\":true}},\"firstSlide\":{\"set\":false,\"duration\":300,\"slotAmount\":7,\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":1},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"global\"},\"nav\":{\"preview\":{\"width\":50,\"height\":100},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":1,\"velocity\":75},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":\"off\",\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":\"1000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"2000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"4000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"3000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":0,\"offsetY\":20,\"align\":\"slider\",\"space\":5,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778}},\"troubleshooting\":{\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":true,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":0,\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"slidercenter\",\"type\":\"scroll\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":30},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\",\"ref\":[]},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\",\"ref\":[]},{\"alias\":\"Content Text\",\"v\":\"#00ffff\",\"ref\":[]}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"business3_el\\\"][\\/rev_slider]\"}','{\"version\":\"6.2.14\"}',''),(8,'New Scene','slider-1','{\"addOns\":[],\"version\":\"6.2.23\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\"][\\/rev_slider]\",\"type\":\"hero\",\"layouttype\":\"auto\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":55,\"maxPosts\":30,\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":8,\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":8,\"pageURL\":\"\",\"transient\":1200,\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":8,\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":8,\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":1200,\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":8,\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":8,\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":false,\"autoResponsive\":false,\"responsiveChilds\":false,\"responsiveOffset\":false,\"transition\":\"fade\",\"transitionDuration\":300,\"delay\":9000,\"background\":{\"fit\":\"cover\",\"fitX\":100,\"fitY\":100,\"position\":\"center center\",\"positionX\":0,\"positionY\":0,\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":10000,\"ease\":\"none\",\"fitEnd\":100,\"fitStart\":100,\"xEnd\":0,\"yEnd\":0,\"xStart\":0,\"yStart\":0,\"rotateStart\":0,\"rotateEnd\":0}},\"size\":{\"enableUpscaling\":false,\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":0,\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":900,\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":900,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false,\"ignoreHeightChanges\":true},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":0,\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":3,\"maxRotation\":0,\"maxOpacity\":100,\"paddingTop\":0,\"paddingBottom\":0,\"rotation\":false,\"scaleDown\":50,\"space\":0,\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":\"false\"},\"hero\":{\"activeSlide\":-1},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":0,\"dottedOverlay\":\"none\",\"shadow\":0,\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#ffffff\",\"type\":\"0\"},\"position\":{\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":0,\"hideAllLayersUnderLimit\":0,\"hideSliderUnderLimit\":0},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":0,\"stopAtSlide\":1,\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":0,\"waitForInit\":false},\"progressbar\":{\"set\":false,\"alignby\":\"slider\",\"style\":\"horizontal\",\"size\":\"5px\",\"radius\":10,\"vertical\":\"bottom\",\"horizontal\":\"left\",\"x\":0,\"y\":0,\"color\":\"rgba(255,255,255,0.5)\",\"bgcolor\":\"transparent\",\"basedon\":\"slide\",\"gapsize\":0,\"gap\":false,\"gapcolor\":\"rgba(255,255,255,0.5)\",\"reset\":\"reset\",\"visibility\":{\"d\":true,\"m\":true,\"n\":true,\"t\":true}},\"firstSlide\":{\"set\":false,\"duration\":300,\"slotAmount\":7,\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":1},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"global\"},\"nav\":{\"preview\":{\"width\":50,\"height\":100},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":1,\"velocity\":75},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":\"off\",\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":\"1000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"2000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"4000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"3000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":0,\"offsetY\":20,\"align\":\"slider\",\"space\":5,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778}},\"troubleshooting\":{\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":true,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":0,\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"slidercenter\",\"type\":\"scroll\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":30},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\",\"ref\":[]},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\",\"ref\":[]},{\"alias\":\"Content Text\",\"v\":\"#00ffff\",\"ref\":[]}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"slider-1\\\"][\\/rev_slider]\"}','{\"version\":\"6.2.23\"}','');
/*!40000 ALTER TABLE `SFmlX6x_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `SFmlX6x_revslider_sliders_bkp`
--

DROP TABLE IF EXISTS `SFmlX6x_revslider_sliders_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_revslider_sliders_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_revslider_sliders_bkp`
--

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

--
-- Table structure for table `SFmlX6x_revslider_slides`
--

DROP TABLE IF EXISTS `SFmlX6x_revslider_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`),
  KEY `slider_id_index` (`slider_id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_revslider_slides`
--

LOCK TABLES `SFmlX6x_revslider_slides` WRITE;
/*!40000 ALTER TABLE `SFmlX6x_revslider_slides` DISABLE KEYS */;
INSERT INTO `SFmlX6x_revslider_slides` VALUES (8,8,1,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"html5\",\"mpeg\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/12\\/ID-HOME-PAGE-2.mov\",\"videoId\":905},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]}}','{\"1\":{\"text\":\"WELCOME TO THE DISCO\",\"alias\":\"Text-1\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-73px\",\"e\":true},\"n\":{\"v\":\"-73px\"},\"t\":{\"v\":\"-73px\"},\"m\":{\"v\":\"-73px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":8},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Roboto Mono\",\"fontSize\":{\"d\":{\"v\":\"15px\",\"e\":true},\"n\":{\"v\":\"15px\"},\"t\":{\"v\":\"15px\"},\"m\":{\"v\":\"15px\"}},\"letterSpacing\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"3px\"},\"t\":{\"v\":\"3px\"},\"m\":{\"v\":\"3px\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\",\"e\":true},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"2\":{\"text\":\"VIEW SERVICES\",\"alias\":\"Button-2\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"204\",\"e\":true},\"n\":{\"v\":\"168\"},\"t\":{\"v\":\"127\"},\"m\":{\"v\":\"78\"}},\"height\":{\"d\":{\"v\":\"41\",\"e\":true},\"n\":{\"v\":\"33\"},\"t\":{\"v\":\"25\"},\"m\":{\"v\":\"15\"}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"59px\",\"e\":true},\"n\":{\"v\":\"48px\"},\"t\":{\"v\":\"36px\"},\"m\":{\"v\":\"22px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":9},\"behavior\":{\"autoResponsive\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,16,0,16],\"e\":true},\"n\":{\"v\":[0,13,0,13],\"e\":false},\"t\":{\"v\":[0,10,0,10],\"e\":false},\"m\":{\"v\":[0,6,0,6],\"e\":false}},\"fontFamily\":\"Roboto Mono\",\"fontSize\":{\"d\":{\"v\":\"12\",\"e\":true},\"n\":{\"v\":\"9\"},\"t\":{\"v\":\"6\"},\"m\":{\"v\":\"4\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"2\",\"e\":true},\"n\":{\"v\":\"1\"}},\"lineHeight\":{\"d\":{\"v\":\"41\",\"e\":true},\"n\":{\"v\":\"33\"},\"m\":{\"v\":\"15\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"#6f0cdf\",\"borderRadius\":{\"v\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"e\":true},\"borderStyle\":{\"d\":{\"e\":true}},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"backgroundColor\":\"#13d6bc\",\"borderRadius\":{\"v\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":200,\"ease\":\"power1.inOut\"},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"link_type\":\"a\",\"image_link\":\"http:\\/\\/indigo-disco.com\\/services\\/\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"3\":{\"text\":\"It\'s time to level up.\",\"alias\":\"Text-3\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-14px\"},\"t\":{\"v\":\"-10px\"},\"m\":{\"v\":\"-6px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":10},\"behavior\":{\"autoResponsive\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\",\"e\":true},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Bungee Shade\",\"fontSize\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"19px\"},\"t\":{\"v\":\"14px\"},\"m\":{\"v\":\"8px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"1.5\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"40\",\"e\":true},\"n\":{\"v\":\"33\"},\"m\":{\"v\":\"15\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderStyle\":{\"d\":{\"e\":true}},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5}}}','{\"version\":\"6.2.23\"}'),(5,5,1,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"html5\",\"mpeg\":\"http:\\/\\/indigo-disco.com\\/wp-content\\/uploads\\/2020\\/11\\/Indigo-Disco-homepage2.mov\",\"videoId\":158},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"effects\":{\"parallax\":\"2\"}}','{\"0\":{\"text\":\"It\'s time to level-up.\",\"alias\":\"Text-0\",\"uid\":0,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"t\":{\"e\":true}},\"height\":{\"t\":{\"e\":true}},\"maxWidth\":{\"t\":{\"e\":true}},\"maxHeight\":{\"t\":{\"e\":true}},\"minWidth\":{\"t\":{\"e\":true}},\"minHeight\":{\"t\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"9px\",\"e\":true},\"n\":{\"v\":\"7px\"},\"t\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"472px\",\"e\":true},\"n\":{\"v\":\"389px\"},\"t\":{\"v\":\"139px\",\"e\":true},\"m\":{\"v\":\"85px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"speed\":1930,\"start\":50,\"startRelative\":50,\"endWithSlide\":false,\"frameLength\":1930},\"chars\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"t\":{\"e\":true}},\"y\":{\"t\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"t\":{\"e\":true}},\"y\":{\"t\":{\"e\":true}}},\"timeline\":{\"start\":9000,\"startRelative\":7020,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"t\":{\"e\":true}},\"y\":{\"t\":{\"e\":true}}},\"words\":{\"x\":{\"t\":{\"e\":true}},\"y\":{\"t\":{\"e\":true}}},\"lines\":{\"x\":{\"t\":{\"e\":true}},\"y\":{\"t\":{\"e\":true}}}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":50},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"46px\",\"e\":true},\"n\":{\"v\":\"37px\"},\"t\":{\"v\":\"45px\",\"e\":true},\"m\":{\"v\":\"27px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"48px\",\"e\":true},\"n\":{\"v\":\"39px\"},\"t\":{\"v\":\"45px\",\"e\":true},\"m\":{\"v\":\"27px\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"1\":{\"text\":\"WELCOME TO INDIGO DISCO\",\"alias\":\"Copy text-0\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"t\":{\"e\":true}},\"height\":{\"t\":{\"e\":true}},\"maxWidth\":{\"t\":{\"e\":true}},\"maxHeight\":{\"t\":{\"e\":true}},\"minWidth\":{\"t\":{\"e\":true}},\"minHeight\":{\"t\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"411px\",\"e\":true},\"n\":{\"v\":\"339px\"},\"t\":{\"v\":\"257px\"},\"m\":{\"v\":\"158px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"speed\":1380,\"start\":50,\"startRelative\":50,\"endWithSlide\":false,\"frameLength\":1380},\"chars\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"t\":{\"e\":true}},\"y\":{\"t\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"t\":{\"e\":true}},\"y\":{\"t\":{\"e\":true}}},\"timeline\":{\"start\":9000,\"startRelative\":7570,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"t\":{\"e\":true}},\"y\":{\"t\":{\"e\":true}}},\"words\":{\"x\":{\"t\":{\"e\":true}},\"y\":{\"t\":{\"e\":true}}},\"lines\":{\"x\":{\"t\":{\"e\":true}},\"y\":{\"t\":{\"e\":true}}}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":50},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Roboto Condensed\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"10px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"2px\"},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"e\":true},\"m\":{\"v\":\"15\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"2\":{\"text\":\"VIEW SERVICES\",\"alias\":\"Button-2\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true},\"t\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"1px\",\"e\":true},\"t\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"565px\",\"e\":true},\"n\":{\"v\":\"466px\"},\"t\":{\"v\":\"274px\",\"e\":true},\"m\":{\"v\":\"169px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"zIndex\":10},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"speed\":2530,\"start\":50,\"startRelative\":50,\"endWithSlide\":false,\"frameLength\":2530},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"y\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"y\":{\"d\":{\"e\":true},\"t\":{\"e\":true}}},\"timeline\":{\"start\":9000,\"startRelative\":6420,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"y\":{\"d\":{\"e\":true},\"t\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"y\":{\"d\":{\"e\":true},\"t\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"y\":{\"d\":{\"e\":true},\"t\":{\"e\":true}}}}},\"hoverFilterUsed\":true,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":50},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":true},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"borderRadiusLock\":true,\"padding\":{\"d\":{\"v\":[2,61,2,61],\"e\":true},\"n\":{\"v\":[2,50,2,50],\"e\":false},\"t\":{\"v\":[3,54,3,54],\"e\":true},\"m\":{\"v\":[2,33,2,33],\"e\":false}},\"fontFamily\":\"Roboto Mono\",\"fontSize\":{\"d\":{\"v\":\"18\",\"e\":true},\"n\":{\"v\":\"14\"},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"8px\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"44\",\"e\":true},\"n\":{\"v\":\"36\"},\"t\":{\"v\":\"40\",\"e\":true},\"m\":{\"v\":\"24\"}},\"backgroundColor\":\"#5b3cb7\",\"borderRadius\":{\"v\":[\"90px\",\"90px\",\"90px\",\"90px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"boxShadow\":{\"inuse\":true,\"hoffset\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"voffset\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"blur\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"spread\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"backgroundColor\":\"#009696\",\"borderRadius\":{\"v\":[\"90px\",\"90px\",\"90px\",\"90px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"filter\":{\"brightness\":\"120%\",\"blir\":0},\"borderRadiusLock\":true},\"actions\":{\"action\":[{\"action\":\"scroll_under\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"action_easing\":\"power1.inOut\",\"action_speed\":\"1000ms\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7},\"text\":\"\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6},\"text\":\"\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5},\"text\":\"\"}}','{\"version\":\"6.2.14\"}');
/*!40000 ALTER TABLE `SFmlX6x_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `SFmlX6x_revslider_slides_bkp`
--

DROP TABLE IF EXISTS `SFmlX6x_revslider_slides_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_revslider_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_revslider_slides_bkp`
--

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

--
-- Table structure for table `SFmlX6x_revslider_static_slides`
--

DROP TABLE IF EXISTS `SFmlX6x_revslider_static_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`),
  KEY `slider_id_index` (`slider_id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_revslider_static_slides`
--

LOCK TABLES `SFmlX6x_revslider_static_slides` WRITE;
/*!40000 ALTER TABLE `SFmlX6x_revslider_static_slides` DISABLE KEYS */;
INSERT INTO `SFmlX6x_revslider_static_slides` VALUES (5,5,'{\"version\":\"\",\"bg\":{\"image\":\"\"},\"image\":\"\"}','[]','{\"temp\":true}'),(8,8,'[]','','{\"temp\":true}');
/*!40000 ALTER TABLE `SFmlX6x_revslider_static_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `SFmlX6x_revslider_static_slides_bkp`
--

DROP TABLE IF EXISTS `SFmlX6x_revslider_static_slides_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_revslider_static_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_revslider_static_slides_bkp`
--

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

--
-- Table structure for table `SFmlX6x_term_relationships`
--

DROP TABLE IF EXISTS `SFmlX6x_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_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 `SFmlX6x_term_relationships`
--

LOCK TABLES `SFmlX6x_term_relationships` WRITE;
/*!40000 ALTER TABLE `SFmlX6x_term_relationships` DISABLE KEYS */;
INSERT INTO `SFmlX6x_term_relationships` VALUES (1,1,0),(336,3,0),(292,2,0),(515,3,0),(118,2,0),(271,3,0),(343,2,0),(528,3,0),(537,3,0),(595,3,0),(612,3,0),(661,3,0),(970,5,0),(829,3,0),(832,3,0),(835,3,0),(918,4,0),(959,3,0),(998,3,0),(1096,6,0),(1194,7,0),(1201,3,0),(1204,3,0),(1217,7,0),(1264,8,0),(1266,8,0),(1278,3,0),(1281,3,0),(1284,3,0),(1287,3,0),(1300,3,0),(1344,2,0);
/*!40000 ALTER TABLE `SFmlX6x_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `SFmlX6x_term_taxonomy`
--

DROP TABLE IF EXISTS `SFmlX6x_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_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=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_term_taxonomy`
--

LOCK TABLES `SFmlX6x_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `SFmlX6x_term_taxonomy` DISABLE KEYS */;
INSERT INTO `SFmlX6x_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,4),(3,3,'elementor_library_type','',0,20),(4,4,'wp_theme','',0,1),(5,5,'elementor_library_type','',0,0),(6,6,'elementor_library_type','',0,1),(7,7,'elementor_font_type','',0,2),(8,8,'elementor_library_type','',0,0);
/*!40000 ALTER TABLE `SFmlX6x_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `SFmlX6x_termmeta`
--

DROP TABLE IF EXISTS `SFmlX6x_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_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 `SFmlX6x_termmeta`
--

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

--
-- Table structure for table `SFmlX6x_terms`
--

DROP TABLE IF EXISTS `SFmlX6x_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_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=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_terms`
--

LOCK TABLES `SFmlX6x_terms` WRITE;
/*!40000 ALTER TABLE `SFmlX6x_terms` DISABLE KEYS */;
INSERT INTO `SFmlX6x_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Menu','menu',0),(3,'section','section',0),(4,'betheme','betheme',0),(5,'header','header',0),(6,'widget','widget',0),(7,'custom','custom',0),(8,'single-page','single-page',0);
/*!40000 ALTER TABLE `SFmlX6x_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `SFmlX6x_usermeta`
--

DROP TABLE IF EXISTS `SFmlX6x_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_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=87 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_usermeta`
--

LOCK TABLES `SFmlX6x_usermeta` WRITE;
/*!40000 ALTER TABLE `SFmlX6x_usermeta` DISABLE KEYS */;
INSERT INTO `SFmlX6x_usermeta` VALUES (1,1,'nickname','m9cfYefr7i'),(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,'SFmlX6x_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'SFmlX6x_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(33,2,'session_tokens','a:2:{s:64:\"19fd1109a256a5954bfc6e15285c112564711691f734fb6927aaff8a203fd47b\";a:4:{s:10:\"expiration\";i:1689148598;s:2:\"ip\";s:14:\"174.29.118.123\";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:1688975798;}s:64:\"f46db5173cb19ba0794d87b3849d199d2c2e33586eae2869606b58aaf7299cef\";a:4:{s:10:\"expiration\";i:1690225751;s:2:\"ip\";s:14:\"174.29.118.123\";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:1689016151;}}'),(17,1,'SFmlX6x_dashboard_quick_press_last_post_id','1490'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"161.199.216.0\";}'),(19,2,'nickname','Ashlee'),(20,2,'first_name','Ashlee'),(21,2,'last_name','Czapla'),(22,2,'description',''),(23,2,'rich_editing','true'),(24,2,'syntax_highlighting','true'),(25,2,'comment_shortcuts','false'),(26,2,'admin_color','light'),(27,2,'use_ssl','0'),(28,2,'show_admin_bar_front','true'),(29,2,'locale',''),(30,2,'SFmlX6x_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(31,2,'SFmlX6x_user_level','10'),(32,2,'dismissed_wp_pointers','vc_pointers_backend_editor'),(34,2,'SFmlX6x_dashboard_quick_press_last_post_id','917'),(35,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"174.29.118.0\";}'),(47,2,'meta-box-order_page','a:3:{s:6:\"normal\";s:54:\"mfn-meta-page,mfn-meta-placeholder,wpb_visual_composer\";s:4:\"side\";s:25:\"slider_revolution_metabox\";s:8:\"advanced\";s:0:\"\";}'),(37,2,'elementor_introduction','a:3:{s:10:\"rightClick\";b:1;s:7:\"exit_to\";b:1;s:27:\"ai-get-started-announcement\";b:1;}'),(38,2,'ls-show-support-notice-timestamp','1603832044'),(39,2,'ls-store-last-viewed','2020-11-17'),(40,2,'layerslider_help_wp_pointer','1'),(41,2,'nav_menu_recently_edited','2'),(42,2,'managenav-menuscolumnshidden','a:4:{i:0;s:15:\"title-attribute\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(43,2,'metaboxhidden_nav-menus','a:9:{i:0;s:23:\"add-post-type-portfolio\";i:1;s:22:\"add-post-type-template\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:16:\"add-client-types\";i:5;s:15:\"add-offer-types\";i:6;s:19:\"add-portfolio-types\";i:7;s:15:\"add-slide-types\";i:8;s:21:\"add-testimonial-types\";}'),(44,2,'closedpostboxes_page','a:0:{}'),(45,2,'metaboxhidden_page','a:1:{i:0;s:19:\"wpb_visual_composer\";}'),(36,1,'session_tokens','a:2:{s:64:\"c2c9cc898a0f33b09ffdb41a4056d59986cf69485579edf9c761b33f88eb167c\";a:4:{s:10:\"expiration\";i:1689149038;s:2:\"ip\";s:15:\"161.199.216.101\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";s:5:\"login\";i:1688976238;}s:64:\"23bfc8d6d9e7af923b9ade79b1d23c9a476fd079d5f688ec5afe20753f15ec0f\";a:4:{s:10:\"expiration\";i:1689189871;s:2:\"ip\";s:15:\"161.199.216.101\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";s:5:\"login\";i:1689017071;}}'),(46,2,'SFmlX6x_elementor_connect_common_data','a:7:{s:9:\"client_id\";s:32:\"gTn6jou7bVsCZlt9IOkUTCBHnp90Xveq\";s:11:\"auth_secret\";s:32:\"3sZ4ytmv5792CowXSgasmPtE9BEqMsEJ\";s:12:\"access_token\";s:32:\"uQPeGLz0I1wmcyIaCEYNCP8rRO4fz6GN\";s:19:\"access_token_secret\";s:32:\"JOUHuP5gyiWErp3sz6ZSgKRBd5H8Xb3h\";s:10:\"token_type\";s:6:\"bearer\";s:4:\"user\";O:8:\"stdClass\":1:{s:5:\"email\";s:23:\"ashlee.czapla@gmail.com\";}s:19:\"data_share_opted_in\";b:1;}'),(48,2,'default_password_nag',''),(68,2,'announcements_user_counter','1'),(78,4,'show_admin_bar_front','true'),(77,4,'use_ssl','0'),(76,4,'admin_color','fresh'),(75,4,'comment_shortcuts','false'),(74,4,'syntax_highlighting','true'),(73,4,'rich_editing','true'),(72,4,'description',''),(71,4,'last_name','Ballard'),(70,4,'first_name','Emily'),(69,4,'nickname','emily'),(79,4,'locale',''),(80,4,'SFmlX6x_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81,4,'SFmlX6x_user_level','0'),(63,2,'tgmpa_dismissed_notice_be-tgmpa','1'),(64,2,'SFmlX6x_user-settings','editor=tinymce&libraryContent=browse'),(65,2,'SFmlX6x_user-settings-time','1658984129'),(82,4,'dismissed_wp_pointers',''),(66,2,'elementor_admin_notices','a:1:{s:20:\"experiment_promotion\";s:4:\"true\";}'),(67,2,'SFmlX6x_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:13:{s:12:\"fixedToolbar\";b:0;s:12:\"welcomeGuide\";b:0;s:14:\"fullscreenMode\";b:1;s:14:\"showIconLabels\";b:0;s:11:\"themeStyles\";b:1;s:20:\"showBlockBreadcrumbs\";b:1;s:17:\"complementaryArea\";s:18:\"edit-post/document\";s:16:\"hiddenBlockTypes\";a:0:{}s:10:\"editorMode\";s:6:\"visual\";s:24:\"preferredStyleVariations\";a:0:{}s:14:\"inactivePanels\";a:0:{}s:10:\"openPanels\";a:1:{i:0;s:11:\"post-status\";}s:26:\"isComplementaryAreaVisible\";b:1;}s:9:\"_modified\";s:24:\"2022-11-14T06:22:53.437Z\";}'),(83,1,'elementor_admin_notices','a:1:{s:20:\"experiment_promotion\";s:4:\"true\";}'),(84,1,'nav_menu_recently_edited','2'),(85,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(86,1,'metaboxhidden_nav-menus','a:10:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:22:\"add-post-type-template\";i:2;s:23:\"add-post-type-portfolio\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:16:\"add-client-types\";i:6;s:15:\"add-offer-types\";i:7;s:19:\"add-portfolio-types\";i:8;s:15:\"add-slide-types\";i:9;s:21:\"add-testimonial-types\";}');
/*!40000 ALTER TABLE `SFmlX6x_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `SFmlX6x_users`
--

DROP TABLE IF EXISTS `SFmlX6x_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `SFmlX6x_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=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `SFmlX6x_users`
--

LOCK TABLES `SFmlX6x_users` WRITE;
/*!40000 ALTER TABLE `SFmlX6x_users` DISABLE KEYS */;
INSERT INTO `SFmlX6x_users` VALUES (1,'m9cfYefr7i','$P$BH7potqVgii/VDefi4HA1cWEMSE.dc.','m9cfyefr7i','chase@chasedaddy.com','http://indigo-disco.com','2020-10-29 22:44:30','',0,'m9cfYefr7i'),(2,'Ashlee','$P$B.YeI0covalAAyPb7eYFMBGshZKS8Q1','ashlee','ashlee.czapla@gmail.com','','2020-10-29 22:48:49','',0,'Ashlee Czapla'),(4,'emily','$P$BISf.bFZIGtpZCjXB.whtO9u26oenE0','emily','emily.ca.ballard@gmail.com','','2023-07-10 08:07:52','1688976473:$P$B56Hu1Y2icF1I/LcANmye3EKQI7ONM/',0,'Emily Ballard');
/*!40000 ALTER TABLE `SFmlX6x_users` 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 2023-07-10 12:27:41
